aboutsummaryrefslogtreecommitdiff
path: root/templates/user/auth/signin.tmpl
Commit message (Collapse)AuthorAge
* 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
* drop oauth2 feature supportUnknwon2015-09-17
|
* finish new auth e-mailsUnknwon2015-09-17
|
* new sign in pageUnknwon2015-09-14
|
* 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
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16