Commit Graph

563 Commits

Author SHA1 Message Date
Martin Kleinschrodt 2144b0ebf2 Fix sorting in list view; make sure list items are updated when record is edited 2018-07-04 18:17:29 +02:00
Martin Kleinschrodt 93c5a9bc7f Migrate record-item and clipboard to lit-element 2018-07-04 13:18:51 +02:00
Martin Kleinschrodt d7ca047242 Migrate settings view to LitElement 2018-06-29 12:29:52 +02:00
Martin Kleinschrodt bcbb1dbdc5 First step at migrating to state management via App class 2018-06-28 15:42:25 +02:00
Martin Kleinschrodt 9c8288a030 Refactor error handling; add proper error response on server 2018-06-28 08:54:18 +02:00
Martin Kleinschrodt 77b43415b1 Integrate stats and messages modules into app class; Refactor related modules and mixing 2018-06-27 13:39:48 +02:00
Martin Kleinschrodt 40b105195d Implement basic sync functionality 2018-06-26 16:45:39 +02:00
Martin Kleinschrodt 7102e75705 Implement client and server authentication logic 2018-06-26 10:38:50 +02:00
Martin Kleinschrodt 04fd131a0e genereal refactoring 2018-06-25 15:29:08 +02:00
Martin Kleinschrodt 9eafada1d6 Fix validateCipherParams function 2018-06-25 14:21:18 +02:00
Martin Kleinschrodt cd3f86d9cc Move account class into separate auth module 2018-06-25 14:20:49 +02:00
Martin Kleinschrodt 1b9667c6cc First draft of server component 2018-06-22 12:57:35 +02:00
Martin Kleinschrodt 3b6c804d5b Rename Client to App and move into separate module
Move crypto providers into separate modules
Start implementing new Client class for communication with the server
Update project structure to monorepo structure with multiple packages
2018-06-21 22:43:06 +02:00