summaryrefslogtreecommitdiff
path: root/app/controllers/groups/labels_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-15/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Add subscribe filter to labels pageDmitriy Zaporozhets2018-10-041-1/+2
* Merge branch 'frozen-string-app-controller-more' into 'master'Stan Hu2018-09-251-0/+2
|\
| * Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* | Move group labels AR code into finderdz-group-labels-finderDmitriy Zaporozhets2018-09-211-4/+1
|/
* Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-0/+5
* Use optionally_search for group labels index pageDmitriy Zaporozhets2018-09-071-2/+2
* Fix group labels page timeout if many projects and labelsDmitriy Zaporozhets2018-09-071-3/+4
* Add search to group labels page [ci skip]Dmitriy Zaporozhets2018-09-031-3/+3
* BE reviewLuke Bennett2018-05-251-4/+3
* Fix group labels listLuke Bennett2018-05-171-3/+3
* Start changing group label pageLuke Bennett2018-04-251-13/+17
* 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