summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9844 Closes #3559
| * Add support for git lfs.lfsMarin Jankovski2015-11-161-3/+2
| |
| * Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+2
| | | | | | | | - Enable CI by default for all new projects
| * 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
|\ | | | | | | [ci skip]
| * Add changelog itemadd-files-optionto-changelogDouwe Maan2015-10-191-0/+2
| |
| * Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into ↵Douwe Maan2015-10-191-1/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add ability to remove the fork relationship from project settings ![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png) ![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png) Replaces !1579. Fixes #2578. See merge request !1636
| | * Tweak wording.Douwe Maan2015-10-181-1/+3
| | |
| | * Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-141-1/+5
| | | | | | | | | | | | | | | Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs
| | * Adds ability to remove the forked relationshipHan Loong Liauw2015-10-131-1/+8
| | | | | | | | | | | | | | | | | | | | | This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
| * | 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
|/ | | | | | | | | Notifications button was unavailable if user wasn't member of the project, even if protected project is available via group privileges. Showing disabled button with explanation tool-tip is less confusing. This closes #2846.
* 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
| | | | | | | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* | Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano2015-09-141-1/+3
| | | | | | | | the actual value of `global` is, if the project has the notification level set to global.
* | 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor star and fork buttonsDmitriy Zaporozhets2015-07-081-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets2015-07-071-7/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ths commit does next: * When we remove project we move repository to path+deleted.git * Then we schedule removal of path+deleted with sidekiq * If repository move failed we abort project removal This should help us with NFS issue when project get removed but repository stayed. The full explanation of problem is below: * rm -rf project.git * rm -rf removes project.git/objects/foo * NFS server renames foo to foo.nfsXXXX because some NFS client (think * Unicorn) still has the file open * rm -rf exits, but project.git/objects/foo.nfsXXX still exists * Unicorn closes the file, the NFS client closes the file (foo), and the * NFS server removes foo.nfsXXX * the directory project.git/objects/ still exists => problem So now we move repository and even if repository removal failed Repository directory is moved so no bugs with project removed but repository directory taken. User still able to create new project with same name. From administrator perspective you can easily find stalled repositories by searching `*+deleted.git` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan2015-05-011-5/+0
| | | | controllers to layouts.
* 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
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-6/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Update html-pipeline and emojiDmitriy Zaporozhets2015-03-111-4/+4
|
* Fix tests for project removingDmitriy Zaporozhets2015-03-101-1/+1
|