summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2019-03-12Fix email and password not being encodedSean Molenaar
2019-03-12Catch FeedIO reader exception.Sean Molenaar
2019-03-06Fix references to old manual versions and general cleanup (#404)Sean Molenaar
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-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2018-12-04use magic class constant instead of classname stringsDaniel Opitz
2018-10-04fix FeedTest and revert packacge-lockBenjamin Brahmer
2018-10-02Merge pull request #283 from danopz/entity-methodsSean Molenaar
2018-10-02Put back old tests for stable nextcloud versionSean Molenaar
2018-10-01dont call parent constructor for fixture classes, revert php 7 requirementDaniel Opitz
2018-09-28add setters + getters to Folder and Item entities, fixed unit tests, rearrang...Daniel Opitz
2018-09-28fixed feed testsDaniel Opitz
2018-09-28add getters + setters for feed entityDaniel Opitz
2018-07-01test(api): adapt tests to previous changeDavid Guillot
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2018-03-18Unit: Fix unittests (#278)Sean Molenaar
2017-08-14Split binary to booleans (#203)Daniel Opitz
2017-06-06Fix travis build (#178)Daniel Schaal
2017-03-21fix unit testsBernhard Posselt
2017-01-04Add postprocessor for getting lwn subscriber articles (#72)Robin Appelman
2017-01-04Add updatedDate to item model (#81)Daniel Schaal
2016-11-18Throw ServiceNotFoundException when marking non-existent item as read (#61)Daniel Schaal
2016-11-18Use createMock() instead of deprecated getMock() (#62)Daniel Schaal
2016-10-02revertBernhard Posselt
2016-10-01Add updatedDate to item model (#43)Daniel Schaal
2016-08-28Merge pull request #25 from nextcloud/updated-apiBernhard Posselt
2016-08-28Fix #24Bernhard Posselt
2016-08-25Delete UpgradeTest.phpBernhard Posselt
2016-08-23Fix #209.0.2Bernhard Posselt
2016-08-18Try without 64bit requirementBernhard Posselt
2016-07-23removing owncloud references and updating linksBernhard Posselt
2016-07-23Adjust copyright headerBernhard Posselt
2016-07-23Move to new directory structureBernhard Posselt
2016-07-23Add timestamps for all entities in milisecond unix time formatBernhard Posselt
2016-05-28Add content hash to itemsBernhard Posselt
2016-04-28blubb8.7.3Bernhard Posselt
2016-04-28install node 6 on travisBernhard Posselt
2016-04-17Fix #977Bernhard Posselt
2016-04-12Fix #465Bernhard Posselt
2016-04-09drop last_modified columnBernhard Posselt
2016-04-09try to run migration for mysql and postgresBernhard Posselt
2016-04-09add last modified fields for feed and folder and move etag and lastmodified t...Bernhard Posselt
2016-04-06try marking same items as read if they contain the same contentBernhard Posselt
2016-03-30remove proxy code from config since its defined in config/config.phpBernhard Posselt
2016-03-25fix #948Bernhard Posselt
2016-03-25add basic basic auth supportBernhard Posselt
2016-02-21remove obsolete travis configsBernhard Posselt
2016-01-22change explore urlBernhard Posselt