aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* tests: add a NetworkCalls group for tests making network callsKevin Decherf2020-04-251-0/+3
| | | | | | | Excluding this group can decrease the run time of tests during development. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-251-6/+142
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-131-0/+47
|
* Fixed default value for reading speedNicolas Lœuillet2019-09-191-1/+1
|
* Merge pull request #4053 from wallabag/feature/manual-input-reading-speedJérémy Benoist2019-07-091-3/+3
|\ | | | | Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-081-3/+3
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+64
|/ | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Add ability to revoke feed tokenJeremy Benoist2019-06-051-1/+17
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-16/+16
|
* Change the way to enable 2FAJeremy Benoist2019-01-231-113/+81
| | | | And add a step to validate a generated code from the OTP app
* Enable OTP 2FAJeremy Benoist2019-01-231-0/+113
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Enable PHPStanJeremy Benoist2019-01-181-1/+1
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* Ensure language is validJeremy Benoist2018-10-131-0/+35
| | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
|
* Fix testsJeremy Benoist2018-06-061-4/+4
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-58/+58
|
* Isolated testsadev2017-05-311-0/+11
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Renamed countAllEntriesByUsername methodNicolas Lœuillet2017-03-311-1/+1
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-0/+76
| | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Rename method from *username to *userThomas Citharel2017-03-301-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Limit rule to 255Jeremy Benoist2016-12-031-0/+23
| | | | To avoid database error
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-0/+2
|
* Added test for list viewNicolas Lœuillet2016-11-281-1/+18
|
* Re-use FOSUser master branchJeremy Benoist2016-11-221-4/+4
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-171-1/+1
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+1
| | | | | | | | Fix #496
* | Use more explicit checkJeremy Benoist2016-11-071-2/+2
| |
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+145
| | | | | | | | | | | | - annotations - tags - entries
* | Better display and descriptionJeremy Benoist2016-10-081-3/+4
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Fix some testsJeremy Benoist2016-10-081-13/+26
| |
* | Added a test to check if entries are also deletedNicolas Lœuillet2016-10-081-0/+21
| |
* | Changed testsNicolas Lœuillet2016-10-081-2/+2
| |
* | Added testsNicolas Lœuillet2016-10-081-0/+85
|/
* Remove NewUser test from ConfigJeremy Benoist2016-10-021-114/+0
|
* Add ability to edit a tagging ruleJeremy Benoist2016-10-011-13/+48
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+652