Commit Graph

1918 Commits

Author SHA1 Message Date
86631e4ddd Sync cache folder when uploading whole collection 2017-08-09 17:37:48 +02:00
1821b872d2 Don't keep files open when uploading whole collection 2017-08-09 17:37:47 +02:00
59eded976b Bump version to 2.1.4 2017-08-04 14:59:03 +02:00
8e88a47978 Fix owner property 2017-08-04 14:59:02 +02:00
c6ca643bcf Don't handle empty properties as deleted 2017-08-04 14:59:01 +02:00
5c15b30058 Set deleted props to None instead of "" 2017-08-04 14:59:00 +02:00
f91b2bc17e Webinterface: Escape . correctly in RegExp 2017-08-04 14:58:59 +02:00
73fb669fd8 Add note about rescheduled recurrences 2017-08-04 14:58:58 +02:00
a6663f19f0 Ignore overwritten recurrences in time range filter (fixes #630) 2017-08-03 23:26:12 +02:00
ae897c1cd3 Test time range filter with overwritten recurrence 2017-08-03 23:25:50 +02:00
748519e94d Fix time range filtering with overwritten recurrences 2017-08-03 19:52:16 +02:00
7678da7926 Test unordered recurrences
Time range matching stops early when the visited time range is behind the end date of the filter.
Components are visited in the order, in which they are specified in the VCALENDAR.
This can cause problems with overwritten recurrences.
2017-08-03 19:47:00 +02:00
e060bb3d8b Specify items for _test_filter explicitly 2017-08-03 19:46:59 +02:00
ba5fe590c9 Improve error message when fsync'ing files fails 2017-08-03 19:46:58 +02:00
ae54e8556c Improve Dockerfile (#676)
* fixing DockerFile

* applying corrections

* fixating the dest file
2017-08-02 17:26:33 +02:00
434178ab07 Pass the filesystem_path instead of folder to Collection 2017-08-02 17:16:42 +02:00
6d5374f690 Remove item cache tag
This is not required any more, because the workarounds for bugs in VObject were removed.
2017-08-02 17:16:41 +02:00
263f76f88e Bump version to 2.1.3 2017-08-01 17:18:13 +02:00
ed3708db22 Don't read cache entry twice with exclusive access 2017-08-01 17:16:58 +02:00
1576f9b7fb Use ExitStack instead of suppress as dummy context manager 2017-08-01 17:14:26 +02:00
d72455fff6 Log collection path without leading and trailing / 2017-08-01 17:13:05 +02:00
aac472960f Improve handling of unsafe user names 2017-07-30 12:00:42 +02:00
6d39a61a51 Shut down server on SIGINT on Windows
select.select blocks SIGINT on Windows.
2017-07-30 11:27:08 +02:00
d34ee1217d Revert "Shut down server on SIGINT on Windows"
This reverts commit f8de674bd2.
2017-07-30 11:21:04 +02:00
f8de674bd2 Shut down server on SIGINT on Windows 2017-07-30 11:00:24 +02:00
d6435c36c9 Lock the item cache when filling it
Prevents performance losses when many clients request the same missing items in parallel.
2017-07-30 11:00:24 +02:00
16abbd9ea6 Refactor: Extract class FileBackedRwLock 2017-07-30 10:57:41 +02:00
c028de4fb7 Test missing UIDs 2017-07-27 19:08:11 +02:00
b19b1b34e8 Test deleting the item cache 2017-07-27 19:08:09 +02:00
5d238afb5e Don't check the vobject item in storage.Item
This is the responsibility of the storage plugin.
2017-07-27 19:08:08 +02:00
9bde9d82f4 Store item on upload in the item cache
This rejects items that break the item cache before they are stored in the storage.
2017-07-27 19:08:07 +02:00
796ba54f42 Clean item cache once per request 2017-07-27 19:08:05 +02:00
0a1de26ae5 Refactor: Extract item cache methods 2017-07-27 19:08:04 +02:00
46c636e642 Move item cache entry when item is moved 2017-07-27 19:08:02 +02:00
e807b5d953 Move storage hook tests from BaseRequestsMixIn to TestMultiFileSystem 2017-07-27 19:08:00 +02:00
deffed8f14 Do SSL handshake in request thread (fixes #674)
The handshake could block the main thread, especially since the socket timeout was not set at that point.
2017-07-27 01:46:27 +02:00
b3957bc2c7 Bump version to 2.1.2 2017-07-24 04:22:57 +02:00
1f4fb9e306 Use repr(...) instead of "%r" % ... 2017-07-22 23:32:26 +02:00
d0aacd3dcf Check uploaded data for more than one VCALENDAR 2017-07-22 23:32:26 +02:00
316b0a5832 Change owner and is_principal to properties in BaseCollection 2017-07-22 23:32:26 +02:00
1ce404ca35 Rename encoding to _encoding in Collection 2017-07-22 23:32:26 +02:00
33ad60503f Sort keys of properties JSON file 2017-07-22 23:32:26 +02:00
71916452ec Include properties in collection etag 2017-07-22 23:32:26 +02:00
a26d90d8d7 Web interface: Delete empty properties 2017-07-22 23:32:26 +02:00
05b1e8296c Check collection properties 2017-07-22 23:32:26 +02:00
863c70f35f Improve validation of uploaded items and stored items
This reverts commit 4533f76df9.
2017-07-22 23:32:26 +02:00
e0045ca98d Don't use VObject for collection serialization 2017-07-22 23:32:26 +02:00
debba3c7a1 Don't serialize collection for etag 2017-07-22 23:32:26 +02:00
95380c5ce7 Add file name to VObject serialization errors 2017-07-22 23:32:26 +02:00
4533f76df9 Accept VLIST items (fixes #661)
Custom format used by SOGo Connector to store lists of contacts
2017-07-21 16:12:19 +02:00