tutanota/test/tests
nok c3ea0572bd repair existing broken events in offline dbs
we have some cases of technically illegal events that got imported into
some offline DBs. they were serialized in a lossy way and can be
detected by checking for zeroed out start- and end times.

this migration deletes the event lists from the offline db that contain
such events, they will then be re-downloaded when the calendar is
populated in the cache postlogin action.

we're leaving events belonging to these lists in the cache, they will be
overwritten while redownloading because of the use of INSERT OR REPLACE
and the way we have set up our primary keys.

#4660
2022-10-27 15:50:33 +02:00
..
api repair existing broken events in offline dbs 2022-10-27 15:50:33 +02:00
calendar prevent creation of some calendar event edge cases 2022-10-27 15:50:33 +02:00
contacts fix: contact vcard urls 2022-08-19 09:59:13 +02:00
desktop [desktop] Upload blobs via native 2022-08-24 17:13:05 +02:00
file refactor file controller 2022-07-07 14:13:30 +02:00
gui [refactor] make loadedEntities in List.ts private 2022-09-20 09:58:44 +02:00
login [desktop] Fix multiple issues with offline database deletion 2022-07-21 15:25:38 +02:00
mail Make drafts only move to trash/drafts & non-drafts can't move to drafts 2022-08-19 10:23:36 +02:00
misc Remove usage test TTL behavior 2022-10-06 15:25:10 +02:00
serviceworker Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00
settings refactor file controller 2022-07-07 14:13:30 +02:00
subscription Move captcha code to its own file 2022-06-02 10:52:07 +02:00
support Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00
translations Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00
bootstrapTests.ts [maintenance] upgrade mithril.js to v2.2.2 2022-07-07 13:53:49 +02:00
IntegrationTest.ts [desktop] intercept asset and http requests from webContents 2022-07-21 16:13:32 +02:00
nodemocker.ts Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00
Suite.ts repair existing broken events in offline dbs 2022-10-27 15:50:33 +02:00
TestUtils.ts Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00