Hadi Nategh
b91ba87ee6
Fix taglist fails to invalidate email address which starts with none visible unicode char
2018-08-30 15:18:39 +02:00
Hadi Nategh
0fb8c47238
* Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook
2018-08-28 14:35:55 +02:00
Ralf Becker
7ca4b49878
avoid .files/smime-pubkey.crt file does not exist or can not be created!
2018-08-27 15:34:43 +02:00
Ralf Becker
77503e3b89
fix not working site-config due to error in config.xet
2018-08-27 10:45:31 +02:00
Ralf Becker
29d9a20140
* CardDAV: photo was not saved/changed in PUT requests
2018-08-24 14:09:18 +02:00
nathangray
09a8647950
Calendar - fix incorrect translation, reported by Gerlind Bruschek
2018-08-23 10:42:47 -06:00
Hadi Nategh
b3ab708125
Implement an admin-config setting to be able to disable PGP encryption feature
2018-08-23 17:05:55 +02:00
Hadi Nategh
5b261d8d62
Fix tutorials json feed and PGP Installation tutorial video
2018-08-23 14:55:09 +02:00
Hadi Nategh
17ff3e7204
Fix missing translations for PGP Back/restore feature
2018-08-23 13:47:39 +02:00
nathangray
9587f35164
Calendar - Fix bug exporting list to iCal with no end date gave empty file
2018-08-22 10:01:51 -06:00
Hadi Nategh
2e9089357f
* Mail: fix S/MIME encrypted only composed mail fails
2018-08-17 16:40:45 +02:00
Hadi Nategh
7400e723e1
* Mail: fix DASH DASH SPACE (-- ) signature removes lines which have only DASH DASH
2018-08-17 14:58:45 +02:00
Ralf Becker
b8b34defd4
fix not working installation in Univention caused by new Univention auth plugin
2018-08-16 19:11:55 +02:00
nathangray
f9d7b92552
Filemanager - Fix save as only downloaded the last file
2018-08-15 09:29:08 -06:00
nathangray
982dd84842
Use the right lang code
2018-08-15 09:20:11 -06:00
nathangray
1ca5073972
Add some missing translations
2018-08-15 09:20:04 -06:00
nathangray
1d853aeab3
Disable unsupported definition filter option for iCal export
2018-08-15 09:06:02 -06:00
Ralf Becker
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
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