summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-23Release 14.1.414.1.4Benjamin Brahmer
Changed - Update for Nextcloud 19 (#627) - Create Czech feed examples (#664) - Always show the unread articles "folder" (#662) - Update feed-io to v4.5.7 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-23Always show the unread articles.Cesar Enrique Garcia Dabo
The unread articles folder will always be visible, regardless of the "Show all" setting. If that setting is on, then an additional "All articles" folder will be show as before, but it doesn't substitute the "Uread articles" one. A new URL /apps/news/#/items/unread is also created that jumps to the unread articles. Signed-off-by: Cesar Enrique Garcia Dabo <cquike@arcor.de>
2020-04-23Create feeds.cs.jsonMaceček Richard
Signed-off-by: Maceček Richard <46937538+macecekrichard@users.noreply.github.com>
2020-04-23Update for Nextcloud 19Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-04-16[tx-robot] updated from transifexNextcloud bot
2020-04-11[tx-robot] updated from transifexNextcloud bot
2020-04-04[tx-robot] updated from transifexNextcloud bot
2020-04-02[tx-robot] updated from transifexNextcloud bot
2020-04-01[tx-robot] updated from transifexNextcloud bot
2020-03-29[tx-robot] updated from transifexNextcloud bot
2020-03-28[tx-robot] updated from transifexNextcloud bot
2020-03-27[tx-robot] updated from transifexNextcloud bot
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-03-16[tx-robot] updated from transifexNextcloud bot
2020-03-15[tx-robot] updated from transifexNextcloud bot
2020-03-14[tx-robot] updated from transifexNextcloud bot
2020-03-12[tx-robot] updated from transifexNextcloud bot
2020-03-11[tx-robot] updated from transifexNextcloud bot
2020-03-09Add test to ensure that null will emit a exceptionDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-09Check if $feed is nullDaniel Kesselberg
and we are unable to continue because there is no valid feed data Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-03-01Different solution for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407)Talon24
* Group by moved to subquery, get feed details from outer query (see #406) Signed-off-by: Talon <talontalon24@gmail.com>
2020-02-29Merge pull request #637 from marco44/index_improvementsBenjamin Brahmer
Index improvements
2020-02-28[tx-robot] updated from transifexNextcloud bot
2020-02-27[tx-robot] updated from transifexNextcloud bot
2020-02-24Index improvementsMarc Cousin
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[tx-robot] updated from transifexNextcloud bot
2020-02-22Merge pull request #636 from nextcloud/ignore-symfony-console-dependencyBenjamin Brahmer
Don't install symfony/console via composer
2020-02-21[tx-robot] updated from transifexNextcloud bot
2020-02-20Don't install symfony/console via composerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-20[tx-robot] updated from transifexNextcloud bot
2020-02-16Basic Media-RSS support (#599)Éloi Rivard
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
2020-02-11[tx-robot] updated from transifexNextcloud bot
2020-02-09[tx-robot] updated from transifexNextcloud bot
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>