summaryrefslogtreecommitdiff
path: root/app/controllers/groups/labels_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring one group board to CEFelipe Artur2018-03-031-4/+12
* Allow to include also descendant group labelsJan Provaznik2018-03-021-1/+2
* Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-021-1/+7
* Change delete notice; update mobile stylesAnnabel Dunstone Gray2018-01-291-1/+1
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-1/+1
* Labels support color names in backendDongqing Hu2017-03-291-2/+4
* Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre2016-11-171-0/+7
* Disable subscribing to group-level labelsDouglas Barbosa Alexandre2016-10-191-4/+1
* Limit what label fields we expose on Groups::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+2
* Reduce duplication between the project and group label formsDouglas Barbosa Alexandre2016-10-191-0/+1
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-1/+9
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-1/+19
* Add CRUD for Group LabelsDouglas Barbosa Alexandre2016-10-191-0/+67