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/user
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
..
auth Ensure that 2fa is checked on reset-password (#9857) 5 years ago
dashboard Rendoer emoji's of Commit message on feed-page (#12373) 5 years ago
notification Use AJAX for notifications table (#10961) 5 years ago
settings Fix margin on attached segment headers when they are separated by other element (#11425) 5 years ago
profile.tmpl Fix bug preventing transfer to private organization (#12497) (#12501) 5 years ago