summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Translate project & repository pagesBob Van Landuyt2017-06-071-13/+13
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 17489-hide-code...Valery Sizov2017-05-231-1/+8
|\
| * Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+7
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* | Hide clone panel and file list when user is only a guestJames Clark2017-05-071-1/+1
|/
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-2/+9
* Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-14/+5
* Change project view default for existing users and anonymous visitors to file...dz-fix-project-viewDmitriy Zaporozhets2017-04-101-1/+9
* Add ability to disable Merge Request URL on pushAlex Sanford2017-03-171-0/+1
* Merge branch 'fix-project-without-repo-and-wiki' into 'master' Rémy Coutable2017-03-161-2/+3
|\
| * Fix projects without repo and wikiLin Jen-Shin2017-03-151-2/+3
* | Display full project name with namespace upon deletionMark Fletcher2017-03-151-1/+1
|/
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
* Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz2017-02-031-2/+6
|\
| * Changed how the data is returned - we only care about the branch/tag namePhil Hughes2016-11-211-2/+3
| * Uses take rather than KaminariPhil Hughes2016-11-211-2/+2
| * Improved ref switcher dropdown performancePhil Hughes2016-11-211-2/+5
* | Add a spec and actually display the flash noticeRémy Coutable2017-01-161-7/+4
* | Fix to display notice when project settings updated.sandish chen2017-01-151-2/+2
* | Changed autocomplete_sources into an action that returns a single 'at' type o...18435-autocomplete-is-not-performantLuke Bennett2016-12-151-33/+0
|/
* Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...revert-0a3cafb2Douwe Maan2016-11-171-3/+1
* Limit autocomplete to currently selected itemsAkram FARES2016-11-151-1/+3
* Merge branch 'rs-project_params' into 'master' Rémy Coutable2016-11-081-17/+35
|\
| * Apply `*_params_ce` pattern to ProjectsControllerrs-project_paramsRobert Speicher2016-11-071-17/+35
* | Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan2016-11-081-0/+7
|\ \
| * | implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-0/+7
| |/
* | Fix project indexDmitriy Zaporozhets2016-11-071-3/+3
|/
* Complete and improve specsRémy Coutable2016-11-041-2/+2
* Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-041-2/+3
* Fix relative links in Markdown wiki when displayed in "Project" tabadam-fix-wiki-links-markdownAdam Niedzielski2016-11-011-1/+2
* Fixed boards store specissue-board-welcome-cookie-monsterPhil Hughes2016-10-281-2/+1
* Delete issue board welcome cookie when project is newPhil Hughes2016-10-281-1/+4
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-11/+24
* Small improvements thanks to Robert's feedbackRémy Coutable2016-09-301-2/+2
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-1/+6
* Project tools visibility levelFelipe Artur2016-09-011-4/+14
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-1/+1
* Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-1/+1
* Restore get_id in ExtractsPathwinniehell2016-08-241-8/+1
* Fix file links on project page Files viewfix-file-links-on-project-pageSean McGivern2016-08-231-1/+8
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-3/+3
* Refactor slash command definitionDouwe Maan2016-08-121-3/+17
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-5/+3
* Make slash commands contextualRémy Coutable2016-08-131-1/+1
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+2
* Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-1/+1
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
* Clarify which project is deleted to avoid alarmclarify-deletion-messageStan Hu2016-07-291-1/+1
* Allow to disable user request access to groups/projectsFelipe Artur2016-07-201-1/+1