1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-18 11:42:51 +02:00
Commit Graph

6863 Commits

Author SHA1 Message Date
Nextcloud bot
b75b92ed7b
[tx-robot] updated from transifex 2020-03-15 02:49:05 +00:00
Nextcloud bot
d113455d00
[tx-robot] updated from transifex 2020-03-14 02:46:13 +00:00
Nextcloud bot
db141beb11
[tx-robot] updated from transifex 2020-03-12 02:46:47 +00:00
Nextcloud bot
f99a066a45
[tx-robot] updated from transifex 2020-03-11 02:47:43 +00:00
Daniel Kesselberg
58ec27e786 Add test to ensure that null will emit a exception
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-09 23:03:30 +01:00
Daniel Kesselberg
95ef23b143 Check if $feed is null
and we are unable to continue because there is no valid feed data

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-09 23:03:30 +01:00
Talon24
cc051c6ce7
Different solution for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407)
* Group by moved to subquery, get feed details from outer query (see #406)

Signed-off-by: Talon <talontalon24@gmail.com>
2020-03-01 15:49:39 +01:00
Benjamin Brahmer
ca3ac1075a
Merge pull request #637 from marco44/index_improvements
Index improvements
2020-02-29 08:33:54 +01:00
Nextcloud bot
61304e5458
[tx-robot] updated from transifex 2020-02-28 02:47:57 +00:00
Nextcloud bot
15d670b31e
[tx-robot] updated from transifex 2020-02-27 02:48:02 +00:00
Marc Cousin
7121e559c5 Index improvements
Close #510

Hopefully this will solve performance with MySQL/MariaDB.
There is no way to prove this though. See #510

Signed-off-by: Marc Cousin <marc.cousin@people-doc.com>
2020-02-24 16:07:47 +01:00
Nextcloud bot
c8fce0f321
[tx-robot] updated from transifex 2020-02-24 02:48:56 +00:00
Benjamin Brahmer
96aba4b443
Merge pull request #636 from nextcloud/ignore-symfony-console-dependency
Don't install symfony/console via composer
2020-02-22 19:22:47 +01:00
Nextcloud bot
48fd0d4fdc
[tx-robot] updated from transifex 2020-02-21 02:49:05 +00:00
Daniel Kesselberg
ab054f9d46 Don't install symfony/console via composer
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-20 21:49:33 +01:00
Nextcloud bot
52d071a2aa
[tx-robot] updated from transifex 2020-02-20 02:47:59 +00:00
Éloi Rivard
306d3cdc60
Basic Media-RSS support (#599)
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
2020-02-16 14:26:06 +01:00
Nextcloud bot
cdd15c1818
[tx-robot] updated from transifex 2020-02-11 02:48:08 +00:00
Nextcloud bot
8a459c9670
[tx-robot] updated from transifex 2020-02-09 02:48:24 +00:00
Benjamin Brahmer
a7d226ff57 Release 14.1.3 (#626)
Release 14.1.3

Changed
- Update feed-io to v4.5.3

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-02-08 21:28:16 +01:00
Benjamin Brahmer
ec22b7a203 new test matrix (#596)
* 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 21:04:32 +01:00
Nextcloud bot
f12ece1d38
[tx-robot] updated from transifex 2020-02-08 02:47:17 +00:00
Nextcloud bot
ea9b9fb6c4
[tx-robot] updated from transifex 2020-02-04 02:46:38 +00:00
Nextcloud bot
c53e914a67
[tx-robot] updated from transifex 2020-01-30 02:47:34 +00:00
Benjamin Brahmer
568125c9a9 Delete clearly discontinued sync clients
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-28 07:58:13 +01:00
Nextcloud bot
c218df4a65
[tx-robot] updated from transifex 2020-01-24 02:45:35 +00:00
Nextcloud bot
c5dc187a0f
[tx-robot] updated from transifex 2020-01-23 02:48:38 +00:00
Nextcloud bot
0df468da40
[tx-robot] updated from transifex 2020-01-22 02:48:26 +00:00
Nextcloud bot
28e40dc2f0
[tx-robot] updated from transifex 2020-01-21 02:47:05 +00:00
Nextcloud bot
5abf1b9931
[tx-robot] updated from transifex 2020-01-19 02:46:14 +00:00
Nextcloud bot
f92cef0538
[tx-robot] updated from transifex 2020-01-16 02:48:35 +00:00
Benjamin Brahmer
37b0676137
Release 14.1.2 (#616)
Changed
- Updated js packages

Fixed
- Signature was missing

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-12 14:12:15 +01:00
Benjamin Brahmer
142bd9a614
Release 14.1.1 (#614)
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-11 17:20:57 +01:00
SuliacLEGUILLOU
ed59aeeeeb Translate youtube channel and user URL into their feed (#612)
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-11 15:07:23 +01:00
Benjamin Brahmer
3625283de0
Merge pull request #613 from Grotax/master
update feed-io to v4.5.1
2020-01-11 15:04:24 +01:00
Benjamin Brahmer
ebaa8081e0 update feed-io to v4.5.1
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-01-11 14:28:40 +01:00
Nextcloud bot
49248e0ecd
[tx-robot] updated from transifex 2020-01-08 03:16:16 +00:00
Petros Koutsolampros
d27dddad25 Allow getContent() in Scraper and IScraper to return null (#606)
Allow getContent() in Scraper and IScraper to return null
2020-01-07 14:57:19 +01:00
Nextcloud bot
d92a2c9455
[tx-robot] updated from transifex 2020-01-06 03:15:32 +00:00
Benjamin Brahmer
7d02d59d67
Release 14.1.0 (#597)
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-27 08:36:57 +01:00
kesselb
f045bd0ba3 Update httpLastModified from the feed response (#594)
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-27 03:51:06 +01:00
Sean Molenaar
5ab64657bd Bump versions and remove outdated file (#583)
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-12-25 07:01:54 +01:00
Benjamin Brahmer
5de8bed01e
Update for nextcloud 18 (#593)
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-25 06:40:24 +01:00
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
Nextcloud bot
c2f617dd40
[tx-robot] updated from transifex 2019-12-23 03:16:17 +00:00
Nextcloud bot
3efc22a953
[tx-robot] updated from transifex 2019-12-22 03:18:31 +00:00
Nextcloud bot
fca87a2ecd
[tx-robot] updated from transifex 2019-12-02 02:41:16 +00: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
Nextcloud bot
403405ae9e
[tx-robot] updated from transifex 2019-11-30 02:41:11 +00:00
Nextcloud bot
041b32fb84
[tx-robot] updated from transifex 2019-11-28 02:42:17 +00:00