summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2019-03-12Fix email and password not being encodedSean Molenaar
2019-03-12Catch FeedIO reader exception.Sean Molenaar
Closes #413 Closes #412
2019-03-11#413 DateTime::createFromFormat()Simon Gilliot
2019-03-06Fix generation commands and make them available in ./occ (#402)Sean Molenaar
2019-02-23Allow empty update timeSean Molenaar
2019-01-31Fix mismatched interfaceSean Molenaar
2019-01-31Make feed failing more verboseSean Molenaar
2019-01-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2019-01-28Merge pull request #382 from SMillerDev/codestyle_psr2Morris Jobke
Define an official codestyle and adhere to it.
2019-01-10Return also folderId with "news:updater:all-feeds"DriverXX
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-12-04remove some wrapping functions, define argument and response types, removed ↵Daniel Opitz
configuration of AppConfig as its not existing anymore
2018-10-22add EFB.NU & Newblackcrack
add EFB.NU http://www.essential-freebies.de/board/feed.php a German Freeware,Share and OpenSource Board who be the members where posting News. Any can make with and can posting News for WinNT Freeware. It's a Huge German Windows Software Board. best regards blacky
2018-10-19Update feeds.de.jsonAlexander Grüßung
Added APPkosmos.de to explore file
2018-10-14Fix lastModified to be a string rather than an integer. (#355)Detlev Zundel
This fixes https://github.com/nextcloud/news/issues/350#issue-369283392 Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
2018-10-04add date to export .opmlBenjamin Brahmer
2018-09-28add setters + getters to Folder and Item entities, fixed unit tests, ↵Daniel Opitz
rearranged methods
2018-09-28fixed feed testsDaniel Opitz
2018-09-28add php7 typesDaniel Opitz
2018-09-28add getters + setters for feed entityDaniel Opitz
2018-09-12Restore a working User-AgentDaniel Aleksandersen
The previous User-Agent was malformed. Using an old Chrome version now looks more suspicious. This version conforms and passes WAF just fine.
2018-07-01feat(api): support new OC core login flowDavid Guillot
* Base ApiController now needs IUserSession and extracts/serves IUser from it * All other API controllers now inherit from ApiController
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean 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-16Add: German Feeds for t3n.de and netzpolitik.org (#241)Daniel S
- Add: http://t3n.de/rss.xml as new discoverable source for tech news - Add: https://netzpolitik.org/feed/ as source for network politics / news source - See also: #240
2017-08-14Split binary to booleans (#203)Daniel Opitz
* replaced old status with 2 flags for unread and starred * add fields to db, replace int(1,0) with booleans in sql queries, removed StatusFlags class + refactor code relying to it * add repair step for migration * again use integer(1,0) instead of bool in sql queries, because of sqlite doesn't support true/false * add/fix unit tests for new boolean status * set unread/starred flags as statements in sql * fixed mysql unknown column items.unread, fixed marking of read items on repair step * remove unnecessary bool casts * add empty checks to Items::is* methods * update migration to use native sql instead of the querybuilder * don't cast the flags manually, let the api do the work
2017-07-13Rakekniven patch 1 (#204)rakekniven
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php
2017-07-09Update FeedFetcher.php (#200)rakekniven
Small l10n fix
2017-06-03Call cron beforeUpdate() before update() (#172) (#174)coderkun
2017-05-31Fix #163, use IDBConnection->supports4ByteText() (#169)sonologic
Instead of the buggy StatusService->hasIncorrectCharset, use the already available IDBConnection->supports4ByteText() to determine if 4byte unicode is supported.
2017-05-24better link11.0.3Bernhard Posselt
2017-05-19Fix #151, Fix #145Bernhard Posselt
2017-05-13add new apisBernhard Posselt
2017-05-02Fix #142Bernhard Posselt
2017-01-04Add postprocessor for getting lwn subscriber articles (#72)Robin Appelman
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-11-25use non depricated public api to register background job (#59)Robin Appelman
2016-11-18Throw ServiceNotFoundException when marking non-existent item as read (#61)Daniel Schaal
* Throw ServiceNotFoundException when marking non-existent item as read Fixes #58 * Add test case for marking non-existent item as read
2016-11-02fix explore feed urls, add feed suggestion (#50)anoy
* fixed feed urls for 'Golem' and 'heise online' * blog suggestion: 'Kuketz IT-Security Blog'
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-09-20Implementation for issue https://github.com/nextcloud/news/issues/38Timo Schmidt
Instead of the array return type use component parameter PHP_URL_HOST to get the host part from the URL as string. This avoids an undefined index warning if host part could not be found.
2016-08-28fix last modified croppingBernhard Posselt
2016-08-28fix last modified croppingBernhard Posselt
2016-08-28only pad old timestampsBernhard Posselt
2016-08-28Merge pull request #25 from nextcloud/updated-apiBernhard Posselt
Fix #24
2016-08-28Fix #24Bernhard Posselt
2016-08-25Delete Upgrade.phpBernhard Posselt
2016-08-23Fix #209.0.2Bernhard Posselt
2016-08-18derp29.0.1Bernhard Posselt