index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
user.go
Commit message (
Expand
)
Author
Age
*
models: rename Id to ID
Unknwon
2018-08-16
*
repo: add changes to repository avatar feature (#5221)
Unknwon
2018-06-17
*
models: skip JSON for fields skipped by XORM
Unknwon
2018-06-09
*
*: rename "gogits" to "gogs"
Unknwon
2018-05-27
*
security: prevent same passcode from being reused
Unknwon
2018-05-21
*
models: rename RewriteAllPublicKeys -> RewriteAuthorizedKeys
Unknwon
2018-03-30
*
models: fix #4692 and typo in comments (#4695)
Sb
2017-08-13
*
repo: fix panic on pull request submit (#4572)
Unknwon
2017-07-14
*
Refactoring: remove sessionRelease()
Unknwon
2017-06-11
*
models: remove redundant tags for primary keys
Unknwon
2017-05-21
*
locale: sync from Crowdin
Unknwon
2017-05-17
*
api/repo: improve migration error handling
Unknwon
2017-04-07
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
*
Refactoring: rename and simplify pkg/tool functions
Unknwon
2017-04-06
*
2fa: initial support (#945)
Unknwon
2017-04-06
*
Refactoring: rename pkg/base -> pkg/tool
Unknwon
2017-04-05
*
Refactoring: rename modules -> pkg
Unknwon
2017-04-04
*
user: remove sanitizer for FullName (#1937)
Unknwon
2017-03-23
*
models: rename ErrUserNotExist -> errors.UserNotExist
Unknwon
2017-03-16
*
refactoring: experimental with models/errors package
Unknwon
2017-03-12
*
models/user: explicitly select for organization type
Unknwon
2017-03-10
*
models/user: handle case when user doesn't belong to any organization (#4258)
Unknwon
2017-03-08
*
models/user: better directory handling when change username
Unknwon
2017-03-07
*
models/org: reduce to 2 SQL executions for GetOrgIDsByUserID
Unknwon
2017-03-03
*
models/access: hasAccess only need userID not user object
Unknwon
2017-02-23
*
repo: assignee can be anyone who has read access (#3739)
Unknwon
2017-02-17
*
Improve error handling
Unknwon
2017-02-17
*
Improve Open Graph Meta tags (#3664)
Unknwon
2017-02-11
*
Able to disable non-admin to create new organization (#1556)
Unknwon
2017-02-10
*
log: start using gopkg.in/clog.v1
Unknwon
2017-02-09
*
Issue #3814 (#3903)
Renato P. de Aquino
2017-01-30
*
Safe compare password (timing attack) (#4064)
Denis Denisov
2017-01-28
*
Disable local path migration by default (#4033)
Unknwon
2017-01-26
*
Fix dashboard issues/pull request counting
Unknwon
2016-12-27
*
Added public entries to reserved keywords list
Flare
2016-12-21
*
Minor code fix
Unknwon
2016-12-21
*
Don't use custom PBKDF2 function (#3952)
leonklingele
2016-12-21
*
Fix random string generator (#3953)
leonklingele
2016-12-21
*
#3577 incorrect URL produced by AvatarLink
Unknwon
2016-09-01
*
#3515 use alert instead 500 for duplicated login source name
Unknwon
2016-08-31
*
#3505 use user’s info for committer and author
Unknwon
2016-08-27
*
#2246 fully support of webhooks for pull request
Unknwon
2016-08-14
*
Add support for federated avatars (#3320)
Sandro Santilli
2016-08-07
*
#3393 fix missing sub-url prefix in relative avatar link
Unknwon
2016-08-07
*
#3348 always use relative avatar link in the template
Unknwon
2016-08-05
*
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon
2016-07-26
*
#1384 add pagination for repositories
Unknwon
2016-07-24
*
Refactor User.Id to User.ID
Unknwon
2016-07-24
*
Use struct for UI settings
Unknwon
2016-07-24
*
Remove redundant Unix timestamp method call
Unknwon
2016-07-23
[next]