aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper
Commit message (Expand)AuthorAgeFilesLines
* ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessorKevin Decherf2020-04-251-37/+4
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-251-0/+50
* Added publication date on epub exportNicolas Lœuillet2020-04-061-0/+7
* Cleanup cookie jarJeremy Benoist2020-03-291-24/+0
* Update depsJeremy Benoist2019-11-127-27/+2
* Add logger to FileCookieJarJeremy Benoist2019-07-241-0/+19
* Use a custom cookiejar to avoid error when the cookie is badly savedJeremy Benoist2019-07-241-0/+72
* Merge pull request #3271 from wallabag/store-resolved-urlJérémy Benoist2019-06-051-0/+2
|\
| * Use hash given url to avoid duplicateJeremy Benoist2019-05-291-1/+2
| * Added given_url in entry tableNicolas Lœuillet2019-05-291-0/+1
* | Drop SimplePieJeremy Benoist2019-05-291-16/+15
|/
* Merge pull request #3944 from shtrom/always-hash-exists-urlJérémy Benoist2019-05-281-0/+23
|\
| * Change the way to define algorithm for hashing urlJeremy Benoist2019-05-241-6/+7
| * Add Wallabag\CoreBundle\Helper\UrlHasherOlivier Mehani2019-05-241-0/+22
* | Fix tests after rebaseJeremy Benoist2019-05-281-2/+4
* | Fix some testsJeremy Benoist2019-05-281-8/+11
* | CSJeremy Benoist2019-05-282-2/+2
* | Configure timeoutadev2019-05-281-3/+7
* | Fix because of some breaking changes of Graby 2.0adev2019-05-281-11/+9
* | Use httplugadev2019-05-282-29/+39
* | Set first picture as preview picturenicofrand2019-05-212-12/+37
|/
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-0/+1
|\
| * Enable no-referrer on img tags, enable strict-origin-when-cross-origin by def...Kevin Decherf2019-05-101-0/+1
* | Fallback to default solution if Imagick failsJeremy Benoist2019-05-101-4/+9
* | Use Imagick to keep GIF animationJeremy Benoist2019-05-101-1/+10
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-012-15/+16
|\|
| * Merge pull request #3909 from wallabag/fix/html-not-definedJérémy Benoist2019-03-181-7/+6
| |\
| | * Fix PHP warningJeremy Benoist2019-03-181-7/+6
| * | epub: fix exception when articles have the same titleKevin Decherf2019-03-171-1/+1
| |/
| * epub export: fix missing cover image, only for exports of one articleKevin Decherf2019-02-181-7/+9
| * CSJeremy Benoist2019-02-111-1/+1
* | Enable PHPStanJeremy Benoist2019-01-181-0/+1
* | CSJeremy Benoist2019-01-151-1/+1
|/
* EntriesExport: avoid else on $authorsKevin Decherf2019-01-091-4/+2
* EntriesExport: sanitize filename and fix testsKevin Decherf2019-01-081-10/+18
* EntriesExport/pdf: move notice to the end, add metadata coverKevin Decherf2019-01-071-8/+25
* EntriesExport/epub: add metadata to each entry's coverKevin Decherf2019-01-071-1/+16
* EntriesExport: change authors and title when not single entry exportKevin Decherf2019-01-071-1/+1
* EntriesExport/epub: revert c779373f, move exportinfo to the end of the bookKevin Decherf2019-01-071-1/+3
* EntriesExport/epub: use sha1 sums for filenames, fix and rename title chaptersKevin Decherf2019-01-071-6/+6
* EntriesExport/epub: remove TOC pageKevin Decherf2019-01-071-2/+0
* EntriesExport/epub: replace epub identifier with unique urnKevin Decherf2019-01-061-2/+8
* 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