summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Added limited widths to header of snippetscommit-comments-limited-widthPhil Hughes2017-06-124-3/+6
|
* Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-125-12/+13
| | | | Closes #20920
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-1219-165/+642
|
* Merge branch 'rs-simplify-todo-count-spec' into 'master'Rémy Coutable2017-06-122-6/+1
|\ | | | | | | | | Test todos_count_format helper at the correct level to improve speed See merge request !12075
| * Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-specRobert Speicher2017-06-092-6/+1
| | | | | | | | | | Instead of an integration test that creates 101 Todo records to test a simple view helper, just unit test the helper.
* | Merge branch 'unassign-default-dropdown-state' into 'master'Phil Hughes2017-06-121-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Changes default text to "Unassigned" Closes #32802 See merge request !12081
| * | Changes default text to "Unassigned"unassign-default-dropdown-stateJacob Schatz2017-06-111-1/+1
| | | | | | | | | | | | | | | By changing this text the css will check for `toggle_text == default_label`. In this case they were not the same. Now they are and it will show the default label in gray.
* | | Merge branch 'sh-recaptcha-fix-try2' into 'master'Sean McGivern2017-06-121-1/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiated Closes #33532 See merge request !12080
| * | | Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-1/+9
| | |/ | |/| | | | | | | | | | | | | | | | Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
* | | Only show hover state on links and buttonsFilipa Lacerda2017-06-121-5/+6
| | |
* | | Use vue files for navigation tabs and buttonsFilipa Lacerda2017-06-125-126/+132
| |/ |/|
* | Remove dead singular assignee code in boardsremove-dead-singular-assignee-code-in-boardsEric Eastwood2017-06-091-3/+0
|/ | | | | | | | Introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/adc59353fa48c5e433b80efc1698c0b12e121968#852fdbe4145be33eca58d30d8c2f4a6623ef8602_30_30 Only usage removed in https://gitlab.com/gitlab-org/gitlab-ce/commit/de9e559d4495560095adfa03ea6489ea51f6f2f4#e22df3c6b3631af90cde45bbb974ddce72aefab7_21_21
* Fixes sign up active state underline misalignmentFrank Sierra2017-06-091-0/+2
|
* Merge branch '33469-focus' into 'master'Annabel Dunstone Gray2017-06-092-1/+5
|\ | | | | | | | | | | | | remove outline from More Actions icon when dropdown open Closes #33469 See merge request !12054
| * remove outline from dropdown toggles when dropdown open33469-focusSimon Knox2017-06-102-1/+5
| |
* | Merge branch 'bvl-revert-regenerating-translations' into 'master'Douwe Maan2017-06-096-6/+6
|\ \ | | | | | | | | | | | | Revert "Regenerate po and js files" See merge request !12044
| * | Recover last working spanish translationbvl-revert-regenerating-translationsBob Van Landuyt2017-06-091-1/+1
| | |
| * | Revert "Regenerate po and js files"Bob Van Landuyt2017-06-096-6/+6
| | | | | | | | | | | | This reverts commit 9157c300b78314e04857c66dacdc732a8193d278.
* | | Merge branch 'dm-revert-mr-8427'Douwe Maan2017-06-0917-317/+15
|\ \ \
| * | | Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-0917-317/+15
| | | |
* | | | Merge branch 'tc-link-to-commit-on-help-page' into 'master'Robert Speicher2017-06-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Make the revision on the `/help` page clickable See merge request !12016
| * | | | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
* | | | | Merge branch '33315-es6-findindex-support' into 'master'Tim Zallmann2017-06-091-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add Array `findIndex` support Closes #33315 See merge request !11961
| * | | | Add Array `findIndex` support33315-es6-findindex-supportkushalpandya2017-06-071-0/+1
| | | | |
* | | | | Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-092-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prompt user to create personal access token for Git over HTTP See merge request !11986
| * | | | | Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
* | | | | | Remove nicescroll from job traceFilipa Lacerda2017-06-093-48/+59
| | | | | |
* | | | | | Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-093-2/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023
| * | | | | | Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-asyncPhil Hughes2017-06-093-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #33477
* | | | | | | Merge branch '33381-display-issue-state-in-mr-widget-issue-links' into 'master'Sean McGivern2017-06-091-2/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display issue state in issue links section of merge request widget Closes #33381 See merge request !12021
| * | | | | | | Display issue state in issue links section of merge request widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-091-2/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern2017-06-093-13/+22
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Detect if blob binaryness changes after loading all data See merge request !11981
| * | | | | | Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-changeDouwe Maan2017-06-083-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | binary afer loading all data
* | | | | | | Merge branch 'issuable-sidebar-edit-button-field-focus' into 'master'Filipa Lacerda2017-06-091-3/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dropdown filter input not focusing after transition Closes #33216 See merge request !12020
| * | | | | | Fixed dropdown filter input not focusing after transitionissuable-sidebar-edit-button-field-focusPhil Hughes2017-06-081-3/+15
| | |/ / / / | |/| | | | | | | | | | | | | | | | Closes #33216
* | | | | | Highlight jobs menu when we are in jobs pageFilipa Lacerda2017-06-091-1/+1
| |_|_|_|/ |/| | | |
* | | | | 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
| | | | | | | | | | |