Commit Graph

116 Commits

Author SHA1 Message Date
Ralf Becker
4886583cc1 change sharing to allow mounting shared into existing user sessions
without the need to destroy the session, if the sharee is a different user

This is accomplished by keeping the sharee in the stream context / attribute of the vfs class(es) instead of static Vfs::$user.
Later is still used for the current user - identical to egw_info[user][account_id].

This commit / merge of the vfs-context feature branch also added the abilty to mount WebDAV sources, eg. a sharing link from an other EGroupware instance
or any WebDAV server
2020-10-08 11:24:34 +02:00
Ralf Becker
642129fa7a revert 20.1 change accidently commited to master 2020-06-27 17:59:36 +02:00
Ralf Becker
a10e7b5851 updating composer.json/lock to 20.1 2020-06-27 17:41:37 +02:00
Ralf Becker
f05f70d81b adding smallPART 2020-06-27 09:24:17 +02:00
Ralf Becker
3be65a5ac9 requiring push server for master and adding it to docker-composer 2020-06-13 15:14:30 +02:00
Ralf Becker
e3ede597dc * API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more 2020-04-14 14:10:33 +02:00
Ralf Becker
6347de8d31 fix typo 2020-03-04 23:02:51 +01:00
Ralf Becker
b448f9a021 adding phpUnit 8.x as dev-requirement and try staring Apache in Travis for CalDAV tests 2020-03-04 22:43:09 +01:00
Ralf Becker
44d9fcc790 Revert "* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar"
This reverts commit 4c6e41d479.
2020-03-04 19:16:50 +01:00
Ralf Becker
78fe939b00 Revert "better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8"
This reverts commit 55a0c2b6bc.
2020-03-04 19:16:37 +01:00
Ralf Becker
55a0c2b6bc better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8 2020-03-04 18:46:47 +01:00
Ralf Becker
4c6e41d479 * CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar 2020-03-04 16:58:38 +01:00
Ralf Becker
412502f375 replace self.version with version "dev-master" as composer create-projects fails otherwise 2019-11-06 13:11:31 +01:00
Ralf Becker
70e2c0bcd8 adding bookmarks, news_admin and registration to be installed by default 2019-07-09 11:45:59 +02:00
Ralf Becker
d8826ef8da installing now rocketchat, status and openid apps by default 2019-06-17 15:38:28 +02:00
Ralf Becker
3f0be09dd6 setting php platform/support to just 7.0 to use bacon/bacon-qr-code 1.x supporting php 7.0 2019-06-17 12:29:37 +02:00
Ralf Becker
53db16cd24 updating dependencies, specially z-pust to 2.5.0 2019-06-09 18:23:32 +02:00
Ralf Becker
44a0079b9d new user security popup incl. 2FA and token revokation 2019-06-05 13:10:25 +02:00
Ralf Becker
8ea387e580 loading TinyMCE 5 through composer 2019-03-20 10:17:34 +01:00
Ralf Becker
50c21a60f9 grr, remove doublicate horde_text_diff 2019-03-01 19:51:27 +01:00
Ralf Becker
5006344ed1 keep composer happy: remove doublicate diff2html, lowercase Horde_Text_Diff and update lock file 2019-03-01 19:42:16 +01:00
nathangray
e4d865aed2 Merge branch 'master' into feature/server-side-diff 2019-02-28 15:27:12 -07:00
nathangray
24003deafa Remove dependency on pear/text_diff, we use pear-pear.horde.org/horde_text_diff everywhere now 2019-02-28 11:38:43 -07:00
Ralf Becker
3a904b16bd try fixing Scrutinizer composer install problem 2019-02-28 10:37:37 +01:00
nathangray
75fa8f4d05 Etemplate - dependencies for server side diff 2019-02-27 13:43:33 -07:00
nathangray
0ddcd3e9f8 Start to get new diff viewer in, not working yet 2019-02-27 09:05:07 -07:00
nathangray
ae000be2bc Instead of new and old values, store unified diff in database for multiline strings 2019-02-26 15:13:47 -07:00
Ralf Becker
20fbc30b34 fix missing TLD 2019-02-24 09:38:56 +01:00
Ralf Becker
08200bd99c loading ADOdb through composer 2019-02-23 13:10:18 +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
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
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
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
c5c09c4f9f Deprecate CKEDITOR and remove it from source 2019-01-25 12:41:13 +01:00
Hadi Nategh
23c844b90d Remove magicsuggest from api then add it to vendor 2018-06-21 13:39:00 +02:00
Ralf Becker
789080c663 * All apps: update CKeditor to 4.7.3 and other dependencies like Horde 2017-10-30 20:33:17 +01:00
nathangray
4d4658e711 Remove phpunit from composer, we'll do it a different way 2017-10-18 12:15:31 +02:00
nathangray
d8d3b5a12b Add PHPUnit & DBUnit to require-dev 2017-10-18 11:21:41 +02:00
Hadi Nategh
361a799388 Update Horde packages and set Horde_Crypt package minimum requirement to 2.7.9 2017-07-10 14:15:20 +02:00
Hadi Nategh
076030a1dc Add Horde_Crypt into composer package list 2017-01-23 15:12:40 +01:00
Ralf Becker
0185f0aff6 try fixing Travis builds stalled by composer.lock already containing phpunit, which version depends on php version used 2016-10-07 15:13:17 +02:00
Hadi Nategh
d3222f5d5f Add egroupware/ckeditor into composer 2016-10-07 11:11:57 +02:00
Hadi Nategh
e231ac86cf WIP of implementing cropping avatar photo 2016-09-12 16:23:57 +02:00
Ralf Becker
e1f8fa7799 * ActiveDirectory: using adLDAP now from adldap2/adldap2=4.0.4 via composer 2016-07-15 07:39:53 +02:00
Ralf Becker
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
Ralf Becker
c877ac9d94 trying to not include require-dev in composer.lock, to not install it by default and run composer update phpunit/phpunit in Travis, as phpunit needs different version for PHP versions we support 2016-07-11 22:12:31 +02:00
Ralf Becker
5c33bd9bef adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
2016-07-11 21:40:02 +02:00
Ralf Becker
96b1f54e40 using semantic versioning operator ^ in hope to fix Version Eye showing not installable updates 2016-07-11 15:47:44 +02:00
Ralf Becker
1f934008e3 downgrade jquery again to version 1 (1.12.4) and jquery-ui to 1.11.2, to fix problems in drag-n-drop and tooltips 2016-06-14 15:52:46 +02:00
Hadi Nategh
93217a149d jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
leithoff
169931077a switch to https for pear.horde.org and version 2.29.7 for Horde_Imap_Client 2016-06-02 15:31:27 +02:00
Ralf Becker
3d40956df9 update all composer dependencies to allow installation with php7 2016-05-12 23:12:00 +02:00
Ralf Becker
06e2519976 allow http download from pear.horde.org, as it does not support https 2016-02-26 07:21:42 +00:00
Ralf Becker
8246768f59 * All apps: updated included Horde and PEAR packages (now including PEAR itself) to improve php 7.0 compatibility 2016-02-14 17:27:53 +00:00
Ralf Becker
48bb00ccd0 using now Horde_ManageSieve package version 1.0.1 (requires to run composer install!), removed copy in our svn, also removed old commented code 2016-02-02 09:04:25 +00:00
Ralf Becker
222cc2db24 explicit request PEAR, as it gives a fatal error, if PEAR.php can not be required in Auth_SASL 2016-01-28 20:00:11 +00:00
Ralf Becker
d9759cced8 replacing Net_Sieve with Horde\ManageSieve, thought we need some fixes not yet accepted in Horde, therefore we include a copy of fixed package 2016-01-28 09:52:05 +00:00
Ralf Becker
71fc6a7627 * Mail/CalDAV/CardDAV: update to new Horde and PEAR versions, specially Horde_Icalendar 2.1.1 2015-07-06 15:45:34 +00:00
Ralf Becker
f99183959f reverted accidental commit r53034 2015-07-03 07:41:57 +00:00
Ralf Becker
8480b9bb4e fixed 2015-07-02 15:44:04 +00:00
Ralf Becker
3c4cb54f34 * Setup: allow to use Composer (https://getcomposer.org/) to manager requirements (instead of PEAR) 2015-01-18 12:05:09 +00:00