gitea/routers/api
Lunny Xiao 62d750eadb
Fix various permission & login related bugs (#36002)
Permission & protection check:

- Fix Delete Release permission check
- Fix Update Pull Request with rebase branch protection check
- Fix Issue Dependency permission check
- Fix Delete Comment History ID check

Information leaking:

- Show unified message for non-existing user and invalid password
    - Fix #35984
- Don't expose release draft to non-writer users.
- Make API returns signature's email address instead of the user
profile's.

Auth & Login:

- Avoid GCM OAuth2 attempt when OAuth2 is disabled
    - Fix #35510

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-11-22 07:16:08 +07:00
..
actions Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
packages Make composer registry support tar.gz and tar.bz2 and fix bugs (#35958) 2025-11-18 23:15:50 +07:00
v1 Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +07:00