Commit Graph

52 Commits

Author SHA1 Message Date
Andreas Schneider 73a7754742 Added option to rebuild the complete calendar 2018-04-09 13:07:59 +02:00
Andreas Schneider 8d8cc94213 Added command to create empty settings 2018-04-09 12:30:28 +02:00
Andreas Schneider 4d93b99cad Documented new features 2018-04-09 12:25:24 +02:00
Andreas Schneider 10b96ec705 Added option for reproducible build 2018-04-09 12:20:09 +02:00
Andreas Schneider cf04126d27 Moved modified package into main repo 2018-04-09 12:12:45 +02:00
Andreas Schneider 765f8fc077 Added build script 2018-04-08 21:37:38 +02:00
Andreas Schneider d7743b6ef2 Implemented whitelist (fixed #4) 2018-04-06 22:03:39 +02:00
Andreas Schneider 55f4f5f309 Prepare customizable title anonymization (#4) 2018-04-06 21:37:53 +02:00
Andreas Schneider eeb4c430b2 Fixed basic auth for EWS no longer working 2018-04-06 21:25:12 +02:00
Andreas Schneider 1844bd9e96 Implemented decrypt command (fixes #2) 2018-04-06 20:31:00 +02:00
Andreas Schneider dfd3ae592b Decrypt settings on start (#2) 2018-04-06 20:27:04 +02:00
Andreas Schneider d78809c9ee Implemented encryption (#2) 2018-04-06 20:09:52 +02:00
Andreas Schneider f3cf37bdb0 Prepare encrypt/decrypt commands (#2) 2018-04-06 19:33:20 +02:00
Andreas Schneider dc9594c3f8 Report error on command parsing 2018-04-06 19:19:45 +02:00
Andreas Schneider 58238a4e39 Added command handling (via cobra) 2018-04-06 19:16:43 +02:00
Andreas Schneider 3f84913b74 Fixed the way cancellation is determined (fixes #3) 2018-04-06 09:32:34 +02:00
Andreas Schneider fd0f4bf3c3 Added handling of empty multistatus responses 2018-04-04 09:32:37 +02:00
Andreas Schneider b370513d15 Fixed compilation on Windows 2018-04-03 12:17:17 +02:00
Andreas Schneider 7ca7675a85 Simplified authentication negotiation 2018-04-03 12:12:50 +02:00
Andreas Schneider a739a9b4bb Fixed negotiation offsets 2018-04-03 12:02:23 +02:00
Andreas Schneider 69aa8d81f6 Fixed possible race condition 2018-04-03 11:56:33 +02:00
Andreas Schneider 0c1c63e20e Added modified ntlm vendor lib (with fixed negotiation message) 2018-04-03 11:56:26 +02:00
Andreas Schneider 944b8a356d * Added authentication negotiation
* Added NTLM support
2018-04-03 11:56:13 +02:00
Andreas Schneider 80b454ed31 Added README 2018-04-02 15:49:54 +02:00
Andreas Schneider 02e4443ab8 Added interactive password prompt when no password is given 2018-04-02 15:25:01 +02:00
Andreas Schneider 10a3cc9637 Fixed endDate being wrong for wholeDay events (it actually should be +1) 2018-04-02 13:52:52 +02:00
Andreas Schneider 88fe09795e Support wholeDay creation 2018-04-02 13:20:48 +02:00
Andreas Schneider 4c5cf1dec7 Added parsing of start/end dates (without time) 2018-04-02 13:14:19 +02:00
Andreas Schneider 8affef4d65 Fixed wholeDay time validation 2018-04-02 13:03:41 +02:00
Andreas Schneider 580dafe123 Added wholeDay updating 2018-04-02 12:56:55 +02:00
Andreas Schneider 3c400b3664 Ignore cancelled events 2018-04-02 12:18:49 +02:00
Andreas Schneider a20a9040b6 Execute ical update on change 2018-04-02 11:53:38 +02:00
Andreas Schneider 26d0cd400a Implemented ICal update 2018-04-02 11:51:57 +02:00
Andreas Schneider e3c64211e0 Added tests for ICal parser 2018-04-02 11:24:11 +02:00
Andreas Schneider f21de94c91 Added license 2018-04-02 10:51:25 +02:00
Andreas Schneider 3b1aafad99 Added a few doc comments 2018-04-02 10:36:45 +02:00
Andreas Schneider 23bd2fa785 Added gitignore 2018-04-02 09:39:35 +02:00
Andreas Schneider c221f09085 Fixed ical reference being reused 2018-04-01 20:25:44 +02:00
Andreas Schneider 6466653975 Fixed CalDAV url (again) 2018-04-01 20:24:09 +02:00
Andreas Schneider f71ec34f48 Implemented create and delete sync logic 2018-04-01 20:20:02 +02:00
Andreas Schneider 0209309bac Added function to create ICal 2018-04-01 20:16:30 +02:00
Andreas Schneider d7cc883cbb * Fix URL for CalDAV if necessary
* Implemented upload and delete of CalDAV items
2018-04-01 20:02:53 +02:00
Andreas Schneider e3288f9848 Added hashing of EWS calendar item IDs 2018-04-01 16:19:20 +02:00
Andreas Schneider 5d62c932d5 Extracted EWS code into separate file 2018-04-01 11:29:56 +02:00
Andreas Schneider e8cf553e9a Added ICal template 2018-04-01 11:27:53 +02:00
Andreas Schneider fed3e97308 Implemented ICal stringer 2018-04-01 11:22:55 +02:00
Andreas Schneider 9a346c5533 Implemented basic CalDAV query and parsing 2018-04-01 11:18:51 +02:00
Andreas Schneider 20a1ebbf1f Externalized settings 2018-03-31 18:52:32 +02:00
Andreas Schneider 678578dcac * Added item query
* Request more properties
2018-03-31 15:57:06 +02:00
Andreas Schneider e1e0afd6b6 Prepare calendar query template 2018-03-31 15:28:33 +02:00