Commit graph

9 commits

Author SHA1 Message Date
jow
8d143bce32 fix api classes 2021-02-15 13:07:15 +01:00
ivk
5d05a78b54
Optimize chunk size, fix #2671 2021-02-09 13:54:51 +01:00
ivk
79f3fff51a
Use Rollup & Nollup for build 2021-01-22 12:23:22 +01:00
ivk
14f01b3eeb
Update Flow to 1.22.0, fix #2010
Move entity types out of flow directory into the entity files.
Rename TutanotaFile into File.
Rename CalendarEventBubble attrs onEventClicked -> click because it
doesn't have access to the event.
Use domInput in Dropdown when selecting filtered result because that's
what DropdownN does.

Our current build system is not aware about any recent Flow syntax and
it doesn't know that it should transpile functionCall<type>() into
functionCall(). We have to avoid such syntax for now
2020-04-30 13:14:33 +02:00
ivk
0752204753
Antiphishing system
Includes:

[desktop] Prevent "cycle of death" when web contents are crashing

In some cases when app is killed web contents have been crashing. We
tried to re-create the window and set bounds after the small delay. By
the time we tried to set bounds the window has already crashed. We
showed dialog and tried to create window again and like that untill we
crash the system.

This commit stop automatic window recreation because it's tricky to get
right and recover from invalid state
2020-04-08 15:01:20 +02:00
ivk
315645919d
Anti-phishing system prototype 2020-04-08 12:44:57 +02:00
map
be792859a1 approval mail handling (see server side issue 404) 2020-04-07 13:45:22 +02:00
map
152174cf6e monthly rollups 2020-01-21 13:00:05 +01:00
bed
a6d7f983e5 Fix folder counter if the folder content is known, fixes #1267 2019-12-06 16:37:40 +01:00