nathan
|
cbf47d7156
|
Calendar: Avoid JS error from flatpickr on init (provided an invalid date)
|
2023-05-02 09:38:33 -06:00 |
|
Ralf Becker
|
e7b340990a
|
pending translations from our translation server
|
2023-05-02 13:17:09 +02:00 |
|
StefanU
|
9d0ec03a50
|
Update previous.svg
Line width and radius corrected
|
2023-04-29 12:58:21 +02:00 |
|
StefanU
|
313b290938
|
Update next.svg
Line width and radius corrected
|
2023-04-29 12:57:15 +02:00 |
|
StefanU
|
16d6fcad45
|
Update recur.svg
Add missing size
|
2023-04-29 12:48:19 +02:00 |
|
nathan
|
8e9071acc8
|
Calendar: More sidebox owner fixes
- another instance of remote class causing problems
- remove duplicates to avoid warning message
|
2023-04-28 11:27:26 -06:00 |
|
nathan
|
86dac02826
|
Calendar: Fix second selected owner in sidemenu went missing
|
2023-04-27 14:02:41 -06:00 |
|
nathan
|
d70562e0be
|
Calendar: Avoid Undefined warning
|
2023-04-27 07:59:44 -06:00 |
|
nathan
|
1b632b8649
|
Calendar: Fix events not shown when showing calendar of a resource category
|
2023-04-26 08:18:27 -06:00 |
|
ralf
|
3c7650aaab
|
* Calendar/CalDAV: fix recurring events with users only added to an exception and have been deleted or rejected after
|
2023-04-25 15:14:01 +02:00 |
|
nathan
|
da68b83a07
|
Calendar: When moving an event reset status of non-users according to event owner's preference instead of always resetting
|
2023-04-19 11:00:35 -06:00 |
|
nathan
|
950f069fb2
|
Calendar: Fix category missing from event tooltip
|
2023-04-18 10:54:49 -06:00 |
|
nathan
|
ba46b48206
|
Calendar: Fix error shown after importing ical
"substr(): Argument #1 ($string) must be of type string, array given"
|
2023-04-14 10:45:19 -06:00 |
|
ralf
|
ccd6acd606
|
* Calendar/CalDAV: set current user as owner for events created in resource calendar
|
2023-04-05 16:08:36 +02:00 |
|
nathan
|
9eecc9218f
|
Calendar: Fix calendars on Home did not load when sidebox was not loaded
|
2023-04-04 13:16:35 -06:00 |
|
nathan
|
7dfb0f734f
|
Calendar: Fix missing scrollbar in conflict list
|
2023-04-04 09:26:14 -06:00 |
|
nathan
|
70916b8fe3
|
Calendar: fix update after delete does not show new events
Deleting the event caused a "hole" in daywise ID list, and trying to load that event's data failed.
|
2023-04-04 08:39:10 -06:00 |
|
ralf
|
4ccd15a50d
|
* Mail/Calendar: show scrollbar, if meeting request does not fit into preview area
|
2023-04-04 08:46:51 +02:00 |
|
nathan
|
6194c15b91
|
Calendar: fix planner's vertical bar time cursor did not follow mouse
|
2023-04-03 14:41:54 -06:00 |
|
nathan
|
de4b2746e5
|
Calendar: Fix calendars on Home did not load due to app.calendar being missing
|
2023-04-03 08:51:00 -06:00 |
|
nathan
|
14cedcea1a
|
Calendar: Fix "now" line in planner view took a minute to show up
|
2023-03-30 09:24:32 -06:00 |
|
nathan
|
f01f84885d
|
Calendar: Fix fallback icon if owner / participant has no lavatar
|
2023-03-28 14:43:50 -06:00 |
|
nathan
|
0bcb0ab356
|
Calendar: Fix recur exception button said "undefined" when it should have been hidden
|
2023-03-28 14:03:48 -06:00 |
|
nathan
|
b67abdafd1
|
Fix up recur days
|
2023-03-28 13:48:26 -06:00 |
|
Ralf Becker
|
d2d875d019
|
pending translations from our translation server
|
2023-03-28 10:10:20 +02:00 |
|
nathan
|
48c589f5fd
|
Calendar: Fix missing owner resource icons on initial load
|
2023-03-24 13:15:23 -06:00 |
|
nathan
|
0b5daa0fb6
|
Calendar: Fix group invitations were left out of "not rejected" filter
|
2023-03-24 09:16:06 -06:00 |
|
nathan
|
82ee38fffe
|
Calendar: Fix events from group invitations did not always show up when viewing planner view of a group member
see 1f61ff6cca
|
2023-03-23 15:13:45 -06:00 |
|
Ralf Becker
|
4caa637bd1
|
pending translations from our translation server
|
2023-03-23 21:18:45 +01:00 |
|
nathan
|
1f61ff6cca
|
Calendar: Fix events from group invitations did not always show up when viewing calendar of a group member
Fixed by pre-fetching the group members before trying to display events so they're there when we check
|
2023-03-23 13:09:36 -06:00 |
|
nathan
|
e21ce3f54b
|
Calendar: Fix drag and drop across weeks
Couldn't drop an event from one week to another
|
2023-03-17 13:45:54 -06:00 |
|
nathan
|
843aaae63c
|
Calendar: Get planner by category working again
Categories were missing due to change in how static categories are done. This should be changed to use promises, when we get here.
|
2023-03-15 12:02:11 -06:00 |
|
Ralf Becker
|
1a665046c9
|
pending translations from our translation server
|
2023-03-15 08:56:49 +01:00 |
|
nathan
|
9036186568
|
Calendar: Get calendar week view actions working from home portlet
|
2023-03-14 09:37:56 -06:00 |
|
ralf
|
84d067d2b9
|
WIP transpiling: an other missed StaticOptions usage
greped now for it to make sure it's the last
|
2023-03-14 09:44:55 +01:00 |
|
ralf
|
590d41bfb5
|
fix background-color reported as "" stalls rendering of calendar
|
2023-03-14 09:41:47 +01:00 |
|
nathan
|
db05adeb8c
|
Calendar: missed StaticOptions change
see 43dfaa6
|
2023-03-13 15:49:29 -06:00 |
|
nathan
|
7b8850cd78
|
Calendar: Fix custom alarm time did not show calendar for date
|
2023-03-07 11:11:16 -07:00 |
|
ralf
|
cba93ad4ce
|
fix some typos or ancient syntax
|
2023-03-07 08:19:15 +01:00 |
|
nathan
|
1538496df1
|
Home WIP: Get calendar working
|
2023-03-06 14:47:48 -07:00 |
|
nathan
|
db5be59ed0
|
Home: WIP home now shows stuff again
|
2023-03-06 13:19:48 -07:00 |
|
StefanU
|
61106c71d8
|
Add recur.svg
as replacement for png
|
2023-03-06 20:45:29 +01:00 |
|
StefanU
|
b0f9b87336
|
Delete reload.svg
|
2023-03-06 20:45:02 +01:00 |
|
StefanU
|
bc8d005659
|
Add reload.svg
as replacement for png
|
2023-03-06 20:41:39 +01:00 |
|
Ralf Becker
|
b5df04c07f
|
pending translations from our translation server
|
2023-02-28 09:27:00 +01:00 |
|
ralf
|
81d044d2a5
|
bump version to 23.1
|
2023-02-28 08:50:48 +01:00 |
|
nathan
|
0117c4bde3
|
Move client-side holidays cache to MODULE_GLOBAL egw.holidays(year)
|
2023-02-27 15:15:36 -07:00 |
|
StefanU
|
5f2ee0d3e5
|
Update planner_view.svg
New design
|
2023-02-27 19:56:02 +01:00 |
|
StefanU
|
59cf2ea82d
|
Update planner_category_view.svg
|
2023-02-27 19:55:01 +01:00 |
|
StefanU
|
83849de5a0
|
Update multiweek_view.svg
New design
|
2023-02-27 19:52:28 +01:00 |
|