summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Update, so filtering works properly.Jacob Schatz2016-03-262-1/+6
* Use hidden inputs instead of `data-selected`Jacob Schatz2016-03-251-9/+6
* Fix minor code style issuesJacob Schatz2016-03-251-4/+3
* Edit button leaves modal openJacob Schatz2016-03-253-9/+15
* Add back in currentUserJacob Schatz2016-03-251-1/+1
* Fix features until tests pass.Jacob Schatz2016-03-253-9/+22
* Fixed JS error that was failing the buildsPhil Hughes2016-03-251-5/+6
* Fixed some colours in sidebarPhil Hughes2016-03-251-2/+6
* Add Assign to me button and unassigned.Jacob Schatz2016-03-252-30/+38
* Assign current user when no user is assigned linkJacob Schatz2016-03-253-37/+71
* Remove console logJacob Schatz2016-03-251-1/+0
* Fix subscription button by hooking it back up.Jacob Schatz2016-03-251-0/+1
* Fix broken functionality in sidebar after merge.Jacob Schatz2016-03-257-15/+40
* Fix endpointAlfredo Sumaran2016-03-252-0/+2
* Add multi select stay open functionalityJacob Schatz2016-03-253-30/+57
* New dropdowns work on merge requests too!Jacob Schatz2016-03-254-12/+25
* Adds new dropdown ajax to user selectionJacob Schatz2016-03-252-4/+39
* Adding dropdown for usersJacob Schatz2016-03-251-0/+2
* Remove api calls from api.js.coffee.Jacob Schatz2016-03-251-39/+0
* Make remove multi and remove single work.Jacob Schatz2016-03-252-10/+6
* Fix bugs with select dropdown and multiselectionJacob Schatz2016-03-251-14/+17
* Removes bugs with selection.Jacob Schatz2016-03-251-2/+11
* Fix up commit messageJacob Schatz2016-03-251-4/+9
* Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-252-45/+54
* Add milestone sidebar update via JSONJacob Schatz2016-03-254-5/+57
* Make label search work with JSON dataJacob Schatz2016-03-251-7/+12
* Ajax call to milestones via new dropdownsJacob Schatz2016-03-253-3/+29
* Sidebar milestone updatable via JSONJacob Schatz2016-03-251-7/+15
* Adds milestone API JS callJacob Schatz2016-03-251-0/+18
* Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-253-10/+35
* Fixed issue with width of project select dropdownPhil Hughes2016-03-241-0/+1
* Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-241-1/+1
* Merge branch 'dropdown-alignment-fixes' into 'master' restrict_avatar_upload_to_image_filesJacob Schatz2016-03-236-60/+183
|\
| * Disable new label form in dropdown until fields are completedropdown-alignment-fixesPhil Hughes2016-03-231-23/+60
| * Changed colour of no matching results bgPhil Hughes2016-03-233-5/+22
| * Removed bold on any/unassigned authorsPhil Hughes2016-03-231-13/+22
| * Adjusted alignment for the new label formPhil Hughes2016-03-234-15/+39
| * Added label color box in dropdownPhil Hughes2016-03-232-7/+10
| * Added clear button to dropdown filterPhil Hughes2016-03-232-4/+37
* | Merge branch 'issue_7959' into 'master' Jacob Schatz2016-03-235-8/+219
|\ \
| * | Move cropper.css to vendor folderissue_7959Alfredo Sumaran2016-03-231-379/+0
| * | Move cropper.js to vendor folderAlfredo Sumaran2016-03-232-2993/+1
| * | Clear original input after cropAlfredo Sumaran2016-03-221-0/+1
| * | Remove unnecessary lineAlfredo Sumaran2016-03-221-1/+0
| * | Add comment explaining why we enable form submit buttonAlfredo Sumaran2016-03-221-0/+1
| * | Explain regular expressionAlfredo Sumaran2016-03-221-1/+4
| * | Use _this instead of selfAlfredo Sumaran2016-03-221-11/+12
| * | Rename method for better understandingAlfredo Sumaran2016-03-221-4/+4
| * | Merge branch 'master' into issue_7959Alfredo Sumaran2016-03-2245-287/+585
| |\ \
| * | | Make it genericAlfredo Sumaran2016-03-172-12/+24