summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* remove outline from dropdown toggles when dropdown open33469-focusSimon Knox2017-06-102-1/+5
|
* Merge branch 'port-post-receive-changes' into 'master'Robert Speicher2017-06-081-21/+17
|\ | | | | | | | | Refactor PostReceive worker to limit merge conflicts See merge request !11916
| * Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-051-21/+17
| |
* | Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-085-7/+31
|\ \ | | | | | | | | | | | | Master security update See merge request !12025
| * \ Merge remote-tracking branch 'origin/upstream-9-2-security' into ↵master-security-updateDJ Mountney2017-06-081-1/+3
| |\ \ | | | | | | | | | | | | master-security-update
| | * | Make the uploader use the updated folderBob Van Landuyt2017-06-081-1/+3
| | | |
| | * | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-085-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
| * | | Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney2017-06-082-4/+21
| |\ \ \
| | * | | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-075-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
| * | | | Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney2017-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix visibility when referencing snippets See merge request !2101
| * | | | Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney2017-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users autocomplete by author_id only for authenticated users See merge request !2100
| * | | | Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'DJ Mountney2017-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escapes html content before appending it to the DOM See merge request !2107
* | | | | Merge branch '25426-group-dashboard-ui' into 'master'Douwe Maan2017-06-0821-46/+1034
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Group dashboard UI" Closes #25426 See merge request !11098
| * \ \ \ \ Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-0892-351/+492
| |\ \ \ \ \
| * | | | | | Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-2/+2
| | | | | | |
| * | | | | | Align folder and carets on groups treeAlfredo Sumaran2017-06-081-1/+1
| | | | | | |
| * | | | | | Update URL when paginating groupsAlfredo Sumaran2017-06-081-1/+6
| | | | | | |
| * | | | | | Add missing aria-hidden attribute to i tagsAlfredo Sumaran2017-06-081-8/+21
| | | | | | |
| * | | | | | Fix type casingAlfredo Sumaran2017-06-081-2/+2
| | | | | | |
| * | | | | | Do not show access type to a group if there’s no accessAlfredo Sumaran2017-06-081-0/+2
| | | | | | |
| * | | | | | Display user access type for each groupAlfredo Sumaran2017-06-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds unit tests for this
| * | | | | | Expose human group access on GroupEntityDouwe Maan2017-06-071-2/+2
| | | | | | |
| * | | | | | Use group and project finders instead of direct ActiveRecord relationsDouwe Maan2017-06-072-12/+13
| | | | | | |
| * | | | | | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-07363-1545/+4419
| |\ \ \ \ \ \
| * | | | | | | Address feedbackAlfredo Sumaran2017-06-072-3/+1
| | | | | | | |
| * | | | | | | Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
| | | | | | | |
| * | | | | | | Restore code to make explore groups workAlfredo Sumaran2017-06-073-1/+22
| | | | | | | |
| * | | | | | | Address feedbackAlfredo Sumaran2017-06-076-70/+113
| | | | | | | |
| * | | | | | | Add rows hover state and improve layout for mobileAlfredo Sumaran2017-06-063-60/+78
| | | | | | | |
| * | | | | | | Do not show spinner when fetching subgroupsAlfredo Sumaran2017-06-061-2/+2
| | | | | | | |
| * | | | | | | Expose avatar URL for groupsAlfredo Sumaran2017-06-062-2/+6
| | | | | | | |
| * | | | | | | Minor visual adjustmentsAlfredo Sumaran2017-06-067-20/+78
| | | | | | | |
| * | | | | | | Add json support to group members leave action in controllerDmitriy Zaporozhets2017-06-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Improve pagination when searching or filteringAlfredo Sumaran2017-06-067-48/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets2017-06-021023-8343/+19443
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-014-22/+46
| | | | | | | | |
| * | | | | | | | Make GroupsStore.store method non-staticAlfredo Sumaran2017-06-011-3/+3
| | | | | | | | |
| * | | | | | | | Move line to a better placeAlfredo Sumaran2017-05-311-3/+2
| | | | | | | | |
| * | | | | | | | Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tagAlfredo Sumaran2017-05-311-2/+2
| | | | | | | | |
| * | | | | | | | Use map to iterate arraysAlfredo Sumaran2017-05-311-3/+3
| | | | | | | | |
| * | | | | | | | Remove default null value for parent paramAlfredo Sumaran2017-05-311-1/+1
| | | | | | | | |
| * | | | | | | | Remove unnecesary returnAlfredo Sumaran2017-05-311-2/+0
| | | | | | | | |
| * | | | | | | | Fix JS error when filtering by optionAlfredo Sumaran2017-05-311-1/+1
| | | | | | | | |
| * | | | | | | | Move eslint disable rule close to offending line to conform styleguideAlfredo Sumaran2017-05-311-2/+1
| | | | | | | | |
| * | | | | | | | Remove duplicated lineAlfredo Sumaran2017-05-311-1/+0
| | | | | | | | |
| * | | | | | | | Restore accidentally deleted codeAlfredo Sumaran2017-05-311-1/+4
| | | | | | | | |
| * | | | | | | | Declare store and service inside Vue appAlfredo Sumaran2017-05-311-24/+29
| | | | | | | | |
| * | | | | | | | Use object destructuring when passing more than 3 params to follow style guideAlfredo Sumaran2017-05-312-2/+2
| | | | | | | | |
| * | | | | | | | Replace v-show with v-if to conform style guideAlfredo Sumaran2017-05-311-10/+7
| | | | | | | | |
| * | | | | | | | Update i tags so they are not self closedAlfredo Sumaran2017-05-311-2/+2
| | | | | | | | |