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
JodliDev
a6ec0c3b68
Merge pull request #2 from club-1/fix-postgres-sql
...
fix: postgres SQL script errors on initdb
2022-04-30 10:59:18 +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
64599f4cfe
Update README.md
2022-04-25 14:35:02 +02:00
JodliDev
927bf88862
Update README.md
2022-04-25 13:59:44 +02:00
JodliDev
2a0c9f8c07
Copy and paste error when including
...
https://git.kolab.org/rRPK3613a3d39999d67e46716658718c468bc23480e7
2022-04-25 13:56:18 +02:00
JodliDev
91a976b444
See https://git.kolab.org/rRPKdc99ade020f90dc37d84e3ee7d0a791bac0ca849
2022-04-25 11:14:19 +02:00
JodliDev
9caeea244a
See https://git.kolab.org/rRPKde3a536daa605d07d47cb1b24af1d8042d049135
2022-04-25 10:08:24 +02:00
JodliDev
ca2409e081
See https://git.kolab.org/rRPK3613a3d39999d67e46716658718c468bc23480e7
2022-04-25 10:03:39 +02:00
JodliDev
c1f5524cec
See https://git.kolab.org/rRPKea78b1c2df4f655c571f872e66e489e6ae531d11
2022-04-25 09:52:39 +02:00
JodliDev
94a287afc6
See https://git.kolab.org/rRPK38b103430bf838061ef78c804e225c36a74ee217
2022-04-25 09:43:10 +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
0fe9be1221
wrong version for libcalendaring v2 (forgot prefix)
2021-09-28 11:00:01 +02:00
JodliDev
f9e2c2667f
wrong version for libcalendaring
2021-09-28 10:52:56 +02:00
JodliDev
a782469f11
Merge branch 'mail_import_select_calendar'
2021-08-27 11:33:31 +02:00
JodliDev
b68b5662a1
Merge branch 'caldav_driver'
2021-08-27 11:33:13 +02:00
JodliDev
4100dadd69
Add dropdown options for each calendar
2021-08-27 11:32:38 +02:00
JodliDev
71c5fc85a0
Adapt configs
2021-08-27 09:46:02 +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
263e1cc1f3
use markdown
2021-08-25 12:20:30 +02:00
JodliDev
cf57748f4c
Added rationale for this fork
2021-08-25 12:18:36 +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
7911226dc9
Describe dependency installation with Composer
2017-04-30 20:53:23 +02:00
Thomas Bruederli
a0aacd4a73
Synchronized with upstream from git.kolab.org (v3.2.16)
2016-11-20 17:39:39 +01:00