summaryrefslogtreecommitdiff
path: root/app/controllers/projects/boards/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-2/+6
* Extract `Projects::Boards::ApplicationController`Douglas Barbosa Alexandre2016-08-171-9/+1
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-171-0/+56