Commit Graph

5382 Commits

Author SHA1 Message Date
nathan
1ed3306ac5 Calendar: disable scrolling on year/month in sidemenu calendar 2023-08-21 14:41:31 -06:00
ralf
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
ralf
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
nathan
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
nathan
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
ralf
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
nathan
01c276c3ea Calendar: fix click on event in planner view created a new event 2023-07-27 13:03:57 -06:00
nathan
d1c71c31fc Calendar: Force display CSS attribute to deal with egw.getHiddenDimensions causing idden calendars 2023-07-26 09:31:59 -06:00
nathan
60cccc612b Calendar: Fix hidden calendars in desktop and mobile view 2023-07-26 08:40:47 -06:00
hadi
3fc21a6434 Fix commit df1a099078 broke calendar in some browsers 2023-07-26 11:10:28 +02:00
hadi
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
nathan
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
nathan
6647381bca Calendar: Fix clicking in dayview with multiple users added them all to the new event 2023-07-24 15:42:50 -06:00
ralf
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
hadi
748673522c Fix calendar view no longer works in mobile view 2023-07-24 12:34:23 +02:00
ralf
7e333ceac9 WIP Calendar REST API 2023-07-21 17:41:37 +02:00
nathan
609d7b9855 Calendar: Stop double add for fast clickers 2023-07-20 16:56:32 -06:00
nathan
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
nathan
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
nathan
e0e40ac8f2 Calendar: Increase drag timeout to avoid confusion between very short drags and clicks 2023-07-19 15:34:50 -06:00
nathan
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
nathan
1f928a66bb Calendar: Pre-fill some options in calendar owner/participant when select account preference is "selectbox" 2023-07-17 16:45:16 -06:00
nathan
5b621ffcba Get rid of a bunch more warnings 2023-07-14 10:52:05 -06:00
nathan
27bf68f66b Calendar: Stop conflict dialog from refreshing main view 2023-07-14 08:49:28 -06:00
ralf
a379df8aeb WIP Mail REST API: calendar quick-add show title required client-side 2023-07-14 08:07:18 +02:00
nathan
4a7e5824c3 Calendar: further adaptations to using openDialog()
Fixes canceling quick add doesn't remove placeholder, invalid event gave no feedback
2023-07-13 16:29:14 -06:00
ralf
efaa3ae386 WIP Mail REST API: fix reported problems with calendar quick add 2023-07-13 18:44:00 +02:00
ralf
3e27def4f9 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-13 15:22:21 +02:00
nathan
50e3a1b204 Get calendar quick-add working with Ralf's changes to open an etemplate in a dialog (c63784d7e8), fix buttons from those etemplates weren't adopted 2023-07-11 17:07:51 -06:00
nathan
a57e02c77f Calendar: Fix creating links for addressbook contacts 2023-07-11 15:17:37 -06:00
nathan
fd79a175ce Calendar: Fix dnd reordering of owners 2023-07-11 14:57:57 -06:00
nathan
822507d341 Calendar: Fix 'None' category option was not translated 2023-07-11 09:09:12 -06:00
nathan
e9038d2f34 * Calendar: Added category filter for events without a category set 2023-07-10 15:58:04 -06:00
nathan
24e9f794ef Calendar: Fix month view did not show overflown event block 2023-07-10 13:57:34 -06:00
milan
5e3c67a5cf converted egw_action from javascript to typescript
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
2023-07-10 16:54:22 +02:00
nathan
08445f2857 Calendar: Improve videoconference link for recurring events to include recurrence date 2023-06-29 07:55:52 -06:00
nathan
26027796b3 Calendar: Fix extra timegrids sometimes visible in Firefox 2023-06-28 09:25:37 -06:00
ralf
8aca24e520 * Calendar: freebusy.php uses .vfb extension for better Outlook compatibility and fix using "cred" GET parameter with base64 encoded credentials 2023-06-23 14:55:31 +02:00
nathan
ed34a8407b Calendar: Fix moving cursor while clicking did not add an event 2023-06-22 13:52:42 -06:00
nathan
a4e6a3bbd8 Calendar: Fix all day non-blocking events hover display issue
When there are too many all day events, we hide some and only show them all on hover.  The day indicator was overlaid over the revealed events
2023-06-21 14:03:03 -06:00
ralf
0386a463ec fix returning unsanitized user-input 2023-06-16 09:38:32 +02:00
ralf
a98b895179 fix TypeError: Cannot access offset of type string on string 2023-06-15 16:15:23 +02:00
nathan
694ea2d6f3 Revert "Calendar: Fix very small drags did not open add dialog"
It causes "extra" clicks on events (opens the event and the add dialog), missed clicks, events not opening when clicked

This reverts commit b8b5601b48.
2023-06-15 08:10:43 -06:00
ralf
d1aa65a662 * Calendar: fix external organizer was not notified by mail (and other missing notifications of non-users)
caused by the check being done with email addresse while the uid used as key in participants is NOT the email address
2023-06-15 14:13:55 +02:00
ralf
ae12634639 fix TypeError: str_contains(): Argument #1 ($haystack) must be of type string, array given 2023-06-15 11:25:34 +02:00
nathan
67a1b107a7 Calendar: Fix missing translation in import filter 2023-06-14 13:53:41 -06:00
nathan
b8b5601b48 Calendar: Fix very small drags did not open add dialog 2023-06-14 11:20:41 -06:00
nathan
37bfeeaa16 Calendar: Fix mail -> event does not have user as new alarm option 2023-06-14 10:03:39 -06:00
nathan
f0361f5230 Calendar: Fix events that are hidden because there are too many did not have a tooltip 2023-06-13 15:03:01 -06:00
ralf
608963aa9b fix lots of warnings filling zpush logs 2023-06-09 18:28:57 +02:00