Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cookie: enhance cookie security (#3525) | Unknwon | 2017-02-14 |
| | |||
* | auth: remove MD5 for secure cookie secret (#4117) | Unknwon | 2017-02-13 |
| | | | | Update vendor accordingly | ||
* | auth: few security improvements | Unknwon | 2017-02-11 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Fix random string generator (#3953) | leonklingele | 2016-12-21 |
| | | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand | ||
* | Prevented user enumeration of valid users through HTTP status codes of login ↵ | LefsFlare | 2016-10-16 |
| | | | | (#3639) (#3654) | ||
* | #3448 redirect if any after sign in | Unknwon | 2016-08-27 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 |
|\ | | | | | Prevent `Forgot Password` for non local users | ||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 |
| | | |||
* | | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 |
| | | |||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 |
|/ | |||
* | fix #2020 | Unknwon | 2015-11-24 |
| | |||
* | fix typo for #1996 | Unknwon | 2015-11-19 |
| | |||
* | work on #1891 | Unknwon | 2015-11-18 |
| | |||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 |
| | |||
* | drop oauth2 feature support | Unknwon | 2015-09-17 |
| | |||
* | finish new auth e-mails | Unknwon | 2015-09-17 |
| | |||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 |
| | |||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 |
| | |||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 |
| | |||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 |
| | |||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 |
| | |||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | |||
* | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 |
| | | | | | - routers/user: little code format - conf/locale: update French locale | ||
* | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 |
|\ | | | | | Multiple emails | ||
| * | Method for activating email addresses through verification email | Peter | 2014-12-17 |
| | | |||
* | | work on #756 | Unknwon | 2014-12-17 |
|/ | |||
* | Fix API broken | Unknwon | 2014-10-18 |
| | |||
* | Fix API broken | Unknwon | 2014-10-18 |
| | |||
* | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 #465 | Unknwon | 2014-09-15 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | |||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 |
| | |||
* | Page: Manage social accounts | Unknwon | 2014-08-09 |
| | |||
* | Finish new collaboration page | Unknwon | 2014-08-07 |
| | |||
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |