aboutsummaryrefslogtreecommitdiff
path: root/templates/user/auth
Commit message (Collapse)AuthorAge
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* login_source: add default authentication switch (#5338)haixunlu2018-09-13
| | | | | | | | | | | | | | | * Add default Authentication Switch. * adjust the code accroding to reviews * #1. Remove redudant logic. #2, Fix a bug in "Edit" panel. * Remove unused logic * Fix local authentication files are not flushed. * refactor according to review.
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* templates/user/auth/login: disable password autocomplete (#5068)Andres D2018-03-06
| | | As gogs can be linked with PAM it is recommended to disable the autocomplete on the password input.
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* 2fa: initial support (#945)Unknwon2017-04-06
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* #2937 able to prohibit user loginUnknwon2016-07-16
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix #1697Unknwon2015-10-31
|
* 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
* #1646 and other minor fixesUnknwon2015-09-16
|
* new sign in pageUnknwon2015-09-14
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* Match naming convention on page (checkbox→chk)Andrew Patton2015-04-15
|
* Wrap remember text+checkbox in label; close #1209Andrew Patton2015-04-15
|
* templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-12
| | | | disabled #884
* mirror fix on oauth2Unknwon2014-11-28
|
* 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
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Finish new admin users pagesUnknwon2014-08-29
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16