aboutsummaryrefslogtreecommitdiff
path: root/models/login_source.go
Commit message (Expand)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Enable Go modules (#5835)Unknwon2019-10-23
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
* login_source: add default authentication switch (#5338)haixunlu2018-09-13
* *: use jsoniter to replace encoding/jsonUnknwon2018-06-09
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
* *: rename "gogits" to "gogs"Unknwon2018-05-27
* auth: support authentication source config file (#3142)Unknwon2018-04-12
* models: remove redundant tags for primary keysUnknwon2017-05-21
* models/login_source: add check for user for create/update on LDAP (#4405)Jon Lundy2017-05-21
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* refactoring: experimental with models/errors packageUnknwon2017-03-12
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Fix typos (#3852)Bo Zhang2016-12-21
* Fix panic when attempt login with non-exist userUnknwon2016-09-01
* models/login_source: code improvementUnknwon2016-08-31