index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
activities
Age
Commit message (
Expand
)
Author
2023-03-07
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-02-24
Add pagination for dashboard and user activity feeds (#22937)
Brecht Van Lommel
2023-02-18
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-06
Use link in UI which returned a relative url but not html_url which contains ...
Lunny Xiao
2023-01-30
Don't return duplicated users who can create org repo (#22560)
Gusted
2023-01-08
Always reuse transaction (#22362)
Jason Song
2022-12-27
Use complete SHA to create and query commit status (#22244)
Jason Song
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-03
feat: notify doers of a merge when automerging (#21553)
kolaente
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-18
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-10-12
Add generic set type (#21408)
KN4CK3R
2022-09-21
Use absolute links in feeds (#21229)
KN4CK3R
2022-09-07
Fix various typos (#21103)
luzpaz
2022-09-04
Add more checks in migration code (#21011)
zeripath
2022-09-03
Add another index for Action table on postgres (#21033)
zeripath
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao