Commit Graph

32974 Commits

Author SHA1 Message Date
Ralf Becker
035b5999e1 * 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:08:49 +02:00
Ralf Becker
f43a42f0bd * 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 19:08:49 +02:00
Ralf Becker
a495aeaf07 * 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 19:08:49 +02:00
nathangray
295dccefa8 * Timesheet - Admin only status also blocks editing & deleting for non-admins 2018-08-03 11:36:43 -06:00
nathangray
f69789c8a5 * Timesheet - only admins can select admin only statuses 2018-08-03 11:36:32 -06:00
Hadi Nategh
b2b285848e Strip RFC822 email to avoid search contacts other than email itself. Fix issue sometimes add as new contact not showing up because it takes it as existing contact. 2018-08-03 14:37:19 +02:00
Ralf Becker
5864f869d7 remove old grunt-contrib-uglify (replaced with grunt-contrib-uglify-es) 2018-08-03 09:57:51 +02:00
Hadi Nategh
f62df49baa Update uglifyjs to support ES6 syntax. @Devs: Make sure to install grunt-contrib-uglify-es (npm install grunt-contrib-uglify-es --save-dev) before running grunt. 2018-08-03 09:57:34 +02:00
Hadi Nategh
e88edf8b7c Add notifications into minifying js files 2018-08-03 09:57:16 +02:00
Hadi Nategh
680ebd15c5 * Framework: fix broken favicon 2018-08-02 09:53:07 +02:00
nathangray
8c20a46652 Admin - get category colors properly updating by doing a full reload
Also maybe squashing a bug where admin would switch to iframe
2018-08-01 09:16:19 -06:00
nathangray
e1b1339f80 Also reload the colors for app category if color changes 2018-08-01 09:16:10 -06:00
nathangray
67c88f1d19 * 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-08-01 09:16:01 -06:00
Hadi Nategh
19907b188a Some more basename replacing with Vfs::basename to avoid setlocale issue. 2018-08-01 14:53:27 +02:00
Hadi Nategh
8a050968e8 Replace basename with Vfs::basename to avoid setlocale issue. 2018-08-01 14:53:10 +02:00
Ralf Becker
3dd2ee24c1 fix SQL error or information leakage on no longer available custom fields 2018-07-30 18:13:39 +02:00
nathangray
5efdd67f37 * Etemplate - timestamper widget now supports timezone attribute to force a certain timezone 2018-07-30 09:00:59 -06:00
nathangray
deb3cafca0 Make sure we get the actions from the right app 2018-07-30 09:00:32 -06:00
Ralf Becker
0a2f41f29d fix typeError if enableClass method is called without _target parameter
stalling rendering of nextmatch rows in filemanager
2018-07-30 11:20:54 +02:00
Ralf Becker
a17a29db81 fix PHP Warning: Invalid argument supplied for foreach() 2018-07-30 09:55:30 +02:00
nathangray
d53c6c4180 Pass the action as expected 2018-07-27 10:34:15 -06:00
nathangray
3830a13c29 Use default action for file part of path if it can be found 2018-07-27 10:34:04 -06:00
nathangray
0950fac34c * Filemanager - make files and their paths clickable 2018-07-27 10:33:53 -06:00
nathangray
c2f1fb9718 * Mail - set default refresh rate to 5 minutes for new installations 2018-07-27 10:33:40 -06:00
Hadi Nategh
e42eeabf64 * Notifications: fix some calendar notifications event can not be opened, error: "egw.open() app is not in registery!" 2018-07-27 11:13:48 +02:00
Hadi Nategh
3e9bc27171 * Api: Fix minified themes cause multiple theme false entries 2018-07-25 16:27:59 +02:00
Ralf Becker
d772dba23f Changelog for 17.1.20180720 2018-07-25 12:18:49 +00:00
Hadi Nategh
3700b3df55 Make sure there's a context and selectionMgr objects before using them 2018-07-25 14:12:15 +02:00
nathangray
8192937020 * Filemanager - add {{webdav_url}} placeholder for external path using webdav 2018-07-25 11:40:18 +02:00
nathangray
e9833d70ac * Calendar - merge placeholder {{participant_emails}} now includes group members for group invitations 2018-07-25 11:39:51 +02:00
Hadi Nategh
488eabe896 Fix d-n-d indicator shows wrong number of selected rows if it's a select all 2018-07-25 11:22:37 +02:00
nathangray
05255047ed Better support for no_actions row flag so fetched rows with no_actions are not selected by 'select all' 2018-07-25 10:44:34 +02:00
nathangray
19d6d3bed7 Respect no_actions flag in controller_selection when selecting a range / all 2018-07-25 10:44:10 +02:00
nathangray
015ba6bbe7 * Calendar - add birthday icon to planner for time scales less than a month 2018-07-25 10:40:35 +02:00
Hadi Nategh
df26697883 Fix notifications action buttons drop in second line 2018-07-24 11:52:06 +02:00
Hadi Nategh
760cd8eb02 Fix notifications with same id but no links are not getting grouped together 2018-07-23 16:36:02 +02:00
Hadi Nategh
dd665149d7 Merge pull request #45 from miridae/lang-pl
Some fixes in Polish language files, thanks to Krzysztof Kaczmar
2018-07-23 14:14:30 +02:00
Ralf Becker
6628d84095 Univentions uses now own auth plugin "univention", to be able to set passwords correctly 2018-07-23 12:30:44 +02:00
nathangray
021f49feec * Calendar - Fix today button positioning - was too far down in Firefox 2018-07-23 11:53:55 +02:00
Hadi Nategh
44dc8e8241 Do not use loading prompt in notifications when we are in mobile template as it would block user interaction 2018-07-23 11:46:30 +02:00
Hadi Nategh
68f54f3354 Fix broken notifications close button in mobile template 2018-07-23 11:36:39 +02:00
Hadi Nategh
e24dfff0ef Fix calendar today/go button sometimes get misaligned in the sidebar 2018-07-23 10:02:40 +02:00
nathangray
1247485e62 * Calendar - Fix participant quantity lost when changing status 2018-07-20 14:17:04 +02:00
nathangray
8b844aff07 * Addressbook - add filtering by distribution list for organisations 2018-07-20 14:10:52 +02:00
nathangray
97b7d1f4bc Add div to list of tags that avoid HTML encoding on replacements
Fixes HTML tracker description from external source showing HTML in notifications
2018-07-20 14:10:04 +02:00
nathangray
712b8886a7 * Calendar - Fix missing first row in planner by category view 2018-07-20 14:09:12 +02:00
Hadi Nategh
f19d588879 Change from legacy-options sub-type to type_filter 2018-07-19 17:12:33 +02:00
Hadi Nategh
ddf0cef1b8 No need to use legacy-options as we have type_filter 2018-07-19 17:11:34 +02:00
Hadi Nategh
459e2e56b4 Fix translation 2018-07-19 17:11:22 +02:00
Hadi Nategh
924340106f Allow to save entries with due date in the past 2018-07-19 17:10:26 +02:00