nathan
0f7484812e
* Calendar: New preference so default alarm can be for current user or all participants
2022-03-24 14:07:19 -06:00
Ralf Becker
a99eb13066
fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given
2021-11-13 17:12:35 +01:00
Ralf Becker
408bcbb26b
fix PHP 8.0 TypeError: key(): Argument #1 ($array) must be of type array, null given
2021-11-10 11:45:07 +01:00
Ralf Becker
6ce457f8e2
fix PHP 8.0 TypeError: explode(): Argument #2 ($string) must be of type string, array given
2021-11-09 08:46:56 +01:00
Ralf Becker
00811c1b1b
fix PHP 8.0 error: count(): Argument #1 ($value) must be of type Countable|array, null given
...
plus some more IDE "errors"
2021-11-08 10:32:41 +01:00
Ralf Becker
12d93814c9
fix PHP 8.0 TypeError: json_decode(): Argument #1 ($json) must be of type string, array given
2021-11-05 14:23:34 +01:00
Ralf Becker
ef0964b3d8
fix PHP 8.0 error: calendar_boupdate::update(): Argument #6 ($messages) cannot be passed by reference
2021-11-05 11:23:12 +01:00
nathan
c4a8996209
Calendar: Avoid type error if old_event was not loaded
2021-10-19 11:16:18 -06:00
nathan
62e35cd1c7
* Calendar: Fix changing the recurrence end date did not add/remove the events in the UI
2021-10-19 11:15:55 -06:00
Ralf Becker
0f4abf8606
fix PHP 8.0 TypeError:
...
- array_combine(): Argument #1 ($keys) must be of type array, null given
- count(): Argument #1 ($value) must be of type Countable|array, null given
2021-10-12 11:44:51 +02:00
Ralf Becker
88a67d7442
fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given
2021-10-11 13:20:05 +02:00
Ralf Becker
4581ad7e2b
fix PHP 8.0 Error: calendar_boupdate::update(): Argument #6 ($messages) cannot be passed by reference
2021-10-11 12:37:27 +02:00
Hadi Nategh
7d95139fa9
Fix error key(): Argument #1 ($array) must be of type array, null given
2021-10-08 10:31:48 +02:00
Ralf Becker
9345152c98
fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
...
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:12:49 +02:00
Ralf Becker
12f6dca2bb
fix PHP 8.0 error: Api\Vfs::lock(): Argument #5 ($scope) cannot be passed by reference
2021-10-05 12:03:43 +02:00
Ralf Becker
d8bb858efc
remove config allowing to immediately delete events (as it's required for sync)
2021-08-13 15:57:13 +02:00
Hadi Nategh
95c3c6f30b
Make sure the Status app hooks methods are there before calling them
2021-05-18 11:42:42 +02:00
nathangray
8208c49637
Calendar: Fix could not delete alarms in unsaved copy of an event
2021-03-24 16:36:01 -06:00
Ralf Becker
c18e1107dd
allow integration apps to delete their entries through calendar
2021-03-12 21:34:07 +02:00
nathangray
5c189c9a93
Calendar: fix immediate notifications, broken by 767b77a
2021-03-10 08:41:12 -07:00
Ralf Becker
767b77aa54
fix missing "Select one" option for group-members
2021-03-04 15:36:46 +02:00
nathangray
1af9a9b13f
Add videoconference link to event notification email
2021-02-25 10:33:34 -07:00
nathangray
0a7ddcbaaa
- Fix immediate notification had weird participants
...
- More accepting regex for participants
2021-02-17 09:40:21 -07:00
nathangray
1687f199e5
Calendar: Add icon for notification action, use REQUEST method (reconfirm event) for immediate notifications
2021-02-11 11:43:47 -07:00
nathangray
f67f0aa28c
* Calendar: Make resources stand out more in conflict list
2021-02-10 11:32:51 -07:00
nathangray
8dedc3392f
* Calendar: New context menu action to manually [re]send notifications
2021-02-09 13:50:27 -07:00
nathangray
1f3870af17
* Calendar: Fix quick add 'Save' button would close the whole window, if it had been opened by a different window
2020-12-09 13:44:09 -07:00
nathangray
a3400010a7
* Calendar: Show correct event date when notified of a single cancelled recurring event
2020-12-08 12:30:49 -07:00
Hadi Nategh
dc4a2465ff
Disable videoconference field in calendar edit dialog if it's not active
2020-11-19 15:39:13 +01:00
Hadi Nategh
33a3c4035b
Disable videoconference features in Calendar when it's set to disabled
2020-11-19 12:38:03 +01:00
nathangray
2dc457c007
Calendar: More checks to avoid 0 duration events
2020-10-06 13:55:06 -06:00
nathangray
0a84de589a
Calendar: Fix dragging an event from a series to create an exception caused the event to appear duplicated
2020-08-31 11:23:25 -06:00
nathangray
10517cb073
Calendar: Fix existing event filtering on push changes
...
Fixes new events did not show up
2020-07-27 10:13:13 -06:00
nathangray
1cbbfbd9a5
Calendar: Fix push bugs
...
- Change status from edit dialog did not push
- Change participants from edit dialog did not update planner by user correctly, sometimes not added, sometimes not removed
2020-07-15 13:32:20 -06:00
nathangray
dc6a8e0977
* Calendar: Push updates
2020-07-14 13:39:45 -06:00
Ralf Becker
10f70d9410
* Calendar/Email: show additional [Delete] and [Edit] buttons for a meeting canceled message
2020-06-16 16:53:43 +02:00
nathangray
d46210be4c
Calendar: Do not allow duplicate alarms
2020-06-08 14:07:15 -06:00
nathangray
dc1518c8d4
Calendar: Move check to reset participant status out of UI into BO so it's always checked
2020-05-19 10:44:56 -06:00
nathangray
515bad6d3b
Calendar: Event from mail now defaults to start of next hour to match other places, instead of time the email was sent
2020-04-27 11:02:26 -06:00
Ralf Becker
a6e6393943
disable avatar sharing link, as it currently destroys sessions for already logged in users, plus some more fixes for VC
2020-04-07 16:16:49 +02:00
Ralf Becker
1c135b2da3
some fixes around videoconference avatars and adding an automatic alarm 5min before the conference
2020-04-07 11:10:49 +02:00
Ralf Becker
075362984a
* Calendar: allow to schedule a videoconference via Jitsi
2020-04-03 10:28:34 +02:00
Ralf Becker
43c75cad94
UI change for videoconference
2020-04-02 15:15:04 +02:00
nathangray
cd373aa7f6
* Calendar: Fix copy event loses links
2019-10-23 14:12:00 -06:00
Ralf Becker
33682e4824
* Calendar: fix not working print view, if conventional add popup is enabled
2019-09-25 10:56:55 +02:00
nathangray
4058d0f659
Calendar - make sure everything closes after you click 'Ignore conflict' on the popup after using quick event add
2019-06-24 09:56:18 -06:00
nathangray
29cf6e60aa
Calendar - avoid warning about illegal string offset 'template'
2019-06-21 09:52:59 -06:00
nathangray
64e1a5a830
Calendar - create function for reset of participant status when event is moved
...
- Still respecting preference for users
- Always resetting non-user participants
2019-06-18 15:11:53 -06:00
nathangray
cd76cccf8b
*Calendar - Quick add dialog now shows conflict warning instead of quietly stopping
2019-06-17 10:24:47 -06:00
Ralf Becker
6e6137cdcb
fix not working Export from calendar edit popup's actions
2019-02-25 09:44:31 +01:00