diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-20 12:15:56 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-20 12:15:56 +0200 |
commit | e23a38e48648a8b90472d38d46405801563f0392 (patch) | |
tree | 2f2b31bdcfe09093d2cef4e003b0fe546dfb0fb8 /.gitattributes | |
parent | 2083e1ede253a6ea76f67d37c382cd851620ad99 (diff) | |
download | nextcloud-server-e23a38e48648a8b90472d38d46405801563f0392.tar.gz nextcloud-server-e23a38e48648a8b90472d38d46405801563f0392.zip |
Prevent duplicate CalDAV availability slots for recurring slots
If there is the same time slot for more than one day, then we wrote two
recurring AVAILABILITY components before. With this patch equal blocks
are combined into one recurring component. This makes the generated
rules more compact and easier to work with.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 93b6272bf33..5d2d965c89e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,8 @@ /apps/comments/js/*.js.map binary /apps/dashboard/js/*.js binary /apps/dashboard/js/*.js.map binary +/apps/dav/js/*.js binary +/apps/dav/js/*.js.map binary /apps/files/js/dist/*.js binary /apps/files/js/dist/*.js.map binary /apps/files_sharing/js/dist/*.js binary |