aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
Commit message (Expand)AuthorAgeFilesLines
* ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessorKevin Decherf2020-04-251-37/+4
* Update depsJeremy Benoist2019-11-121-10/+0
* Use hash given url to avoid duplicateJeremy Benoist2019-05-291-1/+2
* Added given_url in entry tableNicolas LÅ“uillet2019-05-291-0/+1
* Fix tests after rebaseJeremy Benoist2019-05-281-2/+4
* Fix some testsJeremy Benoist2019-05-281-8/+11
* Fix because of some breaking changes of Graby 2.0adev2019-05-281-11/+9
* Set first picture as preview picturenicofrand2019-05-211-4/+16
* Enable no-referrer on img tags, enable strict-origin-when-cross-origin by def...Kevin Decherf2019-05-101-0/+1
* Fix PHP warningJeremy Benoist2019-03-181-7/+6
* phpcsKevin Decherf2018-10-241-1/+2
* updateOriginUrl: remove 'query string' case from ignore listKevin Decherf2018-10-241-2/+0
* updateOriginUrl: add comment blocks for the parse_url diff checkKevin Decherf2018-10-241-0/+23
* updateOriginUrl: rewrite some if, resolving feedbacks from PRKevin Decherf2018-10-241-32/+35
* ignoreOriginUrl: add initial support of ignore listsKevin Decherf2018-10-221-20/+59
* updateOriginUrl: add behavior when diff is fragment and queryKevin Decherf2018-10-221-0/+1
* Refactor updateOriginUrl to include new behaviors behaviorsKevin Decherf2018-10-221-9/+45
* ContentProxy: swap entry url to origin_url and set new url according to graby...Kevin Decherf2018-10-211-4/+11
* ContentProxy: fix a corner case when entry.url is empty in updateEntryKevin Decherf2018-10-211-0/+8
* Run php-cs-fixer for fixing coding standard issuesTobi8232018-09-231-41/+53
* Override the value of the given parameter ($title) with the (hopefully)Tobi8232018-09-211-2/+1
* Add tests for logicTobi8232018-09-211-2/+2
* Try to detect the character encoding in PDFs and try to translateTobi8232018-09-211-13/+33
* Remove type declaration for PHP 5 compatibilityTobi8232018-09-211-1/+1
* Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 charactersTobi8232018-09-211-0/+23
* php-cs-fixerKevin Decherf2018-09-051-4/+4
* Fix empty title and domain_name when exception is thrown during fetchKevin Decherf2017-12-131-4/+33
* Define storeArticleHeaders false by defaultJeremy Benoist2017-11-211-1/+1
* Added internal setting to enable/disable headers storageNicolas LÅ“uillet2017-11-201-2/+4
* CSJeremy Benoist2017-10-091-1/+1
* Add a test for updatePublishedAtJeremy Benoist2017-07-241-3/+9
* Fix updatePublishedAt on already parsed article's dateSimounet2017-07-241-1/+1
* CSJeremy Benoist2017-07-031-70/+70
* Fix validateAndSetPreviewPictureJeremy Benoist2017-07-031-4/+1
* Fix PATCH methodJeremy Benoist2017-07-031-37/+52
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-5/+5
* Fix empty language and preview picsThomas Citharel2017-06-121-2/+2
* Convert - to _ in languageJeremy Benoist2017-06-091-0/+4
* Use Locale instead of LanguageJeremy Benoist2017-06-091-2/+2
* CSJeremy Benoist2017-06-081-1/+2
* Validate language & preview picture fieldsJeremy Benoist2017-06-081-11/+67
* Add ability to patch an entry with more fieldsJeremy Benoist2017-06-021-1/+1
* No need to catch that ExceptionJeremy Benoist2017-06-011-9/+2
* Rewrote code & fix testsJeremy Benoist2017-06-011-46/+20
* CSJeremy Benoist2017-06-011-3/+3
* Fix testsJeremy Benoist2017-06-011-8/+19
* Add disableContentUpdate import optionJerome Charaoui2017-06-011-22/+54
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-4/+0
* Forced date can now be a timestamp tooJeremy Benoist2017-05-311-1/+8
* Improve docsJeremy Benoist2017-05-311-3/+3