Commit Graph

33670 Commits

Author SHA1 Message Date
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
Hadi Nategh
a5c1e24a78 Revert commit 34a50af358 2019-02-12 16:10:31 +01:00
Hadi Nategh
34a50af358 Fix broken mail inline links where links contains another url inside their urls. 2019-02-12 15:00:27 +01:00
Hadi Nategh
f8a707274a Remove collabeditor from main repo 2019-02-12 10:59:30 +01:00
Ralf Becker
104903e91a try fixing Scrutinizer build 2019-02-11 22:12:51 +01:00
Ralf Becker
38c02ea1c9 try using egroupware/z-push-dev from packagist (instead vcs) to fix Travis 2019-02-11 21:45:30 +01:00
Ralf Becker
e0845de06e installing collabora, projectmanager, tracker and activesync now via composer 2019-02-11 20:58:33 +01:00
Ralf Becker
75eab305f5 WIP installing EGroupware through composer (instead of myrepos) 2019-02-11 16:46:09 +01:00
Hadi Nategh
059776816a W.I.P of cats, versions or trackers categories color code:
- Fix colors in selectbox not showing up on initiation
2019-02-11 10:49:50 +01:00
Ralf Becker
98bde59274 using pear/(text_diff|xml_feed_parser) available now
and update to horde/mapi 1.0.9 no longer requiring pear/math_biginteger, but ext-bcmath
2019-02-10 10:45:16 +01:00
Ralf Becker
be437f9b8a use egroupware/icalendar:2.1.9 until fix/pull request is released by Horde 2019-02-09 11:36:58 +01:00
Ralf Becker
435d680248 remove PHP master/8.0 from tests and 7.3 from allow_failure 2019-02-09 09:43:04 +01:00
Ralf Becker
d753624972 remove dependency on pear.php.net in favor of pear/* composer packages
require: pear/math_biginteger
replace: pear-pear.php.net/Math_BitInteger
--> get horde_mapi to use pear/math_biginter
allow newer version of fxp/composer-asset-plugin (1.4.4) to fix:
https://bower.herokuapp.com/packages could not be fully loaded
--> moved to a different url, which the new plugin uses
2019-02-09 09:29:01 +01:00
Hadi Nategh
620707d4a6 W.I.P of cats, versions or trackers categories color code 2019-02-08 16:22:04 +01:00
Hadi Nategh
b668708a6d W.I.P of cats, versions or trackers categories color code 2019-02-08 15:16:15 +01:00
Ralf Becker
f36ffc1a44 allow PHP 7.3 to fail in Travis
as pear.php.net is down and it has no cache with missing PEAR packages yet :(
2019-02-07 22:31:59 +01:00
nathangray
b7c0fce767 Avoid warning if conditions do not exist 2019-02-07 10:56:10 -07:00
nathangray
ec04121692 Fix addressbook HTML customfields were stripped of their tags when merging 2019-02-07 10:02:08 -07:00
Ralf Becker
dfb93cfa20 exclude (failing) pear tests from our PHP systax check 2019-02-07 17:45:34 +01:00
Ralf Becker
e684269e53 remove PHP 5.6 not supported in master 2019-02-07 17:20:13 +01:00
Ralf Becker
f4289d4277 setting php>=7.0, as Scrutinizer seems to require/user PHP 7.0 2019-02-07 17:12:57 +01:00
Ralf Becker
27192d4b5d using lowercase package names, to fix complains by composer 2019-02-07 17:06:32 +01:00
Ralf Becker
28f61e0eb0 replace currently unavailable pear.php.net with composer 2019-02-07 16:53:13 +01:00
Hadi Nategh
7f57a4f4aa W.I.P of cats, versions or trackers categories color code 2019-02-06 18:39:24 +01:00
Hadi Nategh
2405d8f2d3 * Mail: fix not working sending and receiving smime signed messages where certificates have more than 1 domain registered (subjectAltName) 2019-02-06 13:49:11 +01:00
nathangray
f1295cce1c Calendar - make day header blue and always show user name in day view 2019-02-05 15:45:06 -07:00
nathangray
a2189e732e Remove unneeded variable 2019-02-04 15:51:14 -07:00
Hadi Nategh
09e40c4f84 Add new icons 2019-02-04 11:01:11 +01:00
nathangray
c9a16d0caf Show week number instead of user name for single calendar, single day 2019-02-01 10:12:03 -07:00
Hadi Nategh
a059628f58 * Mail: take user's cutomfields type of email into account when searching for contacts in Compose -> TO field. 2019-02-01 11:13:43 +01:00
nathangray
3dd671ad8d Changes to support accessing Samba shares with Collabora 2019-01-31 14:42:37 -07:00
Ralf Becker
75b21741b9 * LDAP/AD/UCS: fixed sending mails to groups used as distribution lists 2019-01-30 17:59:52 +01:00
Ralf Becker
685fc58564 allow to get account_id from email for LDAP backend 2019-01-30 17:28:42 +01:00
Ralf Becker
fd519b3c39 disable omitting of unchanged fields for non SQL account backends
as existing backend code then tries to remove the value, which fails with an error from LDAP server, as eg. last name is required
2019-01-30 17:28:42 +01:00
nathangray
03aead70e8 Do not recreate deleted periodic execution async jobs 2019-01-28 15:32:17 -07:00
Ralf Becker
76963cfe2b
GPL version 2 or any later version 2019-01-28 15:56:08 +01:00
Hadi Nategh
b3f2d7b102 Revert part of commit 05ce70f1a8 because it breaks codes where result of search function expecting to be an array instead of Db2DataIterator (eg. timesheet) 2019-01-28 12:35:41 +01:00
Ralf Becker
fdfcc15c6b do NOT try to read empty contact_id
it wont find anything anyway, but gives an exception under AD, because of wrong formated GUID
2019-01-28 10:14:55 +01:00
Hadi Nategh
32095efd4b Make the edit account dialog slightly bigger to get all toolbars fit in one line 2019-01-25 14:54:06 +01:00
Hadi Nategh
c5c09c4f9f Deprecate CKEDITOR and remove it from source 2019-01-25 12:41:13 +01:00
nathangray
72c21bffcf Calendar - fix week view display name of other user, broken by 9742956c 2019-01-24 11:16:19 -07:00
Ralf Becker
1ed0fd898f fix error: Call to undefined method calendar_ical::get_table_definitions() 2019-01-24 09:10:06 +01:00
nathangray
098fcbf918 Fix (remove) vertical scrollbar on popups with CKEDITOR 2019-01-23 16:01:50 -07:00
nathangray
05ce70f1a8 Fix missing types in admin queue and history 2019-01-23 10:41:52 -07:00
nathangray
231946ae58 Cancel async job when deleting command 2019-01-23 09:37:42 -07:00
Hadi Nategh
7fe32caf2c * Import/Export: fix export to csv fails because of URL length limit 2019-01-23 12:20:02 +01:00
Hadi Nategh
a0a0dd1aa0 Try to send the request as POST if the url is exceeding certain number of characters. 2019-01-23 12:18:40 +01:00
nathangray
886b2e0357 Mail - fix long subjects are not shown in preview (FF only) 2019-01-22 14:16:39 -07:00
nathangray
65cae1bf8d Api - Fix infinite loop in link if app2 param is not string or array of arrays 2019-01-22 11:49:45 -07:00
nathangray
4008f82be3 Mail - display multiple From addresses 2019-01-22 10:48:39 -07:00