aboutsummaryrefslogtreecommitdiffstats
path: root/models/access.go
Commit message (Expand)AuthorAgeFilesLines
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-17/+23
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-67/+17
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-60/+0
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+3
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-0/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-3/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+14
* [API] generalize list header (#16551)65432021-08-121-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+2
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-1/+6
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+1
* Restricted users (#6274)Manush Dodunekov2020-01-131-13/+36
* Recalculate repository access only for specific user (#8481)David Svantesson2019-10-151-0/+49
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-1/+13
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-16/+0
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-12/+12
* Fix SQL bug in models/access (#583)Ethan Koenig2017-01-051-11/+14
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
* Optimization for user.GetRepositoryAccesses to reduce db query times (#495)Lunny Xiao2016-12-281-18/+27
* Lint models/access.goBwko2016-11-261-20/+26
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-1/+1
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* | Rewrite XORM queriesThibault Meyer2016-11-101-2/+6
|/
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-19/+19
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* #1384 add pagination for repositoriesUnknwon2016-07-241-17/+11
* Refactor User.Id to User.IDUnknwon2016-07-241-7/+7
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+27
* Updated and created were appended with _unix. Fresh databases have only the n...Marin Jankovski2016-03-111-1/+1
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-11/+10
* fix #1997Unknwon2015-11-191-10/+10
* fix #1953Unknwon2015-11-151-0/+4
* fix #1302Unknwon2015-11-131-6/+18
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-281-40/+27
* minor fix on API responseUnknwon2015-08-191-1/+1
* WIP: create PR - choose branchUnknwon2015-08-081-7/+7
* #1369: nil pointer when add repo to teamUnknwon2015-07-241-4/+3
* #1279: Removing user from collaboration removes repositioryUnknwon2015-07-141-0/+19
* #1143 Team member access lost when adding repository collaboratorUnknwon2015-03-241-0/+5
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-0/+6
* REAMDE: updateUnknwon2015-02-281-0/+1
* models: done testing on new access systemUnknwon2015-02-281-40/+58
* models: fix issue with transfer repositoryUnknwon2015-02-241-3/+7
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-14/+23
* some fixes, but not done yet!Unknwon2015-02-131-7/+12
* code fix #941 caution: undertestUnknwon2015-02-131-30/+36
* Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-12/+12
|\