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
/
organization
Age
Commit message (
Expand
)
Author
2023-03-10
Add missing tabs to org projects page (#22705)
yp05327
2023-02-19
Rename `GetUnits` to `LoadUnits` (#22970)
yp05327
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-08
Map OIDC groups to Orgs/Teams (#21441)
KN4CK3R
2023-01-30
Don't return duplicated users who can create org repo (#22560)
Gusted
2023-01-20
Support org/user level projects (#22235)
Lunny Xiao
2022-12-20
Secrets storage with SecretKey encrypted (#22142)
Jason Song
2022-12-10
Rename almost all Ctx functions (#22071)
Lunny Xiao
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-17
Do not allow Ghost access to limited visible user/org (#21849)
KN4CK3R
2022-11-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-19
Add team member invite by email (#20307)
KN4CK3R
2022-10-18
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-09-19
[API] teamSearch show teams with no members if user is admin (#21204)
6543
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-21
Fix SQL Query for `SearchTeam` (#20844)
Gusted
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-07-14
Add order by for assignee no sort issue (#20053)
Tyrone Yeh
2022-07-12
Fix various typos (#20338)
luzpaz
2022-06-20
Adjust transaction handling via db.Context (#20031)
Lunny Xiao
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-15
Move tests as seperate sub packages to reduce duplicated file names (#19951)
Lunny Xiao
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
Move org functions (#19753)
Lunny Xiao
2022-05-14
Fix duplicate entry error when add team member (#19702)
zuzuviewer
2022-04-28
more context for models (#19511)
6543
2022-04-20
Fix panic in team repos API (#19431)
qwerty287
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-01
Fix broken of team create (#19288)
Lunny Xiao
2022-03-30
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
Move organization related structs into sub package (#18518)
Lunny Xiao