summaryrefslogtreecommitdiffstats
path: root/composer.json
AgeCommit message (Collapse)Author
2020-09-29OPML export command and fixesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-29Fix repair step and test itSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-27Create V2 mapper, Service and management commandsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-25Move to nextcloud config and update phpunitSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-25Add phpstan checksSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-02-20Don't install symfony/console via composerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.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-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-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-03-28move guzzle to require-devBenjamin Brahmer
2019-03-22Stop assuming encoding of xml, let simplexml throw silently (#457)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 generation commands and make them available in ./occ (#402)Sean 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-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-18Update version of htmlpurifier to v4.9.2 (#116)Benedikt Geißler
should fix issue #83
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-08travis updatesBernhard Posselt
2016-12-08update depsBernhard Posselt
2016-10-02revertBernhard Posselt
2016-10-01Add updatedDate to item model (#43)Daniel Schaal
* Update picoFeed to 0.1.25 * Add updated_date to database * Add updatedDate to item model * Bump version to 9.0.5 * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
2016-07-23removing owncloud references and updating linksBernhard Posselt
2016-04-18lock down versions in composer.jsonBernhard Posselt
2016-04-18lock picofeed versionBernhard Posselt
2016-04-16Update ircBernhard Posselt
2016-03-26update license idsBernhard Posselt
2015-08-15swap out unlicensed libBernhard Posselt
2015-08-13fix dependencyBernhard Posselt
2015-08-13update html purifier versionBernhard Posselt
2015-08-13remove net url package and update composer depsBernhard Posselt
2015-08-10make error output prettierBernhard Posselt
2014-11-21fix #660Bernhard Posselt
2014-11-09update picofeed to 0.1.0Bernhard Posselt
2014-11-07move 3rdparty directory to vendor to be more consistent with composer ↵Bernhard Posselt
standard and because we also use js/vendor for third party libs
2014-11-05update picofeed, add max size setting, fix #642Bernhard Posselt
2014-10-21add homepage to composer jsonBernhard Posselt
2014-10-21use composer for autoloading reposBernhard Posselt
2014-10-21also add net urlBernhard Posselt
2014-10-21add composer fileBernhard Posselt