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/services
Lunny Xiao acdcfcc6eb
Fix cache bug (#30510)
Cache cannot be disabled from v1.22. So it still maybe `nil` in v1.21,
we have to check whether cache is `nil`.
2 months ago
..
actions Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) (#30408) 2 months ago
agit Performance optimization for git push (#30104) (#30354) 2 months ago
asymkey Another round of `db.DefaultContext` refactor (#27103) (#27262) 9 months ago
attachment move repository deletion to service layer (#26948) 9 months ago
auth fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468) 2 months ago
automerge Improve queue and logger context (#24924) 1 year ago
context Use strict protocol check when redirect (#29642) (#29644) 3 months ago
convert Performance improvements for pull request list page (#29900) (#29972) 3 months ago
cron Recover from panic in cron task (#28409) (#28425) 6 months ago
externalaccount More `db.DefaultContext` refactor (#27265) (#27347) 9 months ago
feed More `db.DefaultContext` refactor (#27265) (#27347) 9 months ago
forms Fix required error for token name (#28267) (#28284) 6 months ago
gitdiff Add option to disable ambiguous unicode characters detection (#28454) (#28499) 6 months ago
indexer Fix missing issue search index update when changing status (#28325) (#28330) 6 months ago
issue Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497) 2 months ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 11 months ago
mailer Fix codeowner detected diff base branch to mergebase (#29783) (#29807) 3 months ago
markup Move web/api context related testing function into a separate package (#26859) 9 months ago
migrations Change the default maxPerPage for gitbucket (#30392) (#30471) 2 months ago
mirror Avoid losing token when updating mirror settings (#30429) (#30466) 2 months ago
notify Update status and code index after changing the default branch (#27018) 9 months ago
org Delete repos of org when purge delete user (#27273) (#27728) 7 months ago
packages Use general token signing secret (#29205) (#29325) 4 months ago
pull Performance improvements for pull request list page (#29900) (#29972) 3 months ago
release Avoid sending update/delete release notice when it is draft (#29008) (#29025) 4 months ago
repository Fix cache bug (#30510) 2 months ago
secrets Refactor secrets modification logic (#26873) 9 months ago
task Fix incorrect ctx usage in defer function (#27740) (#27741) 8 months ago
uinotification Fix codeowner detected diff base branch to mergebase (#29783) (#29807) 3 months ago
user Check the token's owner and repository when registering a runner (#30406) (#30412) 2 months ago
webhook Fix possible data race on tests (#30093) (#30108) 3 months ago
wiki Fix an actions schedule bug (#28942) (#28999) 4 months ago