summaryrefslogtreecommitdiffstats
path: root/composer.lock
AgeCommit message (Collapse)Author
2020-05-25Release 14.1.1014.1.10Benjamin Brahmer
Changed - Update feed-io to v4.7.1 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-22Release 14.1.814.1.8Benjamin Brahmer
Changed - Update feed-io to v4.7.0 - Update js dependencies Fixed - Do not create spurious links in item body (#699) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-05-04update feed-io to 4.6.0 and update js packagesBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-28bump version and npm audit fix14.1.5Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-23Update for Nextcloud 19Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-03-18Release 14.1.4-rc1 (#649)14.1.4-rc1Benjamin Brahmer
Changed - Basic Media-RSS support (#599) - Database index improvements (#637) Fixed - Call to a member function getUrlHash() on null" when adding a feed (#640) - Don't install symfony/console via composer (#636) - Fix for for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407) - Catch invalid feeds (#646) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-02-20Don't install symfony/console via composerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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-01-11update feed-io to v4.5.1Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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-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-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-23Update PHP & JS packages (#575)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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-09-19update versionBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-09-19Release 14.0.0 (#524)Benjamin Brahmer
- Dropped support for Nextcloud 14 & 15 #494 - Switched to feedio 4.3 #494 - News now requires PHP 7.1 #494 - Removed UTF-8 warning (now included in server) #497 - UI improvements #505 #504 #467 - Add the 'Accept' header to requests #525 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-08-16Update to feedio 4+ (#494)Benjamin Brahmer
- bumped dependencies to last supported version travis: - removed php 7.0 - move main target to nc 16 - drop support for nc 14 & 15 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-04-16Update feed-io: adds UT timezone (#495)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2019-04-11Release 13.1.6 (#490)13.1.6Benjamin Brahmer
Changed - Replaced "Advanced settings" for feed credentials by a checkbox #488 Fixed - Fixed signature error caused by favicon cache #485
2019-03-28Release 13.1.513.1.5Benjamin Brahmer
2019-03-28restore full text for rss feeds that contain a 'content' tagBenjamin Brahmer
2019-03-26Fix xkcd commicsSean Molenaar
2019-03-21Allow empty-ish lastmodified and clean up FeedFetcher Test (#458)Sean Molenaar
2019-03-17fix/allow CDATA encoding (#428)Sean Molenaar
2019-03-12Catch FeedIO reader exception.Sean Molenaar
Closes #413 Closes #412
2019-03-06Fix references to old manual versions and general cleanup (#404)Sean Molenaar
2019-02-23Allow empty update timeSean Molenaar
2019-01-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-10-23PicoFeed fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-02Put back old tests for stable nextcloud versionSean Molenaar
2018-03-18Unit: Fix unittests (#278)Sean Molenaar
* Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace
2017-12-29update for 13Bernhard Posselt
2017-06-15Update htmlpurifier and picoFeed (#189)Daniel Schaal
picoFeed moved to miniflux/picoFeed
2017-06-06Fix travis build (#178)Daniel Schaal
* Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory
2017-04-17bump versionBernhard Posselt
2017-03-21update lock fileBernhard Posselt
2017-02-15parse request token from head element directlyBernhard Posselt
2017-01-04Add updatedDate to item model (#81)Daniel Schaal
* Update picoFeed to v0.1.28 * Add updated_date to database and bump version to 10.1.1 * Add updatedDate to item model * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
2016-12-09update picofeedBernhard Posselt
2016-12-08debugBernhard Posselt
2016-12-08update depsBernhard Posselt
2016-10-02update composer lockBernhard Posselt
2016-10-02update lockfile, bump versionBernhard Posselt
2016-08-10update composer libsBernhard Posselt
2016-04-18update lock file8.7.0Bernhard Posselt
2016-04-18lock picofeed versionBernhard Posselt
2016-04-18update composer depsBernhard Posselt