gitea/routers/api/v1/user
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
* fix units permission problems

* fix some bugs and merge LoadUnits to repoAssignment

* refactor permission struct and add some copyright heads

* remove unused codes

* fix routes units check

* improve permission check

* add unit tests for permission

* fix typo

* fix tests

* fix some routes

* fix api permission check

* improve permission check

* fix some permission check

* fix tests

* fix tests

* improve some permission check

* fix some permission check

* refactor AccessLevel

* fix bug

* fix tests

* fix tests

* fix tests

* fix AccessLevel

* rename CanAccess

* fix tests

* fix comment

* fix bug

* add missing unit for test repos

* fix bug

* rename some functions

* fix routes check
2018-11-28 19:26:14 +08:00
..
app.go Fix Swagger JSON autogeneration issues. (#4845) 2018-10-20 23:40:42 -04:00
email.go Update swagger documentation (#2899) 2017-11-13 09:02:25 +02:00
follower.go Fix swagger errors (#4220) 2018-06-12 22:59:22 +08:00
gpg_key.go Fix Swagger JSON autogeneration issues. (#4845) 2018-10-20 23:40:42 -04:00
key.go Keys API changes (#4960) 2018-10-31 23:40:49 -04:00
repo.go Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
star.go Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
user.go User action heatmap (#5131) 2018-10-23 10:57:42 +08:00
watch.go Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00