You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
techknowlogick ec48618d40
Fix bug preventing transfer to private organization (#12497) (#12501)
* Fix bug preventing transfer to private organization

The code assessing whether a private organization was visible to a user before
allowing transfer was incorrect due to testing membership the wrong way round

This PR fixes this issue and renames the function performing the test to be
clearer.

Further looking at the API for transfer repository - no testing was
performed to ensure that the acting user could actually see the new
owning organization.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* change IsUserPartOfOrg everywhere

Co-authored-by: zeripath <art27@cantab.net>
5 years ago
..
admin Multiple small admin dashboard fixes (#12153) (#12156) 5 years ago
base When must change password only show Signout (#11600) (#11637) 5 years ago
custom
explore
mail
org Add missing templates (#11729) (#11748) 5 years ago
pwa
repo Match GH with Commit page (#12425) (#12431) 5 years ago
status
swagger Extend Notifications API and return pinned notifications by default (#12164) (#12232) 5 years ago
user Fix bug preventing transfer to private organization (#12497) (#12501) 5 years ago
home.tmpl
install.tmpl