aboutsummaryrefslogtreecommitdiff
path: root/routers/user/auth.go
Commit message (Collapse)AuthorAge
* cookie: enhance cookie security (#3525)Unknwon2017-02-14
|
* auth: remove MD5 for secure cookie secret (#4117)Unknwon2017-02-13
| | | | Update vendor accordingly
* auth: few security improvementsUnknwon2017-02-11
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Fix random string generator (#3953)leonklingele2016-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 ↵LefsFlare2016-10-16
| | | | (#3639) (#3654)
* #3448 redirect if any after sign inUnknwon2016-08-27
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Merge pull request #2823 from zacheryph/feature/local-only-password-resetUnknwon2016-03-14
|\ | | | | Prevent `Forgot Password` for non local users
| * ensure we don’t try changing LDAP passswordsZachery Hostens2016-03-14
| |
* | #1891 attempt to fix invalid csrf tokenUnknwon2016-03-12
| |
* | Rename module: middleware -> contextUnknwon2016-03-11
|/
* fix #2020Unknwon2015-11-24
|
* fix typo for #1996Unknwon2015-11-19
|
* work on #1891Unknwon2015-11-18
|
* fix import path, fix #1782Unknwon2015-10-15
|
* 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
|
* only assign auto-admin when sign up by webUnknwon2015-08-19
|
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-14
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-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 emailPeter2014-12-17
| |
* | work on #756Unknwon2014-12-17
|/
* Fix API brokenUnknwon2014-10-18
|
* Fix API brokenUnknwon2014-10-18
|
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-21
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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 #465Unknwon2014-09-15
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
|
* New UI merge in progressUnknwon2014-07-26