1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-02-05 16:46:00 +01:00
Commit Graph

191 Commits

Author SHA1 Message Date
DriverXX
6673cbc3d9 Reimplement full-text scraping (#563)
Add readability.php scraper
Fixes #482
Signed-off-by: Gioele Falcetti <thegio.f@gmail.com>
2019-12-24 09:33:19 +01:00
Benjamin Brahmer
d53469596e
Release 14.0.2 (#580)
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-12-01 16:15:13 +01:00
Benjamin Brahmer
ae99d52aad
Update to feedio 4+ (#494)
- 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-08-16 07:57:34 +02:00
Benjamin Brahmer
80d3a9f24c move guzzle to require-dev 2019-03-28 12:51:40 +01:00
Sean Molenaar
62bd42cb17 Stop assuming encoding of xml, let simplexml throw silently (#457) 2019-03-22 09:19:05 +01:00
Sean Molenaar
2698214c41 fix/allow CDATA encoding (#428) 2019-03-17 08:23:37 +01:00
Sean Molenaar
9d5ac4b039 Catch FeedIO reader exception.
Closes #413

Closes #412
2019-03-12 13:30:05 +01:00
Sean Molenaar
71ba5a3ad1 Fix generation commands and make them available in ./occ (#402) 2019-03-06 13:10:37 +01:00
Sean Molenaar
a3246a927d
Parser: Switch to feedIO for parsing instead of picoFeed 2019-01-30 20:36:40 +01:00
Sean Molenaar
becce6b752 Define an official codestyle and adhere to it. 2018-12-14 07:54:43 +01:00
John Molakvoæ (skjnldsv)
6ba21408f7
PicoFeed fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 07:45:02 +02:00
Sean Molenaar
fa5f07ba9a Put back old tests for stable nextcloud version 2018-10-02 14:33:09 +02:00
Sean Molenaar
17e85dd507 Unit: Fix unittests (#278)
* Unit: Fix unittests

Issue #171

* Tests: Move test namespace to the expected nextcloud namespace
2018-03-18 15:01:08 +01:00
Daniel Schaal
7d3bc1b38f Update htmlpurifier and picoFeed (#189)
picoFeed moved to miniflux/picoFeed
2017-06-15 14:16:43 +02:00
Daniel Schaal
b7f20c0f36 Fix travis build (#178)
* 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-06-06 18:20:20 +02:00
Bernhard Posselt
78ce0eefc0 bump version 2017-04-17 14:06:44 +02:00
Benedikt Geißler
aef8a810df Update version of htmlpurifier to v4.9.2 (#116)
should fix issue #83
2017-03-18 22:13:21 +01:00
Daniel Schaal
04f66c9710 Add updatedDate to item model (#81)
* 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
2017-01-04 11:09:46 +01:00
Bernhard Posselt
441ce4e1a8 update picofeed 2016-12-09 15:09:02 +01:00
Bernhard Posselt
1344278155 travis updates 2016-12-08 15:13:24 +01:00
Bernhard Posselt
358b79833a update deps 2016-12-08 14:33:05 +01:00
Bernhard Posselt
8d63975360 revert 2016-10-02 18:05:49 +02:00
Daniel Schaal
e45511f6ba Add updatedDate to item model (#43)
* 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-10-01 08:34:40 +02:00
Bernhard Posselt
38e657a5d5 removing owncloud references and updating links 2016-07-23 22:02:21 +02:00
Bernhard Posselt
f8eb648d04 lock down versions in composer.json 2016-04-18 21:50:04 +02:00
Bernhard Posselt
cd00c4681a lock picofeed version 2016-04-18 21:46:29 +02:00
Bernhard Posselt
59331120a4 Update irc 2016-04-16 19:21:35 +02:00
Bernhard Posselt
7b57f50d77 update license ids 2016-03-26 01:14:48 +01:00
Bernhard Posselt
94575cc761 swap out unlicensed lib 2015-08-15 13:57:23 +02:00
Bernhard Posselt
415a5e36ab fix dependency 2015-08-13 09:29:11 +02:00
Bernhard Posselt
4be6af4fd2 update html purifier version 2015-08-13 09:25:18 +02:00
Bernhard Posselt
de37870011 remove net url package and update composer deps 2015-08-13 09:23:42 +02:00
Bernhard Posselt
25882999fb make error output prettier 2015-08-10 17:09:49 +02:00
Bernhard Posselt
8ddead0627 fix #660 2014-11-21 13:53:47 +01:00
Bernhard Posselt
b9e330109b update picofeed to 0.1.0 2014-11-09 11:44:09 +01:00
Bernhard Posselt
7f81afd7ef move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
Bernhard Posselt
95530f6251 update picofeed, add max size setting, fix #642 2014-11-05 11:30:38 +01:00
Bernhard Posselt
976cd93e3c add homepage to composer json 2014-10-21 22:57:20 +02:00
Bernhard Posselt
fe030e7339 use composer for autoloading repos 2014-10-21 22:53:36 +02:00
Bernhard Posselt
8c2a1b242c also add net url 2014-10-21 22:26:10 +02:00
Bernhard Posselt
59fd533e22 add composer file 2014-10-21 22:24:35 +02:00