aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-251-0/+13
| | | | | | | | | | This commits adds a new helper like RuleBasedTagger for processing ignore origin rules. It also adds a new custom RulerZ operator for the '~' pattern matching rule. Renames 'pattern' with '_all' in IgnoreOriginRule entity. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-251-0/+6
| | | | | | | | Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add logger to FileCookieJarJeremy Benoist2019-07-241-1/+3
|
* Use a custom cookiejar to avoid error when the cookie is badly savedJeremy Benoist2019-07-241-1/+1
| | | | | | | It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents. To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues. Also updated deps
* Use httplugadev2019-05-281-6/+5
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-3/+3
|
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-0/+29
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-201-0/+1
|
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-1/+1
| | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* Fixed @tcitworld's reviewNicolas Lœuillet2017-10-111-1/+1
|
* Translated first page of exported articleNicolas Lœuillet2017-10-111-0/+1
|
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+8
|
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-1/+1
|
* Retrieve username/password from databaseJeremy Benoist2017-06-201-1/+8
| | | | Inject the current user & the repo to retrieve username/password from the database
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-2/+2
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * ReviewJeremy Benoist2017-06-081-1/+1
| |
| * fix testsThomas Citharel2017-06-061-1/+1
| |
| * remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
| |
* | Validate language & preview picture fieldsJeremy Benoist2017-06-081-0/+1
|/ | | | | Instead of saving the value of each field right into the content without any validation, it seems better to validate them. This might sounds obvious now we say that.
* Put default fetching error title in global configJerome Charaoui2017-06-011-0/+1
|
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added logger when we match Tagging rulesNicolas Lœuillet2017-05-121-0/+1
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-0/+3
| | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* Improved Guzzle subscribers extensibilityBertrand Dunogier2017-05-041-1/+2
| | | | Allows 3rd parties to register new guzzle subscribers by adding extra calls to the http_client_factory service.
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-0/+10
|
* Log restricted access valueJeremy Benoist2017-02-131-0/+1
| | | | It might help to figure out if we have enabled it or not
* Update RulerZKévin Gomez2017-02-051-2/+2
|
* Retain imported content if fetching fails, fixes #2658Jerome Charaoui2016-12-021-0/+1
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+1
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+32
| | | | Fix #438. Thank you so much @bdunogier
* Add ability to use Redis with passwordJeremy Benoist2016-11-201-0/+1
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-15/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * User-agents have moved to site-configJeremy Benoist2016-11-141-15/+0
| | | | | | Since graby@1.5.0, user-agent can be defined in site-config, which the now recommended way
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+1
| | | | | | | | Fix #496
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-1/+2
|\|
| * Force user-agent for .slashdot.orgKevin Decherf2016-11-011-0/+1
| | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+1
| | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-2/+4
| | | | | | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* | Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+19
| |
* | Move related event things in Event folderJeremy Benoist2016-10-301-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-1/+1
|\|
| * If reload content failed, don’t update itJeremy Benoist2016-10-201-1/+1
| | | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-11/+0
| |
* | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-0/+18
|/ | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-1/+1
| | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
* Add ability to use socketJeremy Benoist2016-10-071-1/+2
| | | | For Redis & MySQL
* Merge pull request #2322 from wallabag/v2-404Nicolas Lœuillet2016-10-011-0/+6
|\ | | | | Customize errors templates
| * Customize errors templatesJeremy Benoist2016-10-011-0/+6
| | | | | | | | All error goes to the same template which only display the error message and the status code.
* | Create user config in one placeJeremy Benoist2016-09-301-11/+0
|/ | | | | | | | 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
* Enable Redis async importJeremy Benoist2016-09-111-0/+8
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -