summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
Commit message (Expand)AuthorAgeFilesLines
* Moved data attribute values into helper methodPhil Hughes2016-10-122-10/+2
* Updated to pass the board ID with the boards root to save conflicts with EEPhil Hughes2016-10-112-2/+4
* Update endpoint path for the frontendPhil Hughes2016-10-112-1/+20
* Fix links to issue boardsDouglas Barbosa Alexandre2016-10-111-1/+1
* Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-0/+0
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-1/+1
* Shows error if response returns an errorissue-boards-new-issuePhil Hughes2016-10-061-0/+3
* Fix form not re-enabling thanks to jQueryPhil Hughes2016-10-062-2/+3
* Changed new issue button permissionsPhil Hughes2016-10-061-1/+1
* Added tooltip to new issue buttonPhil Hughes2016-10-061-2/+4
* Changed how button is hidden when blank listPhil Hughes2016-10-061-6/+7
* Added testsPhil Hughes2016-10-061-1/+1
* Moved form outside of listPhil Hughes2016-10-061-20/+21
* Fixed issue with backlog list not savingPhil Hughes2016-10-061-1/+1
* Added ability to save the new issuePhil Hughes2016-10-061-3/+5
* Add new issue form to listsPhil Hughes2016-10-061-2/+27
* Shows count at bottom of listPhil Hughes2016-08-311-1/+6
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-1/+1
* Added search for all lists on issue boardsPhil Hughes2016-08-301-5/+0
* Improvements to issue boards on mobilePhil Hughes2016-08-192-2/+0
* Improved code readabilityPhil Hughes2016-08-171-5/+5
* Fixed bug when moving lists around & then deletingPhil Hughes2016-08-171-1/+4
* Fixed removing items from listPhil Hughes2016-08-172-5/+7
* Fixed blank state nevermind buttonPhil Hughes2016-08-172-3/+3
* Added loading icon so user knows when new page is loadingPhil Hughes2016-08-171-0/+1
* Reverted milestone upcoming default filterPhil Hughes2016-08-171-1/+1
* Defaults milestone filter to upcomingPhil Hughes2016-08-171-1/+1
* Removed underscoreJS usesPhil Hughes2016-08-171-3/+3
* Hides label for current listPhil Hughes2016-08-172-2/+6
* Added filter testsPhil Hughes2016-08-171-1/+1
* Order issues by label priority instead of id on board listsDouglas Barbosa Alexandre2016-08-171-1/+1
* Moved label tooltip to have body containerPhil Hughes2016-08-171-1/+2
* Added some testsPhil Hughes2016-08-171-1/+1
* Mobile improvementsPhil Hughes2016-08-172-0/+2
* Added correct permissions to the viewsPhil Hughes2016-08-172-3/+3
* Added ability to generate default listsPhil Hughes2016-08-173-7/+10
* Added loading icon to boards vue appPhil Hughes2016-08-171-1/+3
* Label description in tooltipPhil Hughes2016-08-172-20/+29
* Correctly uses search query in backlogPhil Hughes2016-08-172-13/+14
* Fixed cursor not changing when over the headerPhil Hughes2016-08-171-1/+1
* Changed cursors to only show draggable when logged inPhil Hughes2016-08-173-11/+24
* Added tooltip to assigneePhil Hughes2016-08-171-1/+1
* Updated delete list tooltipPhil Hughes2016-08-171-1/+1
* Fixed VueJS warning for border topPhil Hughes2016-08-171-1/+1
* Fixed issue with sortable not working after deleting listPhil Hughes2016-08-171-1/+1
* Added ability to infinite scroll issues listPhil Hughes2016-08-171-4/+3
* Filters backlog by search queryPhil Hughes2016-08-172-2/+1
* Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-172-4/+5
* Moved some code around to make it easier to read & work withPhil Hughes2016-08-172-2/+4
* Added assignee to frontendPhil Hughes2016-08-171-0/+2