summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
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
2016-08-18derpBernhard Posselt
2016-08-18Try without 64bit requirementBernhard Posselt
2016-08-10fix eplore feeds sectionBernhard Posselt
2016-07-24fix milisecond timestamp on php 5.6Bernhard Posselt
2016-07-24Fix adminBernhard Posselt
2016-07-23removing owncloud references and updating linksBernhard Posselt
2016-07-23Adjust copyright headerBernhard Posselt
2016-07-23Move to new directory structureBernhard Posselt
2013-03-21reorganize folderBernhard Posselt
2013-02-11new style and style cleanup for the news appBernhard Posselt
2013-01-27merged the angularjs branchBernhard Posselt
2012-11-28Play audio podcasts from feeds in the News appNick Frey
2012-11-13use the core functions for relative datesAlessandro Cosentino
2012-11-13News: handle case where date is not specified in item (see issue #67)Alessandro Cosentino
2012-11-12Fix linkTo links for new url formatBart Visscher
fix #176
2012-11-02removed unforseen overwrite of controller classesBernhard Posselt
2012-10-31deleted renamed fileBernhard Posselt
2012-10-31added docstrings to the changesBernhard Posselt
2012-10-31added request object, added url function that does all the security checks, ↵Bernhard Posselt
improved controller object
2012-10-28[News] fix bugs in feedByIdAlessandro Cosentino
2012-10-28sharing items in the News appAlessandro Cosentino