Gitea/gitea: Release v1.17.0-rc2
- SECURITY
- Use git.HOME_PATH for Git HOME directory (https://github.com/go-gitea/gitea/pull/20114) (https://github.com/go-gitea/gitea/pull/20293)
- Add write check for creating Commit Statuses (https://github.com/go-gitea/gitea/pull/20332) (https://github.com/go-gitea/gitea/pull/20333)
- ENHANCEMENTS
- Make notification bell more prominent on mobile (https://github.com/go-gitea/gitea/pull/20108, https://github.com/go-gitea/gitea/pull/20236, https://github.com/go-gitea/gitea/pull/20251) (https://github.com/go-gitea/gitea/pull/20269)
- Adjust max-widths for the repository file table (https://github.com/go-gitea/gitea/pull/20243) (https://github.com/go-gitea/gitea/pull/20247)
- Display full name (https://github.com/go-gitea/gitea/pull/20171) (https://github.com/go-gitea/gitea/pull/20246)
- BUGFIXES
- Allow RSA 2047 bit keys (https://github.com/go-gitea/gitea/pull/20272) (https://github.com/go-gitea/gitea/pull/20396)
- Add missing return for when topic isn't found (https://github.com/go-gitea/gitea/pull/20351) (https://github.com/go-gitea/gitea/pull/20395)
- Fix commit status icon when in subdirectory (https://github.com/go-gitea/gitea/pull/20285) (https://github.com/go-gitea/gitea/pull/20385)
- Initialize cron last (https://github.com/go-gitea/gitea/pull/20373) (https://github.com/go-gitea/gitea/pull/20384)
- Set target on create release with existing tag (https://github.com/go-gitea/gitea/pull/20381) (https://github.com/go-gitea/gitea/pull/20382)
- Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (https://github.com/go-gitea/gitea/pull/20371) (https://github.com/go-gitea/gitea/pull/20372)
- Make sure
repo_dir
is an empty directory or doesn't exist before 'dump-repo' (https://github.com/go-gitea/gitea/pull/20205) (https://github.com/go-gitea/gitea/pull/20370) - Prevent context deadline error propagation in GetCommitsInfo (https://github.com/go-gitea/gitea/pull/20346) (https://github.com/go-gitea/gitea/pull/20361)
- Correctly handle draft releases without a tag (https://github.com/go-gitea/gitea/pull/20314) (https://github.com/go-gitea/gitea/pull/20335)
- Prevent "empty" scrollbars on Firefox (https://github.com/go-gitea/gitea/pull/20294) (https://github.com/go-gitea/gitea/pull/20308)
- Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (https://github.com/go-gitea/gitea/pull/20299) (https://github.com/go-gitea/gitea/pull/20306)
- Bump goldmark to v1.4.13 (https://github.com/go-gitea/gitea/pull/20300) (https://github.com/go-gitea/gitea/pull/20301)
- Do not create empty ".ssh" directory when loading config (https://github.com/go-gitea/gitea/pull/20289) (https://github.com/go-gitea/gitea/pull/20298)
- Fix NPE when using non-numeric (https://github.com/go-gitea/gitea/pull/20277) (https://github.com/go-gitea/gitea/pull/20278)
- Store read access in access for team repositories (https://github.com/go-gitea/gitea/pull/20275) (https://github.com/go-gitea/gitea/pull/20276)
- EscapeFilter the group dn membership (https://github.com/go-gitea/gitea/pull/20200) (https://github.com/go-gitea/gitea/pull/20254)
- Only show Followers that current user can access (https://github.com/go-gitea/gitea/pull/20220) (https://github.com/go-gitea/gitea/pull/20252)
- Update Bluemonday to v1.0.19 (https://github.com/go-gitea/gitea/pull/20199) (https://github.com/go-gitea/gitea/pull/20209)
- Refix indices on actions table (https://github.com/go-gitea/gitea/pull/20158) (https://github.com/go-gitea/gitea/pull/20198)
- Check if project has the same repository id with issue when assign project to issue (https://github.com/go-gitea/gitea/pull/20133) (https://github.com/go-gitea/gitea/pull/20188)
- Fix remove file on initial comment (https://github.com/go-gitea/gitea/pull/20127) (https://github.com/go-gitea/gitea/pull/20128)
- Catch the error before the response is processed by goth (https://github.com/go-gitea/gitea/pull/20000) (https://github.com/go-gitea/gitea/pull/20102)
- Dashboard feed respect setting.UI.FeedPagingNum again (https://github.com/go-gitea/gitea/pull/20094) (https://github.com/go-gitea/gitea/pull/20099)
- Alter hook_task TEXT fields to LONGTEXT (https://github.com/go-gitea/gitea/pull/20038) (https://github.com/go-gitea/gitea/pull/20041)
- Respond with a 401 on git push when password isn't changed yet (https://github.com/go-gitea/gitea/pull/20026) (https://github.com/go-gitea/gitea/pull/20027)
- Return 404 when tag is broken (https://github.com/go-gitea/gitea/pull/20017) (https://github.com/go-gitea/gitea/pull/20024)