aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Expand)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Enable Go modules (#5835)Unknwon2019-10-23
* vendor: update github.com/gogs/go-gogs-clientUnknwon2018-12-03
* models: rename Id to IDUnknwon2018-08-16
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
* *: rename "gogits" to "gogs"Unknwon2018-05-27
* security: prevent same passcode from being reusedUnknwon2018-05-21
* models: rename RewriteAllPublicKeys -> RewriteAuthorizedKeysUnknwon2018-03-30
* models: fix #4692 and typo in comments (#4695)Sb2017-08-13
* repo: fix panic on pull request submit (#4572)Unknwon2017-07-14
* Refactoring: remove sessionRelease()Unknwon2017-06-11
* models: remove redundant tags for primary keysUnknwon2017-05-21
* locale: sync from CrowdinUnknwon2017-05-17
* api/repo: improve migration error handlingUnknwon2017-04-07
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
* 2fa: initial support (#945)Unknwon2017-04-06
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* user: remove sanitizer for FullName (#1937)Unknwon2017-03-23
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* refactoring: experimental with models/errors packageUnknwon2017-03-12
* 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