summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* transfer error handlerskv-headless2014-12-151-0/+3
* Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-071-56/+20
|\
| * Move projects import to separate resource. Add bare repo creation to reposito...Dmitriy Zaporozhets2014-11-301-28/+11
| * Dont allow project creation without repositoryDmitriy Zaporozhets2014-11-291-3/+4
| * Select namespace where to fork projectDmitriy Zaporozhets2014-11-131-16/+0
| * Merge branch 'auth_duplication' into 'master'Dmitriy Zaporozhets2014-11-051-1/+0
| |\
| | * remove auth duplicationValery Sizov2014-11-051-1/+0
| * | Merge pull request #8094 from cirosantilli/rm-unused-authenticate_userValeriy Sizov2014-11-051-2/+0
| |\ \ | | |/ | |/|
| | * Remove unused authenticate_user from project#showCiro Santilli2014-10-191-2/+0
| * | Merge pull request #8029 from cirosantilli/rm-projects-controller-filterDmitriy Zaporozhets2014-10-211-1/+0
| |\ \
| | * | Remove unused filter from ProjectsControllerCiro Santilli2014-10-131-1/+0
| | |/
| * | Use @project on controllers, don't call methodCiro Santilli2014-10-191-6/+6
| |/
* | Add Markdown preview to more formsVinnie Okada2014-10-151-0/+4
|/
* Incorporating Dmitriy's referrer-based routing suggestionKevin Boyd2014-09-051-1/+6
* Fine-tune the Remove Project redirect. Now it redirects to admin_projects_pat...Kevin Boyd2014-08-291-1/+4
* Replace project labels with tags to prevent name conflict with GitLab labelsDmitriy Zaporozhets2014-07-291-1/+1
* Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into cirosant...Dmitriy Zaporozhets2014-07-241-0/+8
|\
| * Fix hound.Ciro Santilli2014-07-171-1/+1
| * Add star count, view logic, more tests.Ciro Santilli2014-07-171-0/+3
| * Add project stars.Ciro Santilli2014-07-171-0/+5
* | Fix project default branch changeDmitriy Zaporozhets2014-07-211-1/+1
|/
* Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets2014-06-261-4/+12
* Move checking of recepients to a service.Marin Jankovski2014-06-231-29/+2
* Make sure that at mentioning all properly notifies.Marin Jankovski2014-06-231-1/+1
* Show @all in autocomplete list.Marin Jankovski2014-06-231-1/+1
* Fix project deletion and testsDmitriy Zaporozhets2014-06-171-2/+1
* Merge branch 'upgrade_to_rails_4.1' into 'master'Dmitriy Zaporozhets2014-06-041-1/+1
|\
| * Convert to array since Relation no longer returns an array.Marin Jankovski2014-06-031-1/+1
* | Revert "Implements and refactors clipboard feature for markdown."Dmitriy Zaporozhets2014-06-031-6/+0
|/
* Merge branch 'master-create-group-projects' into 'master'Dmitriy Zaporozhets2014-05-281-1/+1
|\
| * Use new Projects::TransferService classDmitriy Zaporozhets2014-05-281-1/+1
* | Implements and refactors clipboard feature for markdown.erbunao2014-05-281-0/+6
|/
* Move logic to image_service.Marin Jankovski2014-05-261-11/+3
* Make existing tests test something, return correct errors.Marin Jankovski2014-05-261-5/+14
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-0/+20
* Fix testsDmitriy Zaporozhets2014-05-221-1/+1
* Correct identation, default value if note doesn't exist.Marin Jankovski2014-03-251-14/+16
* Search within project.Marin Jankovski2014-03-251-3/+5
* Extract sorting into a method.Marin Jankovski2014-03-251-8/+12
* Include commits.Marin Jankovski2014-03-251-2/+23
* At mention participating users.Marin Jankovski2014-03-251-1/+2
* Use emoji assets on autocomplete.Marin Jankovski2014-03-241-1/+1
* Redirect to import page from show when import in progressDmitriy Zaporozhets2014-03-131-0/+5
* Project import and retry import scaffoldDmitriy Zaporozhets2014-03-121-12/+25
* Add GFM autocompletion for MergeRequestsRobert Speicher2014-03-051-0/+1
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-4/+4
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-1/+19
* Drop rjs from Infinite scrollingDmitriy Zaporozhets2013-11-281-1/+1
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+1
* Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets2013-11-081-4/+0