summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
Commit message (Expand)AuthorAgeFilesLines
* fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-2/+1
* Merge branch 'add-remember-option-u2f' into 'master' Robert Speicher2016-09-091-0/+1
|\
| * Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+1
* | Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-081-0/+2
* | Refactor code for bulk update merge requests featuredz-bulk-edit-mrDmitriy Zaporozhets2016-09-081-2/+2
* | Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-0/+31
* | Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-311-1/+1
|/
* prevent authored awardable thumbs votesbarthc2016-08-301-5/+7
* prevent authored awardable thumbs votesbarthc2016-08-281-0/+2
* Handle legacy sort order values21028-missing-default-sort-for-users-with-an-existing-cookieSean McGivern2016-08-181-0/+5
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-161-0/+25
|\
| * Further refactor and syntax fixes.Patricio Cano2016-08-151-5/+4
| * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-7/+1
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+32
* | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-3/+3
|\ \ | |/
| * Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-3/+3
* | More descriptive comments, feedback:Lin Jen-Shin2016-08-031-2/+6
* | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-8/+7
|/
* State specific default sort order for issuableszs2016-08-013-8/+91
* Refactor service settings viewissue_8110Felipe Artur2016-07-201-5/+5
* Add project service documentation and update integration documentationFelipe Artur2016-07-191-0/+35
* Merge branch 'master' into rename-repo-filestiagonbotelho2016-07-191-1/+0
|\
| * Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-1/+0
* | Merge branch 'master' into rename-repo-filestiagonbotelho2016-07-181-6/+4
|\ \ | |/
| * Merge branch '17341-firefox-u2f' into 'master' Robert Speicher2016-07-151-6/+4
| |\
| | * Use a single challenge for U2F authentication.Timothy Andrew2016-07-141-4/+3
| | * Load Javascript U2F library selectively.Timothy Andrew2016-07-141-2/+1
* | | refactors update action to change commit_params with the correct pathtiagonbotelho2016-07-121-1/+0
* | | changes the usasge of path to file_path on blob_controller for compatibillity...tiagonbotelho2016-07-121-1/+1
* | | removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* | | refactors blob_controllertiagonbotelho2016-07-121-0/+8
* | | removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* | | refactors blob_controllertiagonbotelho2016-07-121-0/+8
* | | removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* | | refactors blob_controllertiagonbotelho2016-07-121-0/+8
* | | removes debugging prints from codetiagonbotelho2016-07-121-8/+0
* | | refactors blob_controllertiagonbotelho2016-07-121-0/+8
* | | creates the update_file method in repository.rb and applies changes accordinglytiagonbotelho2016-07-121-1/+2
* | | successfully adds the new version with the updated name on the projects repotiagonbotelho2016-07-121-1/+2
|/ /
* | Handle more than two paths in MergeRequest#diffsSean McGivern2016-07-111-1/+3
* | Make expand_all param more explicitSean McGivern2016-07-081-1/+1
* | DRY up diff_for_path actionsSean McGivern2016-07-081-0/+23
|/
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-2/+3
* Raise a new Gitlab::Access::AccessDeniedError when permission is not enough t...Rémy Coutable2016-06-181-26/+8
* Redirect to the member's source on request withdrawalRémy Coutable2016-06-181-1/+2
* New Members::DestroyServiceRémy Coutable2016-06-181-2/+4
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-142-38/+58
* Factorize access request routes into a new :access_requestable route concernRémy Coutable2016-06-141-1/+1
* Factorize #request_access and #approve_access_request into a new AccessReque...Rémy Coutable2016-06-141-0/+38
* Merge branch 'notes-are-awardables' into 'master' Douwe Maan2016-06-061-1/+10
|\