nathan
be243c9aa7
Calendar: Fix incorrect extra user as participant
2023-11-15 11:22:02 -07:00
nathan
d0d9d6705f
Calendar: Fix freetime search timeslot select
2023-11-06 13:46:50 -07:00
nathan
c1cb6dbd11
Calendar: Another attempt to avoid error when accepting external invitation
...
calendar_uiforms::event_changed(): Argument #2 ($_old) must be of type
array, bool given, called in
/var/www/epl-23.1/calendar/inc/class.calendar_uiforms.inc.php on line 2295
2023-10-16 08:55:28 -06:00
nathan
b89605f1cc
Fix wrong operator in 6b4a1316d2
2023-10-13 08:13:55 -06:00
nathan
5dfcfd2164
Calendar: Attempt to avoid error when accepting external invitation
...
calendar_uiforms::event_changed(): Argument #2 ($_old) must be of type
array, bool given, called in
/var/www/epl-23.1/calendar/inc/class.calendar_uiforms.inc.php on line 2295
2023-10-12 08:09:27 -06:00
nathan
38d7a3ca9e
Calendar: further adaptations to using openDialog()
...
Fixes canceling quick add doesn't remove placeholder, invalid event gave no feedback
2023-07-14 09:08:36 +02:00
ralf
e9b054b025
WIP Mail REST API: change calendar to use new egw.openDialog():
...
- renamed app.dialogExec() to app.openDialog() or egw.openDialog()
- the later is the nicer place, but fails for lost window context with popups :(
2023-07-14 09:08:35 +02:00
ralf
b2fd1cc59d
fix TypeError: str_contains(): Argument #1 ($haystack) must be of type string, array given
2023-06-15 11:25:58 +02:00
nathan
196edf103f
Calendar: Fix mail -> event does not have user as new alarm option
2023-06-14 10:16:25 -06:00
nathan
0f7f43e45c
*Calendar: History tab showed start / end times in server time, not user time
2023-06-08 10:36:22 -06:00
nathan
a1da1a6fa6
Calendar: Fix user listed in participants twice when creating an event from an email
2022-12-23 10:45:53 -07:00
ralf
b2e0e176a5
fix PHP 8.x TypeError: array_filter(): Argument #1 ($array) must be of type array, null given
2022-11-24 10:06:14 +01:00
nathan
953166b161
Fix problems with links from mail
...
- unsaved links were not properly displayed
- unsaved links could not be removed
- calendar preserved original links, so even if you removed one it came back
2022-11-01 15:38:58 -06:00
nathan
37cd32e3ef
Calendar: Hide actions selectbox entirely when it is readonly
2022-10-13 09:51:30 -06:00
ralf
34580f4900
put notify external titels into the label too and move the line below adding participants
...
also some alignment fixes to look nicer
2022-09-23 09:06:29 +02:00
ralf
fb8f54ec02
* Mail/Calendar: fix applying a participant reply as organizer overwrote event with data send by the participant (not just his status)
2022-09-16 11:22:26 +02:00
ralf
737311d829
fix lost owner
2022-07-26 17:37:13 +02:00
ralf
6afd07da03
* Calendar/Mail: allow every participant to apply changes from extern organizer and warn if sender is not identical to iCal organizer or participant
2022-07-26 14:13:31 +02:00
nathan
5f997299e5
* Calendar: New preference so default alarm can be for current user or all participants
2022-03-10 11:01:18 -07:00
Ralf Becker
7cd6284f0c
fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given
2021-11-13 17:12:14 +01:00
Ralf Becker
7b042f7259
fix PHP 8.0 TypeError: key(): Argument #1 ($array) must be of type array, null given
2021-11-10 11:44:42 +01:00
Ralf Becker
1e6bffc4e5
fix PHP 8.0 TypeError: explode(): Argument #2 ($string) must be of type string, array given
2021-11-09 08:46:35 +01:00
Ralf Becker
dba803fff5
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:31:17 +01:00
Ralf Becker
108d077ccd
fix PHP 8.0 TypeError: json_decode(): Argument #1 ($json) must be of type string, array given
2021-11-05 14:23:03 +01:00
Ralf Becker
7ac13da96f
fix PHP 8.0 error: calendar_boupdate::update(): Argument #6 ($messages) cannot be passed by reference
2021-11-05 11:22:49 +01:00
nathan
149cdaeae0
Calendar: Avoid type error if old_event was not loaded
2021-10-18 10:18:27 -06:00
nathan
c01df39342
* Calendar: Fix changing the recurrence end date did not add/remove the events in the UI
2021-10-15 14:04:18 -06:00
Ralf Becker
8604fc3181
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:24 +02:00
Ralf Becker
c3fb7eda8e
fix PHP 8.0 TypeError: array_keys(): Argument #1 ($array) must be of type array, null given
2021-10-11 13:19:46 +02:00
Ralf Becker
edf8e68189
fix PHP 8.0 Error: calendar_boupdate::update(): Argument #6 ($messages) cannot be passed by reference
2021-10-11 12:36:58 +02:00
Ralf Becker
d2c85cfe86
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:08:32 +02:00
Ralf Becker
e2ac0ab7b6
fix PHP 8.0 error: Api\Vfs::lock(): Argument #5 ($scope) cannot be passed by reference
2021-10-05 12:01:16 +02:00
Hadi Nategh
c7d80123ce
Fix error key(): Argument #1 ($array) must be of type array, null given
2021-06-01 16:35:34 +02:00
Ralf Becker
45c89a7930
remove config allowing to immediately delete events (as it's required for sync)
2021-05-18 13:11:14 +02:00
Hadi Nategh
107be6dab4
Make sure the Status app hooks methods are there before calling them
2021-05-17 12:42:24 +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