Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -25/+0 | |
| | ||||||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 | 1 | -1/+1 | |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | |||||
* | finish all new user settings UI | Unknwon | 2015-09-10 | 1 | -83/+66 | |
| | ||||||
* | #1191 allow upload avatar for org | Unknwon | 2015-09-06 | 1 | -18/+22 | |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | |||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -7/+7 | |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -48/+46 | |
| | ||||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -30/+26 | |
| | ||||||
* | new delete account UI and password confirmation | Unknwon | 2015-08-19 | 1 | -13/+9 | |
| | ||||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 | |
| | ||||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -20/+11 | |
| | ||||||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -13/+12 | |
| | ||||||
* | #1094: fix locale | Unknwon | 2015-03-19 | 1 | -1/+1 | |
| | ||||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -11/+4 | |
| | | | | - fix delete user but repository watches are not decreased | |||||
* | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 1 | -4/+7 | |
| | | | | | - templates/org: mirror fix on name output - routers: add missing error check | |||||
* | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 1 | -43/+37 | |
| | | | | | - routers/user: little code format - conf/locale: update French locale | |||||
* | Implement #798 Flexible ssh-key input | Peter Smit | 2015-01-02 | 1 | -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 feature | Peter | 2014-12-20 | 1 | -1/+1 | |
| | ||||||
* | Finish method for having multiple emails/user. | Peter | 2014-12-17 | 1 | -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 653 | Unknwon | 2014-11-22 | 1 | -3/+12 | |
| | ||||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -1/+6 | |
| | ||||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -0/+29 | |
| | ||||||
* | fix #622 | Unknwon | 2014-11-13 | 1 | -0/+3 | |
| | ||||||
* | add personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -9/+66 | |
| | ||||||
* | Mirror fix on add ssh key | Unknwon | 2014-10-11 | 1 | -3/+7 | |
| | ||||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -9/+9 | |
| | ||||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -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 fix | Unknwon | 2014-08-27 | 1 | -8/+0 | |
| | ||||||
* | import strings | Marios Andreopoulos | 2014-08-25 | 1 | -1/+3 | |
| | ||||||
* | fix typo | Marios Andreopoulos | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | fix wrong variable name | Marios Andreopoulos | 2014-08-25 | 1 | -3/+3 | |
| | ||||||
* | remove extra comma | Marios Andreopoulos | 2014-08-25 | 1 | -1/+1 | |
| | ||||||
* | Remove newline characters from ssh key before processing it. | Marios Andreopoulos | 2014-08-25 | 1 | -2/+5 | |
| | | | | Fixes issue #370: https://github.com/gogits/gogs/issues/370 | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 1 | -3/+1 | |
| | ||||||
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 1 | -26/+19 | |
| | ||||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -0/+8 | |
| | ||||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -179/+149 | |
| | ||||||
* | Merge pull request #293 from wmark/master | 无闻 | 2014-07-20 | 1 | -2/+63 | |
|\ | | | | | Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE) | |||||
| * | Utilize ssh-keygen for checking of keys. | W-Mark Kubacki | 2014-07-20 | 1 | -2/+63 | |
| | | | | | | | | | | Removes the limitation to RSA and enables us to use all key types SSH recognizes. | |||||
* | | Fix #285 | Unknown | 2014-07-12 | 1 | -4/+4 | |
|/ | ||||||
* | Clean code | Unknown | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Use constants to name template file | Unknown | 2014-06-22 | 1 | -8/+17 | |
| | ||||||
* | Code convention | Unknown | 2014-05-24 | 1 | -28/+23 | |
| | ||||||
* | Improve delete SSH key | Unknown | 2014-05-06 | 1 | -5/+1 | |
| | ||||||
* | User code clean and ui improve | Unknown | 2014-05-05 | 1 | -18/+36 | |
| | ||||||
* | Fix #149 | Unknown | 2014-05-01 | 1 | -0/+1 | |
| | ||||||
* | Mirror fix on public key | Unknown | 2014-04-27 | 1 | -1/+2 | |
| | ||||||
* | fixed some broken forms that were introduced in james-anderson@521c5f0e10 | James Anderson | 2014-04-24 | 1 | -3/+3 | |
| | ||||||
* | Add weibo oauth | Unknown | 2014-04-13 | 1 | -4/+20 | |
| | ||||||
* | Fix #69 | Unknown | 2014-04-10 | 1 | -15/+23 | |
| | ||||||
* | Add flash | Unknown | 2014-04-10 | 1 | -8/+16 | |
| |