summaryrefslogtreecommitdiff
path: root/app/controllers/projects/boards
Commit message (Expand)AuthorAgeFilesLines
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* [Issue board sorting] SpecsValery Sizov2017-02-281-1/+1
* [Issue board sorting] Set position for unpositioning issues when view[ci skip]Valery Sizov2017-02-271-0/+7
* Frontend updates to positioning the issue in listsPhil Hughes2017-02-171-1/+1
* Allow issues in boards to be orderedDouwe Maan2017-02-171-1/+1
* Disabled add issues button if no lists existPhil Hughes2017-02-031-1/+1
* Fixed issue with issue not persisting in listPhil Hughes2017-02-031-1/+1
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-1/+1
* Used issue bulk update instead of different endpointPhil Hughes2017-02-031-4/+0
* Changed where data gets loadedPhil Hughes2017-02-031-0/+4
* Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-192-4/+3
|\
| * Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-192-5/+4
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-192-12/+15
|\ \ | |/
| * Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-3/+2
| * Update endpoints to handle with board issuesDouglas Barbosa Alexandre2016-10-111-2/+2
| * Update endpoints to handle with board list changesDouglas Barbosa Alexandre2016-10-111-7/+11
* | Restore subscribe status in JSONPhil Hughes2016-10-071-2/+5
* | Show clicked issue data in the sidebarPhil Hughes2016-10-071-1/+1
|/
* Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-11/+18
* Add authorization to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre2016-10-061-0/+5
* Fixed issue with backlog list not savingPhil Hughes2016-10-061-1/+1
* Added ability to save the new issuePhil Hughes2016-10-061-0/+13
* Small improvements thanks to Robert's feedbackRémy Coutable2016-09-301-1/+1
* Returns the total number of issues in the JSON responseDouglas Barbosa Alexandre2016-08-311-6/+9
* Added text color to issues labels in issue board listsPhil Hughes2016-08-191-1/+1
* Use IssuesFinder instead of project.issues.visible_to_userDouglas Barbosa Alexandre2016-08-171-1/+5
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-2/+2
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-7/+4
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-172-5/+14
* Extract method to serialize board lists as JSONDouglas Barbosa Alexandre2016-08-171-3/+12
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-1/+10
* Extract `Projects::Boards::ApplicationController`Douglas Barbosa Alexandre2016-08-173-18/+17
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-172-0/+125