summaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Collapse)AuthorAgeFilesLines
* #1692 add organization APIsUnknwon2015-12-171-2/+2
|
* #1692 add user email APIsUnknwon2015-12-151-10/+36
|
* rename import pathUnknwon2015-12-151-1/+1
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-111-2/+3
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-0/+5
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-101-0/+3
| | | | commits
* fix user repo limit default valueUnknwon2015-12-101-1/+1
|
* #1301 "read-only" usersUnknwon2015-12-101-4/+4
|
* #1575 Limit repo creationUnknwon2015-12-101-0/+22
|
* move out git module and #1573 send push hookUnknwon2015-12-091-4/+3
|
* finish wikiUnknwon2015-11-301-1/+1
|
* wiki: finish newUnknwon2015-11-271-4/+6
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-3/+0
|
* some fix to #2026Unknwon2015-11-231-0/+1
|
* UI: long organization name in create repository owner listUnknwon2015-11-181-0/+9
|
* fix #1960Unknwon2015-11-161-1/+1
|
* work on #1961Unknwon2015-11-161-0/+6
|
* Show custom avatars in commitsUnknwon2015-11-131-1/+1
|
* save custom avatar as PNGUnknwon2015-11-131-8/+8
|
* #1896 fatal when no needed update taskUnknwon2015-11-041-2/+2
|
* #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
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* #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
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #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
|\ | | | | Hide avatar tooltips unless you're looking at your own profile
| * 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
|\| | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl