Commit Graph

151 Commits

Author SHA1 Message Date
7b466aed56 Calendar: Prefer icon from link registry, fall back to app icon if it's not set 2021-02-23 11:44:38 -07:00
cf9e3ae4e1 WIP to display calls in calendar 2021-02-23 00:16:51 +02:00
2455b7176d Calendar: Make events nicer for screen readers 2021-02-22 10:02:27 -07:00
8dedc3392f * Calendar: New context menu action to manually [re]send notifications 2021-02-09 13:50:27 -07:00
d5434d567b * Calendar: Fix videoconference link in event tooltip 2021-01-21 19:04:01 +01:00
487e2413ae Fix broken videoconference join action from tooltip call icon 2020-12-14 14:40:24 +01:00
0a180921e4 * Calendar: Fix missing category in event tooltip 2020-10-26 09:04:11 -06:00
5379a0c924 Home using non-global EgwApp instances for portlets 2020-07-30 13:00:53 -06:00
49dbd89afb Calendar: Fix bug preventing yearly planner from loading 2020-05-19 09:02:03 -06:00
d9b07b6ae4 Missing translations from Stefan Unverricht 2020-05-06 14:07:01 -06:00
df5f5a0ff4 Calendar: Fix some client side filter bugs
- Resources could cause error for some owner checks
2020-05-06 11:31:54 -06:00
4d6a2cf1b1 Calendar: Fix some client side filter bugs
- Resources that weren't the first selected were not displayed properly
- Selecting a group via ajax under certain conditions would not display its events
2020-05-06 11:00:47 -06:00
878dc659b1 * Calendar: Add clickable link to videoconference in event tooltip 2020-04-24 10:54:08 -06:00
901f9f0b50 * Calendar: Add videoconference icon to event tooltip 2020-04-23 14:57:51 -06:00
c72bd74884 Calendar: fix 'owner too' filter did not show when displaying a group and the event was owned by a group member who was not participating 2020-04-23 14:15:08 -06:00
04bf5580c8 * Calendar: Fix events later in the day would not show if one was filtered out 2020-04-20 12:00:59 -06:00
d9ecc966bb Fix client-side event status filter 'owner too' so group calendar shows events when a group member is an owner 2020-03-31 10:14:41 -06:00
1da1cb7b99 Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
a2d9e8cae0 Calendar: Fix cdbfcb391 broke planner view 2020-03-18 10:15:22 -06:00
cdbfcb391c Calendar: Fix some cases where a changed participant status would not remove the event when it should 2020-03-12 09:19:12 -06:00
b6374c833e Add missing js files in calendar 2020-03-05 13:21:02 +01:00
08b6cce51d Calendar to TS working 2020-02-27 13:37:36 -07:00
fa928efc57 Calendar - Pass group members on load to save some user data lookups 2018-12-19 15:31:44 -07:00
7debe27ada Fix infinite loop when hovering over holidays 2018-12-13 11:47:14 -07:00
e8127f7da7 * Api - Fix row category colors go missing after a change
- Row color css was not specific enough to override the default, and only worked because of load order
- Remove uneeded category CSS requests from calendar
2018-07-24 12:57:17 -06:00
04c4cd9d7a * Calendar - add preference to display birthdays as events as well as holidays 2018-03-05 15:07:37 -07:00
3e7ecbe692 * Calendar - always show non-blocking icon for non-blocking events, regardless of private flag 2018-03-02 10:55:06 -07:00
2e470ddee0 * Calendar - Fix moving event to an un-loaded day would show only that event when the day is viewed 2018-02-26 11:31:29 -07:00
c938cb37f1 * Calendar - add a line to the top of events so consecutive events are better separated 2017-11-22 11:54:31 -07:00
0ececf8c78 Set statustext value as text by default
- Introduce new boolean attribute called statustext_html in case we want
explicitly statustext gets rendered as html
- Fix Calendar tooltip with new statustext_html attribute
2017-09-05 19:04:45 +02:00
8aa4628f76 Calendar - fix sorting users in day view would sometimes disconnect header from day 2017-03-21 09:17:31 -06:00
983a72b3ab D is for delegated, not declined 2017-03-21 08:10:11 -06:00
2e152294c3 Calendar - fix no events shown in planner if you had empty rows hidden 2017-03-20 10:12:15 -06:00
4e88e33e5a High priority events get red title 2017-03-09 13:28:09 -07:00
d0913cb309 Fix title & description in calendar events were not escaped 2017-03-01 10:52:38 -07:00
578b5c8de6 Add summary of participant statuses to event tooltip (when there's 2 or more participants) 2017-02-27 10:00:17 -07:00
47643f06a6 Speed improvements for planner view 2017-02-24 10:33:02 -07:00
47674a96b5 Fix the bugfix (b799dda8c7) so planner view doesn't throw errors 2016-10-18 10:40:24 -06:00
b799dda8c7 Some bugfixes:
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-10-14 13:34:58 -06:00
a7d8130c54 Fix multi-day event display was using event start & end time for each day instead of filling the day 2016-09-15 08:35:07 -06:00
064b51bab2 Force user accounts to be listed first in tooltip, looks like some times they got put last instead 2016-09-02 08:21:57 -06:00
d5aa61671f Update parent when removing events out of normal work times 2016-08-30 08:30:48 -06:00
de91e82426 Add a missing space in event tooltip between multi-day start and end times 2016-08-03 09:34:08 -06:00
e3dd5ad4c4 Change timespan formatting to always show start & end time for single day events, similar to multi-day events 2016-07-28 16:39:26 -06:00
859f9b7126 Group event participants by type in event tooltip 2016-07-27 17:04:34 -06:00
a58c881af1 * Calendar: Fix opening a calendar entry sometimes doesn't work 2016-07-22 12:03:46 +02:00
246683331b Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr 2016-07-21 10:43:23 -06:00
99824b5510 Resource categories & distribution list expansion & fixes for planner view 2016-07-21 10:21:16 -06:00
6d5f820b97 Add resource categories to owner / participant search results
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-19 14:10:15 -06:00
115f420996 Implement drag to invite / move to for planner by user view 2016-07-14 10:59:11 -06:00