summaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* #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
* #13 finish user and repository searchUnknwon2016-03-111-11/+40
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-6/+17
* Minor fixes for #2766Unknwon2016-03-061-3/+2
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+13
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-10/+6
* #1157 some avatar setting changesUnknwon2016-03-051-11/+4
* #1597 support pull requests in same repositoryUnknwon2016-03-041-7/+10
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
* Remove cache avatar support and add its testsUnknwon2016-02-141-4/+2
* #2558 delete local wiki copy when rename repo and userUnknwon2016-02-051-2/+10
* Fix random avatar does not work on WindowsUnknwon2016-02-021-2/+1
* Minor fix for #2494Unknwon2016-01-281-3/+3
* Change user name in Pull RequestsMartin Hartkorn2016-01-271-0/+5
* #2287 Truncate repository name if too longUnknwon2016-01-111-6/+1
* Add default for NumFollowing field (fixes #2261)Angus Gibson2015-12-221-1/+1
* #1692 APIs: Users FollowersUnknwon2015-12-211-72/+73
* #1692 add organization APIsUnknwon2015-12-171-2/+2
* #1692 add user email APIsUnknwon2015-12-151-10/+36
* rename import pathUnknwon2015-12-151-1/+1
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-111-2/+3
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-0/+5
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-101-0/+3
* fix user repo limit default valueUnknwon2015-12-101-1/+1
* #1301 "read-only" usersUnknwon2015-12-101-4/+4
* #1575 Limit repo creationUnknwon2015-12-101-0/+22
* move out git module and #1573 send push hookUnknwon2015-12-091-4/+3
* finish wikiUnknwon2015-11-301-1/+1
* wiki: finish newUnknwon2015-11-271-4/+6
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-3/+0
* some fix to #2026Unknwon2015-11-231-0/+1