| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -11/+3 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -5/+5 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -8/+4 |
* | Fix lint errors (#2547) | Ethan Koenig | 2017-09-19 | 1 | -4/+1 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -13/+2 |
* | Replace calls to xorm UseBool with Where (#2237) | G | 2017-08-01 | 1 | -1/+1 |
* | fix bug not to trim space of login username (#1796) | Lunny Xiao | 2017-05-25 | 1 | -1/+6 |
* | LDAP user synchronization (#1478) | Lauris BH | 2017-05-10 | 1 | -18/+23 |
* | gofmt (#1662) | Ethan Koenig | 2017-05-04 | 1 | -1/+1 |
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 1 | -85/+31 |
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 1 | -1/+1 |
* | fix 500 when use a duplicat email instead of giving an error tip (#1040) | Lunny Xiao | 2017-02-25 | 1 | -11/+21 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 1 | -13/+147 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -3/+3 |
* | Correction LDAP validation (#342) | Denis Denisov | 2016-12-12 | 1 | -2/+2 |
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Merge pull request #246 from Bwko/fix/typo | Thomas Boerger | 2016-11-25 | 1 | -6/+6 |
|\ |
|
| * | Fix typos | Bwko | 2016-11-21 | 1 | -6/+6 |
* | | Lint models/login_source.go | Sandro Santilli | 2016-11-24 | 1 | -8/+48 |
|/ |
|
* | fixed bug #151 caused Find should be Get (#153) | Lunny Xiao | 2016-11-12 | 1 | -7/+7 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -3/+3 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -1/+1 |
|/ |
|
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -34/+34 |
* | Security protocols | Sandro Santilli | 2016-11-07 | 1 | -5/+5 |
* | More mixage | Sandro Santilli | 2016-11-07 | 1 | -22/+22 |
* | More... | Sandro Santilli | 2016-11-07 | 1 | -15/+15 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 | 1 | -1/+1 |
* | models/login_source: code improvement | Unknwon | 2016-08-31 | 1 | -0/+558 |