mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
dace0ce1b1
* 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 Signed-off-by: Andrew Thornton <[email protected]> * switch to use sql Signed-off-by: Andrew Thornton <[email protected]> * remove AS Signed-off-by: Andrew Thornton <[email protected]> * subquery alias Signed-off-by: Andrew Thornton <[email protected]> * Give me some AS? Signed-off-by: Andrew Thornton <[email protected]> * double AS Signed-off-by: Andrew Thornton <[email protected]> * try try again Signed-off-by: Andrew Thornton <[email protected]> * once more around the merry go round Signed-off-by: Andrew Thornton <[email protected]> * fix api problem Signed-off-by: Andrew Thornton <[email protected]> * Add outside label consistency check into doctor This PR adds another consistency check into doctor in order to detect labels that have been added from outside of repositories and organisations Fix #14908 Signed-off-by: Andrew Thornton <[email protected]> * fix migration Signed-off-by: Andrew Thornton <[email protected]> * prep for merge Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: 6543 <[email protected]> Co-authored-by: Lauris BH <[email protected]>