aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* #1511 Allow local import only for admin usersUnknwon2015-11-031-3/+14
* #1657 allow forcing all private reposUnknwon2015-10-251-1/+1
* drop oauth2 feature supportUnknwon2015-09-171-1/+0
* user gomail and new activate account email tplUnknwon2015-09-171-0/+16
* #1633 admin delete userUnknwon2015-09-131-1/+2
* new admin user list UIUnknwon2015-09-111-5/+4
* finish all new user settings UIUnknwon2015-09-101-10/+10
* #1585 order owners list by last changed timeUnknwon2015-09-071-0/+7
* minor fix on #1589Unknwon2015-09-061-4/+3
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-42/+54
* fix #1558Unknwon2015-09-061-30/+38
* fix #1568Unknwon2015-09-031-1/+1
* work on #1558Unknwon2015-09-021-1/+1
* XSS in usernameUnknwon2015-09-011-0/+10
* fix repository count of user is messed upUnknwon2015-08-301-4/+8
* new create webhook eventUnknwon2015-08-281-6/+14
* complate list of gitignores and licensesUnknwon2015-08-281-0/+3
* rename a user methodUnknwon2015-08-271-14/+6
* new webhooks list UIUnknwon2015-08-261-1/+13
* #1535 Removing deploy key does not remove keyUnknwon2015-08-251-1/+1
* only assign auto-admin when sign up by webUnknwon2015-08-191-9/+1
* work on #1493Unknwon2015-08-171-39/+79
* #1419: 500 when visit a issue with issue/comments of deleted userUnknwon2015-08-151-1/+20
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-141-0/+19
* delete avatar when del userUnknwon2015-08-121-1/+3
* Merge pull request #1464 from jamesa/hide-gravatar-tooltip无闻2015-08-101-1/+1
|\
| * Resize avatars to the same size they are displayedJames Anderson2015-08-101-1/+1
* | finish new issue action and mentionsUnknwon2015-08-101-7/+6
* | finish create issue with milestone and assigneeUnknwon2015-08-101-0/+11
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-1/+32
|\|
| * remove sync.Pool and support go1.2 againUnknwon2015-08-091-1/+2
| * Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-091-1/+31
* | WIP: create PR - choose branchUnknwon2015-08-081-8/+8
|/
* more on #1443Unknwon2015-08-071-1/+1
* #1443 set first user to be adminUnknwon2015-08-071-5/+9
* #334: Add Deployment Key SupportUnknwon2015-08-061-1/+1
* #1299 force downcase e-mailUnknwon2015-08-051-7/+15
* allow anonymous SSH cloneUnknwon2015-08-051-7/+6
* Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePasswordLunny Xiao2015-04-241-2/+2
|\
| * typo fix for commentDustin Willis Webber2015-04-161-1/+1
| * typo fixDustin Willis Webber2015-04-161-1/+1
* | #1070 Clearer error message for illegal charactersUnknwon2015-03-261-11/+16
|/
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-33/+54
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-121-1/+1
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-2/+2
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-7/+12
|\
| * models: able to rename user with diff letter cases #981Unknwon2015-02-221-4/+10
| * templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-211-3/+6
* | code fix #941 caution: undertestUnknwon2015-02-131-3/+7
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-0/+1
|\ \