aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-1/+2
* Safe compare password (timing attack) (#338)Denis Denisov2016-12-031-1/+2
* Catch os... errorsBwko2016-12-021-4/+17
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* Lint models/user.goBwko2016-11-281-18/+46
* Fixes typosBwko2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-7/+7
* golint fixed for modules/avatarLunny Xiao2016-11-251-1/+1
* API endpoints for starsEthan Koenig2016-11-161-0/+15
* Remember diff view style (#163)Andrey Nering2016-11-131-0/+8
* Fixes possible vulnerabilities with keyword hijacking (#20)LefsFlare2016-11-121-4/+4
* bug fixed caused by #153 (#154)Lunny Xiao2016-11-121-1/+1
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-121-10/+17
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-8/+8
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
* | Rewrite XORM queriesThibault Meyer2016-11-101-28/+55
|/
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-0/+9
|\
| * Support to last login featureJoubert RedRat2016-11-091-0/+9
* | Merge pull request #129 from lunny/lunny/SQL_instead_SqlLunny Xiao2016-11-101-1/+1
|\ \
| * | use x.SQL instead of x.SqlLunny Xiao2016-11-101-1/+1
| |/
* / Ordering organizations and users by nameThibault Meyer2016-11-101-1/+8
|/
* And othersSandro Santilli2016-11-071-3/+3
* More...Sandro Santilli2016-11-071-2/+2
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-3/+3
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* #3577 incorrect URL produced by AvatarLinkUnknwon2016-09-011-1/+1
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-1/+0
* #3505 use user’s info for committer and authorUnknwon2016-08-271-1/+1
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-4/+15
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-1/+1
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-071-3/+6
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-2/+2
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-261-8/+15
* #1384 add pagination for repositoriesUnknwon2016-07-241-3/+8
* Refactor User.Id to User.IDUnknwon2016-07-241-43/+43
* Use struct for UI settingsUnknwon2016-07-241-3/+3
* Remove redundant Unix timestamp method callUnknwon2016-07-231-2/+2
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-231-2/+37
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-211-3/+2
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+1
* models/user_mail: refactor EmailAddressUnknwon2016-07-161-170/+4
* Return avatar link as absolute url (#3235)Sandro Santilli2016-07-161-2/+2
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-271-1/+1
* #2814 LOWER() column value within searchUnknwon2016-03-161-2/+2
* Remove email from user searchOdin Ugedal2016-03-151-1/+0
* Make user search look in username, name and emailOdin Ugedal2016-03-151-1/+5
* #13 fix postgres aggregateUnknwon2016-03-111-4/+3