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/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
*
#2903 use different reversed words and patterns for repository and user
Unknwon
2016-07-23
*
avatar: make custom and generated avatars equal (#3301)
Dennis Chen
2016-07-21
*
#2937 able to prohibit user login
Unknwon
2016-07-16
*
models/user_mail: refactor EmailAddress
Unknwon
2016-07-16
*
Return avatar link as absolute url (#3235)
Sandro Santilli
2016-07-16
*
Use a gopher as default avatar (rather than the gravatar logo) (#3208)
Sandro Santilli
2016-06-27
*
#2814 LOWER() column value within search
Unknwon
2016-03-16
*
Remove email from user search
Odin Ugedal
2016-03-15
*
Make user search look in username, name and email
Odin Ugedal
2016-03-15
*
#13 fix postgres aggregate
Unknwon
2016-03-11
*
#13 finish user and repository search
Unknwon
2016-03-11
*
#2302 Replace time.Time with Unix Timestamp (int64)
Unknwon
2016-03-09
*
Minor fixes for #2766
Unknwon
2016-03-06
*
Added: Ability to delete org avatar.
Tamás Molnár
2016-03-06
*
#1146 finish new access rights for collaborators
Unknwon
2016-03-05
*
#1157 some avatar setting changes
Unknwon
2016-03-05
*
#1597 support pull requests in same repository
Unknwon
2016-03-04
*
Make markdown as an independent module
Unknwon
2016-02-20
*
Remove cache avatar support and add its tests
Unknwon
2016-02-14
*
#2558 delete local wiki copy when rename repo and user
Unknwon
2016-02-05
[next]