Commit Graph

33252 Commits

Author SHA1 Message Date
b8b34defd4 fix not working installation in Univention caused by new Univention auth plugin 2018-08-16 19:11:55 +02:00
f9d7b92552 Filemanager - Fix save as only downloaded the last file 2018-08-15 09:29:08 -06:00
982dd84842 Use the right lang code 2018-08-15 09:20:11 -06:00
1ca5073972 Add some missing translations 2018-08-15 09:20:04 -06:00
1d853aeab3 Disable unsupported definition filter option for iCal export 2018-08-15 09:06:02 -06:00
cf9e6a62ad allow to process real JSON requests with Content-Type: application/json
so far we always send it encoded as form, which is still supported of cause
2018-08-15 13:14:05 +02:00
91e2f72979 * Calendar - Fix CSV export search results did not work (gave error) 2018-08-14 10:04:55 -06:00
adac2e087d Make an incase sensitive comparison between smime cert email and from email 2018-08-14 16:11:36 +02:00
faf692510a * Timesheet - Fix links to application custom fields are not created on first save 2018-08-13 10:52:44 -06:00
135382c668 fix somehow created async-job with a next time before the keep time
eg. not updated alarm trigger time in the past
2018-08-13 15:34:46 +02:00
e70990a7bb fix wrongly displayed time in alarms 2018-08-13 15:22:48 +02:00
9b346220af Add some translations 2018-08-13 15:18:11 +02:00
5f9b16b463 * login: fix in login page "remember me" options gets messy in IE or Edge 2018-08-13 14:55:48 +02:00
65a699e134 handle existing alarms in 17.1 like new ones with "keep" attribute set 2018-08-10 11:36:04 +02:00
560754fdd4 fix wrong time for past alarms and added nicer working for alarm "at start of the event" 2018-08-10 11:35:14 +02:00
3d9ee69f49 IE 11 and below does not support ES6 syntax we need to use some polyfills 2018-08-10 10:36:55 +02:00
73686462d2 Add space to resource quantity in participant search result 2018-08-09 09:57:23 -06:00
5256ec5ac3 * Resources - add (usable / quantity) for bookable resources in calendar participants results 2018-08-09 09:56:29 -06:00
0ce183a8e0 * Addressbook - Allow multiselection for customfield added to link title 2018-08-09 09:52:17 -06:00
39ee61291d update timezones to version 2.2018e from Mozilla Lightning 2018-08-09 12:26:15 +02:00
1a31026590 Wait till common translations are loaded then ask for IE browser compatibility 2018-08-08 16:24:50 +02:00
bfbe28d442 Fix translation 2018-08-08 16:24:38 +02:00
f9394a98b8 Exclude Edge from previous commit 2018-08-08 16:24:21 +02:00
91e695d1fd Add IE browser warning as message after login 2018-08-08 16:24:06 +02:00
99fc768cbf Add translation 2018-08-08 16:23:51 +02:00
0a5002ebaa Warn user on login page if using browser is IE 11 or below. 2018-08-08 16:23:33 +02:00
038daecb1b * 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:36:57 +02:00
0797f628ca Do not let mail splitter-pan maximizes to 100% 2018-08-07 13:27:36 +02:00
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
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
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
295dccefa8 * Timesheet - Admin only status also blocks editing & deleting for non-admins 2018-08-03 11:36:43 -06:00
f69789c8a5 * Timesheet - only admins can select admin only statuses 2018-08-03 11:36:32 -06:00
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
5864f869d7 remove old grunt-contrib-uglify (replaced with grunt-contrib-uglify-es) 2018-08-03 09:57:51 +02:00
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
e88edf8b7c Add notifications into minifying js files 2018-08-03 09:57:16 +02:00
680ebd15c5 * Framework: fix broken favicon 2018-08-02 09:53:07 +02:00
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
e1b1339f80 Also reload the colors for app category if color changes 2018-08-01 09:16:10 -06:00
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
19907b188a Some more basename replacing with Vfs::basename to avoid setlocale issue. 2018-08-01 14:53:27 +02:00
8a050968e8 Replace basename with Vfs::basename to avoid setlocale issue. 2018-08-01 14:53:10 +02:00
3dd2ee24c1 fix SQL error or information leakage on no longer available custom fields 2018-07-30 18:13:39 +02:00
5efdd67f37 * Etemplate - timestamper widget now supports timezone attribute to force a certain timezone 2018-07-30 09:00:59 -06:00
deb3cafca0 Make sure we get the actions from the right app 2018-07-30 09:00:32 -06:00
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
a17a29db81 fix PHP Warning: Invalid argument supplied for foreach() 2018-07-30 09:55:30 +02:00
d53c6c4180 Pass the action as expected 2018-07-27 10:34:15 -06:00
3830a13c29 Use default action for file part of path if it can be found 2018-07-27 10:34:04 -06:00