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
/
services
/
user
Age
Commit message (
Expand
)
Author
2023-02-20
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-13
Move delete user to service (#22478)
Lunny Xiao
2023-01-22
Properly address outgoing activities
Anthony Wang
2023-01-10
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2023-01-02
Unify hashing for avatar (#22289)
Gusted
2022-12-22
Merge remote-tracking branch 'origin/main' into forgejo-federation
Anthony Wang
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
Implement commenting and fix lint errors
Anthony Wang
2022-11-27
Move AS object processing to routers/api/v1/activitypub, move AP transport an...
Anthony Wang
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-12
Fix UnfollowUser addressing
Anthony Wang
2022-11-12
Send out undo follow activity in UnfollowUser
Anthony Wang
2022-11-11
make fmt
Anthony Wang
2022-10-27
Merge remote-tracking branch 'upstream/main'
Anthony Wang
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-21
Implement sending follow activities
Anthony Wang
2022-10-17
Add system setting table with cache and also add cache supports for user sett...
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-07-21
Fix: Actor is required to get user repositories (#20443)
Dhruv Manilawala
2022-07-14
Add option to purge users (#18064)
zeripath
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-03-30
Add Package Registry (#16510)
KN4CK3R
2022-03-29
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-22
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2021-12-10
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-22
Remove unnecessary attributes of User struct (#17745)
Lunny Xiao
2021-11-19
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
Move user/org deletion to services (#17673)
KN4CK3R