summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '15064_issuable_default_sort_order' into 'master' Rémy Coutable2016-08-016-66/+95
|\
| * State specific default sort order for issuableszs2016-08-016-66/+95
* | Merge branch 'zj-env-external-url' into 'master' Rémy Coutable2016-08-011-6/+17
|\ \
| * | Minor fixes in the Env API endpointszj-env-external-urlZ.J. van de Weg2016-08-011-1/+1
| * | Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-6/+17
| |/
* | Clarify which project is deleted to avoid alarmclarify-deletion-messageStan Hu2016-07-291-1/+1
* | Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-292-4/+0
|\ \ | |/ |/|
| * Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-192-4/+0
* | Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-12/+19
* | Humanize protected branches' access levels at one location.Timothy Andrew2016-07-291-1/+3
* | Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-291-1/+1
* | Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-291-7/+17
* | Merge branch 'fix/use-fewer-queries-for-mr-notes' into 'master' Douwe Maan2016-07-281-1/+1
|\ \
| * | Reduce number of queries made for merge_requests/:id/diffsfix/use-fewer-queries-for-mr-notesAhmad Sherif2016-07-281-1/+1
* | | Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable2016-07-281-0/+1
|\ \ \ | |/ / |/| |
| * | Fix the title of the toggle dropdown buttonHerminio Torres2016-07-281-0/+1
* | | Replace reject_blocked with reject_blocked! in callbacks.rename-undefined-methodsConnor Shea2016-07-273-3/+3
* | | Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-271-2/+2
|\ \ \
| * | | Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-2/+2
| * | | Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-7/+1
| * | | Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-13/+3
| * | | Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-1/+17
* | | | Allow skipping users in autocompleteallow-skipping-users-in-autocompleteSean McGivern2016-07-271-0/+1
* | | | Incorporate review commentsStan Hu2016-07-262-2/+2
* | | | Optimize maximum user access level lookup in loading of notesStan Hu2016-07-262-0/+6
| |/ / |/| |
* | | Profile requests when a header is passedfeature/profile-requests-conditionallyAhmad Sherif2016-07-261-0/+17
* | | Show release notes in tag listSean McGivern2016-07-261-1/+2
|/ /
* | Merge branch 'master' into filter-branch-by-nametiagonbotelho2016-07-2216-88/+130
|\ \
| * \ Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-214-36/+43
| |\ \
| | * | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-204-36/+43
| * | | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-212-5/+5
| |\ \ \
| | * | | Remove VideoJS and clean the integrationRémy Coutable2016-07-201-1/+1
| | * | | First support of videos in issues, MRs and notesEric Hayes2016-07-191-4/+4
| * | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-1/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklistPatricio Cano2016-07-191-3/+3
| | * | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
| | * | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+4
| | | |/ | | |/|
| * | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+2
| |\ \ \
| | * | | Address feedback.Connor Shea2016-07-191-1/+1
| | * | | Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-191-0/+2
| | | |/ | | |/|
| * | | Merge branch 'issue_8110' into 'master' Rémy Coutable2016-07-203-37/+40
| |\ \ \
| | * | | Refactor service settings viewissue_8110Felipe Artur2016-07-203-20/+7
| | * | | Add project service documentation and update integration documentationFelipe Artur2016-07-193-30/+38
| | * | | Allow slack service to send messages on different channelsFelipe Artur2016-07-192-3/+11
| | |/ /
| * | | Merge branch 'compare-code-view' into 'master' Jacob Schatz2016-07-201-0/+1
| |\ \ \
| | * | | Apply diff view cookie on comparecompare-code-viewPhil Hughes2016-07-151-0/+1
| * | | | Merge branch '15343-build-settiings' into 'master' Rémy Coutable2016-07-203-6/+31
| |\ \ \ \
| | * | | | Change how we style redirect_toKamil Trzcinski2016-07-201-3/+1
| | * | | | Use flash[:notice] onlyKamil Trzcinski2016-07-201-2/+1
| | * | | | Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-203-27/+35