summaryrefslogtreecommitdiffstats
path: root/models/oauth2_application.go
Commit message (Expand)AuthorAgeFilesLines
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-524/+0
* DBContext is just a Context (#17100)zeripath2021-09-231-18/+18
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-33/+40
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-3/+5
* Refactor: Move login out of models (#16199)zeripath2021-07-241-77/+0
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-8/+10
* Add OpenID claims "profile" and "email". (#16141)KN4CK3R2021-06-141-1/+14
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-1/+2
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-3/+44
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+2
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-10/+26
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+17
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-9/+8
* Add golangci (#6418)kolaente2019-06-121-2/+5
* OAuth2 Grant UI (#6625)Jonas Franz2019-04-171-6/+49
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+457