summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* use worker in controllerJames Lopez2016-05-041-3/+6
* few fixes - import from UI workingJames Lopez2016-04-281-1/+3
* Merge branches 'feature/project-export' and 'feature/project-import' into fea...James Lopez2016-04-221-4/+8
|\
| * Add method to return the user notification setting for a group, or a projectDouglas Barbosa Alexandre2016-04-081-1/+1
| * Use default_value_for to set default NotificationSetting#levelDouglas Barbosa Alexandre2016-04-081-1/+0
| * Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-081-13/+5
| |\
| * | Create NotificationSettings object only when user change value in dropdownDmitriy Zaporozhets2016-03-301-1/+2
| * | Refactor creating notification setting with defaultsDmitriy Zaporozhets2016-03-301-6/+1
| * | Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-4/+13
* | | download export now workingJames Lopez2016-04-151-1/+10
* | | some experimental UI stuff to test exportJames Lopez2016-04-141-0/+9
| |/ |/|
* | Fix Error 500 after renaming a project pathStan Hu2016-04-051-0/+3
* | Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-041-1/+1
|\ \
| * | Move unlink fork logic to a serviceBaldinof2016-03-221-1/+1
| * | Merge branch 'master' into fix_remove_fork_linkBaldinof2016-03-141-11/+0
| |\ \
| * | | Close merge requests when removing fork relationBaldinof2016-03-111-1/+1
* | | | Pre-calculate Emoji digestsprecompile-emoji-urlsYorick Peterse2016-03-301-12/+1
| |_|/ |/| |
* | | Tweaks, refactoring, and specsDouwe Maan2016-03-201-2/+2
* | | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-1/+1
* | | Use an exception to pass messagesJacob Vosmaer2016-03-151-5/+10
* | | Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-2/+2
| |/ |/|
* | Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-11/+0
* | Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-0/+11
* | Remove existing go_import.html.haml implementationStan Hu2016-03-121-11/+0
|/
* 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