Commit graph

70 commits

Author SHA1 Message Date
Mateusz Kijowski f9458fac97 Fix problem when saving events having attendees 2024-04-08 06:49:23 +02:00
Mateusz Kijowski d00cec57a8 Fix adding preinstalled source over and over again 2024-04-08 05:24:53 +02:00
Mateusz Kijowski ac57589c1c Syntax fixes 2024-04-08 04:53:22 +02:00
Mateusz Kijowski a247df970b Do not break if update doesn't have remote_event 2024-04-08 04:48:02 +02:00
Mateusz Kijowski aaee300d0d Allow configuring new calendar path 2024-04-08 04:47:16 +02:00
Mateusz Kijowski 9295620e18 INSERT INTO system instead of REPLACE INTO system in mysql.initial.sql files 2024-04-08 04:13:24 +02:00
JodliDev f154953979
Fix for #39 (color not sent in props) 2023-04-27 12:41:56 +02:00
JodliDev 43c30995b0
Merge pull request #34 from duburcqa/patch-1
Only skip update if the set of available calendars did not changed
Closes #13
2023-02-21 15:27:59 +01: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
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