Commit Graph

31112 Commits

Author SHA1 Message Date
Ralf Becker
baaa8a0faf * 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:02:36 +01:00
nathangray
671f535a82 * Calendar: missing backport stalling calendar planner view
Fix the bugfix (b799dda8c7) so planner view doesn't throw errors
2016-11-04 09:43:19 +01:00
Ralf Becker
908e5ed114 * Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote 2016-11-03 19:32:28 +01:00
Ralf Becker
893773275b 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:44:10 +01:00
Hadi Nategh
eae8f85779 Make all selectboxes fullwidth in login page 2016-11-03 11:47:28 +01:00
Hadi Nategh
2cf7aaf97e Add some missing translation into addressbook 2016-11-03 11:24:12 +01:00
Ralf Becker
16e048e665 fix broken recurrence end-dates stalling updates 2016-11-02 19:59:27 +01:00
nathangray
fe4d00551a Some bugfixes:
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-11-02 10:40:45 -06:00
Ralf Becker
9dd7076e9d remove permantent error_log on restore of egw_cal_dates 2016-11-02 14:29:08 +01:00
Hadi Nategh
80dd3fb710 Fix some of content in mails with specific html formats get removed by HtmLawed's balance 2016-11-02 14:00:38 +01:00
Hadi Nategh
a89c7dea6b Run HTMLawed on compose body 2016-11-02 14:00:19 +01:00
Hadi Nategh
562a531ee4 Update HTMLawed into version 1.1.22 2016-11-02 13:59:53 +01:00
Ralf Becker
6223a01b6e Changelog for 16.1.20161102 2016-11-02 09:08:20 +00:00
Ralf Becker
abf882d290 * CardDAV/Addressbook/PostgreSQL: fix SQL error, remove MySQL only FROM_UNIXTIME with our db abstration version 2016-11-02 09:41:46 +01:00
Ralf Becker
12752f65d9 fix use of old egw class in favor of new Api\Egw 2016-11-02 09:41:46 +01:00
nathangray
eb859ca36b When printing events, make times & all day event description bold for better visibility 2016-11-01 15:19:03 -06:00
nathangray
a88139e8a5 Add a border to events when printing 2016-11-01 15:18:52 -06:00
nathangray
b3730be7e0 Fix some missing / incorrect icons
- Addressbook advanced search was from default
- Add favorite dialog had no icons on buttons
- All dialogs using standard button sets were either missing or from default theme
- Mail confirm all was missing Yes icon
2016-11-01 15:18:08 -06:00
nathangray
8f1a792904 Fix bug where you were unable to change participant status of a recently added user until you save the event 2016-11-01 15:13:26 -06:00
Ralf Becker
fe6319a227 fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none" 2016-11-01 15:04:40 -06:00
nathangray
d9a91326bc If searching for an account and you include 'Group ' (or translation) in the search string, it will search just groups instead of all accounts. 2016-11-01 15:04:25 -06:00
Ralf Becker
8a0390fbf2 use 16.1 Api\Exception\Redirect instead of old egw_exception_redirect not existing in default 16.1 install 2016-10-31 18:49:01 +01:00
Ralf Becker
29a3c5a08e remove Exception type, to not get a Type error when PHP 7+ throws an Error 2016-10-31 18:49:01 +01:00
Ralf Becker
3e8244fc6d * Admin: fix fatal error when using "Deny Access" from context menu on groups 2016-10-31 18:13:44 +01:00
Ralf Becker
ad6e846caa fix check for existing identity for first array element 2016-10-31 16:05:30 +01:00
Ralf Becker
1694f3a4a9 remove +/- prefix, as it is not part of email but operator 2016-10-31 16:05:30 +01:00
Ralf Becker
61364b6b0b remove +/- prefix, as it is not part of email but operator 2016-10-31 16:05:30 +01:00
Ralf Becker
4eeb35275d fix setting alias and forwards, allow to add/remove from existing ones 2016-10-31 16:05:29 +01:00
Ralf Becker
6fbea014c7 * Admin/Mail: allow to add aliases, forwards and quota via admin-cli, optional create identities for aliases 2016-10-31 16:05:29 +01:00
Ralf Becker
b19476ede3 need to set ident_email_alias selectbox too, if changing identity 2016-10-28 14:54:42 +02:00
Ralf Becker
754d5ac893 do not make ident_email_alias select-box readonly for regular users editing their sigature 2016-10-28 14:47:02 +02:00
Ralf Becker
f3466615b6 * Admin/Mail: allow to limit users to only create identities for aliases 2016-10-28 14:29:31 +02:00
Hadi Nategh
281a0860a8 Fix misalignment of selectboxes in login page 2016-10-28 11:38:35 +02:00
Hadi Nategh
088cc27d32 * Login Page: Fix some alignment issues in login page - thanks to Stefan Unverricht 2016-10-28 11:29:30 +02:00
Hadi Nategh
02e2dc00e3 * All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht. 2016-10-28 10:27:50 +02:00
Hadi Nategh
ac5ba391c6 Fix icon glitch in calendar sidebar 2016-10-28 10:27:19 +02:00
Hadi Nategh
561cad37fe Fix margins of timestamp and encryption buttons in infolog edit dialog 2016-10-28 09:52:20 +02:00
Ralf Becker
6b73ee09b5 disable PostgreSQL install as it fails in Travis
with Fatal error: Call to unimplemented native function pg_set_client_encoding
2016-10-28 00:12:10 +02:00
Ralf Becker
91a30830e0 give call_link and ldap_contact_context input full width 2016-10-27 16:18:44 +02:00
Hadi Nategh
fabe4e2f55 Keep the default behavior for opening tel-url and make call_popup felixable to be able to get target 2016-10-27 16:18:19 +02:00
Hadi Nategh
0078bf0997 Open phonecall window target as _self instead of new tab 2016-10-27 16:17:59 +02:00
Ralf Becker
677c862d9b * Addressbook/LDAP: fix error if egroupware-epl-compat (old API) not installed 2016-10-27 10:52:54 +02:00
Hadi Nategh
9710ef4f93 * Filemanager: Implement copy_link action for filemanager contextmenu in order to be able to copy webdav url of a file/folder into clipboard 2016-10-25 17:39:20 +02:00
nathangray
a31b413018 Handle searching for a single integer as looking for a specific event by ID, similar to infolog 2016-10-25 08:43:20 -06:00
nathangray
8ac5beda39 Change double-click to auto-size column based on current contents, to only work for fixed width columns. Relative (flex) width columns now just show a message as it was difficult to get them to properly size without weird side effects, especially with 2 relative width columns displayed. 2016-10-25 08:42:00 -06:00
nathangray
2b0e87db82 Bind double-click to auto-size column based on current contents. 2016-10-25 08:41:40 -06:00
Klaus Leithoff
6dcf2c072c fix problem with AlterPingChanges with non selectable folders 2016-10-25 11:35:07 +00:00
Klaus Leithoff
333927d47f catch errors/exceÃptions on fetchMessages in GetMessageList (e.g. on not existing folders) 2016-10-24 16:42:51 +00:00
Ralf Becker
39d432d82a add missing traversable-test mentioned by Scrutinizer 2016-10-21 09:02:22 +02:00
Ralf Becker
8e9fe8d87d add missing false-test mentioned by Scrutinizer 2016-10-21 09:02:14 +02:00