summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Remove Ci::ApplicationControllerTakuya Noguchi2016-10-103-9/+2
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
* Merge branch 'fix-already-selected-activity-link' into 'master' Fatih Acet2016-10-061-1/+2
|\
| * Fix inconsistent highlighting of already selected activity nav-linksClement Ho2016-10-051-1/+2
* | Improve issue load time performance by avoiding ORDER BY in find_by callsh-fix-issue-perf-order-by-issueStan Hu2016-10-061-1/+2
* | Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-6/+31
|\ \
| * | Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-11/+18
| * | Add authorization to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre2016-10-061-0/+5
| * | Fixed issue with backlog list not savingPhil Hughes2016-10-061-1/+1
| * | Added ability to save the new issuePhil Hughes2016-10-061-0/+13
* | | MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-activePaco Guzman2016-10-061-23/+43
|/ /
* | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-2/+8
|\ \ | |/ |/|
| * Merge branch '22435-no-api-state-change-via-rails-session' into 'security' Douwe Maan2016-09-281-2/+8
| |\
| | * Convert label creation from API to controller endpointNick Thomas2016-09-231-2/+8
* | | Merge branch 'revert-c676283b' into 'master' Fatih Acet2016-10-051-0/+2
|\ \ \
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into revert-c676283b...revert-c676283bFatih Acet2016-10-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into revert-c676283b...Fatih Acet2016-10-044-17/+22
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into revert-c676283bPhil Hughes2016-10-043-7/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into revert-c676283bPhil Hughes2016-10-0337-206/+351
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into revert-c676283bPhil Hughes2016-09-0215-37/+84
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed boards filtersPhil Hughes2016-08-301-0/+2
* | | | | | | | | Merge branch 'fix_group_links_404' into 'master' Fatih Acet2016-10-051-8/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | fix group links 404barthc2016-10-051-8/+16
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Refactor TrendingProjectsFinder to support cachingYorick Peterse2016-10-051-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'restrict-failed-2fa-attempts' into 'master' Rémy Coutable2016-10-041-2/+13
|\ \ \ \ \ \ \
| * | | | | | | Restrict failed login attempts for users with 2FASean McGivern2016-10-041-2/+13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rc-improve-members-destroy-service' into 'master' Robert Speicher2016-10-043-15/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-033-5/+7
| * | | | | | Improve Members::DestroyServiceRémy Coutable2016-10-033-14/+6
* | | | | | | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
|/ / / / / /
* | | | | | Merge branch 'fix/import-export-admin' into 'master' Robert Speicher2016-10-031-5/+0
|\ \ \ \ \ \
| * | | | | | Enable import/export back for non-adminsfix/import-export-adminJames Lopez2016-10-031-5/+0
| | |_|/ / / | |/| | | |
* | | | | | Add a /wip slash commandThomas Balthazar2016-10-031-1/+1
|/ / / / /
* | | | | Merge branch '21744-fix-missing-values-in-linter' into 'master' Rémy Coutable2016-09-301-0/+1
|\ \ \ \ \
| * | | | | Expose jobs to viewKatarzyna Kobierska2016-09-301-0/+1
* | | | | | Merge branch 'close-merge-request-if-open-without-source-project' into 'master' Rémy Coutable2016-09-301-5/+8
|\ \ \ \ \ \
| * | | | | | Change callbackKatarzyna Kobierska2016-09-301-1/+1
| * | | | | | Callback close_merge_request_without_source_projectKatarzyna Kobierska2016-09-301-7/+8
| * | | | | | Improve grammarKatarzyna Kobierska2016-09-301-1/+1
| * | | | | | Close merge request if open without source projectKatarzyna Kobierska2016-09-301-2/+4
| |/ / / / /
* | | | | | Small improvements thanks to Robert's feedbackRémy Coutable2016-09-302-3/+3
|/ / / / /
* | | | | Merge branch 'mr_api_todo_close' into 'master' Rémy Coutable2016-09-301-2/+0
|\ \ \ \ \
| * | | | | Close todos when accepting a MR via the API.Tony Gambone2016-09-291-2/+0
* | | | | | Merge branch 'rc-new-access-requests-finder' into 'master' Douwe Maan2016-09-304-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | New AccessRequestsFinderRémy Coutable2016-09-284-4/+4
* | | | | | fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-1/+6
* | | | | | Add Pipelines for CommitKamil Trzcinski2016-09-271-8/+9
|/ / / / /
* | | | | Merge branch 'includes-projects-to-render-issue-notes' into 'master' Yorick Peterse2016-09-271-1/+1
|\ \ \ \ \
| * | | | | Fix IssuesController#show degradation including project on loaded notesincludes-projects-to-render-issue-notesPaco Guzman2016-09-271-1/+1
* | | | | | Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-5/+16
|/ / / / /