aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Expand)AuthorAge
* models/user: explicitly select for organization typeUnknwon2017-03-10
* models/user: handle case when user doesn't belong to any organization (#4258)Unknwon2017-03-08
* models/user: better directory handling when change usernameUnknwon2017-03-07
* models/org: reduce to 2 SQL executions for GetOrgIDsByUserIDUnknwon2017-03-03
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
* Improve error handlingUnknwon2017-02-17
* Improve Open Graph Meta tags (#3664)Unknwon2017-02-11
* Able to disable non-admin to create new organization (#1556)Unknwon2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Issue #3814 (#3903)Renato P. de Aquino2017-01-30
* Safe compare password (timing attack) (#4064)Denis Denisov2017-01-28
* Disable local path migration by default (#4033)Unknwon2017-01-26
* Fix dashboard issues/pull request countingUnknwon2016-12-27
* Added public entries to reserved keywords listFlare2016-12-21
* Minor code fixUnknwon2016-12-21
* Don't use custom PBKDF2 function (#3952)leonklingele2016-12-21
* Fix random string generator (#3953)leonklingele2016-12-21
* #3577 incorrect URL produced by AvatarLinkUnknwon2016-09-01
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-31
* #3505 use user’s info for committer and authorUnknwon2016-08-27
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-07
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-26
* #1384 add pagination for repositoriesUnknwon2016-07-24
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* Remove redundant Unix timestamp method callUnknwon2016-07-23
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-23
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-21
* #2937 able to prohibit user loginUnknwon2016-07-16
* models/user_mail: refactor EmailAddressUnknwon2016-07-16
* Return avatar link as absolute url (#3235)Sandro Santilli2016-07-16
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-27
* #2814 LOWER() column value within searchUnknwon2016-03-16
* Remove email from user searchOdin Ugedal2016-03-15
* Make user search look in username, name and emailOdin Ugedal2016-03-15
* #13 fix postgres aggregateUnknwon2016-03-11
* #13 finish user and repository searchUnknwon2016-03-11
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
* Minor fixes for #2766Unknwon2016-03-06
* Added: Ability to delete org avatar.Tamás Molnár2016-03-06
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
* #1157 some avatar setting changesUnknwon2016-03-05
* #1597 support pull requests in same repositoryUnknwon2016-03-04
* Make markdown as an independent moduleUnknwon2016-02-20
* Remove cache avatar support and add its testsUnknwon2016-02-14
* #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05