]> source.dussan.org Git - gitea.git/commit
Never add labels not from this repository or organisation and remove org labels on...
authorzeripath <art27@cantab.net>
Fri, 12 Mar 2021 17:45:49 +0000 (17:45 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 17:45:49 +0000 (18:45 +0100)
commit42b9b46ad22840966ecac70ae4e319c49fda3d7e
tree783581b00b102d6795a57f0c07dac6bd18f42b0e
parentccfb205ad126ac6fa3490e43a8075947e05a731a
Never add labels not from this repository or organisation and remove org labels on transfer (#14928)

* Never add labels not from this repository or organisation and remove org labels on transfer

Prevent the addition of labels from outside of the repository or
organisation and remove organisation labels on transfer.

Related #14908

* switch to use sql

* subquery alias

* once more around the merry go round

* fix api problem
integrations/api_issue_label_test.go
models/issue.go
models/issue_label.go
models/repo_transfer.go