summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devise-deprecations' into 'master' Rémy Coutable2016-08-041-1/+1
|\
| * Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
| * Add an oauth provider path helper.Connor Shea2016-08-031-1/+1
* | Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-031-2/+2
* | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-033-9/+7
* | Introduce Compare model in the codebase.Paco Guzman2016-08-032-17/+8
* | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-033-10/+14
* | Cache highlighted diff lines for merge requestsPaco Guzman2016-08-034-11/+15
* | Merge branch 'rs-external-issue-tracker-redirect' into 'master' Douwe Maan2016-08-021-0/+13
|\ \ | |/ |/|
| * Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-3/+9
| * Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-0/+7
* | Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-0/+2
|/
* 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
| |\ \ \