summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-08Release 14.1.3 (#626)14.1.3Benjamin Brahmer
Release 14.1.3 Changed - Update feed-io to v4.5.3 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-02-08new test matrix (#596)Benjamin Brahmer
* travis: new test matrix Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> * update with stable18 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> * additional full test cases Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-02-08[tx-robot] updated from transifexNextcloud bot
2020-02-04[tx-robot] updated from transifexNextcloud bot
2020-01-30[tx-robot] updated from transifexNextcloud bot
2020-01-28Delete clearly discontinued sync clientsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-24[tx-robot] updated from transifexNextcloud bot
2020-01-23[tx-robot] updated from transifexNextcloud bot
2020-01-22[tx-robot] updated from transifexNextcloud bot
2020-01-21[tx-robot] updated from transifexNextcloud bot
2020-01-19[tx-robot] updated from transifexNextcloud bot
2020-01-16[tx-robot] updated from transifexNextcloud bot
2020-01-12Release 14.1.2 (#616)14.1.2Benjamin Brahmer
Changed - Updated js packages Fixed - Signature was missing Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-11Release 14.1.1 (#614)14.1.1Benjamin Brahmer
Changed - feed-io updated to v4.5.1 #613 - Automatically convert youtube channel urls in feed url #612 Fixed - Scraper breaks feed fetching when it fails #606 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-11Translate youtube channel and user URL into their feed (#612)SuliacLEGUILLOU
Youtube rss system is hiden inside their api to encourage account creation. I have added a step to transform automaticaly a user or a channel url like `https://www.youtube.com/user/scilabus` into its feed url: `https://www.youtube.com/feeds/videos.xml?user=scilabus` Signed-off-by: s18alg <s18alg@protonmail.com>
2020-01-11Merge pull request #613 from Grotax/masterBenjamin Brahmer
update feed-io to v4.5.1
2020-01-11update feed-io to v4.5.1Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-08[tx-robot] updated from transifexNextcloud bot
2020-01-07Allow getContent() in Scraper and IScraper to return null (#606)Petros Koutsolampros
Allow getContent() in Scraper and IScraper to return null
2020-01-06[tx-robot] updated from transifexNextcloud bot
2019-12-27Release 14.1.0 (#597)14.1.0Benjamin Brahmer
Changed - Minimum PHP version is now 7.2 - Reimplement full-text scraping #563 - Update for nextcloud 18 #593 #583 - Update httpLastModified from the feed response #594 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-12-27Update httpLastModified from the feed response (#594)kesselb
LastModified is used (in a feed context to see if a user edited a feed). httpLastModified to store the last-modified response from the source. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-25Bump versions and remove outdated file (#583)Sean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-12-25Update for nextcloud 18 (#593)Benjamin Brahmer
bump nc-compatability 16 to 18, php-min 7.2 adapt tests for nc 18 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-12-24Reimplement full-text scraping (#563)DriverXX
Add readability.php scraper Fixes #482 Signed-off-by: Gioele Falcetti <thegio.f@gmail.com>
2019-12-23[tx-robot] updated from transifexNextcloud bot
2019-12-22[tx-robot] updated from transifexNextcloud bot
2019-12-02[tx-robot] updated from transifexNextcloud bot
2019-12-01Release 14.0.2 (#580)14.0.2Benjamin Brahmer
Release 14.0.2 Changed - Get content:encoded of item if available #565 - update js and php dependencies #575 Fixed - Generate enclosure div only for audio & video #567 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-11-30[tx-robot] updated from transifexNextcloud bot
2019-11-28[tx-robot] updated from transifexNextcloud bot
2019-11-23Update PHP & JS packages (#575)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-11-23[tx-robot] updated from transifexNextcloud bot
2019-11-20[tx-robot] updated from transifexNextcloud bot
2019-11-18[tx-robot] updated from transifexNextcloud bot
2019-11-16Patched README (#574)Martin Ferretti
Signed-off-by: Martin Ferretti <ferrettimartin@protonmail.com>
2019-11-16Get content:encoded of item if available (#565)b_b
Get content:encoded of item if available fixes #564 Signed-off-by: brunob <bruno@eliaz.fr>
2019-11-12[tx-robot] updated from transifexNextcloud bot
2019-11-11[tx-robot] updated from transifexNextcloud bot
2019-11-10Generate enclosure div only for audio & video (#567)b_b
Generate enclosure div only for audio & video Fix #532 Signed-off-by: brunob <bruno@eliaz.fr>
2019-11-03[tx-robot] updated from transifexNextcloud bot
2019-10-21[tx-robot] updated from transifexNextcloud bot
2019-10-19Release 14.0.1 (#561)14.0.1Benjamin Brahmer
- update js and php dependencies - add Lifehacker RSS feed #557 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-10-19Update feeds.en.json (#557)Paul Calabro
Added the Lifehacker RSS feed Signed-off-by: Paul Calabro <paulcalabro@users.noreply.github.com>
2019-10-07Add Fiery Feeds to list of sync clients (#553)NanoSector
Add Fiery Feeds to list of sync clients
2019-10-03[tx-robot] updated from transifexNextcloud bot
2019-10-02[tx-robot] updated from transifexNextcloud bot
2019-09-24[tx-robot] updated from transifexNextcloud bot
2019-09-22update js packages (#546)14.0.0Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-09-19Merge pull request #544 from Grotax/masterBenjamin Brahmer
Update version number