Commit Graph

5457 Commits

Author SHA1 Message Date
45381cc144 fix count(): Argument #1 ($value) must be of type Countable|array, null given 2023-11-13 14:53:22 +02:00
1396ba6fd4 Calendar: Fix iCal import with mismatched recurrence date did not properly create exception 2023-11-10 14:32:41 -07:00
3e27a643b6 pending translations from our translation server 2023-11-10 06:44:58 +01:00
454ab3fb98 Fix spacing & sizing
- Move option group titles to the left more
- Fix calendarowner dropdown would not size properly in sidebox
2023-11-02 17:29:50 -06:00
4d1e81b8b1 -Fix broken filter when search results have option groups
- Fix JS error if option has no label yet
2023-11-02 17:00:34 -06:00
5ba1ef4d34 Calendar: Only show owner / participant label in selected tags, no additional information
Previously it showed the email addresses too
2023-11-02 14:19:08 -06:00
5d705c3b79 Calendar: Group calendar owner / participant search results by resource type 2023-11-01 13:26:23 -06:00
bed98c0e9e Calendar: Fix freetime search timeslot select 2023-11-01 09:35:03 -06:00
db7d26a6a0 pending translations from our translation-server 2023-10-26 21:55:35 +02:00
c5b7251188 pending translations from our translation-server 2023-10-18 16:41:38 +02:00
f7e6155b57 Calendar/PM integration: now can show projects in calendar by multiple custom date fields 2023-10-16 11:30:32 -06:00
a84dd3d34b 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:44:01 -06:00
7c63d05bd5 Calendar: Fix drag & drop invitation in planner view 2023-10-13 11:45:20 -06:00
511ea66d3e Fix wrong operator in 6b4a1316d2 2023-10-13 08:11:07 -06:00
6b4a1316d2 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-11 11:50:57 -06:00
efe0eff776 Calendar: Fix sidebox owner could not select options 2023-10-02 16:06:25 -06:00
6c06a5311f Et2Select: Fix select options were only visible as search results 2023-10-02 08:04:19 -06:00
1d2a2afc76 Calendar: Fix group events did not always show up
If the user had group events from more than one group, depending on the timing we were overwriting the first group(s)
2023-09-28 08:43:55 -06:00
70f379d985 Calendar: Fix extra blank participant, fix email showed up in sidebox owner options 2023-09-19 11:59:48 -06:00
b6a0e650fe * Calendar/REST API: adding of participants to events 2023-09-18 14:13:25 +02:00
e323cd1d79 Feature/shoelace 2.4 upgrade (#135)
Update shoelace to 2.9.0
2023-09-13 11:55:33 -06:00
310a4c9c9a fix error: count(): Argument #1 ($value) must be of type Countable 2023-09-11 08:09:24 +02:00
b2935ba4a3 Calendar: Fix days offset by one
Depending on your timezone and current time, your calendar could show the wrong days (Tuesday -> Monday)
2023-09-06 13:32:52 -10:00
c3c458b0e6 fix Error: Class "Accounts" not found 2023-08-24 16:43:04 +02:00
50d4a0a0fa pending translations from our translation server 2023-08-24 12:12:36 +02:00
1ed3306ac5 Calendar: disable scrolling on year/month in sidemenu calendar 2023-08-21 14:41:31 -06:00
35b0216687 * Calendar/CalDAV: Thunderbird and CalDAVSynchronizer: update only participant data, instead of failing when the event was changed 2023-08-10 15:11:48 +02:00
d72e76f244 * Calendar/CalDAV: download of whole calendar as ics with a GET request on the collection and download GET parameter gave an empty file 2023-08-09 14:57:40 +02:00
ad2096866e Can't use Framework::ajax_user_list(), it sends its data which conflicts with export wizard 2023-08-04 14:45:56 -06:00
780f16702f * Calendar: Change how participant emails are shown
Sidebox: emails are shown on hover
Edit dialog: emails are shown in search results
Week headers: emails are no longer shown

To support this, now sending account options from server instead of pulling from user list
2023-08-01 15:53:58 -06:00
d534623d73 fix timezone problem/shift for CalDAV introduces by REST API changes
only matters if EGroupware server-timezone is different from the user-timezone
2023-07-28 14:23:18 +02:00
01c276c3ea Calendar: fix click on event in planner view created a new event 2023-07-27 13:03:57 -06:00
d1c71c31fc Calendar: Force display CSS attribute to deal with egw.getHiddenDimensions causing idden calendars 2023-07-26 09:31:59 -06:00
60cccc612b Calendar: Fix hidden calendars in desktop and mobile view 2023-07-26 08:40:47 -06:00
3fc21a6434 Fix commit df1a099078 broke calendar in some browsers 2023-07-26 11:10:28 +02:00
425178e06c Make sure we are not hiding unnecessarily the grid which could lead to grid invisibility in mobile view 2023-07-26 11:10:04 +02:00
e0d284d3ae Calendar: Fix group calendar could be missing events under some circumstances
Static account options added to CalendarOwner were blocking the group data needed, fixed by using sent options over account options
2023-07-25 11:15:51 -06:00
6647381bca Calendar: Fix clicking in dayview with multiple users added them all to the new event 2023-07-24 15:42:50 -06:00
b013f75eef * Calendar: new REST API to read, create, modify and delete events, see https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Calendar.md 2023-07-24 17:08:18 +02:00
748673522c Fix calendar view no longer works in mobile view 2023-07-24 12:34:23 +02:00
7e333ceac9 WIP Calendar REST API 2023-07-21 17:41:37 +02:00
609d7b9855 Calendar: Stop double add for fast clickers 2023-07-20 16:56:32 -06:00
0e011c63e7 Calendar: More work on drag vs jiggle click
Now user must drag into the next time block to start drag to create.  Any movement inside the same time block is treated as a click.
2023-07-20 16:33:17 -06:00
16c9f5ef1d Calendar: Fix ignoring drag for events
Clicking inside the time was not ignored, causing a drag to be started
2023-07-20 10:27:37 -06:00
e0e40ac8f2 Calendar: Increase drag timeout to avoid confusion between very short drags and clicks 2023-07-19 15:34:50 -06:00
48063b9059 Calendar: Include all groups in owner/participant when account selection is not primary group
(and not none)
2023-07-18 09:32:25 -06:00
1f928a66bb Calendar: Pre-fill some options in calendar owner/participant when select account preference is "selectbox" 2023-07-17 16:45:16 -06:00
5b621ffcba Get rid of a bunch more warnings 2023-07-14 10:52:05 -06:00
27bf68f66b Calendar: Stop conflict dialog from refreshing main view 2023-07-14 08:49:28 -06:00
a379df8aeb WIP Mail REST API: calendar quick-add show title required client-side 2023-07-14 08:07:18 +02:00