aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
...
* Make English welcome message more naturalOlivier Mehani2016-02-252-2/+2
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Add some missing french translationsNicolas Lœuillet2016-02-182-2/+2
|
* Fix from_email & fos_userJeremy Benoist2016-01-311-0/+5
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-2/+1
|
* Add Turkish translationOgün Karakuş2016-01-241-0/+7
| | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
* Move public assets for themesJeremy Benoist2016-01-221-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 controllerJeremy Benoist2016-01-211-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 templateJeremy Benoist2016-01-214-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-MailsAlexandr Danilov2016-01-211-3/+97
|
* Use HTML email for 2FAJeremy Benoist2016-01-214-9/+25
| | | | Related to #1490
* Update bundle & stock fileJeremy Benoist2016-01-155-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 2FAJeremy Benoist2015-12-293-0/+29
| | | | Related #1490
* add tests for 2factor authenticationNicolas Lœuillet2015-10-141-19/+0
|
* 2factor authentication via emailNicolas Lœuillet2015-10-133-0/+84
|
* use form widget for registrationNicolas Lœuillet2015-10-062-18/+16
|
* move cssNicolas Lœuillet2015-10-051-5/+2
|
* last changes for baggy themeNicolas Lœuillet2015-10-052-9/+18
|
* material design for register/login/recover pagesNicolas Lœuillet2015-10-0520-239/+354
|
* move some files to UserBundleNicolas Lœuillet2015-10-037-1/+258
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-032-0/+1