summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Break in middle of word if a span within parallel viewparallel-diff-alignmentAnnabel Dunstone2016-04-251-0/+5
|
* Reduce width of parallel diffsAnnabel Dunstone2016-04-221-1/+5
|
* Fixed issue with assignee object not being returnedPhil Hughes2016-04-222-2/+2
| | | | Closes #15515
* Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-222-1/+12
|\ | | | | | | | | | | | | | | | | Allow filtering by Owned projects on dashboard page Closes #3799 ![Screen_Shot_2016-04-15_at_9.40.52_PM](/uploads/440498c5647bda282304891307931a02/Screen_Shot_2016-04-15_at_9.40.52_PM.png) See merge request !3762
| * Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-21176-980/+1880
| |\
| * | Do not display filters if user if there's no current_userAlfredo Sumaran2016-04-211-7/+8
| | |
| * | Use compact syntaxAlfredo Sumaran2016-04-211-4/+1
| | |
| * | Allow filtering by Owned projectsAlfredo Sumaran2016-04-182-1/+14
| | |
* | | Merge branch 'confirmation-screen' into 'master' Robert Speicher2016-04-226-2/+60
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved email confirmation UX Closes #4228 See merge request !3184
| * | | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-216-2/+60
| | | | | | | | | | | | | | | | Closes #4228
* | | | Merge branch 'rs-diff_view' into 'master' Rémy Coutable2016-04-223-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always read diff_view setting from the cookie Prior, when the user had their view set to "parallel" and then visited a merge request's changes tab _without_ passing the `view` parameter via query string, the view would be parallel but the `Notes` class was always instantiated with the default value from `diff_view` ("inline"), resulting in broken markup when the form to add a line note was dynamically inserted. The cookie is set whenever the view is changed, so this value should always be up-to-date. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14557 and https://gitlab.com/gitlab-org/gitlab-ce/issues/15285 See merge request !3732
| * | | | Clarify that the diff view setting always comes from the cookiers-diff_viewRobert Speicher2016-04-191-2/+1
| | | | | | | | | | | | | | | | | | | | This invalidates one test, which we've removed.
| * | | | Always read diff_view setting from the cookieRobert Speicher2016-04-142-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior, when the user had their view set to "parallel" and then visited a merge request's changes tab _without_ passing the `view` parameter via query string, the view would be parallel but the `Notes` class was always instantiated with the default value from `diff_view` ("inline"), resulting in broken markup when the form to add a line note was dynamically inserted. The cookie is set whenever the view is changed, so this value should always be up-to-date. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14557
* | | | | Use association search in issuable create serviceGrzegorz Bizon2016-04-221-6/+6
| | | | |
* | | | | Verify label affiliation before assigning to issueGrzegorz Bizon2016-04-221-2/+26
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | This also verify if milestone belongs to correct project before creating a new issue. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15439
* | | | Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher2016-04-213-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes text color on labels in sidebar Previously the labels in the sidebar would just have `#FFF` text color which could cause problems with a light background color. With this, the text color comes from the JSON. See merge request !3846
| * | | | Reverted label link helperlabel-text-color-sidebarPhil Hughes2016-04-211-1/+1
| | | | |
| * | | | Reverted link changesPhil Hughes2016-04-211-1/+1
| | | | |
| * | | | Removed console.logPhil Hughes2016-04-211-1/+0
| | | | |
| * | | | Fixes text color on labels in sidebarPhil Hughes2016-04-214-5/+6
| | | | |
* | | | | Merge branch '15465-fix-sort-by-due-date' into 'master' Yorick Peterse2016-04-211-3/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove the `.distinct` when finding issues See merge request !3858
| * | | | | Remove the `.distinct` when finding issues15465-fix-sort-by-due-dateRémy Coutable2016-04-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not needed anymore after !3815. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'remove-update-files' into 'master' Yorick Peterse2016-04-215-3/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed JS update templates See merge request !3814
| * | | | | | Removed JS update templatesremove-update-filesPhil Hughes2016-04-195-3/+1
| | |_|_|/ / | |/| | | |
* | | | | | Remove float from iconAnnabel Dunstone2016-04-211-0/+5
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceRémy Coutable2016-04-218-99/+76
|\ \ \ \ \
| * \ \ \ \ Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz2016-04-218-99/+76
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes "create label" functionality on label dropdown **Issue sidebar** ![label_dropdown](/uploads/2a056136fc88626530fc275ded0c2aa3/label_dropdown.gif) **Issues page** ![label_dropdown_issues](/uploads/965fd20f5b206499e9b11a64556c5240/label_dropdown_issues.gif) See merge request !3670
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-2042-181/+655
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-201-14/+11
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-20145-726/+1373
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| | * | | | | | | | Move shared html to a partialAlfredo Sumaran2016-04-183-34/+21
| | | | | | | | | |
| | * | | | | | | | Add is-link attribute to know if a menu item should not be stoppedAlfredo Sumaran2016-04-182-2/+2
| | | | | | | | | |
| | * | | | | | | | Remove $parentAlfredo Sumaran2016-04-181-6/+5
| | | | | | | | | |
| | * | | | | | | | Fix create label functionalityAlfredo Sumaran2016-04-151-41/+25
| | | | | | | | | |
| | * | | | | | | | Fix Label dropdown and organize codeAlfredo Sumaran2016-04-155-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/labels_select.js.coffee
| | * | | | | | | | Render proper partialAlfredo Sumaran2016-04-152-2/+2
| | | | | | | | | |
| | * | | | | | | | Add spacesAlfredo Sumaran2016-04-151-3/+3
| | | | | | | | | |
| | * | | | | | | | Reuse partial for Create Label pageAlfredo Sumaran2016-04-153-18/+21
| | | | | | | | | |
| | * | | | | | | | Restore broken codeAlfredo Sumaran2016-04-151-9/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable2016-04-212-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'issue_15434' into 'master' Jacob Schatz2016-04-212-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes XSS injection REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/15434 **Without the fix** ![xss1](/uploads/0a7b0b15fb87066965a7c73f1dbaa815/xss1.gif) **With the fix** ![xss2](/uploads/473cfa0aa80656f24c58aebf1fd97fff/xss2.gif) See merge request !1952
| | * | | | | | | | | Remove unnecessary provided paramAlfredo Sumaran2016-04-211-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Remove unused paramAlfredo Sumaran2016-04-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'rs-issue-15408' into 'master' Robert Speicher2016-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix undefined local variable error in Invalid MR template Closes #15408 See merge request !3857
| * | | | | | | | | | | Fix undefined local variable error in Invalid MR templaters-issue-15408Robert Speicher2016-04-211-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15408
* | | | | | | | | | | Merge branch 'diff-link-fix' into 'master' Jacob Schatz2016-04-212-10/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff highlight fixes This fixes a couple of issues with linking/highlight diff lines: - Fixed issue with lines not being selectable when expanding diff - Fixed issue with incorrect line being highlighted if line is in discussion view See merge request !3725
| * | | | | | | | | | Put back removed line numberdiff-link-fixPhil Hughes2016-04-201-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fixed issue when scrolling to element and there is an expanderPhil Hughes2016-04-201-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Fixed issue with lines not being selectable when expanding diffPhil Hughes2016-04-201-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Fixed issue with incorrect line being highlighted if line is in discussion viewPhil Hughes2016-04-201-4/+4
| | |_|_|/ / / / / / | |/| | | | | | | |