aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/ContentProxy.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* CSThomas Citharel2017-05-281-1/+0
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-53/+3
* Added headers field in EntryNicolas Lœuillet2017-05-111-0/+4
* Added author of articleNicolas Lœuillet2017-04-091-1/+5
* Added publication dateNicolas Lœuillet2017-04-051-0/+4
* Avoid false preview imageJeremy Benoist2017-01-101-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
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+8
|\
| * Display a bigger image in case of image contentJeremy Benoist2016-11-081-0/+8
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+1
* | Fixing testsJeremy Benoist2016-10-301-2/+1
* | Use doctrine event to download imagesJeremy Benoist2016-10-301-6/+0
* | CleanupJeremy Benoist2016-10-301-2/+2
* | CSJeremy Benoist2016-10-291-1/+1
* | Download pictures successfullyThomas Citharel2016-10-291-169/+9
* | first draft (from v1)Thomas Citharel2016-10-291-0/+168
|/
* CSJeremy Benoist2016-09-251-4/+3
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-5/+20
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-5/+29
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-1/+39
* php csNicolas Lœuillet2015-12-081-1/+1
* Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-111-2/+12
* PoC of rule-based taggingKévin Gomez2015-11-111-2/+6
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+3
* Handle entry in languageJeremy Benoist2015-09-221-0/+1
* CSJeremy Benoist2015-09-101-4/+4
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+60