index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
repo_collaboration.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-4
/
+4
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-146
/
+8
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-15
/
+2
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-7
/
+4
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-38
/
+41
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-5
/
+6
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-7
/
+8
*
Remove NewSession method from db.Engine interface (#17577)
Lunny Xiao
2021-11-21
1
-14
/
+16
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-1
/
+2
*
Nicely handle missing user in collaborations (#17049)
zeripath
2021-09-27
1
-5
/
+11
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-4
/
+4
*
DBContext is just a Context (#17100)
zeripath
2021-09-23
1
-9
/
+9
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-18
/
+23
*
Add `AbsoluteListOptions` (#17028)
KN4CK3R
2021-09-14
1
-1
/
+1
*
[API] generalize list header (#16551)
6543
2021-08-12
1
-0
/
+5
*
Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...
6543
2020-10-13
1
-4
/
+8
*
Automatically remove Watches, Assignments, etc if user loses access due to be...
6543
2020-04-07
1
-2
/
+39
*
Show Signer in commit lists and add basic trust (#10425)
zeripath
2020-02-27
1
-0
/
+20
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
1
-6
/
+14
*
Team permission to create repository in organization (#8312)
David Svantesson
2019-11-20
1
-20
/
+32
*
Recalculate repository access only for specific user (#8481)
David Svantesson
2019-10-15
1
-6
/
+13
*
Add teams to repo on collaboration page. (#8045)
David Svantesson
2019-09-23
1
-14
/
+14
*
Add golangci (#6418)
kolaente
2019-06-12
1
-1
/
+1
*
Fix not removed watches on unallowed repositories (#4201)
David Schneiderbauer
2018-06-19
1
-0
/
+9
*
Reduce usage of allcols on update (#2596)
Lunny Xiao
2017-09-25
1
-1
/
+1
*
Refactor session close as xorm already does everything needed internally (#2020)
Lauris BH
2017-06-21
1
-3
/
+3
*
API Endpoints for collaborators (#375)
Ethan Koenig
2016-12-26
1
-0
/
+9
*
Fixed linting errors for variable definitions
Thomas Boerger
2016-11-29
1
-1
/
+1
*
Lint models/repo_*
Bwko
2016-11-28
1
-0
/
+1
*
Rewrite XORM queries
Thibault Meyer
2016-11-10
1
-1
/
+4
*
ACCESS_MODE_* -> AccessMode*
Sandro Santilli
2016-11-07
1
-5
/
+5
*
#2780 code clean up
Unknwon
2016-08-11
1
-1
/
+4
*
Refactor User.Id to User.ID
Unknwon
2016-07-23
1
-1
/
+1
*
Localize collaboration settings. (#3100)
Andrey Nering
2016-06-27
1
-5
/
+6
*
#2302 Replace time.Time with Unix Timestamp (int64)
Unknwon
2016-03-10
1
-6
/
+4
*
#1146 finsih UI work for access mode of collaborators
Unknwon
2016-03-06
1
-0
/
+161