Commit Graph

30757 Commits

Author SHA1 Message Date
f04dd8ace6 Vfs no longer extends Vfs\StreamWrapper, as this is the only way to keep static function signatures for Vfs class, also cleans up a bit 2016-07-19 13:29:43 +02:00
b65d87bc68 fixing our wrong static methods in stream-wrapper: unlink, rmdir, mkdir, rename and url_stat (they are not static, so PHP can pass in $context) 2016-07-19 11:59:16 +02:00
f4acec1b82 fix not working forced password change on login screen 2016-07-15 14:47:13 +02:00
f4521e3401 fix missing slash in path of adLDAP.php 2016-07-15 14:24:30 +02:00
4c59ea9d5f Implement touch events for jquery chosen. Fix filter-categories does not work in iOS 2016-07-15 14:16:56 +02:00
29ccda8dff fix ntlm directory path 2016-07-15 13:54:39 +02:00
52d3aa70cd enable APCu for caching with >= 32M and fix post_install to patch Ubuntu-16.04 /etc/php/7.0/cli/conf.d/20-apcu.ini 2016-07-15 13:23:39 +02:00
106a1b588f change translation for Detail / short Preview in List, as it confuses Details lables in other apps when transforming mail to entries (infolog, tracker, calendar) 2016-07-15 09:58:14 +02:00
9d054b9437 Fix asyncIncludetime in genPageTime repeats itself into DOM instead of updating the value 2016-07-15 09:35:02 +02:00
baf4de72d1 * CalDAV/InfoLog: fix error when creating a task for a different user 2016-07-15 09:25:44 +02:00
6a57234f30 * Setup/LDAP: fix exception when migration accounts to/from LDAP 2016-07-15 09:07:59 +02:00
b2ac90fec6 fix some Scrutinizer "bugs" 2016-07-15 08:17:54 +02:00
847fb38194 * NTLM: move ntlm login code from phpgwapi to api to allow NTLM login in 16.1 minimal install 2016-07-15 08:05:44 +02:00
e1f8fa7799 * ActiveDirectory: using adLDAP now from adldap2/adldap2=4.0.4 via composer 2016-07-15 07:39:53 +02:00
5fa3d455a5 Fix long date display got the wrong month for some combinations of date format and timezone offset direction. 2016-07-14 11:30:04 -06:00
115f420996 Implement drag to invite / move to for planner by user view 2016-07-14 10:59:11 -06:00
eba29d3541 Create DOM node for pageGenTime data 2016-07-14 17:21:51 +02:00
630175178e mark test as skiped, if cache-provider throws Exception because missing PHP extension 2016-07-14 16:07:09 +02:00
a90087b81c send page-generation- and session-restore-time via json response not as dom fragment 2016-07-14 14:55:57 +02:00
df7bfa05e4 translation missing and suggested by S.Unverricht 2016-07-14 14:06:24 +02:00
d260fbeba6 W.I.P. of implementing OpenOffice documents viewer 2016-07-14 11:35:34 +02:00
5c360a03e1 Merge pull request #1 from cmorty/pull/migrate
Also adjust links when migrating from Ldap to DB
2016-07-14 10:32:15 +02:00
fc02e0f299 Also adjust links when migrating from Ldap to DB 2016-07-14 10:19:24 +02:00
754059db88 translations from Stefan Unvericht 2016-07-13 10:37:18 +02:00
4103f84e30 Apply same hover style of selectbox to filter-categories 2016-07-13 10:15:12 +02:00
fa70712a2f fix PHP Warning: Memcached::setOptions(): invalid serializer provided, if neither igbinary nor json serializer is available, staying with default php serializer 2016-07-13 08:56:31 +02:00
98d21dc35c * Mail: update Horde_ManageSieve to 1.0.2 to fix PHP Fatal with Auth_SASL class 2016-07-13 00:01:27 +02:00
b79502e87f fixing build for hhvm 2016-07-12 23:17:55 +02:00
2ebde3f129 fixing php extension installs for Travis 2016-07-12 22:52:30 +02:00
95e3bce4b7 fixing php extension build for Travis 2016-07-12 22:37:30 +02:00
1d61c64e07 fixing php extension installs 2016-07-12 22:14:39 +02:00
ea32a474ba fixing php extension installs 2016-07-12 22:08:49 +02:00
7bf9034e53 fixing php extension installs 2016-07-12 21:54:14 +02:00
77e43a3108 seems memcached extension is provided but not enabled, installing apcu and memcache from pecl and using MariaDB: 10.0, also fix type in post_install call 2016-07-12 21:16:37 +02:00
913960a1d5 fix typo 2016-07-12 20:50:19 +02:00
a9e7252b8e grr wrong file-name 2016-07-12 20:48:45 +02:00
9cc7b3f6a2 Travis: enable apcu, memcache(d) extension, start mysql and install egroupware 2016-07-12 20:18:34 +02:00
fada2d433e When adding a mailing list as participant, immediately expand it to contacts 2016-07-12 11:22:36 -06:00
918548665d fix Travis stalls on #!/usr/bin/env in test-cli.php 2016-07-12 18:43:17 +02:00
a74bba01e6 Add an add infolog button to todo list header 2016-07-12 10:24:03 -06:00
6cb0f0f152 making existing cache-tests available for phpunit/Travis, thought leaving old test in place as they are more performance testing 2016-07-12 16:55:11 +02:00
142f55c15c Fix calendar list view shifted some pixel to the left in mobile template 2016-07-12 15:26:31 +02:00
4750bcdc67 Fix font-size and padding for filter-categories in mobile template 2016-07-12 15:14:45 +02:00
d933b7f423 Fix missing dot for class name used in commit 81829c2496 2016-07-12 15:03:58 +02:00
f15b5552ad forgot to modify Link::get_data() 2016-07-12 15:00:40 +02:00
81829c2496 Fix filter-categories in mobile template 2016-07-12 13:55:38 +02:00
943ae3612e Link::query callback needs to be called with reference as 3. parameter, passing now array with parameters instead of single parameters 2016-07-12 13:54:36 +02:00
3bc0dc60d6 fall back to Api\MimeMagic::filename2mime, if mime_content_type function is not available 2016-07-12 11:56:42 +02:00
087cff7f25 * Admin: fix PHP Fatal Class jdots_framework does not exist in minimal install 2016-07-12 11:44:02 +02:00
7455cae476 * API/ProjectManager: fixed some errors caused by no longer sharing instanciated objects not designed to be shared 2016-07-12 11:37:05 +02:00