summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Collapse)AuthorAgeFilesLines
* #1692 add user email APIsUnknwon2015-12-151-1/+1
|
* #2154 minor fixUnknwon2015-12-111-1/+1
|
* #2154 fix form submit errorUnknwon2015-12-111-14/+25
|
* #2154 disable change user for non-local usersUnknwon2015-12-111-2/+4
| | | | - #2153 remove require for gravatar
* fix #976Unknwon2015-12-031-2/+2
|
* Admin should be able to see all organizationsAdam Strzelecki2015-11-301-1/+1
| | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-1/+34
|
* fix #2020Unknwon2015-11-242-2/+2
|
* fix #650Unknwon2015-11-221-69/+35
|
* fix #1119 and data race in timming tasksUnknwon2015-11-201-0/+3
|
* fix typo for #1996Unknwon2015-11-191-1/+1
|
* work on #1891Unknwon2015-11-181-1/+2
|
* fix #878Unknwon2015-11-181-1/+1
|
* only show user's activities in profileUnknwon2015-11-161-1/+1
|
* fix #1302Unknwon2015-11-131-11/+9
|
* save custom avatar as PNGUnknwon2015-11-131-8/+15
|
* #1459 Dashboard issues lacks sortingUnknwon2015-11-041-0/+3
|
* fix import path, fix #1782Unknwon2015-10-152-2/+2
|
* fix #981Unknwon2015-09-171-2/+4
|
* drop oauth2 feature supportUnknwon2015-09-173-196/+2
|
* finish new auth e-mailsUnknwon2015-09-171-4/+5
|
* user gomail and new activate account email tplUnknwon2015-09-172-3/+3
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-3/+3
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-22/+8
|
* finish all new user settings UIUnknwon2015-09-101-83/+66
|
* #1191 allow upload avatar for orgUnknwon2015-09-061-18/+22
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-09-061-7/+7
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish initial version of pull requestUnknwon2015-09-021-24/+30
|
* fix sqlUnknwon2015-08-291-4/+0
|
* new org dashboard issuesUnknwon2015-08-251-20/+20
|
* new user dahsboard issuesUnknwon2015-08-251-151/+161
|
* add confirmation to delete ssh keyUnknwon2015-08-201-48/+46
|
* only assign auto-admin when sign up by webUnknwon2015-08-191-1/+10
|
* new access token UIUnknwon2015-08-191-30/+26
|
* new delete account UI and password confirmationUnknwon2015-08-191-13/+9
|
* work on #1493Unknwon2015-08-171-1/+1
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-141-36/+9
|
* finish view issue without comments and opsUnknwon2015-08-121-2/+2
|
* finish create issue with milestone and assigneeUnknwon2015-08-101-3/+3
|
* WIP: create PR - choose branchUnknwon2015-08-081-6/+6
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-20/+11
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-052-11/+11
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-052-11/+11
| |
* | finish new milestone pageUnknwon2015-08-051-3/+3
|/
* fix #1204Unknwon2015-07-311-8/+3
|
* Merge pull request #1317 from smcquay/keys无闻2015-07-251-0/+1
|\ | | | | fix .keys route
| * fix .keys routestephen mcquay2015-06-081-0/+1
| | | | | | | | | | This change fixes the output from /{{ username }}.keys so that it can work in a ~/.ssh/authorized_keys file
* | #1070 Clearer error message for illegal charactersUnknwon2015-03-262-18/+20
|/
* Merge pull request #1091 from sapk/fix-ng-issue-pages无闻2015-03-191-2/+7
|\ | | | | Apply ng to issue dashboard
| * Apply ng to issue dashboardAntoine GIRARD2015-03-191-2/+7
| |