summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-101-15/+17
* Merge branch 'dropdown-js' into 'master' Jacob Schatz2016-03-106-0/+522
|\
| * Fixed failing testsPhil Hughes2016-03-101-2/+2
| * Correctly handles multi-selected valuesPhil Hughes2016-03-102-19/+40
| * Enter button trigger first row click when searchingPhil Hughes2016-03-101-10/+29
| * Removed fuse for fuzzaldrinPhil Hughes2016-03-102-31/+9
| * Fixed issue with user list not fetching current project usersPhil Hughes2016-03-101-1/+2
| * Stops excute remote data fetcher when already recieved dataPhil Hughes2016-03-102-2/+19
| * Uses a publicly facing URL so that it allows labels & milestones to be visibl...Phil Hughes2016-03-104-37/+37
| * Status dropdownPhil Hughes2016-03-105-7/+23
| * Can create new label from dropdownPhil Hughes2016-03-103-3/+43
| * Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-103-9/+74
| * Correctly fitlers remotelyPhil Hughes2016-03-104-22/+55
| * milestone dropdownPhil Hughes2016-03-104-2/+41
| * Removed label colour from dropdownPhil Hughes2016-03-101-1/+0
| * Applied new dropdowns to issue filtersPhil Hughes2016-03-104-3/+83
| * GitLab dropdown JSPhil Hughes2016-03-102-0/+214
* | Merge branch 'quick-submit-note-edit' into 'master' Jacob Schatz2016-03-101-12/+19
|\ \ | |/ |/|
| * Fixed quick submit on note editquick-submit-note-editPhil Hughes2016-03-101-12/+19
* | Use modern syntaxDmitriy Zaporozhets2016-03-101-1/+1
* | Fix projects pagination via ajaxDmitriy Zaporozhets2016-03-101-0/+6
|/
* Merge branch 'master' into markdown_preview_shortcutBaldinof2016-03-092-4/+5
|\
| * Merge branch 'issue_13621_2' into 'master' Douwe Maan2016-03-072-4/+5
| |\
| | * Updates from last code review.issue_13621_2Rubén Dávila2016-03-062-4/+5
* | | Cache only last response in markdown previewFlorent Baldino2016-03-091-2/+2
* | | Add shortcut to toggle markdown previewFlorent Baldino2016-03-072-7/+54
|/ /
* | Merge branch 'issue-sidebar-mobile' into 'master' Dmitriy Zaporozhets2016-03-052-12/+12
|\ \ | |/ |/|
| * Uses the correct variable names for this situation.issue-sidebar-mobileJacob Schatz2016-03-041-2/+2
| * Only save right sidebar position cookie if user did the collapsing.Jacob Schatz2016-03-042-6/+7
| * Fix bugs with open and close buttonsJacob Schatz2016-03-041-20/+6
| * Small outside aside shrink sidebar button for mobile only.Jacob Schatz2016-03-041-0/+13
| * Open sidebar button on mobile.Jacob Schatz2016-03-041-2/+2
* | ctrl+enter on mac correctly submits formsctr-enter-textarea-macPhil Hughes2016-03-041-4/+1
|/
* Merge branch 'issue_13300' into 'master' Jacob Schatz2016-03-041-2/+25
|\
| * Use camelCase for variable namesissue_13300Alfredo Sumaran2016-03-031-9/+9
| * Set @max_polling_steps to 4 so the last interval will be 120 secondsAlfredo Sumaran2016-03-031-1/+1
| * Provide @max_polling_steps instead of @limit_polling_intervalAlfredo Sumaran2016-03-031-2/+3
| * Prevent multiple refreshes if a refresh is happeningAlfredo Sumaran2016-03-031-0/+4
| * Increase the notes polling timeout over timeRoberto Dip2016-03-031-2/+20
* | Move SSH key JS to Profile CS classRobert Speicher2016-03-031-0/+9
|/
* Correcly updates the status of the comment buttons on reloadPhil Hughes2016-03-031-3/+3
* Refactor projects listDmitriy Zaporozhets2016-03-034-58/+27
* Merge branch 'improve-user-tabs' into 'master' Jacob Schatz2016-03-034-5/+157
|\
| * Re-use previous lineimprove-user-tabsAlfredo Sumaran2016-03-021-5/+4
| * Remove unnecesary assignmentAlfredo Sumaran2016-03-021-1/+0
| * Set actions dinamically and offer defaultAction as a optional parameterAlfredo Sumaran2016-03-021-11/+11
| * Provide defaults and make sure we everything is container into a parent elementAlfredo Sumaran2016-03-022-12/+21
| * Turn off existing event listenersAlfredo Sumaran2016-03-021-0/+4
| * Remove trailing slashesAlfredo Sumaran2016-03-021-1/+3
| * Group similar conditionalsAlfredo Sumaran2016-03-021-7/+1