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
/
org_team_test.go
Age
Commit message (
Expand
)
Author
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-05-11
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-03-29
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-02-01
Add `GetUserTeams` (#18499)
Gusted
2022-01-05
Team permission allow different unit has different permission (#17811)
Lunny Xiao
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
2021-11-28
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-17
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-08-12
[API] generalize list header (#16551)
6543
2021-03-14
chore(models): rewrite code format. (#14754)
Bo-Yi Wu
2020-01-24
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-12
Move create/fork repository from models to modules/repository (#9489)
Lunny Xiao
2019-11-06
Add team option to grant rights for all organization repositories (#8688)
David Svantesson
2019-08-07
Fix approvals counting (#7757)
Lunny Xiao
2019-01-16
api: Add missing GET teams endpoints (#5382)
Harshit Bansal
2018-12-11
Approvals at Branch Protection (#5350)
Jonas Franz
2018-11-28
Restrict permission check on repositories and fix some problems (#5314)
Lunny Xiao
2017-12-21
Fix ignored errors when checking if organization, team member (#3177)
Ethan Koenig
2017-03-15
Fix typos in models/ and modules/ (#1248)
Ethan Koenig
2017-03-15
Refactor and fix incorrect comment (#1247)
Ethan Koenig
2017-02-24
Remove unnecessary loads in org_team (#1035)
Ethan Koenig
2017-02-23
Bug fixes and unit tests for org_team (#1016)
Ethan Koenig