summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db
AgeCommit message (Expand)Author
2023-04-16Improve sql query performance by removing unused payloadDaniel Starzmann
2023-04-05Set lastmodified in read allBenjamin Brahmer
2022-08-31fix readAllBenjamin Brahmer
2022-08-21fix unittestBenjamin Brahmer
2022-08-19Fix deprecation warnings from Nextcloud. (#1869)Benjamin Brahmer
2022-08-19Fix Test and adjust codeBenjamin Brahmer
2022-05-02update last_modified when marking an item as readBenjamin Brahmer
2021-11-18chore: use executeStatement instead of executeUpdateSean Molenaar
2021-07-17adapt tests to QBMapper changes in NC22anoy
2021-05-27db: no longer order by items.last_modifiedSean Molenaar
2021-04-14DB: only sort on item IDsSean Molenaar
2021-04-08🩹 Fix rebase issuesMarco Nassabain
2021-04-08🩹 Fix rebase errorsMarco Nassabain
2021-04-08✅ Added test for sharedByDisplayName fieldMarco Nassabain
2021-04-08🔥 Remove UserManager code from ItemMapper & testsMarco Nassabain
2021-04-08🩹 Fix issues after rebaseMarco Nassabain
2021-04-08✅ Item: update tests - include sharer display nameMarco Nassabain
2021-04-08♻️ Item: Remove isSharedMarco Nassabain
2021-04-08🧹 Cleanup code, remove spaces, rename variablesMarco Nassabain
2021-04-08✅ Update ItemTest - remove sharedWith fieldMarco Nassabain
2021-04-08🔥 Remove old share logic from tests & old testsMarco Nassabain
2021-04-08✅ Update find shared items testsMarco Nassabain
2021-04-08✅ ItemMapperPaginatedTest: update testsMarco Nassabain
2021-04-08✅ Fix tests in ItemMapperPaginatedTest:WENDLING NICOLAS
2021-04-08✅ Fix tests in ItemMapperAfterTest:WENDLING NICOLAS
2021-04-08✅ Fix tests in ItemMapperAfterTest:WENDLING NICOLAS
2021-04-08🔀 Resolving merge: moving shared testsMarco Nassabain
2021-04-08🧹 Cleanup test files: added new linesMarco Nassabain
2021-04-08Fix findFromUser, testFindAllFromUserWithParams, testFindAllFromUserAurélien
2021-04-08Fix testFindForUserByGUIDHashAurélien
2021-04-08Fix testNewestAurélien
2021-04-08Fix tests testFindAllInFolderAfterHideRead, testFindAllInFolderAfter, testFi...Aurélien
2021-04-08 Fix testFindAllItemsStarredSearch, testFindAllItemsStarred, testFindAllItems...Aurélien
2021-04-08Fix testFindAllItemsInvalid, testFindAllAfterInvalid, testFindAllAfterStarred...Aurélien
2021-04-08fix test findAllFeedAurélien
2021-04-08Fix test findAllFeedSearch and findAllFeedHideReadAurélien
2021-04-08Fix test findAllFolderIdNull and findAllFolderHideReadAurélien
2021-04-08Fix test findAllFolderHideReadInvertOrderAurélien
2021-04-08Fix test FindAllFolderSearchIdAurélien
2021-04-08fix test readAllAurélien
2021-04-08✅ ItemMapperTest: add tests for findAllSharedAfterMarco Nassabain
2021-04-08✅ ItemMapperTest: test findAllSharedWithUser funcMarco Nassabain
2021-04-08Add tests setSharedBy and setSharedWithAurélien
2021-04-08✅ Update tests to contain share dataMarco Nassabain
2021-04-08add tests for 'toAPI2' methodPaul Tirk
2021-04-06DB: Use boolean parameter for unread/starredSean Molenaar
2021-04-05DB: Allow negative limitsSean Molenaar
2021-03-31DB: Updates should use set()Sean Molenaar
2021-03-23DB: Don't show deleted feed itemsSean Molenaar
2021-03-17✅ Item: update search index test to use categoriesMarco Nassabain