aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Collapse)AuthorAge
...
* Fix random avatar does not work on WindowsUnknwon2016-02-02
| | | | path.Dir can't handle Windows case, must use filepath.Dir
* Minor fix for #2494Unknwon2016-01-28
| | | | - Change tooltip size from mini to tiny in profile page
* Change user name in Pull RequestsMartin Hartkorn2016-01-27
|
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* Add default for NumFollowing field (fixes #2261)Angus Gibson2015-12-22
| | | | | We set the default value for the non-NULL field NumFollowing of the User model to 0, which stops an error when the ORM tries to sync.
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #1692 add organization APIsUnknwon2015-12-17
|
* #1692 add user email APIsUnknwon2015-12-15
|
* rename import pathUnknwon2015-12-15
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-11
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-10
| | | | commits
* fix user repo limit default valueUnknwon2015-12-10
|
* #1301 "read-only" usersUnknwon2015-12-10
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* finish wikiUnknwon2015-11-30
|
* wiki: finish newUnknwon2015-11-27
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* some fix to #2026Unknwon2015-11-23
|
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* fix #1960Unknwon2015-11-16
|
* work on #1961Unknwon2015-11-16
|
* Show custom avatars in commitsUnknwon2015-11-13
|
* save custom avatar as PNGUnknwon2015-11-13
|
* #1896 fatal when no needed update taskUnknwon2015-11-04
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* #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
|