summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Refactoring for EditTree and NewTree controllers and contextsDmitriy Zaporozhets2013-11-055-52/+27
* Move part of file creation logic into separate contextDmitriy Zaporozhets2013-11-051-47/+5
* New feature: Create file from UIDmitriy Zaporozhets2013-11-051-0/+65
* Fixes 500 error when user types in wrong group name.Jason Hollingsworth2013-11-011-1/+1
* Check if a file is editied "on" a branch or a commit.Johannes Schleifenbaum2013-10-301-0/+4
* Fix for issue #5431arul2013-10-241-0/+1
* Refactor and restyle Admin#background_jobs pageDmitriy Zaporozhets2013-10-231-0/+1
* Show branches list (which branches contains commit) on commit pageAndrey Kumanyaev2013-10-211-0/+1
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-1/+6
* Show confirmation status in profileDmitriy Zaporozhets2013-10-151-0/+1
* Oauth users and users created by admin should be confirmed immediatlyDmitriy Zaporozhets2013-10-151-0/+1
* Remove .git from project url end redirectDmitriy Zaporozhets2013-10-141-0/+9
* Fix spinach profile testsDmitriy Zaporozhets2013-10-091-2/+2
* Restyle Profile#Account pageDmitriy Zaporozhets2013-10-091-30/+1
* Move profile account to separate controllerDmitriy Zaporozhets2013-10-091-0/+7
* Separate page for password changeDmitriy Zaporozhets2013-10-091-1/+40
* Merge pull request #5158 from tkoenig/fix-active-milestone-orderDmitriy Zaporozhets2013-10-071-1/+1
|\
| * Sort active milestones by due dates (closest first)Thomas König2013-09-231-1/+1
* | Refactor blob findingDmitriy Zaporozhets2013-10-014-5/+5
* | Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets2013-10-011-0/+2
* | Fix edit fileDmitriy Zaporozhets2013-10-011-2/+2
* | Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-015-5/+8
* | Merge branch 'patch-2' of https://github.com/zzet/gitlabhq into zzet-patch-2Dmitriy Zaporozhets2013-09-261-6/+9
|\ \
| * | Update logic for validates_merge_request for tree of MRAndrew Kumanyaev2013-07-311-6/+10
* | | Explain on dashboard that limit amount of projects displayedDmitriy Zaporozhets2013-09-261-1/+5
* | | Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-263-12/+5
* | | Remove project transfer page since we already have multiple owners for groupDmitriy Zaporozhets2013-09-261-9/+1
* | | Group owner or admin can remove other group ownersDmitriy Zaporozhets2013-09-261-1/+1
* | | Modify permissions for project and groupDmitriy Zaporozhets2013-09-254-9/+5
* | | Public projects feature - step2Dmitriy Zaporozhets2013-09-242-5/+8
* | | Fix password updateDmitriy Zaporozhets2013-09-241-3/+3
* | | Point to project page from public areaDmitriy Zaporozhets2013-09-241-13/+0
* | | Allow non authenticated user access to public projectsDmitriy Zaporozhets2013-09-242-3/+29
* | | Force user to provide old password in order to change itDmitriy Zaporozhets2013-09-241-1/+8
| |/ |/|
* | Prevent empty public projects from throwing exceptionsIzaak Alpert2013-09-201-5/+7
* | Don't show users password change page if ldap usersIzaak Alpert2013-09-171-1/+1
* | Update gitlab_git to version 2.2.0. Fixes invalid diff in CompareDmitriy Zaporozhets2013-09-161-1/+1
* | Update to only provide one way to get a default userIzaak Alpert2013-09-111-2/+2
* | Fix 404 if Group guest visit empty group pageDmitriy Zaporozhets2013-09-111-1/+1
* | Improved large commit handling.Boyan Tabakov2013-09-073-0/+9
* | Merge branch 'refactor/oauth' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-09-042-16/+19
|\ \
| * | Fix user remove tests. Remove user even if he has projectsDmitriy Zaporozhets2013-09-041-3/+0
| * | Use new OAuth classesDmitriy Zaporozhets2013-09-041-9/+15
| * | Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-021-6/+6
* | | Dont allow html render for RAW viewDmitriy Zaporozhets2013-09-031-1/+9
|/ /
* | List groups on Dashboard#projects pageDmitriy Zaporozhets2013-08-291-1/+5
* | Improve admin user show pageDmitriy Zaporozhets2013-08-271-9/+0
* | Improve user block/removal from admin areaDmitriy Zaporozhets2013-08-271-7/+3
* | Add description to user removal block. Transfer owned groups to admin before ...Dmitriy Zaporozhets2013-08-271-2/+7
* | Add event filter for group and project show pagesDmitriy Zaporozhets2013-08-264-7/+12