summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Dont allow change of MR target or source projects after it was createdDmitriy Zaporozhets2013-12-201-0/+5
* Merge pull request #5841 from Popl7/archiving_old_projectsDmitriy Zaporozhets2013-12-162-2/+20
|\
| * Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-162-2/+20
* | Merge pull request #5843 from bke-drewb/fix/dashboard_event_updatesDmitriy Zaporozhets2013-12-163-0/+4
|\ \ | |/ |/|
| * Fix dashboard event cachingDrew Blessing2013-12-133-0/+4
* | Merge pull request #5847 from skv-headless/fix_deprecation_warningsDmitriy Zaporozhets2013-12-165-7/+6
|\ \
| * | fix most of warningsskv2013-12-155-7/+6
| |/
* | Fix messages typoTakuya Nishigori2013-12-163-3/+3
|/
* Allow close of broken MRDmitriy Zaporozhets2013-12-121-0/+15
* Add new methods to MR to check if source or target branch existsDmitriy Zaporozhets2013-12-121-4/+7
* Expire event cache on avatar creation/removalDrew Blessing2013-12-111-0/+2
* Fix signup for rails4Dmitriy Zaporozhets2013-12-101-0/+6
* Added allow_blank to model validationsDmitriy Zaporozhets2013-12-101-0/+2
* Add visibility filter to Dashboard#projectsDmitriy Zaporozhets2013-12-051-0/+1
* Fix 404 on project page for unauthenticated userJason Hollingsworth2013-12-041-0/+3
* Issue 5716 - Allow removal of avatarDrew Blessing2013-12-021-0/+11
* Remove GET .js format for Milestone controllerDmitriy Zaporozhets2013-12-021-5/+0
* Remove .js format for MergeRequest controllerDmitriy Zaporozhets2013-12-021-4/+7
* Drop rjs from Issues#indexDmitriy Zaporozhets2013-11-293-14/+17
* Drop rjs from Notes#indexDmitriy Zaporozhets2013-11-291-1/+14
* Drop rjs from Infinite scrollingDmitriy Zaporozhets2013-11-285-4/+18
* Merge branch 'authenticated_public_mode' of https://github.com/jhollingsworth...Dmitriy Zaporozhets2013-11-276-6/+6
|\
| * Adding authenticated public mode (internal).Jason Hollingsworth2013-11-266-6/+6
* | Read-only email field for LDAP userDmitriy Zaporozhets2013-11-271-0/+2
|/
* Added sorting to project issues pageJason Blanchard2013-11-231-0/+3
* Add more info to admin dashboardDmitriy Zaporozhets2013-11-201-0/+1
* Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets2013-11-201-2/+3
* Remove file from repository featureDmitriy Zaporozhets2013-11-191-2/+23
* Admin can transfer project to any namespaceDmitriy Zaporozhets2013-11-151-3/+21
* Ability to remvoe broadcast messagesDmitriy Zaporozhets2013-11-121-0/+9
* Broadcast messages scaffold in admin areaDmitriy Zaporozhets2013-11-121-0/+23
* Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets2013-11-081-4/+0
* New feature: Ability to leave projectDmitriy Zaporozhets2013-11-051-1/+10
* 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
|\