Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix from_email & fos_user | Jeremy Benoist | 2016-01-31 | 1 | -0/+5 |
| | |||||
* | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -2/+1 |
| | |||||
* | Add Turkish translation | Ogün Karakuş | 2016-01-24 | 1 | -0/+7 |
| | | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com> | ||||
* | 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/...` | ||||
* | Use FOSUserEvents instead of c/p a controller | Jeremy Benoist | 2016-01-21 | 1 | -0/+7 |
| | | | | | The `resetAction` was overriden to redirect user to the homepage instead of `fos_user_profile_show`. Instead of copying the whole method we can simply use FOSUserEvents to handle that. | ||||
* | Update HTML 2FA template | Jeremy Benoist | 2016-01-21 | 4 | -27/+29 |
| | | | | | | 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 | 4 | -9/+25 |
| | | | | 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 | ||||
* | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 3 | -0/+29 |
| | | | | Related #1490 | ||||
* | add tests for 2factor authentication | Nicolas Lœuillet | 2015-10-14 | 1 | -19/+0 |
| | |||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 3 | -0/+84 |
| | |||||
* | 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 | 2 | -0/+1 |