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
/
repo_collaboration.go
Age
Commit message (
Expand
)
Author
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-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-08-25
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Move some code into models/git (#19879)
Lunny Xiao
2022-06-04
Fix order by parameter (#19849)
Lunny Xiao
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
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
2021-12-12
Some repository refactors (#17950)
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-21
Remove NewSession method from db.Engine interface (#17577)
Lunny Xiao
2021-11-09
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-09-27
Nicely handle missing user in collaborations (#17049)
zeripath
2021-09-24
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-23
DBContext is just a Context (#17100)
zeripath
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-14
Add `AbsoluteListOptions` (#17028)
KN4CK3R
2021-08-12
[API] generalize list header (#16551)
6543
2020-10-12
Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...
6543
2020-04-07
Automatically remove Watches, Assignments, etc if user loses access due to be...
6543
2020-02-27
Show Signer in commit lists and add basic trust (#10425)
zeripath
2020-01-24
API add/generalize pagination (#9452)
SpaWn2KiLl
2019-11-20
Team permission to create repository in organization (#8312)
David Svantesson
2019-10-15
Recalculate repository access only for specific user (#8481)
David Svantesson
2019-09-23
Add teams to repo on collaboration page. (#8045)
David Svantesson
2019-06-12
Add golangci (#6418)
kolaente
2018-06-19
Fix not removed watches on unallowed repositories (#4201)
David Schneiderbauer
2017-09-25
Reduce usage of allcols on update (#2596)
Lunny Xiao
2017-06-21
Refactor session close as xorm already does everything needed internally (#2020)
Lauris BH
2016-12-26
API Endpoints for collaborators (#375)
Ethan Koenig
2016-11-29
Fixed linting errors for variable definitions
Thomas Boerger
2016-11-28
Lint models/repo_*
Bwko
2016-11-10
Rewrite XORM queries
Thibault Meyer
2016-11-07
ACCESS_MODE_* -> AccessMode*
Sandro Santilli
2016-08-11
#2780 code clean up
Unknwon
2016-07-24
Refactor User.Id to User.ID
Unknwon
2016-06-28
Localize collaboration settings. (#3100)
Andrey Nering
2016-03-09
#2302 Replace time.Time with Unix Timestamp (int64)
Unknwon
2016-03-05
#1146 finsih UI work for access mode of collaborators
Unknwon