summaryrefslogtreecommitdiffstats
path: root/tests/integration
AgeCommit message (Collapse)Author
2021-05-03Prevent some of the favicon fetching errorsBenjamin Brahmer
change user agent for fetching the feeds log to 'NextCloud-News/1.0' check if logo in feed is just an empty string remove path of url before searching for a favicon check if file was actually downloaded Ignore http errors when fetching favicons Add feed to integration tests that doesn't have a logo Co-authored-by: Alec Kojaev <alec.kojaev@gmail.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-04-05DB: Allow negative limitsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-31DB: Updates should use set()Sean Molenaar
Issue GH-1211 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-01Actions: Integration tests using batsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2016-07-23Move to new directory structureBernhard Posselt
2016-04-09drop last_modified columnBernhard Posselt
2016-04-09add last modified fields for feed and folder and move etag and lastmodified ↵Bernhard Posselt
to http_etag and http_last_modified columns
2016-04-06try marking same items as read if they contain the same contentBernhard Posselt
2016-01-17final fixesBernhard Posselt
2016-01-17more fixesBernhard Posselt
2016-01-17fix several integration test issuesBernhard Posselt
2016-01-17more fixesBernhard Posselt
2016-01-17fix various thingsBernhard Posselt
2016-01-17update fixtures to simpler arrayBernhard Posselt
2016-01-17first step at cleaning up integration testsBernhard Posselt
2015-11-28Revert "also read duplicate feed items read"Bernhard Posselt
This reverts commit 30e66657b8709e95240da4f252a3fce6797acfda.
2015-11-28also read duplicate feed items readBernhard Posselt
2015-11-26add autoupdate for indicesBernhard Posselt
2015-11-25fix testsBernhard Posselt
2015-11-01remove cachebusterBernhard Posselt
2015-09-20fix import for integration testsBernhard Posselt
2015-09-14try to fix shitBernhard Posselt
2015-08-19better php 7 compatibilityBernhard Posselt
2015-08-17more cleanupBernhard Posselt
2015-08-17improve integration test suiteBernhard Posselt
2015-08-10remove empty lineBernhard Posselt
2015-08-10add console command to verify installationBernhard Posselt
2015-08-07try to fix test on php 5.5Bernhard Posselt
2015-08-07add empty test to not failBernhard Posselt
2015-08-07test hookBernhard Posselt
2015-08-07use stable8.1 for travisBernhard Posselt
2015-08-07also add test for running upgrade via cronBernhard Posselt
2015-08-07add integration test for generating search indices via command lineBernhard Posselt
2015-08-07more ::class migrations and fix user deletion hookBernhard Posselt
2015-01-18fix integration testsBernhard Posselt
2014-11-13dont set guidHash when setting guid to avoid overwriting different guid ↵Bernhard Posselt
hashes that come from the db
2014-11-06cleanup at tear downBernhard Posselt
2014-11-06more integration testsBernhard Posselt
2014-11-06fix mysqlBernhard Posselt
2014-11-06more testsBernhard Posselt
2014-11-06curl installation to test if it is set upBernhard Posselt
2014-11-06try to fix delete older than threshold so we can test it properlyBernhard Posselt
2014-11-06more integration testsBernhard Posselt
2014-11-06add fixtures importBernhard Posselt
2014-11-06enable other dbs for test suiteBernhard Posselt
2014-11-06run integration tests on travisBernhard Posselt
2014-11-06first half working integration testBernhard Posselt
2014-11-06add php server to gruntBernhard Posselt
2014-11-05dont set db as private memberBernhard Posselt
2014-11-05add integration test xmlBernhard Posselt