summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into button-focus-statebutton-focus-stateFatih Acet2016-06-0633-220/+717
|\
| * Merge branch 'jquery2' into 'master' Jacob Schatz2016-06-064-6/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgraded jQuery to version 2 ## What does this MR do? Upgrades jQuery to 2.2.1. Had to include the task_list JS file directly as it includes jQuery 1 directly https://github.com/github-archive/task_list/blob/master/app/assets/javascripts/task_list.coffee#L8 so when we change jQuery to `jquery2` it was including both jQuery 1 & 2. ## Are there points in the code the reviewer needs to double check? For any JS errors ## What are the relevant issue numbers? Closes #12440 See merge request !4384
| | * Fixed JS errorsjquery2Phil Hughes2016-06-053-5/+6
| | | | | | | | | | | | CHANGELOG item
| | * Upgraded jQuery to version 2Phil Hughes2016-06-051-1/+1
| | | | | | | | | | | | Closes #12440
| * | Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-0/+63
| | | | | | | | | | | | | | | | | | - Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
| * | Implement U2F registration.Timothy Andrew2016-06-064-0/+93
| |/ | | | | | | | | | | | | | | | | | | | | - Move the `TwoFactorAuthsController`'s `new` action to `show`, since the page is not used to create a single "two factor auth" anymore. We can have a single 2FA authenticator app, along with any number of U2F devices, in any combination, so the page will be accessed after the first "two factor auth" is created. - Add the `u2f` javascript library, which provides an API to the browser's U2F implementation. - Add tests for the JS components
| * Address feedbackAlfredo Sumaran2016-06-033-14/+13
| |
| * EnhancementsAlfredo Sumaran2016-06-033-16/+13
| |
| * Fix specAlfredo Sumaran2016-06-031-1/+1
| |
| * Add mising paramsAlfredo Sumaran2016-06-031-3/+6
| |
| * Remove console.logAlfredo Sumaran2016-06-031-1/+0
| |
| * Bulk assignment implementationAlfredo Sumaran2016-06-032-0/+109
| |
| * Tweaks for bulk assignmentAlfredo Sumaran2016-06-031-3/+15
| |
| * Do not trigger keyup event if we are persisting stateAlfredo Sumaran2016-06-031-3/+8
| | | | | | | | Triggering keyup will re-render the dropdown which is not needed when option persistWhenHide is true
| * Remove unneeded call to keyup eventAlfredo Sumaran2016-06-031-3/+0
| | | | | | | | This was re-rendering the dropdown unnecessarily
| * Only filter asynchronously if option remote is true.Alfredo Sumaran2016-06-031-11/+11
| | | | | | | | We need to update the results right away when we do bulk assignment.
| * Restore dropdown state when unchecking all issuesAlfredo Sumaran2016-06-031-0/+14
| |
| * Add spaceAlfredo Sumaran2016-06-031-1/+1
| |
| * Do not remove inputs when dropdown menu hidesAlfredo Sumaran2016-06-031-1/+0
| |
| * Remove console.logAlfredo Sumaran2016-06-031-1/+0
| |
| * Handle unchecking of indeterminate itemsAlfredo Sumaran2016-06-032-11/+30
| |
| * Update classname for indeterminate stateAlfredo Sumaran2016-06-032-3/+3
| |
| * typoAlfredo Sumaran2016-06-033-18/+13
| |
| * Set indeterminated itemsAlfredo Sumaran2016-06-033-5/+52
| |
| * Remove unnecesary assignmentAlfredo Sumaran2016-06-031-1/+0
| |
| * Ability to assign a label to multiple issuesAlfredo Sumaran2016-06-031-0/+4
| |
| * Merge branch 'remove-unnecessary-prefixes' into 'master' Jacob Schatz2016-06-033-16/+1
| |\ | | | | | | | | | | | | | | | | | | Remove unnecessary vendor prefixes for browsers we no longer support. Pretty simple, just removes a few prefixed properties for browsers we don't support. See merge request !4368
| | * Remove unnecessary vendor prefixes for browsers we no longer support.Connor Shea2016-05-303-16/+1
| | |
| * | Fixed issue with search autocomplete not allow arrow key navigationPhil Hughes2016-06-032-11/+19
| | | | | | | | | | | | Closes #15649
| * | Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-0315-27/+89
| |\ \
| | * \ Merge branch 'issue_18102' into 'master' Robert Speicher2016-06-021-2/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes missing number on generated ordered list Closes #18102 See merge request !4437
| | | * | Fixes missing number on generated ordered listAlfredo Sumaran2016-06-021-2/+0
| | | | |
| | * | | Merge branch 'search-box-blur' into 'master' Jacob Schatz2016-06-022-13/+13
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clicking search pill focuses field When clicking the pill in the search field, it now focus the field. Previously you would have to make sure you click in the field. Fixed an issue where clicking out of the field wouldn't remove the focus outline Also reduced some of the HTML to remove what isn't needed See merge request !4279
| | | * | Clicking search pill focuses fieldsearch-box-blurPhil Hughes2016-05-242-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicking the pill in the search field, it now focus the field. Previously you would have to make sure you click in the field. Fixed an issue where clicking out of the field wouldn't remove the focus outline Also reduced some of the HTML to remove what isn't needed
| | * | | Attempt to fix the user page.Connor Shea2016-06-017-0/+8
| | | | |
| | * | | Remove d3 except for on pages where it's necessary.Connor Shea2016-06-016-5/+14
| | | | |
| | * | | Merge branch '17187-hover-row' into 'master' Jacob Schatz2016-06-012-4/+12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement new row hover style ## What does this MR do? Implement new row hover style ## What are the relevant issue numbers? Closes #17187 ## Screenshots (if relevant) ![Screen_Shot_2016-06-01_at_1.40.04_PM](/uploads/62db01f405db50531fb648e46dc9598a/Screen_Shot_2016-06-01_at_1.40.04_PM.png) cc @dzaporozhets See merge request !4422
| | | * | | Implement new row hover styleAnnabel Dunstone2016-06-012-4/+12
| | | | | |
| | * | | | Merge branch '17676-merge-request-widget-alignment' into 'master' Jacob Schatz2016-06-011-1/+24
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MR widget mobile styling ## What does this MR do? Corrects MR widget styling for mobile viewing. ## Are there points in the code the reviewer needs to double check? I have tested all MR states. ## Why was this MR needed? UX. ## What are the relevant issue numbers? Closes #17676. ## Screenshots (if relevant) ![Screen_Shot_2016-05-31_at_20.04.02](/uploads/b1bc67b1015b2e771ae1b1364b225618/Screen_Shot_2016-05-31_at_20.04.02.png)![Screen_Shot_2016-05-31_at_20.03.50](/uploads/86a552c0d27d6f53cdf1b94631b26449/Screen_Shot_2016-05-31_at_20.03.50.png)![Screen_Shot_2016-05-31_at_20.03.34](/uploads/a5b9e7b634e974095922df9194d493b5/Screen_Shot_2016-05-31_at_20.03.34.png)![Screen_Shot_2016-05-31_at_20.01.35](/uploads/2fc5d49e3c1f2ff2cb324e9527179066/Screen_Shot_2016-05-31_at_20.01.35.png)![Screen_Shot_2016-05-31_at_20.00.25](/uploads/23af913891ff941dc5231872b3c6f177/Screen_Shot_2016-05-31_at_20.00.25.png)![Screen_Shot_2016-05-31_at_19.59.53](/uploads/8abb72609409ba7ca02ad6b35787c15c/Screen_Shot_2016-05-31_at_19.59.53.png)![Screen_Shot_2016-05-31_at_19.58.31](/uploads/fabf1c6c135f5e736614e568fc4cfb53/Screen_Shot_2016-05-31_at_19.58.31.png)![Screen_Shot_2016-05-31_at_19.58.51](/uploads/967a578a34cb3a9dd3723c2f22ce89c4/Screen_Shot_2016-05-31_at_19.58.51.png)![Screen_Shot_2016-05-31_at_23.33.19](/uploads/841af7a90bb3fc3c74a2e51b64fc444f/Screen_Shot_2016-05-31_at_23.33.19.png)![Screen_Shot_2016-05-31_at_23.33.23](/uploads/183fb8407c271d9aa3fefea5d8201238/Screen_Shot_2016-05-31_at_23.33.23.png) See merge request !4386
| | | * | | Fix MR widget mobile stylingLuke "Jared" Bennett2016-05-311-1/+24
| | | | |/ | | | |/|
| * | | | Merge branch 'master' into awardablesZJ van de Weg2016-05-3026-228/+644
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Remove accidentally duplicated line.Fatih Acet2016-05-251-1/+0
| | | | | | | | | | | | | | | | | | | | :facepalm:
| * | | | Merge branch 'awardables' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-2533-145/+590
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into awardablesZJ van de Weg2016-05-2533-145/+590
| | |\ \ \ \
| * | | | | | " :arrow_right: '.Fatih Acet2016-05-251-41/+44
| |/ / / / /
| * | | | | Handle posting emoji only vote +1 and -1 comments.Fatih Acet2016-05-241-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | And remove mutual votes.
| * | | | | Get award menu url from gl object.Fatih Acet2016-05-241-1/+1
| | | | | |
| * | | | | Fix award tooltip after voting.awardables-mergeFatih Acet2016-05-241-16/+36
| | | | | |
| * | | | | Handle thumbsup and thumbsdown mutuality.Fatih Acet2016-05-241-0/+8
| | | | | |
| * | | | | Fix variable name because of a wrong resolved merge conflict.Fatih Acet2016-05-231-2/+2
| | | | | |