summaryrefslogtreecommitdiffstats
path: root/modules/auth/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-149/+0
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-25/+0
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-207/+9
* Add setting to disable BASIC authentication (#8586)zeripath2019-10-191-0/+3
* Implement webhook branch filter (#7791)WGH2019-09-091-9/+8
* Allow token as authorization for accessing attachments (#7909)David Svantesson2019-08-241-1/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-6/+6
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Add golangci (#6418)kolaente2019-06-121-10/+2
* OAuth2 token can be used in basic auth (#6747)techknowlogick2019-04-251-2/+16
* API OTP Context (#6674)techknowlogick2019-04-191-1/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-11/+11
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-1/+32
* In basic auth check for tokens before call UserSignIn (#5725)manuelluis2019-02-121-5/+46
* Support reverse proxy providing email (#5554)zeripath2018-12-181-1/+8
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+2
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+2
* Better URL validation (#1507)Lauris BH2017-04-191-0/+3
* fix: gofmt errors. (#1106)Bo-Yi Wu2017-03-031-2/+2
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-2/+2
* Avoid duplicate queries in auth (#827)Ethan Koenig2017-02-051-57/+48
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-0/+3
* golint fixed for modules/authLunny Xiao2016-11-271-2/+7
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* Fixes #3110 (#3136)Franz Schmidt2016-06-271-1/+1
* Replace uuid module with original packageUnknwon2016-02-201-2/+2
* typo fixzhuharev2016-01-061-2/+2
* work on #470 and fix miror JS issue when choose targets on compare and pullUnknwon2015-10-291-4/+10
* fix import path, fix #1782Unknwon2015-10-151-3/+3
* support URL param to token, but still restrict to APIsUnknwon2015-09-021-21/+23
* #842 able to use access token replace basic authUnknwon2015-09-021-22/+28
* #1487 Readme TemplateUnknwon2015-08-281-0/+6
* token recent activityUnknwon2015-08-191-2/+7
* work on #1493Unknwon2015-08-171-1/+1
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
* allow anonymous SSH cloneUnknwon2015-08-051-3/+3
* UI: basic label listUnknwon2015-07-241-1/+7
* #1128: API calls are not hidden behind sign inUnknwon2015-07-151-1/+5
* UI: install - new versionUnknwon2015-07-081-1/+8
* Attempt #3 of ldap fixesGogs2015-02-271-5/+4
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-0/+7
* fix binding api brokenUnknwon2014-12-151-7/+7
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
* work on #672Unknwon2014-12-051-1/+2
* fix #165Unknwon2014-12-051-1/+19
* more APIs on #12Unknwon2014-11-181-9/+9
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-15/+15
* add personal access token panel #12Unknwon2014-11-121-5/+23