aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #3181 from wallabag/api-content-patchJérémy Benoist2017-06-071-1/+1
|\
| * Add ability to patch an entry with more fieldsJeremy Benoist2017-06-021-1/+1
* | Use an alternative way to detect imageJeremy Benoist2017-06-051-5/+45
|/
* Merge pull request #2708 from jcharaoui/import-disablecontentupdateJérémy Benoist2017-06-021-21/+27
|\
| * 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
* | CSJeremy Benoist2017-06-011-3/+2
* | Replace images with &Jeremy Benoist2017-06-011-1/+7
* | Page parameter was never used in the functionJeremy Benoist2017-06-011-3/+2
|/
* Forced date can now be a timestamp tooJeremy Benoist2017-05-311-1/+8
* Improve docsJeremy Benoist2017-05-311-3/+3
* Remove htmlawed and use graby insteadJeremy Benoist2017-05-311-18/+1
* Use graby ContentExtractor to clean htmlJeremy Benoist2017-05-311-0/+10
* Allow other fields to be send using APIJeremy Benoist2017-05-311-7/+23
* Merge pull request #3138 from Kdecherf/2835-tagsNicolas Lœuillet2017-05-311-4/+6
|\
| * TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-311-4/+6
* | Fix some Scrutinizer issuesJeremy Benoist2017-05-301-0/+1
|/
* CSThomas Citharel2017-05-282-3/+1
* Move Tags assigner to a separate fileThomas Citharel2017-05-272-53/+79
* Added logger when we match Tagging rulesNicolas Lœuillet2017-05-121-1/+8
* Added headers field in EntryNicolas Lœuillet2017-05-111-0/+4
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-0/+1
* CSJeremy Benoist2017-05-091-1/+1
* Improved Guzzle subscribers extensibilityBertrand Dunogier2017-05-041-8/+18
* Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-181-0/+8
|\
| * Added author of articleNicolas Lœuillet2017-04-091-1/+5
| * Added publication dateNicolas Lœuillet2017-04-051-0/+4
* | Add export notice at the end of the epubMartin Trigaux2017-04-051-2/+2
* | Save alpha channel when downloading PNG imagesKevin Decherf2017-03-291-0/+2
|/
* Log restricted access valueJeremy Benoist2017-02-131-2/+8
* add cli exportThomas Citharel2017-01-221-0/+5
* Avoid false preview imageJeremy Benoist2017-01-101-1/+1
* Replaced chmod for download pictures featureNicolas Lœuillet2016-12-081-1/+1
* Add some commentsJeremy Benoist2016-12-041-0/+3
* Prevent undefined index when import fetching failsJerome Charaoui2016-12-021-3/+3
* Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-1/+1
* Retain imported content if fetching fails, fixes #2658Jerome Charaoui2016-12-021-2/+7
* Added documentation and missing translationsNicolas Lœuillet2016-11-221-1/+1
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-2/+10
* Cleared CookieJar to avoid websites who use cookies for analyticsNicolas Lœuillet2016-11-221-0/+2
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+44
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-192-5/+19
|\