Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes in the login form: | Alexandr Danilov | 2016-08-25 | 1 | -1/+1 |
| | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery | ||||
* | Forgot a double quote | Baptiste Mille-Mathias | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Fix image path in 2-factor authentification email | Baptiste Mille-Mathias | 2016-05-18 | 1 | -1/+1 |
| | | | | Fix the broken url to image ressource hosted on wallabag.org | ||||
* | Fix translation for Go to your account button after subscription | Nicolas Lœuillet | 2016-04-20 | 1 | -1/+1 |
| | | | | Fix #1956 | ||||
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 20 | -205/+17 |
| | | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>` | ||||
* | Make English welcome message more natural | Olivier Mehani | 2016-02-25 | 2 | -2/+2 |
| | | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | Add some missing french translations | Nicolas Lœuillet | 2016-02-18 | 2 | -2/+2 |
| | |||||
* | Move public assets for themes | Jeremy Benoist | 2016-01-22 | 1 | -1/+1 |
| | | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...` | ||||
* | Update HTML 2FA template | Jeremy Benoist | 2016-01-21 | 1 | -15/+20 |
| | | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value) | ||||
* | #1490 HTML in E-Mails | Alexandr Danilov | 2016-01-21 | 1 | -3/+97 |
| | |||||
* | Use HTML email for 2FA | Jeremy Benoist | 2016-01-21 | 1 | -0/+18 |
| | | | | Related to #1490 | ||||
* | Update bundle & stock file | Jeremy Benoist | 2016-01-15 | 5 | -5/+5 |
| | | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler | ||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 2 | -0/+65 |
| | |||||
* | use form widget for registration | Nicolas Lœuillet | 2015-10-06 | 2 | -18/+16 |
| | |||||
* | move css | Nicolas Lœuillet | 2015-10-05 | 1 | -5/+2 |
| | |||||
* | last changes for baggy theme | Nicolas Lœuillet | 2015-10-05 | 2 | -9/+18 |
| | |||||
* | material design for register/login/recover pages | Nicolas Lœuillet | 2015-10-05 | 20 | -239/+354 |
| | |||||
* | move some files to UserBundle | Nicolas Lœuillet | 2015-10-03 | 7 | -1/+258 |
| | |||||
* | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 1 | -0/+1 |