aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Collapse)AuthorAge
...
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* user gomail and new activate account email tplUnknwon2015-09-17
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* #1633 admin delete userUnknwon2015-09-13
|
* new admin user list UIUnknwon2015-09-11
|
* finish all new user settings UIUnknwon2015-09-10
|
* #1585 order owners list by last changed timeUnknwon2015-09-07
|
* minor fix on #1589Unknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #1193 Make organization emails non-mandatoryUnknwon2015-09-06
|
* fix #1558Unknwon2015-09-06
|
* fix #1568Unknwon2015-09-03
|
* work on #1558Unknwon2015-09-02
|
* XSS in usernameUnknwon2015-09-01
|
* fix repository count of user is messed upUnknwon2015-08-30
|
* new create webhook eventUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* rename a user methodUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* #1535 Removing deploy key does not remove keyUnknwon2015-08-25
|
* only assign auto-admin when sign up by webUnknwon2015-08-19
|
* work on #1493Unknwon2015-08-17
|
* #1419: 500 when visit a issue with issue/comments of deleted userUnknwon2015-08-15
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-14
|
* delete avatar when del userUnknwon2015-08-12
|
* Merge pull request #1464 from jamesa/hide-gravatar-tooltip无闻2015-08-10
|\ | | | | Hide avatar tooltips unless you're looking at your own profile
| * Resize avatars to the same size they are displayedJames Anderson2015-08-10
| |
* | finish new issue action and mentionsUnknwon2015-08-10
| |
* | finish create issue with milestone and assigneeUnknwon2015-08-10
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-10
|\| | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * remove sync.Pool and support go1.2 againUnknwon2015-08-09
| |
| * Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-09
| |
* | WIP: create PR - choose branchUnknwon2015-08-08
|/
* more on #1443Unknwon2015-08-07
|
* #1443 set first user to be adminUnknwon2015-08-07
| | | | ...not just ID=1
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* #1299 force downcase e-mailUnknwon2015-08-05
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePasswordLunny Xiao2015-04-24
|\ | | | | Hotfix/type fix validate password
| * typo fix for commentDustin Willis Webber2015-04-16
| |
| * typo fixDustin Willis Webber2015-04-16
| |
* | #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|/
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-12
|
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: able to rename user with diff letter cases #981Unknwon2015-02-22
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
| * templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | code fix #941 caution: undertestUnknwon2015-02-13
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * | Refactoring of the Access TablePeter Smit2015-02-06
| |/ | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.