nathangray
34ec346821
Fix favourites (& probably some more inherited stuff) broken by TypeScript conversion
...
Note that any properties declared in a sub-class aren't generally available until after the super() call is done, i.e. in the super constructor they're undefined.
2020-03-20 11:38:38 -06:00
nathangray
a2d9e8cae0
Calendar: Fix cdbfcb391
broke planner view
2020-03-18 10:15:22 -06:00
Ralf Becker
7932a3a693
pending changes from our translation server
2020-03-18 11:29:58 +01:00
nathangray
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
nathangray
458a40c792
Avoid some warnings caused by using foreach() over null
2020-03-11 09:25:31 -06:00
Hadi Nategh
0cc7ce12d0
merge master
2020-03-05 14:45:25 +01:00
Hadi Nategh
b6374c833e
Add missing js files in calendar
2020-03-05 13:21:02 +01:00
Ralf Becker
aef614b2f0
unit tests for basic CalDAV and special delete handling for CalDAV Outlook Synschronizer
2020-03-04 22:44:56 +01:00
Ralf Becker
476d4bd99d
* CalDAV/OutlookSynchronizer: reject invitations when client deletes them without appropriate rights in his calendar
2020-03-04 20:17:34 +01:00
Ralf Becker
44d9fcc790
Revert "* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar"
...
This reverts commit 4c6e41d479
.
2020-03-04 19:16:50 +01:00
Ralf Becker
78fe939b00
Revert "better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8"
...
This reverts commit 55a0c2b6bc
.
2020-03-04 19:16:37 +01:00
Ralf Becker
ce47208874
fix function signature in order to update to phpUnit 8
2020-03-04 18:47:48 +01:00
Ralf Becker
55a0c2b6bc
better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8
2020-03-04 18:46:47 +01:00
Ralf Becker
4c6e41d479
* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar
2020-03-04 16:58:38 +01:00
Ralf Becker
65294a3e19
fix error on window closing in Chrome 80+
...
caused by Chrome 80+ no longer allowing to send a synchronious ajax request from beforeunload handler, using sendBeacon (async request with keepalive=true) instead
2020-03-02 10:43:19 +01:00
nathangray
08b6cce51d
Calendar to TS working
2020-02-27 13:37:36 -07:00
nathangray
e68071a073
WIP Calendar to typescript
2020-02-27 11:44:34 -07:00
Ralf Becker
1bbfb13421
* CalDAV/Calendar: always set organizer and participants outside own calendar
...
in own calendar organzier and participants are suppressed if owner is only participant
2020-02-26 13:51:58 +01:00
nathangray
e99c3368e6
* Calendar: initial load speed improvement
...
Skip the server-side get_rows() call to get to the UI faster it not on listview
2020-02-21 11:20:04 -07:00
nathangray
1738c07d4a
* Calendar: Change default date range when nothing else is set to current month
2020-02-20 09:57:22 -07:00
Ralf Becker
4447e1a618
pending translations from our translation server
2020-01-30 13:47:32 +01:00
Ralf Becker
0f64b4c740
* CalDAV/Calendar: fix for first recurence being an exception cause it to be deleted by mac calendar
...
due to wrong start of series not taking execption into account
also fix missing timezone in EXDATE did not match recurrence
2020-01-10 11:13:18 +01:00
Ralf Becker
a9d07620d4
* Calendar/CalDAV: virtual exceptions (different status for recurrences) were not exported
2020-01-07 17:31:58 +01:00
Ralf Becker
e3aeb0487c
pending changes from our translation server
2019-12-20 08:42:01 +01:00
nathangray
dd0e70367b
Calendar: When changing status for a resource (or other non-account participant) try for a better notification message that includes that resource
2019-12-18 11:59:09 -07:00
nathangray
01da1c3bd4
Calendar: Make sure search from sidebox doesn't come back in list view after being cleared
2019-11-25 15:47:02 -07:00
nathangray
371aede01f
Calendar: Fix notifications of status changes done on behalf of another user sent as changes for the current user instead
2019-11-20 15:16:16 -07:00
nathangray
24e113a441
Calendar: notification preference label change, with translation from Birgit
2019-11-20 10:13:58 -07:00
nathangray
f59f6bbc3f
Calendar: Fix favorites with accounts not in primary group only show ID in sidebox owner
2019-11-19 15:56:12 -07:00
Ralf Becker
7cd4169768
* all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy
2019-11-15 13:54:34 +01:00
Ralf Becker
7756044224
update timezones to version 2.2019c
2019-11-11 13:31:37 +01:00
Ralf Becker
9868c3c590
fix freebusy.php to work with 19.1 without old phpwapi installed
2019-11-05 10:56:41 +01:00
nathangray
724b2ad329
Calendar: Rework some phrasing in the preference, make sure it only applies to "responses", not other changes
2019-11-04 10:51:58 -07:00
nathangray
e3d30f1742
Calendar: Slightly adjust spacing of calendar sidebox today button
2019-11-01 14:25:08 -06:00
Ralf Becker
ebf2cd8601
pending translations from our translation server
2019-10-31 12:55:11 +01:00
nathangray
6d00d548a8
* Calendar: Fix selecting a group in planner by user view did not always load group members
2019-10-29 10:57:01 -06:00
nathangray
3d865efa38
* Calendar: New preference for notifications about events you created, but are not a participant in
2019-10-28 15:29:36 -06:00
nathangray
cd373aa7f6
* Calendar: Fix copy event loses links
2019-10-23 14:12:00 -06:00
Ralf Becker
3946d084ec
Revert "* Calendar - fix event owner and chair were always getting update notifications, regardless of preference"
...
This reverts commit 94782bee06
.
2019-10-23 16:38:43 +02:00
nathangray
7f6b3dab18
Calendar: Keep passed links through quick add -> edit
2019-09-25 11:30:16 -06:00
Hadi Nategh
9b4f6a8349
Improve toolbar admin sections
2019-09-25 11:17:55 +02:00
Ralf Becker
33682e4824
* Calendar: fix not working print view, if conventional add popup is enabled
2019-09-25 10:56:55 +02:00
nathangray
e83ad2cf5a
Calendar: Make sure owner is sent as an array for proper processing of default_participant preference
2019-09-23 09:49:10 -06:00
Hadi Nategh
b3a48cbbc9
Fix top menubar for calendar in mobile mode
2019-09-23 12:29:13 +02:00
nathangray
b7eb1f866b
Calendar: Add owner to values passed from quick add to edit dialog.
...
This fixes a bug where if multiple accounts were viewed as separate calendars, all accounts were added as participants when Quick add -> Edit was used on a single calendar
2019-09-20 09:47:51 -06:00
nathangray
6cbf065f7a
Calendar - Different way to get participants for quick add -> edit
2019-09-16 11:46:10 -06:00
nathangray
47cde432ef
* Calendar - Fix quick add lost additional participants
2019-09-16 10:46:35 -06:00
nathangray
5980266fc7
Calendar - more icon changes from Eva
...
- Restore today icon
- replace day view icon
- better names for view icons to avoid future confusion
2019-09-13 09:50:33 -06:00
nathangray
2f1dfcc3d8
Calendar - Fix another case of group events not showing properly
2019-09-11 13:29:07 -06:00
Ralf Becker
a16a715829
* calendar: update to timezones version 2.2019b
2019-09-11 18:37:38 +02:00
nathangray
6c772f7289
Calendar - button icons & icon size update for conflict & freetime search
2019-09-10 10:35:37 -06:00
nathangray
ea1d654dea
Calendar - unified button icons from Eva
2019-09-09 09:46:32 -06:00
nathangray
3e38ce2268
Calendar - add missing group memberships on initial load when user is not in group
2019-09-03 15:50:14 -06:00
nathangray
ecdfc9808d
Calendar - add missing group memberships on initial load. Fixes group calendars don't work.
2019-08-30 13:30:51 -06:00
nathangray
94782bee06
* Calendar - fix event owner and chair were always getting update notifications, regardless of preference
2019-08-26 10:45:14 -06:00
Hadi Nategh
fe2d0d243d
Add bullet icons to calendar's sidemenu items
2019-08-22 14:42:27 +02:00
Ralf Becker
c706f3f09c
pending translations from our translation server
2019-08-22 13:57:23 +02:00
nathangray
9cbc941c8d
Calendar - fix side calendar's Today button positioning
2019-08-20 13:54:51 -06:00
nathangray
0f5ff805ec
Calendar - fix incorrectly moved preference read
2019-08-14 14:33:30 -06:00
Hadi Nategh
a3d0a6e9ab
* Notifications: remove calendar notification from the list after applying any of actions
2019-08-14 16:30:59 +02:00
nathangray
45ea4cb81a
Calendar - Fix participant status reset to only reset [non-user participant's] status on start time change
2019-08-13 11:37:23 -06:00
Hadi Nategh
9d5838ad97
Apply 5/7 changes to mobile theme
2019-08-06 10:00:53 +02:00
Ralf Becker
bf2e396486
Italien translations from Ilias/Webtrain
2019-08-06 09:57:40 +02:00
Hadi Nategh
2fd64d4b58
Make icons of 5/7 switch bigger
2019-08-05 10:36:23 +02:00
Ralf Becker
e9215fa805
pending translations from our translation server
2019-08-03 08:58:22 +02:00
nathangray
11e145967e
Remove unused preferred export definition preference
2019-08-02 10:17:16 -06:00
nathangray
6229760af0
Calendar - add Invite permission for email addresses, fixes not possible to invite email addresses if users need invite permission
2019-07-26 14:59:10 -06:00
Ralf Becker
2128a64a7e
pending SK translations from our translation server
2019-07-26 10:54:41 +02:00
Hadi Nategh
95e10853b0
Apply css changes to avoid conflicts
2019-07-22 11:38:13 +02:00
Ralf Becker
efcb0471b3
bump version to 19.1
2019-07-16 10:46:59 +02:00
Ralf Becker
0addb59e99
pending translations from our translation server
2019-07-04 12:39:40 +02:00
nathangray
4058d0f659
Calendar - make sure everything closes after you click 'Ignore conflict' on the popup after using quick event add
2019-06-24 09:56:18 -06:00
nathangray
38bed5c1c6
Calendar - change default for reset participant status from no to always
...
- update help text for that preference
2019-06-24 09:41:29 -06:00
nathangray
29cf6e60aa
Calendar - avoid warning about illegal string offset 'template'
2019-06-21 09:52:59 -06:00
nathangray
afdee4b2eb
Calendar - Fix js error reading holiday event preference
2019-06-19 09:19:01 -06:00
nathangray
64e1a5a830
Calendar - create function for reset of participant status when event is moved
...
- Still respecting preference for users
- Always resetting non-user participants
2019-06-18 15:11:53 -06:00
nathangray
5fce8985b8
Missing translations from Stefan Unverricht
2019-06-18 11:43:37 -06:00
nathangray
cd76cccf8b
*Calendar - Quick add dialog now shows conflict warning instead of quietly stopping
2019-06-17 10:24:47 -06:00
Ralf Becker
f11827a8f3
pending changes from our translation server
2019-06-17 16:18:08 +02:00
Hadi Nategh
b0d47a8496
Update tentative icon
2019-06-17 09:48:38 +02:00
Ralf Becker
3346976e22
several fixes for z-push 2.5 and iOS 12.3:
...
- send not invitations as calendar-events, just email meeting requests, as they double the events with z-push 2.5 and iOS 12.3
- send all participants incl. organizer as participants, as Exchange also does that and they are otherwise lacking on Android
- fix meeting requests without CLASS:PUBLIC got imported as private events
- better logging for ChangeMessage
2019-06-14 21:12:05 +02:00
Ralf Becker
52fb5237f6
pending translations from our translation server
2019-06-06 09:10:31 +02:00
nathangray
45b4c2112c
Calendar - cast cal_id to varchar in sort too to avoid PostgreSQL error
2019-06-05 14:34:42 -06:00
nathangray
bddc878a96
Calendar - Check against user time when deciding if notifications should be sent
2019-06-05 14:02:31 -06:00
nathangray
99a223a5ad
Calendar - Only send update notifications if the event is in the future
2019-06-03 11:28:39 -06:00
Ralf Becker
3f76e491d5
display header in toolbar again (after framework changes)
2019-05-29 12:38:33 +02:00
Ralf Becker
75403eea94
* CalDAV/CardDAV: allow removing categories
2019-05-28 18:48:14 +02:00
Ralf Becker
5b7281ed5c
Revert "some chars also require encoding for iCal 2+ or vCard 3+"
...
This reverts commit f75b9e93f4
.
2019-05-28 16:27:50 +02:00
nathangray
a5b18a8c7b
Pass ignore_acl parameter onto event read, to properly find previous event when ignoring acl
2019-05-27 16:17:53 -06:00
Ralf Becker
038caabd72
some chars also require encoding for iCal 2+ or vCard 3+
2019-05-27 17:00:40 +02:00
Ralf Becker
1338090a84
* CalDAV/CardDAV: encoding VT (vertical tab) as it stalls Outlook (CalDav Synchronizer)
2019-05-24 15:11:07 +02:00
Ralf Becker
310182cc85
Add translations
2019-05-14 17:27:48 +02:00
Hadi Nategh
fc97b2d242
Add missing svg icons
2019-05-03 11:01:59 +02:00
nathangray
d095241a55
Make sure week labels with unknown users get updated when the names come back from the server
2019-05-02 11:20:38 -06:00
nathangray
c8589b6439
Avoid type error while updating events if old_event is not found
2019-05-02 09:24:49 -06:00
Ralf Becker
0121d50c30
* Calendar: fix alarms on recurring events got lost after 1st ocurrence
2019-04-26 15:13:44 +02:00
Ralf Becker
9bd4ccde4c
* iMip/Mail/Calendar: fix event-doublication on accepting, if the event was deleted once
...
caused by the deleted event was returned first and then ignored by calendar_ui::meeting
2019-04-25 16:22:34 +02:00
nathangray
f44a26432c
Some changes to tests, maybe they pass
...
Mostly about getting a session for Sharing, even though we're on the command line
2019-04-24 14:14:35 -06:00
Hadi Nategh
bb16d47c7c
Let single day view gets updated while printing
2019-04-16 10:51:51 +02:00
Hadi Nategh
37792a7ef3
Improve calendar 7/5 days switch
2019-04-15 17:06:42 +02:00
Hadi Nategh
36ca3dd024
Fix calendar report not taking all categories into account
2019-04-15 12:12:20 +02:00
Hadi Nategh
bf309755ef
Fix calendar report not taking Day Light Saving into account
2019-04-10 09:07:06 +02:00
Ralf Becker
f5882ddd8d
Add some translation
2019-04-08 15:55:28 +02:00
Hadi Nategh
08ac18c4db
Apply new style for row selection and hover
2019-04-03 11:26:32 +02:00
Hadi Nategh
fcdfcefb00
Fix calendar header bg color
2019-04-01 16:02:27 +02:00
nathangray
1c8db476f3
Missing or not translated phrases from Stefan Unverricht
2019-03-29 09:22:06 -06:00
Ralf Becker
4e9c648c6a
some missing translations incl. not commited EN ones
2019-03-29 15:50:37 +01:00
nathangray
484ec5aaa7
Calendar - import ical Add additional option to select category for iCal import.
...
iCal.
2019-03-27 10:27:24 -06:00
Hadi Nategh
44d81664cd
Add some translations
2019-03-27 15:07:01 +01:00
Hadi Nategh
266d4ebd70
Some more styling changes:
...
- Add png version of app icons
- Add nm header column selection icon
2019-03-26 12:21:33 +01:00
Hadi Nategh
74dde1dd0e
Apply some new app colors and icons
2019-03-25 09:53:17 +01:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00
Ralf Becker
bf51083891
* ActiveDirectory: fix "not a valid GUID" error, when getting an avatar of a group
2019-03-09 12:38:15 +01:00
Ralf Becker
bc1db0019a
remove stroke / outline from svg images
2019-03-06 15:47:53 +01:00
Hadi Nategh
7b5b8f4a56
Organize themes and remove old themes:
...
- Move color code defs into less definitions
- Remove Traditional theme
- Make Modern theme standard
- Make pixelegg default theme as Monochrome
2019-03-05 11:17:01 +01:00
Ralf Becker
6e6137cdcb
fix not working Export from calendar edit popup's actions
2019-02-25 09:44:31 +01:00
Ralf Becker
1246d77e28
fix Lightning work-around for %40
2019-02-21 17:49:54 +01:00
Ralf Becker
8670036af6
* CalDAV: work around Lighning not having synced event before accepting
2019-02-21 17:00:00 +01:00
Ralf Becker
7e79088191
* Calendar/Email: multiple users of external meeting request no longer overwrite each other status when accepting
2019-02-21 15:06:26 +01:00
Ralf Becker
5086e6cca3
* All apps: improved speed when searching with (many) custom-fields
2019-02-18 19:23:13 +01:00
nathangray
d805e9f467
Stop using deprecated each(), using foreach(), key() or current() instead
2019-02-12 14:13:45 -07:00
nathangray
f1295cce1c
Calendar - make day header blue and always show user name in day view
2019-02-05 15:45:06 -07:00
nathangray
c9a16d0caf
Show week number instead of user name for single calendar, single day
2019-02-01 10:12:03 -07:00
nathangray
72c21bffcf
Calendar - fix week view display name of other user, broken by 9742956c
2019-01-24 11:16:19 -07:00
nathangray
f255a80f52
Calendar - queue unknown owner label requests
2019-01-22 09:32:58 -07:00
Ralf Becker
7ab0d0b6d2
* Calendar/CalDAV: fix yearly recurring events stalling sync
...
also fixed PHP Warning about array_intersect parameter 2 not being an array
2019-01-21 12:57:52 +01:00
nathangray
c535708332
Calendar - Fix context menu copy & print actions
2019-01-17 09:21:19 -07:00
nathangray
f328b82972
Calendar - New event in top bar now sets time to start of next hour
2019-01-14 11:07:34 -07:00
nathangray
054fee2bbe
*Calendar - New event (+ button) now sets time to start of next hour
2019-01-14 11:01:00 -07:00
Ralf Becker
f09ffe0036
pending translations from our translation server
2019-01-12 21:00:32 +01:00
nathangray
61d0e9874f
Calendar - fix status filter for planner by user view
2019-01-11 14:01:49 -07:00
nathangray
ac3656d85d
Avoid JS error if account selection is turned off
2019-01-11 11:50:55 -07:00
nathangray
03aa34460a
Change calendar link registry's add to use javascript so we can open client side
2019-01-10 15:01:05 -07:00
Ralf Becker
45180fa2d2
translation for new message
2019-01-10 19:03:17 +01:00
Ralf Becker
c560fe084e
* Calendar/Mail: tell user if an event has been already already deleted when viewing a meeting request
2019-01-10 18:59:29 +01:00
Ralf Becker
8d4c7cc906
disable "warning" that we have no rights to store any modification
...
if user accept or reject a meeting invitation displayed in email
2019-01-10 17:34:33 +01:00
Hadi Nategh
dab4168c40
Add more translations
2019-01-10 15:05:09 +01:00
nathangray
00ea499559
Calendar - open add into a dialog widget
2019-01-09 16:48:04 -07:00
nathangray
00885da412
Translation from Birgit
2019-01-09 10:41:36 -07:00
Ralf Becker
3a18819fd1
fix origin
2019-01-08 12:29:52 +01:00
nathangray
38999007a9
Don't require title for quick add so you can go to edit with no error
2019-01-07 15:56:20 -07:00
nathangray
1fe784ad3c
Calendar - Move quick add preference to configuration tab
...
- Fix wrong preference name in add dialog checkbox
- Translations from Birgit
2019-01-07 09:23:49 -07:00
Hadi Nategh
4e59184d00
Fix translations for Home screen
2018-12-20 16:06:12 +01:00
Nathan Gray
a4872300b4
Merge pull request #51 from nicorac/master
...
Bug in free/busy request handling (master)
2018-12-19 15:33:43 -07:00
nathangray
fa928efc57
Calendar - Pass group members on load to save some user data lookups
2018-12-19 15:31:44 -07:00
nicorac
cb106cf4f9
Fixed attributes cleanup in calendar_groupdav.post() and calendar_groupdav.put()
2018-12-19 21:50:13 +01:00
nicorac
64c1c126c0
Function calendar_ical.aggregate_periods() returns only the last event
2018-12-19 21:49:48 +01:00
nathangray
6bf8f6bb26
Fix some more PHP 7.2 warnings
...
Remove some calls to deprecated each()
2018-12-18 10:20:23 -07:00
Hadi Nategh
63570062b1
Attempt to normalize select color in standard template
2018-12-17 15:49:22 +01:00
nathangray
e525f7d5e3
Calendar - Allow to save alarms for all participants
2018-12-14 11:51:46 -07:00
nathangray
6a760e193d
Calendar - Allow event owner to save alarms for all participants
2018-12-14 11:50:15 -07:00
Hadi Nategh
e52f3493f1
Prevent select widget from loading when running setup-cli. Fixes travis failure.
2018-12-14 11:15:28 +01:00
nathangray
5e9cace2bc
* Calendar - Quick add dialog for new events
2018-12-13 14:35:26 -07:00
nathangray
7debe27ada
Fix infinite loop when hovering over holidays
2018-12-13 11:47:14 -07:00
Hadi Nategh
d9e1ddf506
W.I.P. of modern theme with SVG icons enabled:
...
- add colored svg navbars
2018-12-11 16:52:55 +01:00
Ralf Becker
01bd78e34a
fix PHP 7.3 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
2018-12-11 12:45:50 +01:00
Hadi Nategh
b24d9f9cde
Fix missing space and extra spaces in calendar's birthday tooltip
2018-12-10 14:20:35 +01:00
Ralf Becker
c3b518b7d5
fix typo
2018-12-10 14:14:26 +01:00
Ralf Becker
fc95580c05
pending spanish translations from our translation server
2018-12-10 12:29:14 +01:00
Ralf Becker
3552afa91c
converting turkish translations to utf-8
2018-12-10 10:59:43 +01:00
Ralf Becker
d65194fce3
* Calendar/CalDAV: store huge iCal attributes compressed to fix stalled sync of Outlook/Exchange events
...
X-ALT-DESC from Outlook/Exchange gets easy over 16k of our table, but it's nicely compressable ;)
2018-12-09 13:54:35 +01:00
nathangray
15c94135bc
- Add participant filter
...
- Change event status filter to one only, since multiple doesn't work
- Allow overriding of label, tag & multiple in filter
2018-12-06 11:41:31 -07:00
Ralf Becker
a26e0717b5
remove he and rw translations, as they contain (nearly) nothing and are not selectable
2018-12-06 14:11:42 +01:00
nathangray
e05ab4e7b7
* Calendar - add filters to iCal export definitions
2018-12-05 11:13:47 -07:00
Ralf Becker
63fa1e98db
* CalDAV/CardDAV: allow up to 255 char UIDs to support OutlookCalDAVSynchronizer
2018-12-04 10:51:05 +01:00
nathangray
87ea099f05
Calendar - fix selecting 'Select all' did not consistently set select_all in calendar listview
2018-12-03 15:31:12 -07:00
nathangray
5e2202788a
Calendar - add a update to handle old 'resources' preference
2018-11-30 13:07:30 -07:00
nathangray
8451836a92
Import/Export - change signature of method that gets options to allow definition-specific values
...
Do export too, for consistency
2018-11-29 10:32:42 -07:00
nathangray
dba9a76246
Import/Export - change signature of method that gets options to allow definition-specific values
2018-11-29 09:35:35 -07:00
nathangray
e10905988a
- Change resources preference option back
...
- Fix default to be resources with conflicts
2018-11-28 09:40:09 -07:00
nathangray
0c5d8a5784
* Calendar - Allow specifying the charset when importing ical
2018-11-27 15:56:40 -07:00
nathangray
ab2b00cd13
Calendar - fix empty history logs after drag and drop
2018-11-27 11:01:11 -07:00
nathangray
a999e6e94f
* Calendar - Remove option to skip resource detection, we always do it now.
2018-11-23 10:01:58 -07:00
nathangray
5e48cbe78c
* Calendar - fix alarm removed if user is only participant because of group invitation
2018-11-22 11:35:35 -07:00
nathangray
e9910345dc
Calendar - fix missing history in a way that doesn't fail every test
2018-11-21 13:50:29 -07:00
nathangray
cbaf7e7062
Calendar - fix missing history
2018-11-21 13:24:49 -07:00
Hadi Nategh
2690ec5053
Introduces avatar.php and replaces all addressbook.photo urls accordingly
2018-10-31 13:49:51 +01:00
nathangray
9742956c67
* Calendar - fix missing week numbers on multiweek view and wrong scrolling
2018-10-29 11:30:50 -06:00
Ralf Becker
bb369167e2
pending translations from our translation server
2018-10-26 16:20:45 +02:00
nathangray
78ddd31b71
* Calendar - fix recurring events were left out of merge from list
2018-10-25 10:09:46 -06:00
nathangray
d36d18a148
Calendar - In week view always display name of selected user if not self
2018-10-22 10:31:10 -06:00
nathangray
24b869d61a
* Calendar - Add checkbox to turn on or off emptying calendar before iCal import
2018-10-22 09:25:28 -06:00
Ralf Becker
83417962e9
release session to allow parallel requests to run
2018-10-19 11:48:53 +02:00
nathangray
0f016bcd7b
Change missing owner label lookup to deal with async request
2018-10-11 12:54:17 -06:00
nathangray
5b14dc2f1a
Show category name instead of ID in link title
2018-10-10 10:35:31 -06:00
Ralf Becker
9f6a7e3187
fixing no grant required for inviting contacts
2018-10-09 18:59:56 +02:00
Hadi Nategh
8808f15934
No grant required for inviting a contact
2018-10-09 18:09:34 +02:00
Ralf Becker
364305ed64
fix PHP Warning: Illegal string offset 'owner'
2018-10-09 13:57:15 +02:00
Ralf Becker
cc22e89242
* CalDAV: CalDAVSynchronizer: only allow owner/organizer to update or delete an event (not users with edit/delete rights)
2018-10-09 13:15:11 +02:00
nathangray
eb7ea6bfab
Fix resource invite permission was checked for every resource type
2018-10-01 10:26:06 -06:00
nathangray
0354a00aa2
Some missed translations reported by Stefan Unverricht
2018-09-27 11:46:29 -06:00
nathangray
1e98a89bbd
* Calendar - fix multi-day events ending at 00:00 would only be shown for the first day
2018-09-24 11:24:05 -06:00
nathangray
be731519cf
* Calendar - fix adding events to days loaded and cached but not shown in current view would not show when view gets changed
2018-09-24 10:20:56 -06:00
Ralf Becker
d9e2d991e1
fix not working CalDAV PUT of recurring event
2018-09-24 15:51:03 +02:00
Ralf Becker
f7d09e9ec0
* CalDAV: work around problems with Outlook CalDAV Synchroniser ( https://caldavsynchronizer.org/ )
...
- sends a DELETE to reject a meeting request --> deletes event for all participants, if user has delete rights on the calendar
- always sends all participants back with status NEEDS-ACTION --> resets status of all participant, if user has edit rights
--> remove all add, edit, delete rights from other users
2018-09-20 15:58:00 +02:00
Ralf Becker
c1316beda5
WIP: periodic running admin-commands
2018-09-18 16:27:40 +02:00
Ralf Becker
a495e167fd
* CalDAV/Calendar: iOS sometimes created a new event when confirming a deleted one
2018-09-13 15:35:56 +02:00
nathangray
5159c2f8e5
Calendar - fix incorrect translation, reported by Gerlind Bruschek
2018-08-23 10:40:32 -06:00
nathangray
28781956fe
Calendar - Fix bug exporting list to iCal with no end date gave empty file
2018-08-22 10:00:40 -06:00
Hadi Nategh
3c85c5ce9c
Fix broken calendar list caused by unintentional change from commit 8795f1865a
2018-08-21 14:48:14 +02:00
nathangray
be3bcab3e8
Use the right lang code
2018-08-15 09:18:14 -06:00
nathangray
4d8fbf8b28
Disable unsupported definition filter option for iCal export
2018-08-14 11:18:39 -06:00
nathangray
1e6d81766c
Add some missing translations
2018-08-14 10:47:20 -06:00
nathangray
8f7cf3541b
* Calendar - Fix CSV export search results did not work (gave error)
2018-08-14 10:04:27 -06:00
Ralf Becker
d2b2924638
fix wrongly displayed time in alarms
2018-08-13 15:26:50 +02:00
Ralf Becker
e88450037a
fix wrong time for past alarms and added nicer working for alarm "at start of the event"
2018-08-10 11:32:35 +02:00
Ralf Becker
6908598eaa
update timezones to version 2.2018e from Mozilla Lightning
2018-08-09 12:14:37 +02:00
Ralf Becker
af6c2a0f25
* CalDAV/Calendar: fix not working snozzing of alarms in Thunderbird
...
Caused by triggered alarms were - so far - immediatly deleted, now we keep them around for an other day, so TB get them in the update iCal after PUTing its X-MOZ-SNOOZE-TIME-<timestampt>
2018-08-07 15:03:59 +02:00
Ralf Becker
a2758c4319
* CalDAV/Calendar/Resources: do not allow to change resource quantity via CalDAV
...
Resource quantity is restored from existing event, as neither iOS nor Thunderbird returns our X-EGROUPWARE-QUANTITY attribute on the attendee. Also display quantity > 1 in brackets after resource name.
2018-08-06 19:04:41 +02:00
Ralf Becker
17f8e3016b
* CalDAV/Calendar: fix accepting invitations with an not attending organizer adds organizer as attendee
...
Before we added a not attending organizer as attendee with status DELEGATED, now we no longer add him as attendee at all.
2018-08-06 18:21:45 +02:00
Ralf Becker
42736c833c
* CalDAV/Calendar: dealing with Thunderbird setting partipant status on organizer
...
If secritary creates an event in the owners calendar the owner/organizer is on status NEEDS-ACTION.
Accepting that event in Thunderbird set PARTSTAT=ACCEPTED on ORGANIZER, while ATTENDEE is still on PARTSTAT=NEEDS-ACTION. In that case prefer the PARTSTAT from ORGANIZER over ATTENDEE.
In my opionion Thunderbird behavior is wrong, thought that fix does not do any other harm,
as no other client sets PARTSTAT in ORGANIZER.
2018-08-06 18:21:45 +02:00
Ralf Becker
e8f067097b
fix PHP Warning: Invalid argument supplied for foreach()
2018-07-30 09:51:44 +02:00
Hadi Nategh
10a4662d07
* Notifications: fix some calendar notifications event can not be opened, error: "egw.open() app is not in registery!"
2018-07-27 11:13:07 +02:00
nathangray
58490c24b7
* Calendar - add birthday icon to planner for time scales less than a month
2018-07-24 16:20:50 -06:00
nathangray
a75272b1bc
* Calendar - merge placeholder {{participant_emails}} now includes group members for group invitations
2018-07-24 13:34:49 -06:00
nathangray
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
Hadi Nategh
c5e902926b
Fix notifications with same id but no links are not getting grouped together
2018-07-23 16:25:07 +02:00
Krzysztof Kaczmar
7881945c68
Some fixes in Polish language files
2018-07-23 14:01:10 +02:00
Hadi Nategh
8795f1865a
Fix calendar today/go button sometimes get misaligned in the sidebar
2018-07-23 09:55:54 +02:00
nathangray
b17c525e75
* Calendar - Fix today button positioning - was too far down in Firefox
2018-07-20 10:09:58 -06:00
nathangray
26d8bd1cfb
* Calendar - Fix missing first row in planner by category view
2018-07-19 13:59:45 -06:00
nathangray
1c2466334e
* Calendar - Fix participant quantity lost when changing status
2018-07-19 13:38:24 -06:00
Hadi Nategh
7c01fa533b
Change from legacy-options sub-type to type_filter
2018-07-19 17:07:08 +02:00
Krzysztof Kaczmar
28aae75bed
Fix typos in Polish language files
2018-07-18 12:59:03 +02:00
Ralf Becker
b4012e34f4
* Calendar: fix EGroupware users were notified even if they choose not to in their preferences
2018-07-17 16:03:38 +02:00
Hadi Nategh
5187b74a12
Add some translations
2018-07-12 16:16:36 +02:00
Hadi Nategh
eb5652dc20
* Api: get avatar showing up for taglist accounts and calendar owner
2018-06-29 10:12:59 +02:00
Ralf Becker
f6a6412d25
also show external organiser in textual replies and remove him from participants
2018-06-27 20:22:04 +02:00
Ralf Becker
8e419f1c1a
* Calendar/Mail: handle meeting requests for single recurrences and exceptions
2018-06-27 18:28:20 +02:00
Hadi Nategh
b64d96f3de
* Calendar: Fix notifications show actions for alarm notify messages
2018-06-27 16:25:29 +02:00
Marcel Klehr
75572b64c8
Fix calendar invitations of resources
...
Used to prevent anyone from inviting when general access was disabled
now it only prevents users who don't have direct booking permission.
see #38
2018-06-27 15:44:47 +02:00
Ralf Becker
8d253de6f6
fix IDE warnings
2018-06-27 10:59:31 +02:00
Ralf Becker
c4e4eb45a4
* Calendar/CalDAV: sending correct iMip REPLY to mail invitations and only reply to external chair
2018-06-26 15:58:44 +02:00
nathangray
499c0a2de3
Calendar - add participant or category to events created via planner view's context menu
2018-06-21 14:14:04 -06:00
Hadi Nategh
32999ee231
Set notify priority to high only for alarms
2018-06-21 17:29:39 +02:00
nathangray
8ea2c6a913
Calendar - planner view context menu Add action now uses date you clicked on
2018-06-20 14:21:35 -06:00
nathangray
6fab7bfc91
Calendar - reset meeting request to send using TO, email all participants uses BCC
2018-06-20 13:32:47 -06:00
nathangray
6baad3bee1
* Calendar - add context menu actions for email & documents to non-list views
2018-06-19 14:35:08 -06:00
nathangray
e11f22f0e9
* Calendar - fix event positioning bug in yearly planner view
...
Events would sometimes be mis-sorted into a different month and show at the start of the month
2018-06-19 10:22:13 -06:00
nathangray
281564b4a6
* Calendar - Mail all participants action now uses BCC instead of TO
2018-06-19 09:12:42 -06:00
Hadi Nategh
6b74f2685d
* Notifications: implements entry based priority to make user more aware about certain notifications like calendar alarm entry.
2018-06-19 16:03:10 +02:00
nathangray
17daf70e8a
Use same action for timsheet in list view as other views
2018-06-18 11:57:25 -06:00
nathangray
eb13a71027
* Calendar - Move some general preferences into a new tab "Configuration"
2018-06-15 09:10:09 -06:00
Ralf Becker
ba55ea67cc
* Calendar: fix SQL error during purge caused by droped SyncML support
2018-06-14 10:39:13 +02:00
nathangray
bc43d93950
* Calendar - Open timesheet from recurring event on selected occurence instead of first occurence
2018-06-08 11:32:38 -06:00
nathangray
3444126629
* Calendar - Add preference to update calendar view immediately when navigation calendar in sidebox is changed
2018-06-05 12:57:26 -06:00
nathangray
a874535df4
* Calendar - fix week header rendering problem in some languages
...
Translation was too long, now allowing up to 3 letters but longer trimmed
2018-05-30 15:14:03 -06:00
nathangray
82fccefcaa
* Calendar - reset the default alarm if you switch an existing whole day event to duration
2018-05-23 10:58:19 -06:00
nathangray
8fb30b8ce4
* Calendar - Fix notification for single event in series had original start date
2018-05-15 11:27:28 -06:00
nathangray
6eb3ca2592
Fix whole day event checkbox lost the default alarm, change 24 hours label to 1 days
2018-05-15 09:47:10 -06:00
nathangray
6a12d45739
Remove scrollbar on weekday selectbox on freetime search
2018-05-14 16:21:54 -06:00
Ralf Becker
e5a7156544
Translations from Ilias Chasapakis
2018-05-14 18:55:38 +02:00
U-quokka\komaba
2da4ec91db
update Japanese language files.
2018-05-12 08:24:38 +09:00
nathangray
165c792bac
Calendar - Prevent event list from going to far down (off bottom of screen)
2018-05-10 09:41:37 -06:00
nathangray
ae7ad6ead4
Calendar - Add a title to import ical delete options, some translations from Birgit Becker
2018-05-02 14:08:36 -06:00
Ralf Becker
d26d779376
not setting pe_status from datasource (its ignored now anyway)
2018-04-27 18:48:06 +02:00
nathangray
a833160c6d
Some translations from Stefan Unverricht
2018-04-23 13:24:36 -06:00
Ralf Becker
d458b8dd00
Translations from Stefan Unverricht
2018-04-19 17:53:31 +02:00
nathangray
d8b052519b
* Calendar - yearly planner view events would sometimes load in the next month as well
2018-04-17 10:38:49 -06:00
Ralf Becker
3937c9f2b6
do not set a not set birthday preference to "none"
2018-04-12 14:33:09 +02:00
Ralf Becker
4323a40aad
use "none" instead of "0" to allow default or forced pref
2018-04-10 14:02:38 +02:00
Ralf Becker
98376b5908
* PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage
2018-04-09 16:02:00 +02:00
Hadi Nategh
0ff93f38f9
Add more translations, thanks to Evgen Vodopivec.
2018-04-04 10:01:13 +02:00
nathangray
3fa29a542d
Calendar - add update to deal with birthdays_as_events preference staying at FALSE for all users
2018-04-03 10:56:02 -06:00
Nathan Gray
470b989672
Merge pull request #38 from marcelklehr/feature/disable-cal-invitations-for-resources
...
Allow disabling calendar invitations to resources
2018-04-03 10:07:29 -06:00
nathangray
f0234237a8
Calendar - change iCal import purge filter from date range to number of days in the past/future
2018-04-03 10:05:36 -06:00
Hadi Nategh
c28e6de2ba
Add some translations, thanks to Evgen Vodopivec.
2018-04-03 11:24:42 +02:00
nathangray
fbf3634d1e
Calendar - Planner view, events on Friday would sometimes go missing if weekends were hidden
2018-03-26 11:16:54 -06:00
nathangray
efdc25bb37
* Calendar - fix occasional infinite loop in yearly planner
...
Something about the events present (or not present) triggered it
2018-03-26 09:45:47 -06:00
Hadi Nategh
7949d8b2fc
Fix lots of misspelled words in translations
2018-03-26 16:02:42 +02:00
Hadi Nategh
2491209adf
Add some translations, thanks to Stefan Unverricht.
2018-03-26 14:31:39 +02:00
Hadi Nategh
6b7ac9651c
Fix calendar change status (eg. notifications or via context menu) for grouped events not setting the status on first call
2018-03-22 11:56:10 +01:00
Ralf Becker
1d835928d2
new method Api\Framework::getUrl() to get a full / externally usable Url
2018-03-21 12:51:52 +01:00
nathangray
b118f9109c
* Calendar - fix events on weekend were sometimes shown on Friday if weekends were hidden
2018-03-19 10:54:55 -06:00
Marcel Klehr
fb6cfee24c
Allow disabling calendar invitations of resources
2018-03-19 16:58:44 +01:00
nathangray
1f2770639c
* Calendar - iCal import - Add option to specify owner of imported events
...
- Add option to empty calendar before import
2018-03-14 16:09:47 -06:00
nathangray
c8f4fda1be
Calendar - fix warning "Cannot use a scalar value as an array" when saving new event with default alarm
2018-03-09 15:38:47 -07:00
nathangray
0ab3a209cc
Calendar - fix birthday preference always sent to client as false
2018-03-07 14:06:02 -07:00
nathangray
04c4cd9d7a
* Calendar - add preference to display birthdays as events as well as holidays
2018-03-05 15:07:37 -07:00
nathangray
d76f467f94
* Calendar - Fix exporting CSV from search results exported owner as participants
2018-03-02 11:13:18 -07:00
nathangray
3e7ecbe692
* Calendar - always show non-blocking icon for non-blocking events, regardless of private flag
2018-03-02 10:55:06 -07:00
nathangray
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
nathangray
228629f93f
* Calendar - Filter birthdays by name to remove duplicates caused by account + contact
2018-02-16 09:29:51 -07:00
nathangray
de17d9a2ea
* Calendar - new placeholders {{participant_emails}} for non-declined participants and {{participant_summary}} for a summary of participants by status
2018-02-15 11:50:55 -07:00
nathangray
47f96640c9
Don't error if a single ID is sent, just cast it
2018-02-14 10:16:06 -07:00
Hadi Nategh
facb029b24
Add some translations, thanks to Stefan Unverricht
2018-02-08 12:20:57 +01:00
nathangray
85c363a79e
* Calendar - Allow templates without pagerepeat or range tags to work using only the first ID
2018-02-07 11:02:50 -07:00
nathangray
965f5b5527
* Calendar - Fix right click -> add gave error instead of popup
2018-02-05 09:40:45 -07:00
Ralf Becker
4ce11e1468
fix SQL error caused by trying to attached files, if we have no event id
2018-02-02 17:29:13 +01:00
nathangray
f7f4f2d07a
* Calendar - Fix Filemanager, Infolog & Timesheet context menu actions
2018-02-01 13:30:36 -07:00
Hadi Nategh
c2a3c19124
W.I.P restructuring of Notifications actions
2018-01-24 19:02:49 +01:00
nathangray
2e9b486931
* Calendar - avoid hanging in planner if event has an invalid category
2018-01-17 16:13:55 -07:00
nathangray
21436f6b85
* Calendar - Improve parsing of users when importing to be able to handle parentheses in names
2018-01-17 14:59:15 -07:00
nathangray
7a2f0a8f24
* Calendar - Fix bug where account birthdays were not shown if there was a contact with a birthday on the same day
2018-01-12 10:50:10 -07:00
nathangray
0ec4708ba9
* Calendar - Fix bug hiding a user's visible private events when just the group was selected
2018-01-11 09:33:49 -07:00
Hadi Nategh
2c2d9b02a7
Fix a typo
2017-12-20 12:16:34 +01:00
nathangray
e2191bfec2
Calendar - rework merge for clarity & reduce code duplication
...
- fix ranges were not working from list
- silence some warnings
2017-12-18 14:28:46 -07:00
Ralf Becker
26c67aa33d
default to user timezone on export, if event has no or invalid timezone
2017-12-18 19:48:25 +07:00
nathangray
632928887a
* Calendar - Fix merge from list loaded endlessly instead of generating document
2017-12-15 14:27:19 -07:00
nathangray
87b6bfdbfb
* Calendar - merge from sidebox will now open in Collabora, if available
2017-12-15 13:50:18 -07:00
nathangray
540f3d574d
* Calendar - Fix alarms set in different timezone from server moved when saving event - now fixed default alarm too
2017-12-11 14:10:55 -07:00
nathangray
33110fc2cd
* Calendar - Fix alarms set in different timezone from server moved when saving event
2017-12-06 13:47:54 -07:00
nathangray
1bef3549af
Calendar - check for JSON response before using it
2017-12-01 10:33:40 -07:00
nathangray
c938cb37f1
* Calendar - add a line to the top of events so consecutive events are better separated
2017-11-22 11:54:31 -07:00
nathangray
863de9144e
Revert "* Calendar - translate day of week in app header"
...
This reverts commit 2491fb14b9
.
2017-11-22 11:14:22 -07:00
nathangray
2491fb14b9
* Calendar - translate day of week in app header
2017-11-22 10:39:15 -07:00
Hadi Nategh
61bc061991
Fix PHP Fatal error: Uncaught Error: Class >‘Api\Categories’ not found in /usr/share/egroupware/calendar/inc/class.calendar_datasource.inc.php:71
2017-11-21 11:43:17 +01:00
nathangray
e53af4078c
Add full day name to app header for single day view
2017-11-16 14:39:05 -07:00
nathangray
083255601a
Calendar - extend standard searching to include custom fields
2017-11-14 09:56:07 -07:00
nathangray
c96224c3bf
German translation from Birgit
2017-11-14 08:51:48 -07:00
nathangray
f53c60c141
* Calendar - Add preference to set color of events without category color
2017-11-07 10:25:47 -07:00
nathangray
f33ce2d9f5
* Calendar - use same search as the rest of EGroupware (supports quotes, boolean, #<id> to search for id)
2017-11-07 09:55:12 -07:00
Ralf Becker
f21b13090f
pending translations from our translation server
2017-11-04 09:36:02 +01:00
nathangray
5da12be8e8
Calendar - fix some bugs in readonly mode:
...
- missing participant widget would fail
- read-only end date would cause error
2017-11-03 14:38:51 -06:00
nathangray
b2f2acc38c
Remove debug
2017-10-23 17:56:43 +02:00
nathangray
1d98f0b2ab
Try to figure out what goes wrong on Travis
2017-10-23 17:31:09 +02:00
nathangray
9e48fe5ac2
Turn on some more debugging to try to figure out what goes wrong on Travis
2017-10-23 17:02:33 +02:00
nathangray
7ee539ab3a
Turn on some more debugging to try to figure out what goes wrong on Travis
2017-10-23 16:11:41 +02:00
nathangray
23d44785a9
Turn on some debugging to try to figure out what goes wrong on Travis
2017-10-23 15:40:58 +02:00
nathangray
b155c616b8
Turn on some debugging to try to figure out what goes wrong on Travis
2017-10-23 15:27:23 +02:00
Ralf Becker
65b02c0246
bump verison to 17.1
2017-10-22 12:56:58 +02:00
nathangray
17f5461f6c
Add doc about double delete
2017-10-19 10:13:38 +02:00
nathangray
3536b15500
Add doc about start times
2017-10-19 01:57:46 -06:00
nathangray
237d81ce36
Move tests into app/tests subdirectory (not app/inc/test or app/test)
2017-10-18 15:43:35 +02:00
nathangray
e123402bff
Try to leave actual server setting alone, just change the EGw setting
2017-10-18 09:51:31 +02:00
Ralf Becker
feec899337
fix (unexplained) infinit loop in phpUnit tests under PHP 5.6
2017-10-17 16:13:02 +02:00
nathangray
7ac36666c5
Set timezone in PHP too
2017-10-17 16:08:17 +02:00
nathangray
1a6820a5aa
Calendar - fix missing history log entry when changing status via context menu
2017-10-11 15:11:13 -06:00
Ralf Becker
bbc5c05b95
quiten permanent error_log when updating alarms
2017-10-09 16:59:38 +02:00
nathangray
6f12a443e5
Calendar - fix a few more missed ajax=true that were causing problems loading
2017-10-05 11:20:21 -06:00
nathangray
5183aa2a19
Calendar - avoid errors from holidays if no country set
2017-10-04 09:22:00 -06:00
Ralf Becker
3314ca2ea0
use already translated phrase "weekview"
2017-10-04 09:16:52 +02:00
Ralf Becker
d75ca6ad13
aggregate freebusy periods and fix off by one sec due to whole-day events
2017-10-03 11:19:27 +02:00
nathangray
5fd41d95b4
Calendar - make sure notification links open properly (missing an ajax=true)
2017-09-28 10:38:31 -06:00
Ralf Becker
12bcc92f70
* CalDAV: alarms on recurring events are lost when snoozing alarm or reloading event after 1. recurrence of alarm
2017-09-21 17:52:25 +02:00
Ralf Becker
3cc0012c77
* CalDAV: fix not parsed recurrence exceptions
...
caused by newer Horde Icalendar class always importing them as date
2017-09-21 15:19:07 +02:00
Ralf Becker
c4f048bbae
fix new events were created with cal_etag=NULL, which would then also never incremented on update
...
(because cal_etag=cal_etag+1 for NULL stays NULL). The later is fixed now by using cal_etag=COALESCE(cal_etag,0)+1.
2017-09-21 14:02:13 +02:00
nathangray
598a47ecac
Calendar - Remove automatic running of upgrade to 16.1.003, it was slow and ran too often
2017-09-15 11:35:24 -06:00
nathangray
39759eb267
* Calendar - fix bug where private events for multiple users in week view only showed for one user
2017-09-05 11:20:53 -06:00
Hadi Nategh
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
nathangray
644f9e2dff
Avoid fatal error in automatic preference update
2017-08-31 10:26:05 -06:00
nathangray
7e275df4e4
* Calendar - Fix month overflow bug when scrolling prev / next
2017-08-31 08:49:16 -06:00
Ralf Becker
dd299021c2
run 16.1.002 --> .003 update automatic, to not show user time-grid in month-view, if admin did not run the update
2017-08-31 14:03:35 +02:00
nathangray
4fcebd2f93
* Calendar - add preference to view month as a time grid, same as other views
2017-08-28 10:01:27 -06:00
Ralf Becker
8dba9967e3
* Calendar/CalDAV: do not report non-participants as busy or conflict
2017-08-18 10:00:37 +02:00
nathangray
1d6fcf3f68
Change recurrence end date comparison to handle up to 1 second difference, for mix of old and new events
...
see 2f534beb34
2017-08-17 14:02:26 -06:00
nathangray
02f0936f9c
Allow group pseudo-distribution lists
2017-08-02 11:14:31 -06:00
nathangray
4ad3c8cb91
* Calendar - allow to invite all users on a distribution list, regardless of calendar permissions
2017-08-01 09:02:09 -06:00
nathangray
64a12f1ddd
Calendar - fix bug in recurring event exception edit across timezones causing events to move or get lost
2017-07-31 12:39:15 -06:00
nathangray
ce9291d6e5
* Calendar - Add placeholder for birthdays {{day/birthdays}} for day table
2017-07-27 14:52:48 -06:00
nathangray
5fd6ccd409
* Calendar - Add placeholder for birthdays {{day/birthdays}} for day table
2017-07-27 14:41:16 -06:00
nathangray
2bfe829dd8
Fix calendar entries opened from mail using a link could not be edited
2017-07-27 13:28:37 -06:00
nathangray
2d9c6c3ae9
Calendar - if editing event without popup, cancel loads normal calendar UI instead of doing nothing.
2017-07-26 09:46:19 -06:00
Ralf Becker
9427b49fee
* Calendar: update timezones to version 2.2017b
2017-07-06 16:58:55 +02:00
Hadi Nategh
f1e79adc8e
Update calendar mobile theme CSS
2017-07-05 09:46:26 +02:00
Hadi Nategh
869f3adb6a
* Calendar: Fix default alarm does not get changed relatively to the selected start time when creating new event
2017-07-04 16:32:59 +02:00
nathangray
5f055bd2d4
* Calendar - Week view with multiple users now keeps date heading at the top
2017-06-30 09:47:21 -06:00
Hadi Nategh
1850c80c3f
Make calendar multi-week views header fixed in order to see days while scrolling down into other user's calendars
2017-06-30 15:02:52 +02:00
nathangray
b3f146c246
* Calendar - improve planner view printing if your screensize doesn't match page size
2017-06-27 12:24:33 -06:00
nathangray
2f6ff582f1
* Calendar - Fix selected owner goes missing on logout
2017-06-27 10:31:38 -06:00
nathangray
d46937fbe3
* Calendar - Include monthly type (by weekday or by date) in recurrence rule strings
2017-06-26 10:46:18 -06:00
Hadi Nategh
4a9ce8e82f
Fix calendar participants validation error, caused by commit 5995c63034
2017-06-26 12:52:12 +02:00
nathangray
a44bdb99f9
* Calendar - Fix edit via emailed notification link did not work properly
2017-06-22 11:07:42 -06:00
nathangray
b9b03bced7
* Calendar - Fix weekend setting got lost when you go from week to day view
2017-06-14 09:27:39 -06:00
Hadi Nategh
1fc4f79850
Revert commit 8340520589
and implement the fix in more sane way
2017-06-14 14:52:31 +02:00
Hadi Nategh
8340520589
* Mail: Fix links get removed from description content of calendar appointment email
2017-06-14 10:27:51 +02:00
nathangray
f8adc0cadf
Calendar - Fix events were not displayed if you clicked 'today' in sidebox, then month view
...
(Faster implementation)
2017-06-13 15:14:55 -06:00
nathangray
5a700b7e40
* Calendar - Fix events were not displayed if you clicked 'today' in sidebox, then month view
2017-06-13 15:03:45 -06:00
nathangray
5995c63034
Calendar - fix some bugs setting calendar owner via URL when calendar app is not yet loaded
2017-06-12 12:35:12 -06:00
Ralf Becker
9f28be8f75
* Calendar: fix SQL error when automatic purge of older events is configured
2017-06-12 13:41:04 +02:00
Ralf Becker
d3dbe6e31e
remove duration check of 86400, as it fails over daylight saving changes and more then one day
2017-06-12 12:33:33 +02:00
nathangray
10934f9cc1
Calendar - Fix 1 day holidays with duration specified as P1D spanning 2 days
2017-06-09 15:28:06 -06:00
Ralf Becker
dd412dc071
also open "application/ics" in calendar like "text/calendar"
2017-06-08 15:33:50 +02:00
nathangray
af2ff1859c
Calendar - All tests passing for daily recurring events, all day and otherwise
2017-06-07 13:19:20 -06:00
nathangray
191b129201
Calendar - Discrete (not all day) events working for all timezone combinations
2017-06-06 15:03:14 -06:00
nathangray
2bfd1c4aa9
Calendar - Ok, working for Edmonton & Berlin...
2017-06-01 11:20:38 -06:00
nathangray
02a569bea9
* Calendar - avoid events ending at midnight (00:00) causing a 0 length event the next morning
2017-06-01 09:29:43 -06:00
nathangray
11f3719348
Calendar - change how we're dealing with (all day) timezones, keeping the event in the assigned timezone instead of always changing it to the server timezone.
2017-05-31 09:55:41 -06:00
Ralf Becker
79e4b6b837
change capitalisation to "EGroupware"
2017-05-31 14:04:37 +02:00
Ralf Becker
6c648cf206
fix type in holiday url of TrinidadTobago
2017-05-24 11:08:23 +02:00
nathangray
9cf6685a77
Calendar - all day recurring events would extend one day longer for some timezone combinations
2017-05-23 13:37:34 -06:00
nathangray
05432df4f5
Calendar - fix planner by user view new event by clicking on a resource did not include resource as participant
2017-05-23 09:30:51 -06:00
Ralf Becker
dacee96448
Merge branch 'master' of github.com:EGroupware/egroupware
2017-05-23 17:12:46 +02:00
Ralf Becker
a0758d783d
German translations from Birgit
2017-05-23 17:11:59 +02:00
Hadi Nategh
479a557381
WIP of Notifications system:
...
- Add actions for notification messages
- Fix on message click handler
- Implement appointment request actions for calendar notifications
2017-05-23 16:54:20 +02:00
nathangray
843331260a
* Calendar - In week view with multiple users, clicking on the name will now change to just that user
2017-05-16 09:35:13 -06:00
Hadi Nategh
66e7cf3386
Fix the date indicator always in center regardless of number of active actions
2017-05-12 12:26:25 +02:00
Hadi Nategh
5a3b3c9577
Align calendar top header date indicator vertically relevant to other actions
2017-05-12 11:40:52 +02:00
nathangray
8e13f3977f
Calendar - Fix daily recurring recur end date got one day later when you save if timezone was Tahiti
2017-05-11 19:15:10 +02:00
nathangray
ce990f65ae
* Calendar - Fix bug where recurring events were moved to server time when adding a recurrence exception
2017-05-10 13:47:13 -06:00
Hadi Nategh
1f7c122087
Fix calendar top header in mobile template
2017-05-10 10:45:39 +02:00
Hadi Nategh
d0d3b74a58
Make calendar date indicator in toolbar header more prominent
2017-05-10 10:34:08 +02:00
nathangray
c42af6c4b9
* Calendar - creating an exception to a recurring event now copies the links over to the exception
2017-05-08 13:18:16 -06:00
nathangray
676974fcdd
Calendar - Fix recur end date got one day sooner when you save if timezone was Tahiti
2017-04-20 12:57:26 -06:00
nathangray
4221dfbdd6
Calendar - better handling of recurrence when exporting & importing CSV
2017-04-20 10:01:32 -06:00
Hadi Nategh
13300f035d
Add "freetime" translation
2017-04-18 12:44:07 +02:00
nathangray
8d7a9b7284
Move VFS widget file handling from Etemplate/Widget/Customfields to Storage/Customfields, to avoid errors with CalDAV/CardDAV not being able to find Etemplate/Widget/Customfields
2017-04-17 09:48:45 -06:00
Ralf Becker
ba47919a6b
fix regression of #9810077 : CalDAV PUT of unlimited recurring event run until max_execution_time
2017-04-15 18:22:36 +02:00
nathangray
9eaf1f20ef
Thumbnails (and handling) of uploaded files on new entries that have not yet been saved
2017-04-10 11:21:03 -06:00
Ralf Becker
25b4c534a4
fix PHP warning : array_diff_key(): Argument #2 is not an array on line 281
2017-04-10 15:59:48 +02:00
nathangray
94132c68be
* Calendar - Highlight current user in planner by user
2017-04-06 08:46:19 -06:00
nathangray
0ac55aad97
Calendar - Fix bug where planner by user would not show events with group invitation, planner by category would not show events with sub-categories
2017-04-05 13:48:23 -06:00
nathangray
53916b71f6
Deal with event sizing issue that caused 0 length events depending on what was rendered first
2017-04-05 13:23:34 -06:00
nathangray
99595ba1cf
Moce calendar birthday stuff into contacts, expire the birthday cache if birthdays change
2017-04-04 10:58:46 -06:00
nathangray
da5cf61542
Calendar - Store contact birthdays in instance cache (by addressbook) instead of session cache to bring the session cache size down.
2017-04-04 09:36:39 -06:00
Ralf Becker
dfbd0d2e6f
do NOT store actions in session or eT2 request, nor send for mobile devices skiped actions
2017-04-04 16:54:36 +02:00
nathangray
2f534beb34
Calendar - Update recurrence adjustment check to match range end change from 9810077eab
2017-03-31 10:27:49 -06:00
Ralf Becker
108e25b4b3
* Calendar/CalDAV: fix server did not send alarms for virtual exceptions of recurring events
2017-03-31 17:38:02 +02:00
Ralf Becker
a3154e8de2
* Calendar/CalDAV: fix changes on clients creating multiple alarms on server
...
fix changing alarm offset on Mac was additional keeping alarm with old offset
also ignoring now X-LIC-ERROR from libical
2017-03-31 17:34:44 +02:00
Ralf Becker
af6fe077dd
fix Call to a member function format() on null caused by 9810077eab
2017-03-31 14:05:21 +02:00
Ralf Becker
9810077eab
* Calendar/CalDAV: fix wrong end-date of recurring events incl. whole-day events
2017-03-29 19:32:49 +02:00
Ralf Becker
9dcc52b37d
fix not sending deleted recurrences as delete (of master) in CalDAV sync-report
2017-03-29 19:32:49 +02:00
nathangray
fbeefaf788
Calendar - Fix planner view in Firefox sometimes had headers mis-aligned with columns
...
Deferred loading caused scrollbar width calculation issues.
2017-03-29 08:32:43 -06:00
Ralf Becker
97af627279
* Calendar: fix error in mail all participants on minimal install
...
Call to undefined method EGroupware\Api\Accounts::get_account_name()
2017-03-28 19:50:47 +02:00
nathangray
36cb2fd39d
Calendar - Fix summer time change east of GMT caused 'today' to be off by one day in planner view
2017-03-27 08:49:05 -06:00
nathangray
8aa4628f76
Calendar - fix sorting users in day view would sometimes disconnect header from day
2017-03-21 09:17:31 -06:00
nathangray
983a72b3ab
D is for delegated, not declined
2017-03-21 08:10:11 -06:00
Hadi Nategh
ab787243b9
Satisfy postgres about integer not comparable to varchar
2017-03-20 18:06:23 +01:00
nathangray
2e152294c3
Calendar - fix no events shown in planner if you had empty rows hidden
2017-03-20 10:12:15 -06:00
nathangray
bd595469ab
Calendar - Even better, just filter out accounts from contact results
2017-03-17 08:43:46 -06:00
nathangray
77b90abd54
Calendar - Lookup person_id and filter by that, in case account name is different from contact file_as
2017-03-17 08:25:27 -06:00
nathangray
46c4de0305
Calendar - Fix changing order (sorting) of users day view
2017-03-16 12:56:53 -06:00
nathangray
b1e053ac27
Fix initial load in planner sitemgr module never happened
2017-03-14 09:32:08 -06:00
nathangray
8f597194e0
Fix Planner sitemanager module no longer navigated.
...
Due to missing state variables mostly
2017-03-13 08:39:12 -06:00
nathangray
4e88e33e5a
High priority events get red title
2017-03-09 13:28:09 -07:00
nathangray
f0b3a50d0f
Always hide the contacts associated with user accounts from calendar owner options, we just show the accounts.
2017-03-09 13:16:57 -07:00
nathangray
775e92a89f
Fix events that end at midnight can cause events from the next day to not be displayed
2017-03-09 13:02:23 -07:00
nathangray
2dbe3e785e
Calendar - Remove contacts matching accounts user has no access to so nobody selects it thinking they are selecting the user account
2017-03-07 11:08:26 -07:00
nathangray
b8e8658226
Calendar - Toolbar '+' button changed to add event on first day of current view, previously was always 'today'
2017-03-03 10:00:15 -07:00
nathangray
cb0f574e82
Fix grid for few users as well as lots
2017-03-03 09:22:36 -07:00
nathangray
90e537e1fa
Calendar - Planner view: Fix time grid lines did not reach all the way to the end
2017-03-03 09:18:47 -07:00
nathangray
855825c088
Calendar - Planner view: Fix time grid lines did not reach all the way to the end
2017-03-03 09:07:16 -07:00
nathangray
d0913cb309
Fix title & description in calendar events were not escaped
2017-03-01 10:52:38 -07:00
Ralf Becker
b75d8e6692
reverting using zPush TimezoneUtil, as it causes Outlook sync to stall
2017-02-27 20:08:53 +01:00
nathangray
c63b2daded
Some translation improvements from Stefan Unverricht
2017-02-27 11:21:34 -07:00
nathangray
578b5c8de6
Add summary of participant statuses to event tooltip (when there's 2 or more participants)
2017-02-27 10:00:17 -07:00
nathangray
8033f8ff7c
Fix participant role is lost when changing another user's status
2017-02-27 09:21:52 -07:00
nathangray
3aef0fe1a6
Add sorting to match planner view grouping, so pagination gets the top rows first
2017-02-24 10:33:02 -07:00
nathangray
abc9252069
Fix for missing event & group by month
2017-02-24 10:33:02 -07:00
nathangray
47643f06a6
Speed improvements for planner view
2017-02-24 10:33:02 -07:00
Klaus Leithoff
a2e584d632
fix cut and paste typo
2017-02-24 08:05:15 +00:00
Klaus Leithoff
621363820d
replace calendar_zpush::tz2as with TimezoneUtil::GetFullTZFromTZName call, as it seems to produce more accurate results
2017-02-23 11:32:22 +00:00
Klaus Leithoff
2ba626ac04
using TimezoneUtil in GetMessage to determine as_tz array more correctly
2017-02-23 11:11:04 +00:00
nathangray
23384d14f1
Some calendar planner view rendering performance improvements, gives ~20% reduction in render time.
2017-02-13 12:41:08 -07:00
Hadi Nategh
508d0aa920
Try to match placeholder NENVLF with its described example
2017-02-10 10:41:43 +01:00
Ralf Becker
c8605a0e7d
CS translations from Tony <tw.mail-AT-quick.cz>
2017-02-02 15:32:07 +01:00
nathangray
f5ec39200b
Fix not working infinite loop check
...
(thanks, Scrutenizer)
2017-02-01 09:17:26 -07:00
Ralf Becker
405fcd3d7d
CS translations from Tony <tw.mail-AT-quick.cz>
2017-02-01 11:35:49 +01:00
Hadi Nategh
c78042d522
Update PUBLIC ID of etemplate2.dtd in all templates
2017-02-01 09:59:37 +01:00
nathangray
f8d2e20d5e
Restore left padding on edit dialog's location field
2017-01-31 09:26:55 -07:00