summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Hide password on import by url formIgor Drozdov2019-05-211-0/+2
* Update projects controllergroup-project-template-in-paid-featuresMałgorzata Ksionek2019-04-161-3/+3
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-1/+1
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+1
* Expand FindCommit caching to blob and refssh-improve-find-commit-cachingStan Hu2019-04-061-2/+2
* Merge branch 'revert-3962b00b' into 'master'Andreas Brandl2019-04-051-1/+0
|\
| * Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-1/+0
* | Enable FindCommit caching for project and commits pagesStan Hu2019-04-051-0/+2
|/
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+1
* Add cr remarksMałgorzata Ksionek2019-03-251-3/+3
* Disallow changing namespace of a project in update methodMałgorzata Ksionek2019-03-201-5/+8
* Update last_activity_on for Users on some main GET endpointsRubén Dávila2019-02-051-0/+1
* Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-3/+13
* Project guests no longer are able to see refs pageTiago Botelho2018-12-191-0/+1
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-0/+2
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+1
* Applies the CE backport of EE#657Tiago Botelho2018-09-241-0/+5
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-171-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
* refactor code based on feedbackJames Lopez2018-09-071-1/+1
* refactor code based on feedbackJames Lopez2018-09-071-2/+2
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-11/+1
* Move badge settings to general settingsWinnie Hellmann2018-09-031-0/+2
* Keep project settings sections expanded after submitting formMike Greiling2018-08-081-6/+6
* Use Projects::UpdateService to archive projectsJames Ramsay2018-08-031-2/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-5/+12
* Add option to add README when creating a projectImre Farkas2018-07-041-0/+1
* Set flash error message only for current request when updating projectAram Visser2018-06-251-1/+1
* The json keys of ref switcher should not be translatedhiroponz/gitlab-ce-48100-fix-branch-not-shownHiroyuki Sato2018-06-201-2/+2
* [Rails5] Add `safe_params` helperblackst0ne2018-04-081-1/+1
* Use ChronicDurationAttribute to handle CI/CD timeout settingTomasz Maczukin2018-04-041-1/+1
* Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher2018-03-051-3/+11
|\
| * CI/CD-only projects FEEric Eastwood2018-03-051-1/+5
| * Backport BE changes from CI/CD projects ee!4567Eric Eastwood2018-03-021-2/+6
* | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
|/
* Merge branch '43261-fix-import-from-url-name-collision-active-tab' into 'master'Phil Hughes2018-02-231-1/+1
|\
| * Make import tab/form active when importing project by URL and validation fails43261-fix-import-from-url-name-collision-active-tabEric Eastwood2018-02-201-1/+1
* | Move project presenter instance creation to controllerOswaldo Ferreira2018-02-221-0/+2
* | Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-1/+4
|/
* Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-051-0/+5
|\
| * Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
|/
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Remove the Project#repo methodJacob Vosmaer2018-01-041-1/+1
* Merge branch 'lfs-badge' into 'master'Douwe Maan2017-12-151-0/+1
|\
| * moved lfs_blob_ids method into ExtractsPath modulelfs-badgePhil Hughes2017-12-141-5/+0