summaryrefslogtreecommitdiffstats
path: root/models/repo_collaboration.go
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-7/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-38/+41
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-14/+16
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-5/+11
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-9/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-18/+23
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-0/+5
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...65432020-10-121-4/+8
* Automatically remove Watches, Assignments, etc if user loses access due to be...65432020-04-071-2/+39
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-0/+20
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+14
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-20/+32
* Recalculate repository access only for specific user (#8481)David Svantesson2019-10-151-6/+13
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-14/+14
* Add golangci (#6418)kolaente2019-06-121-1/+1
* Fix not removed watches on unallowed repositories (#4201)David Schneiderbauer2018-06-191-0/+9
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-3/+3
* API Endpoints for collaborators (#375)Ethan Koenig2016-12-261-0/+9
* Fixed linting errors for variable definitionsThomas Boerger2016-11-291-1/+1
* Lint models/repo_*Bwko2016-11-281-0/+1
* Rewrite XORM queriesThibault Meyer2016-11-101-1/+4
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-5/+5
* #2780 code clean upUnknwon2016-08-111-1/+4
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* Localize collaboration settings. (#3100)Andrey Nering2016-06-281-5/+6
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-6/+4
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-0/+161