summaryrefslogtreecommitdiff
path: root/app/controllers/projects/boards_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
* Refactor groups and projects boards actionsHeinrich Lee Yu2019-03-131-38/+1
* Automatically navigate to last board visitedBrett Walker2018-10-261-1/+19
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* CE backport - Allow viewing only one board when multiple issue boards is not ...ce_backport_issue_5128Felipe Artur2018-05-221-3/+6
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-0/+1
* Use path helper instead of url helperLuke Bennett2017-12-031-1/+1
* Fix specs BACKPORTFelipe Artur2017-09-041-1/+1
* Continue BE backportFelipe Artur2017-08-311-1/+1
* Group boards CE backportFelipe Artur2017-08-281-14/+13
* Fix board relates specsDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Projects::BoardsController#show to look up for a specific boardDouglas Barbosa Alexandre2016-10-111-2/+13
* Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-3/+12
* Fixed boards filtersPhil Hughes2016-08-301-0/+2
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-12/+4
* Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-0/+13
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-1/+1
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-1/+2
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-171-0/+2
* Initial issues board pageDouglas Barbosa Alexandre2016-08-171-0/+7