Commit Graph

32509 Commits

Author SHA1 Message Date
e9155a000b * Mail/Z-Push: handle charset-problem on sending mails with added EGW-Signature 2016-11-10 12:50:51 +00:00
2613a912fb Add unit day for calendar category report 2016-11-10 11:10:05 +01:00
68cd92a0ca fix error if no alias/forward set stalling setting one, caused by using NULL instead of an empty array throws error: Argument 1 passed to array_modify() must be of the type array, null given 2016-11-10 09:51:37 +01:00
58c1596002 use $_SERVER[HTTP_X_FORWARDED_FOR] IP for ACL check if set, if not use $_SERVER[REMOTE_ADDR] 2016-11-09 22:17:07 +01:00
e57c5832a6 * Adressbook/CardDAV/PostgreSQL: fix SQL error stalling sync of eg. eMClient with preference "Distributionlists as groups" enabled 2016-11-09 17:46:37 +01:00
3688a5438d copy 16.1 changelog to master to satisfy update checker 2016-11-09 07:58:27 +00:00
fbf620ba90 Add discard icon for collab editor 2016-11-08 15:14:01 +01:00
15b3e56764 WIP calendar report:
- Implement csv report + download csv file
2016-11-08 15:03:33 +01:00
2e1e3d8727 WIP calendar report 2016-11-07 20:24:31 +01:00
cbbbf8e15b Advanced search: Turn off required on custom fields, otherwise you can't search with them empty 2016-11-07 09:23:22 -07:00
8ecc188fd7 Customfields required bugs
- Load attributes from modifications array, were previously ignored
- Remove double required check, actual field widget should handle it
2016-11-07 09:22:33 -07:00
c330df915f Avoid JS error if value is undefined 2016-11-07 09:15:49 -07:00
0dfbd549f9 Increase consolidation max from 9 to 20. 2016-11-07 08:24:03 -07:00
d537203b77 stop 16.1 releases triggering 14.2 builds 2016-11-07 14:54:59 +01:00
8d09b89240 Make collab editor window size bigger 2016-11-07 13:48:40 +01:00
c20ee5575d allow to use Api\Contacts::search() without Acl check 2016-11-07 09:26:14 +01:00
cb6121c41f * Calendar: fix holidays are displayed one day off for eg. Austria, Slovakia, Australia (from iCloud)
Caused by no real floating date support in EGroupware and defaulting to UTC, if no timezone specified, because Horde_Icalendar does not report datetimes postfixed with Z as UTC.
Fixed now by not using UTC workaround for date (not datetime) values.
Also implemented default duration of one day for dtstart as date and no dtend/duration given.
2016-11-05 12:01:28 +01:00
6f978c6a07 W.I.P calendar report:
- Remove not used column
- Fix min_days not set the value
2016-11-04 14:21:17 +01:00
b46fea5c89 * Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote 2016-11-03 19:09:33 +01:00
77f8b1b698 fixed stall in calendar update from 1.8: remove deleting from egw_api_content_history, which will be droped by 16.1 update, before calendar update is running 2016-11-03 13:40:12 +01:00
521de3a23f Fix broken enable/disable function in holiday_report 2016-11-03 11:55:36 +01:00
7f5db92516 Make all selectboxes fullwidth in login page 2016-11-03 11:46:56 +01:00
c8cd9d4c72 Add some missing translation into addressbook 2016-11-03 11:23:25 +01:00
ad9d21da5e fix broken recurrence end-dates stalling updates 2016-11-02 19:58:32 +01:00
035c544529 W.I.P of Calendar holiday report:
- Handle holiday_report preference on server-side
2016-11-02 18:38:31 +01:00
1764ee826c Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht 2016-11-02 09:30:39 -06:00
6919fcd5d1 copy 16.1 changelog to master to satisfy update checker 2016-11-02 13:44:26 +00:00
2d35e890fd remove permantent error_log on restore of egw_cal_dates 2016-11-02 14:28:34 +01:00
7b95aa73b4 * CardDAV/Addressbook/PostgreSQL: fix SQL error, remove MySQL only FROM_UNIXTIME with our db abstration version 2016-11-02 09:40:16 +01:00
16689ebc27 fix use of old egw class in favor of new Api\Egw 2016-11-02 09:38:37 +01:00
225bc0bbc2 fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none" 2016-10-31 18:46:59 +01:00
3bfbf26cfa use 16.1 Api\Exception\Redirect instead of old egw_exception_redirect not existing in default 16.1 install 2016-10-31 18:30:45 +01:00
8040fa49ec remove Exception type, to not get a Type error when PHP 7+ throws an Error 2016-10-31 18:29:32 +01:00
584ecf07ed * Admin: fix fatal error when using "Deny Access" from context menu on groups 2016-10-31 18:12:45 +01:00
6a035feb6f W.I.P of holiday report for calendar app 2016-10-31 17:33:01 +01:00
96b39eefe6 fix check for existing identity for first array element 2016-10-31 15:56:41 +01:00
4d62d34fac remove +/- prefix, as it is not part of email but operator 2016-10-31 15:51:02 +01:00
e30794e61b remove +/- prefix, as it is not part of email but operator 2016-10-31 15:46:56 +01:00
dbae12260b fix setting alias and forwards, allow to add/remove from existing ones 2016-10-31 15:41:52 +01:00
a20c4ab18c * Admin/Mail: allow to add aliases, forwards and quota via admin-cli, optional create identities for aliases 2016-10-31 14:53:15 +01:00
e396b8e7d5 W.I.P of holiday report for calendar app 2016-10-28 16:12:30 +02:00
fb5429992e need to set ident_email_alias selectbox too, if changing identity 2016-10-28 14:53:51 +02:00
7d02313af2 do not make ident_email_alias select-box readonly for regular users editing their sigature 2016-10-28 14:46:17 +02:00
74e2c62b48 * Admin/Mail: allow to limit users to only create identities for aliases 2016-10-28 14:27:59 +02:00
c6c0cd90d1 Fix misalignment of selectboxes in login page 2016-10-28 11:37:50 +02:00
b22a8c70b2 * Login Page: Fix some alignment issues in login page - thanks to Stefan Unverricht 2016-10-28 11:28:27 +02:00
73becf6e0d Fix icon glitch in calendar sidebar 2016-10-28 10:24:52 +02:00
b680e76c45 * All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht. 2016-10-28 10:17:14 +02:00
cf51e547d2 Fix margins of timestamp and encryption buttons in infolog edit dialog 2016-10-28 09:51:31 +02:00
6038936cef Fix wodocollabeditor conflicts with other libraries because of global require and define AMD modulation 2016-10-27 18:47:02 +02:00