Commit Graph

32996 Commits

Author SHA1 Message Date
nathangray
91e2f72979 * Calendar - Fix CSV export search results did not work (gave error) 2018-08-14 10:04:55 -06:00
Hadi Nategh
adac2e087d Make an incase sensitive comparison between smime cert email and from email 2018-08-14 16:11:36 +02:00
nathangray
faf692510a * Timesheet - Fix links to application custom fields are not created on first save 2018-08-13 10:52:44 -06:00
Ralf Becker
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
Ralf Becker
e70990a7bb fix wrongly displayed time in alarms 2018-08-13 15:22:48 +02:00
Hadi Nategh
9b346220af Add some translations 2018-08-13 15:18:11 +02:00
Hadi Nategh
5f9b16b463 * login: fix in login page "remember me" options gets messy in IE or Edge 2018-08-13 14:55:48 +02:00
Ralf Becker
65a699e134 handle existing alarms in 17.1 like new ones with "keep" attribute set 2018-08-10 11:36:04 +02:00
Ralf Becker
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
Hadi Nategh
3d9ee69f49 IE 11 and below does not support ES6 syntax we need to use some polyfills 2018-08-10 10:36:55 +02:00
nathangray
73686462d2 Add space to resource quantity in participant search result 2018-08-09 09:57:23 -06:00
nathangray
5256ec5ac3 * Resources - add (usable / quantity) for bookable resources in calendar participants results 2018-08-09 09:56:29 -06:00
nathangray
0ce183a8e0 * Addressbook - Allow multiselection for customfield added to link title 2018-08-09 09:52:17 -06:00
Ralf Becker
39ee61291d update timezones to version 2.2018e from Mozilla Lightning 2018-08-09 12:26:15 +02:00
Hadi Nategh
1a31026590 Wait till common translations are loaded then ask for IE browser compatibility 2018-08-08 16:24:50 +02:00
Hadi Nategh
bfbe28d442 Fix translation 2018-08-08 16:24:38 +02:00
Hadi Nategh
f9394a98b8 Exclude Edge from previous commit 2018-08-08 16:24:21 +02:00
Hadi Nategh
91e695d1fd Add IE browser warning as message after login 2018-08-08 16:24:06 +02:00
Hadi Nategh
99fc768cbf Add translation 2018-08-08 16:23:51 +02:00
Hadi Nategh
0a5002ebaa Warn user on login page if using browser is IE 11 or below. 2018-08-08 16:23:33 +02:00
Ralf Becker
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
Hadi Nategh
0797f628ca Do not let mail splitter-pan maximizes to 100% 2018-08-07 13:27:36 +02:00
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