aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-251-2/+77
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-131-0/+55
|
* Update depsJeremy Benoist2019-11-121-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also CS (because cs-fixer got an update) Package operations: 0 installs, 26 updates, 0 removals - Updating twig/twig (v2.12.1 => v2.12.2) - Updating symfony/symfony (v3.4.33 => v3.4.34) - Updating doctrine/event-manager (v1.0.0 => 1.1.0) - Updating doctrine/collections (v1.6.2 => 1.6.3) - Updating doctrine/cache (v1.8.1 => 1.9.0) - Updating doctrine/persistence (1.1.1 => 1.2.0) - Updating doctrine/inflector (v1.3.0 => 1.3.1) - Updating symfony/mime (v4.3.5 => v4.3.7) - Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3) - Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1) - Updating doctrine/dbal (v2.9.2 => v2.9.3) - Updating doctrine/instantiator (1.2.0 => 1.3.0) - Updating j0k3r/graby-site-config (1.0.93 => 1.0.94) - Updating phpoption/phpoption (1.5.0 => 1.5.2) - Updating symfony/http-client-contracts (v1.1.7 => v1.1.8) - Updating symfony/http-client (v4.3.5 => v4.3.7) - Updating sensiolabs/security-checker (v6.0.2 => v6.0.3) - Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0) - Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0) - Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7) - Updating composer/xdebug-handler (1.3.3 => 1.4.0) - Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0) - Updating doctrine/data-fixtures (v1.3.2 => 1.3.3) - Updating nette/schema (v1.0.0 => v1.0.1) - Updating nikic/php-parser (v4.2.4 => v4.3.0) - Updating sentry/sentry (2.2.2 => 2.2.4)
* Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+62
| | | | | | | | | - 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-0/+28
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-12/+12
|
* Hash backup codes in the database using `password_hash`update-two-factor-bundleJeremy Benoist2019-01-231-7/+14
|
* CSJeremy Benoist2019-01-231-3/+1
|
* Change the way to enable 2FAJeremy Benoist2019-01-231-23/+109
| | | | And add a step to validate a generated code from the OTP app
* Add backup codesJeremy Benoist2019-01-231-0/+3
|
* Fix testsJeremy Benoist2019-01-231-10/+10
|
* Enable OTP 2FAJeremy Benoist2019-01-231-8/+27
| | | | | | | | | - 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
* Ensure language is validJeremy Benoist2018-10-131-3/+6
| | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-131-0/+19
|
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-1/+1
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* CSJeremy Benoist2017-10-091-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-71/+69
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-14/+7
|
* remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
|
* Isolated testsadev2017-05-311-2/+2
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Renamed methodsNicolas Lœuillet2017-03-311-2/+2
|
* Refactored codeNicolas Lœuillet2017-03-311-24/+16
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-1/+58
| | | | | | 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>
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-5/+5
|
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-1/+1
|
* Added list viewNicolas Lœuillet2016-11-281-0/+21
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Changed behavior when we change languageNicolas Lœuillet2016-11-101-0/+2
| | | | | | | | No need to disconnect to apply the language substitution
* | CleanupJeremy Benoist2016-11-031-2/+0
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+1
| |
* | CSJeremy Benoist2016-10-221-3/+4
| |
* | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| |
* | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-11/+30
| | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+42
| | | | | | | | | | | | - annotations - tags - entries
* | CSJeremy Benoist2016-10-081-11/+11
| |
* | Logout user before deleting itJeremy Benoist2016-10-081-20/+23
| | | | | | | | And add a smal description
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+14
| | | | | | | | Added translations and documentation
* | CSThomas Citharel2016-10-081-7/+7
| |
* | workThomas Citharel2016-10-081-0/+20
|/
* Cleanup & add link on baggy menuJeremy Benoist2016-10-021-2/+0
|
* Add users management UIJeremy Benoist2016-10-021-27/+0
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* CSJeremy Benoist2016-10-011-2/+2
|
* Introduce validateRuleActionJeremy Benoist2016-10-011-5/+13
|
* Add ability to edit a tagging ruleJeremy Benoist2016-10-011-1/+33
|
* Create user config in one placeJeremy Benoist2016-09-301-11/+7
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Fix reading speed not defined when user was created via config pageNicolas Lœuillet2016-04-301-0/+1
| | | | Fix #2004
* Convert array + phpDocJeremy Benoist2016-04-121-19/+19
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add flashes messagesJeremy Benoist2016-03-201-9/+9
|
* Improve test failure readabilityJeremy Benoist2016-03-201-1/+1
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.