summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update Emoji asset pathRobert Speicher2016-02-121-1/+1
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-1/+1
* Add CI setting: allow_guest_to_access_buildsKamil Trzcinski2016-02-021-0/+1
* First pass at deleting projects in the background.Josh Frye2016-01-291-2/+6
* Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof2016-01-061-13/+9
|\
| * Merge branch 'master' into mention-allDouwe Maan2015-12-241-1/+1
| |\
| | * adds starring and unstarring text to star button, also adds partial new stylesJacob Schatz2015-12-231-1/+1
| * | Only allow group/project members to mention `@all`Douwe Maan2015-12-241-1/+1
| |/
| * Fix after column renameKamil Trzcinski2015-12-111-1/+1
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-2/+2
| * Fix 404 in redirection after removing a projectStan Hu2015-11-251-1/+1
| * Add support for git lfs.lfsMarin Jankovski2015-11-161-3/+2
| * Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+2
| * fix deprecatedKON YUICHI2015-10-311-1/+1
| * modify to use redirect_back_or_default functionkazubu2015-10-261-5/+1
| * Fix: 500 error returned if destroy request without HTTP refererkazubu2015-10-261-1/+1
* | Use GitlabShellWorker.perform_async for housekeepingJeroen Nijhof2015-11-191-6/+2
* | Added housekeeping status and moved path check to gitlab-shellJeroen Nijhof2015-11-191-2/+7
* | Added housekeeping for git repositoriesJeroen Nijhof2015-10-211-0/+8
|/
* Merge branch 'master' into grzesiek/gitlab-ce-fix/non-member-notification-buttonDouwe Maan2015-10-191-1/+27
|\
| * Add changelog itemadd-files-optionto-changelogDouwe Maan2015-10-191-0/+2
| * Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into 'm...Douwe Maan2015-10-191-1/+14
| |\
| | * Tweak wording.Douwe Maan2015-10-181-1/+3
| | * Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-141-1/+5
| | * Adds ability to remove the forked relationshipHan Loong Liauw2015-10-131-1/+8
| * | Only load tree when project has repository to prevent 404Douwe Maan2015-10-181-1/+5
| * | Set vars used by tree view in project show action.Douwe Maan2015-10-171-4/+8
| * | Allow users to select the Files view as default project viewCristian Bica2015-10-011-1/+4
| |/
* | Find correct group membership.Douwe Maan2015-10-181-2/+1
* | Show notifications button even if user is not member of a projectGrzegorz Bizon2015-10-121-0/+1
|/
* Minor code cleanupnotification-levelsDouwe Maan2015-09-201-2/+3
* Use the `find_by_user_id` magic finder instead of `where`.Patricio Cano2015-09-161-1/+1
* Merge branch 'master' into notification-levelsPatricio Cano2015-09-161-1/+5
|\
| * Use new routing helperDouwe Maan2015-09-081-1/+1
| * Move partial to right place and fix tests.Douwe Maan2015-09-081-1/+1
| * Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-0/+4
* | Notification dropdown now shows currently active level, and also shows what t...Patricio Cano2015-09-141-1/+3
* | Notification level can now be saved from within the project view.Patricio Cano2015-09-141-1/+1
* | PAtrially working notification buttonDarby2015-09-141-0/+1
|/
* Mention group and project name in flash messages upon create, update and delete.Achilleas Pipinellis2015-07-301-4/+4
* Public project activity page asks for sign-inactivity_publicly_accessibleValery Sizov2015-07-201-1/+1
* Fix transferring of project to another group using the API.Douwe Maan2015-07-111-4/+5
* Show last push widget on several project pagesDmitriy Zaporozhets2015-07-081-1/+0
* Refactor star and fork buttonsDmitriy Zaporozhets2015-07-081-3/+4
* Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets2015-07-071-7/+12
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-1/+11
* Move repository when project is removedDmitriy Zaporozhets2015-06-031-10/+7
* Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-011-5/+0
* Add a page title to every page.Douwe Maan2015-04-301-8/+14
* Add atom feed for project activity.Douwe Maan2015-04-231-5/+13