aboutsummaryrefslogtreecommitdiff
path: root/routers/user
Commit message (Collapse)AuthorAge
...
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #2020Unknwon2015-11-24
|
* fix #650Unknwon2015-11-22
|
* fix #1119 and data race in timming tasksUnknwon2015-11-20
|
* fix typo for #1996Unknwon2015-11-19
|
* work on #1891Unknwon2015-11-18
|
* fix #878Unknwon2015-11-18
|
* only show user's activities in profileUnknwon2015-11-16
|
* fix #1302Unknwon2015-11-13
|
* save custom avatar as PNGUnknwon2015-11-13
|
* #1459 Dashboard issues lacks sortingUnknwon2015-11-04
|
* fix import path, fix #1782Unknwon2015-10-15
|
* fix #981Unknwon2015-09-17
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* finish new auth e-mailsUnknwon2015-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
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* finish all new user settings UIUnknwon2015-09-10
|
* #1191 allow upload avatar for orgUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish initial version of pull requestUnknwon2015-09-02
|
* fix sqlUnknwon2015-08-29
|
* new org dashboard issuesUnknwon2015-08-25
|
* new user dahsboard issuesUnknwon2015-08-25
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|
* only assign auto-admin when sign up by webUnknwon2015-08-19
|
* new access token UIUnknwon2015-08-19
|
* new delete account UI and password confirmationUnknwon2015-08-19
|
* work on #1493Unknwon2015-08-17
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-14
|
* finish view issue without comments and opsUnknwon2015-08-12
|
* finish create issue with milestone and assigneeUnknwon2015-08-10
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
* | finish new milestone pageUnknwon2015-08-05
|/
* fix #1204Unknwon2015-07-31
|
* Merge pull request #1317 from smcquay/keys无闻2015-07-25
|\ | | | | fix .keys route
| * fix .keys routestephen mcquay2015-06-08
| | | | | | | | | | 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-26
|/
* Merge pull request #1091 from sapk/fix-ng-issue-pages无闻2015-03-19
|\ | | | | Apply ng to issue dashboard
| * Apply ng to issue dashboardAntoine GIRARD2015-03-19
| |
* | #1094: fix localeUnknwon2015-03-19
|/
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* Merge pull request #960 from phsmit/access_action无闻2015-02-23
|\ | | | | Fix that owners also see actions on their repositories
| * Update/simplify fix that owners also see actions on their repositoriesPeter Smit2015-02-18
| |
| * Fix that owners also see actions on their repositoriesPeter Smit2015-02-16
| | | | | | | | | | | | This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user. It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action