Commit Graph

32678 Commits

Author SHA1 Message Date
Ralf Becker
9c377e1f26 * CardDAV/Addressbook: fix can NOT create new entries on a minimal (non-compat) install
Caused by version-check agains not installed phpgwapi fails and causes new name-parts of url starting with a number to clash with existing contacts and therefore give a "412 Precondition failed"
2018-03-23 20:01:25 +01:00
Hadi Nategh
a0ac4ed927 Fix merge replace placeholders causes huge performance issue. Additionally, fixes the extra $ sign shown up in replaced placeholders. 2018-03-23 16:48:02 +01:00
Ralf Becker
442da1e381 * Sharing/Collabora: fix not working cleanup of temp. files and shares
- 14.x installs had the job created with old class-name egw_sharing
- Wopi shares where never cleaned up, they are now after 3 month
2018-03-22 13:12:50 +01:00
Hadi Nategh
c19aa9f20e Fix calendar change status (eg. notifications or via context menu) for grouped events not setting the status on first call 2018-03-22 11:58:06 +01:00
Ralf Becker
7e05055a1f Changelog for 17.1.20180321 2018-03-21 12:17:41 +00:00
Ralf Becker
762c60a61f new method Api\Framework::getUrl() to get a full / externally usable Url 2018-03-21 12:40:59 +01:00
Ralf Becker
8c23fca35e do NOT use hostname configured in setup, if it is the default localhost
stick with HTTP Host header in that case
2018-03-21 11:45:25 +01:00
Hadi Nategh
20c02ec2c1 Try to inform user properly when forward/reply failure of encrypted smime message happens 2018-03-21 10:36:28 +01:00
Hadi Nategh
6c124c8f42 Add missing commits for vcard feature 2018-03-21 10:34:17 +01:00
Ralf Becker
fa93d64bac * Resources: fixed image upload failed for some browsers (Picture type not supported)
caused by reporting application/octet-stream instead of image mime-type
2018-03-20 18:03:03 +01:00
nathangray
e7df918794 Re-init static streamwrapper, as some of them look at permissions or preferences 2018-03-20 15:22:50 +01:00
nathangray
e17b372740 Allow server to specify copy link dialog title 2018-03-20 15:14:13 +01:00
Hadi Nategh
796f485117 Remove not used csp method 2018-03-20 15:04:28 +01:00
Ralf Becker
d426394685 correctly propagate readonly for sharing and Collabora 2018-03-20 11:54:33 +01:00
Hadi Nategh
be4696b857 Get Collabora+Sharing into latest stable version 2018-03-19 16:05:43 +01:00
Ralf Becker
24e6c87146 do not log succesful clearing of instance cache 2018-03-19 14:40:57 +01:00
Ralf Becker
6835fd023e * API: webservice call when password has been changed outside EGroupware to eg. re-encrypting (mail) credentials
Can be used eg. via CURL *after* password has been changed:
echo '<new-password> | curl --user <username> --data-raw '<old-password>' -X POST https://egw.domain.com/egroupware/api/changepwd.php
2018-03-16 11:02:52 +01:00
Ralf Becker
40993d023d * Nginx: fix upload of pictures bigger 1MB fails 2018-03-15 17:22:53 +01:00
Ralf Becker
0fb26c6cb1 fix PHP Warning: A non-numeric value encountered in line 77
caused be not set (NULL) unitprice
2018-03-15 11:31:50 +01:00
Ralf Becker
2aaba73c64 * AD/LDAP/InfoLog: change group owners on account-migration 2018-03-14 14:55:40 +01:00
Ralf Becker
13c564e6a6 remove due to own table in 17.1 no longer needed migration of (private) custome-fields 2018-03-14 14:55:40 +01:00
Ralf Becker
7b8f27d76c hook to allow apps to migrate own config etc. in AD/LDAP account_id migration 2018-03-14 14:55:40 +01:00
Hadi Nategh
2d23f5da16 Fix missing icon 2018-03-14 13:27:24 +01:00
stefanwerfling
1fe5478761 Update autoload.php
- add interface exist check for interface loading by vendor classes
2018-03-13 17:04:56 +01:00
Ralf Becker
cace666818 - if we have no RID but a SID, calculate the RID
- if both numeric ids are identical, dont try to change them
2018-03-13 16:07:10 +01:00
Hadi Nategh
cbce3135d6 Give full height to notifications popup sidebar 2018-03-13 10:12:05 +01:00
Ralf Becker
0984cb7d8e * AD/LDAP migration: change favorites and index states too 2018-03-12 21:23:49 +01:00
Hadi Nategh
67e111ac2f add missing backport for AB vcard feature 2018-03-12 17:55:02 +01:00
Hadi Nategh
4ed5e06295 * Addressbook: Implement new feature to send vcard of contact to an already opened mail compose dialog 2018-03-12 17:46:56 +01:00
Hadi Nategh
d83bb1c483 Fix tracking of opened popups not working after framework reload 2018-03-12 17:43:24 +01:00
Hadi Nategh
ba31de222d WIP framework's popup storage/restore:
- fix typo
2018-03-12 17:42:50 +01:00
Hadi Nategh
2090d4f43a WIP framework's popup storage/restore:
- Add missing template
2018-03-12 17:42:27 +01:00
Hadi Nategh
f6b22c3643 WIP framework's popup storage/restore:
- Keep tracking of popup's window object and restore it when needed
- Implement a method to check an already opened popup and execute a method in the selected popup context
- Fix vcard import into opened compose windows not working
2018-03-12 17:41:38 +01:00
Hadi Nategh
85ece9b5a6 Fix notifications navigator jumps out sometimes on navigation 2018-03-12 17:32:24 +01:00
Hadi Nategh
9f2d613c07 * Notifications: New actions Prev and Next in order to navigate through messages 2018-03-12 17:31:54 +01:00
nathangray
183ee014c6 API - Avoid issue with incompatable types by forcing to array, even if no account found 2018-03-12 09:02:52 -06:00
Ralf Becker
c4c57acf3d * EMail/Tracker/InfoLog: fix error converting mails by replacing 4-byte utf8 chars
MySQL and MariaDB before 10.1 need 4-byte utf8 chars replaced with our default utf8 charset
(MariaDB 10.1 does the replacement automatic, 10.0 cuts everything off behind and MySQL gives an error)
Changing charset to utf8mb4 requires schema update, shortening of some indexes and probably have negative impact on performace!
		if (substr($this->Type, 0, 5) == 'mysql' && $this->ServerInfo['version'] < 10.1)
		{
			$value = preg_replace('/[\x{10000}-\x{10FFFF}]/u', "\xEF\xBF\xBD", $value);
		}
2018-03-12 14:03:52 +01:00
Hadi Nategh
98f4abc0db Add a fallback site title to avoid showing undefined as title 2018-03-12 12:18:39 +01:00
Hadi Nategh
ae8913b1ff * Filemanager: Fix sharing menu completely disappears when user has no rights to mail app 2018-03-12 11:24:32 +01:00
Ralf Becker
9ce0feaf9b * Api: use proxy configuration when downloading available tutorial videos 2018-03-12 11:19:10 +01:00
Hadi Nategh
569c7d2218 Fix tutorials.json url to use https 2018-03-12 11:08:38 +01:00
Ralf Becker
181747d006 Fix not working textbox validators containing backslashes
PHP xml parser reads backslashes literal from attributes, 
while JavaScript ones need them escaped (eg. like PHP strings)
-> replace \\ with \ to get following XML working: validator="/^\\d+$"
2018-03-10 17:57:12 +01:00
nathangray
383b15355c Calendar - fix warning "Cannot use a scalar value as an array" when saving new event with default alarm 2018-03-09 15:39:36 -07:00
nathangray
b475edc7a2 Silence warning about time in array format by passing it to constructor 2018-03-09 15:15:36 -07:00
Ralf Becker
09b6d37a04 * ActiveDirectory: additional allow accountExpires=0 for never expires
(beside attribute is not set or has value 9223372036854775807)
2018-03-09 19:57:09 +01:00
Hadi Nategh
c37ae3b9b1 Make notifications popup_or_email option to consider email only if user is not available. 2018-03-08 11:24:54 +01:00
Hadi Nategh
bf9cffcf6c Fix preferences dialog gets scrollbar when selectbox Type is readonly 2018-03-08 11:11:19 +01:00
Hadi Nategh
14eb243f2d Some styling adjustments for mobile theme 2018-03-08 10:46:38 +01:00
Hadi Nategh
f2457f50f3 Fix sidemenu loses its top border if the app is the last tab in the list 2018-03-08 10:46:19 +01:00
nathangray
eccb8a9df2 Etemplate - email widget tooltip - show loading while waiting for server response, remove tooltip if nextmatch scrolls 2018-03-07 11:47:28 -07:00