summaryrefslogtreecommitdiffstats
path: root/routers/user/setting.go
Commit message (Collapse)AuthorAgeFilesLines
* fix #2020Unknwon2015-11-241-1/+1
|
* fix #878Unknwon2015-11-181-1/+1
|
* fix #981Unknwon2015-09-171-2/+4
|
* drop oauth2 feature supportUnknwon2015-09-171-25/+0
|
* user gomail and new activate account email tplUnknwon2015-09-171-1/+1
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* 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>
* add confirmation to delete ssh keyUnknwon2015-08-201-48/+46
|
* 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
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-20/+11
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-13/+12
|
* #1094: fix localeUnknwon2015-03-191-1/+1
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-11/+4
| | | | - fix delete user but repository watches are not decreased
* 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-211-43/+37
| | | | | - routers/user: little code format - conf/locale: update French locale
* 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.
* 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.
* Fix 653Unknwon2014-11-221-3/+12
|
* more on change avatarUnknwon2014-11-211-1/+6
|
* custom avatar uploadUnknwon2014-11-211-0/+29
|
* fix #622Unknwon2014-11-131-0/+3
|
* add personal access token panel #12Unknwon2014-11-121-9/+66
|
* Mirror fix on add ssh keyUnknwon2014-10-111-3/+7
|
* Add suburl supportUnknwon2014-09-191-9/+9
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-9/+10
| | | | | | | | | | | | | | 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
* 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
|
* Remove newline characters from ssh key before processing it.Marios Andreopoulos2014-08-251-2/+5
| | | | Fixes issue #370: https://github.com/gogits/gogs/issues/370
* Page: `/org/:orgname/settings`Unknwon2014-08-141-3/+1
|
* Page: Manage social accountsUnknwon2014-08-091-26/+19
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-0/+8
|
* New UI merge in progressUnknwon2014-07-261-179/+149
|
* Merge pull request #293 from wmark/master无闻2014-07-201-2/+63
|\ | | | | Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
| * Utilize ssh-keygen for checking of keys.W-Mark Kubacki2014-07-201-2/+63
| | | | | | | | | | Removes the limitation to RSA and enables us to use all key types SSH recognizes.
* | Fix #285Unknown2014-07-121-4/+4
|/
* Clean codeUnknown2014-06-271-1/+1
|
* Use constants to name template fileUnknown2014-06-221-8/+17
|
* Code conventionUnknown2014-05-241-28/+23
|
* Improve delete SSH keyUnknown2014-05-061-5/+1
|
* User code clean and ui improveUnknown2014-05-051-18/+36
|
* Fix #149Unknown2014-05-011-0/+1
|
* Mirror fix on public keyUnknown2014-04-271-1/+2
|
* fixed some broken forms that were introduced in james-anderson@521c5f0e10James Anderson2014-04-241-3/+3
|