Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 23 | -223/+47 |
| | | | | | | | - 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>` | ||||
* | Remove extra definition | Jeremy Benoist | 2016-02-29 | 1 | -5/+0 |
| | | | | Since Symfony 3.0.3 has been released | ||||
* | 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 |
| | |||||
* | Fix #1643: fix the way to load the HTML template in 2factor auth | Nicolas Lœuillet | 2016-02-04 | 2 | -3/+3 |
| | |||||
* | Fix from_email & fos_user | Jeremy Benoist | 2016-01-31 | 1 | -0/+5 |
| | |||||
* | CS | Jeremy Benoist | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Fix tests | Jeremy Benoist | 2016-01-31 | 1 | -2/+10 |
| | |||||
* | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 2 | -7/+6 |
| | |||||
* | 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/...` | ||||
* | CS | Jeremy Benoist | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | Use FOSUserEvents instead of c/p a controller | Jeremy Benoist | 2016-01-21 | 3 | -75/+48 |
| | | | | | 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 | 6 | -36/+51 |
| | | | | | | 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 |
| | |||||
* | CS | Jeremy Benoist | 2016-01-21 | 2 | -9/+6 |
| | |||||
* | Use HTML email for 2FA | Jeremy Benoist | 2016-01-21 | 6 | -39/+62 |
| | | | | Related to #1490 | ||||
* | Use translator interface instead of final class | Jeremy Benoist | 2016-01-17 | 2 | -16/+13 |
| | | | | | | | | | Symfony use a different class when in dev mode and prod mode. Prod loads `Symfony\Bundle\FrameworkBundle\Translation\Translator`. Dev loads `Symfony\Component\Translation\DataCollectorTranslator` to gather information for the debug bar. Fix #1585 | ||||
* | Merge pull request #1524 from wallabag/sf2.8 | Nicolas Lœuillet | 2016-01-15 | 7 | -11/+11 |
|\ | | | | | Upgrade to Symfony 3.0 | ||||
| * | 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 | ||||
| * | Symfony Upgrade Fixer FTW | Jeremy Benoist | 2016-01-15 | 2 | -6/+6 |
| | | | | | | | | symfony-upgrade-fixer fix src/Wallabag/ | ||||
* | | Quickstart for beginners | Nicolas Lœuillet | 2016-01-15 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #1545 from wallabag/v2-user-tag | Nicolas Lœuillet | 2016-01-02 | 1 | -27/+0 |
|\ | | | | | v2 – Remove user reference in tag | ||||
| * | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 1 | -27/+0 |
| | | | | | | | | Fix #1543 | ||||
* | | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 7 | -0/+242 |
|/ | | | | Related #1490 | ||||
* | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 1 | -0/+15 |
| | |||||
* | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 1 | -1/+1 |
| | | | | Should fix #1498 | ||||
* | add tests for 2factor authentication | Nicolas Lœuillet | 2015-10-14 | 1 | -19/+0 |
| | |||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 4 | -1/+151 |
| | |||||
* | 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 | 21 | -239/+429 |
| | |||||
* | move some files to UserBundle | Nicolas Lœuillet | 2015-10-03 | 9 | -1/+312 |
| | |||||
* | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 5 | -0/+240 |