Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): migrate off `user_email.go` to `users.go` (#7452) | Joe Chen | 2023-05-14 |
| | |||
* | templates/user/settings: fix delete email button (#4998) | Larry Li | 2018-03-06 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-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 | ||
* | finish all new user settings UI | Unknwon | 2015-09-10 |
| | |||
* | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 |
| | | | | | - routers/user: little code format - conf/locale: update French locale | ||
* | public/ng/css: code fix on #895 | Unknwon | 2015-02-03 |
| | | | | - templates/user/settings: fix email panel nav highlight | ||
* | fix settings/email html&css | Alexey Makhov | 2015-02-03 |
| | |||
* | Forgot to i18n "Primary" | Peter Smit | 2014-12-22 |
| | |||
* | Create English locale keys for multiple e-mails feature | Peter Smit | 2014-12-22 |
| | | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty | ||
* | Finish method for having multiple emails/user. | Peter | 2014-12-17 |
All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. |