JodliDev
f154953979
Fix for #39 (color not sent in props)
2023-04-27 12:41:56 +02:00
Alexis DUBURCQ
61eb3a4a16
Only skip update if the set of available calendars did not changed.
...
This is necessary to automatically update sources for which the calendars have been added or deleted by another client than roundcube. It is typically the case when managing sharing access in nextcloud while still being able to view them in roundcube.
2022-12-28 01:14:59 +01:00
JodliDev
f0a90df1d3
Merge pull request #5 from club-1/feat-preinstalled-sources
...
feat: add preinstalled sources
2022-05-17 16:00:44 +02:00
JodliDev
3fa3b47e06
Fix #6 : Correct inclusive end date of caldav for allday events
2022-05-16 09:30:57 +02:00
JodliDev
ad31194e03
Fix #12 : Do not urlencode calendar.href
2022-05-13 19:23:13 +02:00
JodliDev
9c6b8b4171
Merge pull request #4 from club-1/fix-edit-event
...
fix: event edition for caldav driver
2022-05-12 01:24:21 +02:00
n-peugnet
f679c616e8
add caldav to preinstalled_sources key & example config
2022-05-02 21:33:56 +02:00
n-peugnet
847aae1321
refactor: preinstalled sources feature
...
move logic from calendar.php to caldav_driver.php
2022-05-01 21:42:54 +02:00
JodliDev
89cdebc5ca
Merge pull request #7 from club-1/fix-create-calendar-trailing-slash
...
fix: create calendars with source ending with '/'
2022-04-30 11:07:45 +02:00
JodliDev
b9ff57cf21
Merge pull request #3 from club-1/fix-postgres-timestamp
...
fix: unixtimestamp calculation from PostgreSQL
2022-04-30 11:03:59 +02:00
n-peugnet
0e84caaa4e
fix: create calendars with source ending with '/'
...
by trimming the trailing slash if it exists
2022-04-28 20:15:22 +02:00
n-peugnet
4e72a2b60f
fix: event edition for caldav driver
...
Set to NULL for real in db values that equals NULL in PHP.
Only tested on PostgreSQL
2022-04-28 14:36:26 +02:00
n-peugnet
8347d65795
feat: add preinstalled sources
2022-04-28 14:34:13 +02:00
n-peugnet
ee19875c97
fix: unixtimestamp calculation from PostgreSQL
...
see https://stackoverflow.com/questions/29536542/different-results-for-extract-epoch-on-different-postgresql-servers
2022-04-28 14:21:43 +02:00
n-peugnet
2d72a2edcb
fix: postgres SQL script errors on initdb
2022-04-28 14:18:06 +02:00
JodliDev
ca2409e081
See https://git.kolab.org/rRPK3613a3d39999d67e46716658718c468bc23480e7
2022-04-25 10:03:39 +02:00
JodliDev
72e7983d75
(botchy) fix for emoticons in event description
2021-09-30 07:01:11 +02:00
JodliDev
72dd4dffcd
Several bugfixes and README-update
2021-09-28 21:23:22 +02:00
JodliDev
71c4d7aba9
Allow to add ics calendars when no CalDAV sources exist
2021-08-26 16:26:17 +02:00
JodliDev
3df123b0b8
implement the attributes "deletable" and "editable_name" for calendars
2021-08-26 15:58:25 +02:00
JodliDev
766088b19a
Save HEX colors without alpha
2021-08-26 11:58:24 +02:00
JodliDev
0cc7f1ebdd
- make ical calendars readonly
...
- small attachement-bugfix
2021-08-25 10:43:52 +02:00
JodliDev
277e3094f7
- Added iCal Support
...
- Bugfixes
- automatically generated sqlite & postgres support (not tested!)
2021-08-24 12:55:41 +02:00
JodliDev
5ee16ce9ef
Lots of bugfixes regarding CalDAV
2021-08-23 08:58:32 +02:00
JodliDev
822b359185
first commit of new changes to CalDAV support
2021-08-20 19:36:47 +02:00
JodliDev
21e3fff576
Copy CadDav driver from https://github.com/fasterit/roundcube_calendar
2021-08-17 19:19:48 +02:00
Aleksander Machniak
e11e26ed24
Sync v3.5.7
2021-05-09 09:09:57 +02:00
Aleksander Machniak
3d195270da
Sync v3.5.2
2019-10-23 19:09:32 +02:00
Aleksander Machniak
437e09435e
Calendar 3.5.1
2019-10-16 19:58:33 +02:00
Thomas Bruederli
d3b7484d91
Synchronized with upstream from git.kolab.org (3.3.4)
2017-12-30 18:52:45 +01:00
Thomas Bruederli
143128a1a4
Synchronized with upstream from git.kolab.org (3.3.3)
2017-09-01 12:00:02 +02:00
Thomas Bruederli
71db023cf1
Synchronized with upstream from git.kolab.org (3.2.x)
2017-09-01 11:50:35 +02:00
Thomas Bruederli
9fa243f2c8
Synchronized with upstream from git.kolab.org (3.2.19)
2017-05-01 22:40:32 +02:00
Thomas Bruederli
a0aacd4a73
Synchronized with upstream from git.kolab.org (v3.2.16)
2016-11-20 17:39:39 +01:00
Thomas Bruederli
84fde2ba4a
Replace deprecated Roundcube core functions and constants
2015-10-21 23:08:28 +02:00
Thomas Bruederli
9e1fcdd148
Synchronized with git master from git.kolab.org (v3.2.9)
2015-10-19 23:33:47 +02:00
Thomas Bruederli
125420074d
Fix syntax error in SQL schema
2015-03-17 09:56:39 +01:00
Thomas Bruederli
13b36ba29b
Synchronized with git master from git.kolab.org (v3.2.7)
2015-03-12 22:37:40 +01:00
Thomas Bruederli
845da36786
Synchronized recent changes from git.kolab.org repository (v3.1.16)
2015-03-12 22:17:51 +01:00
Thomas Bruederli
f1e13aa0e4
Synchronized recent changes from git.kolab.org repository
2014-10-05 16:50:51 +02:00
Thomas Bruederli
2eef94389e
Updated calendar to version 3.1.13 from git.kolab.org
2014-09-15 21:24:14 +02:00
Thomas B
4636da34f9
Cloned from git.kolab.org/git/roundcubemail-plugins-kolab
2013-08-06 22:23:33 +02:00