aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | #1094: fix localeUnknwon2015-03-191-1/+1
|/
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-172-13/+6
| | | | - fix delete user but repository watches are not decreased
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
|
* Merge pull request #960 from phsmit/access_action无闻2015-02-231-8/+14
|\ | | | | Fix that owners also see actions on their repositories
| * Update/simplify fix that owners also see actions on their repositoriesPeter Smit2015-02-181-12/+12
| |
| * Fix that owners also see actions on their repositoriesPeter Smit2015-02-161-6/+12
| | | | | | | | | | | | 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
* | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-222-51/+45
|\ \ | |/ |/| | | | | | | | | | | | | 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-221-4/+7
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
| * templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-212-47/+38
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | code fix #941 caution: undertestUnknwon2015-02-131-2/+5
| |
* | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-2/+2
| |
* | Refactoring of the Access TablePeter Smit2015-02-061-4/+3
| | | | | | | | | | | | 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.
* | Introducing Collaboration StructPeter Smit2015-01-231-4/+10
|/
* Implement #798 Flexible ssh-key inputPeter Smit2015-01-021-4/+9
| | | | It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
* Merge pull request #755 from phsmit/multiple_emails无闻2014-12-202-0/+129
|\ | | | | Multiple emails
| * Small fixes to multiple_emails featurePeter2014-12-201-1/+1
| |
| * Finish method for having multiple emails/user.Peter2014-12-171-0/+108
| | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.
| * Method for activating email addresses through verification emailPeter2014-12-171-0/+21
| |
* | work on #754Unknwon2014-12-181-0/+3
| |
* | work on #754Unknwon2014-12-181-0/+3
| |
* | work on #756Unknwon2014-12-171-0/+2
|/
* fix #751Unknwon2014-12-161-0/+9
|
* safe checkUnknwon2014-11-281-0/+4
|
* mirror fix on oauth2Unknwon2014-11-281-45/+37
|
* fix oauth2Unknwon2014-11-281-58/+50
|
* Fix #652Unknwon2014-11-231-26/+28
|
* Fix 653Unknwon2014-11-221-3/+12
|
* more on change avatarUnknwon2014-11-211-1/+6
|
* fix #139Unknwon2014-11-211-1/+13
|
* custom avatar uploadUnknwon2014-11-212-0/+36
|
* fix #622Unknwon2014-11-131-0/+3
|
* add personal access token panel #12Unknwon2014-11-121-9/+66
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Fix API brokenUnknwon2014-10-181-1/+1
|
* Mirror fix on add ssh keyUnknwon2014-10-111-3/+7
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-211-8/+8
|
* Add suburl supportUnknwon2014-09-194-20/+20
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-184-20/+22
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* fix user's actions on domain/org/name-of-organization/dashboardtobyzxj2014-09-161-1/+1
|
* Fix #465Unknwon2014-09-151-1/+1
|
* Mirror issue fixUnknwon2014-08-271-8/+0
|
* import stringsMarios Andreopoulos2014-08-251-1/+3
|
* fix typoMarios Andreopoulos2014-08-251-1/+1
|
* fix wrong variable nameMarios Andreopoulos2014-08-251-3/+3
|
* remove extra commaMarios Andreopoulos2014-08-251-1/+1
|