Thomas Mueller
|
a814361ca7
|
Merge branch 'master' into external_storage_ui_feedback
|
2013-02-12 23:01:54 +01:00 |
Thomas Mueller
|
318c0b3408
|
user name and password need to be encoded as well
fixes #1652
|
2013-02-12 15:56:31 +01:00 |
Thomas Mueller
|
6b594c1eb8
|
fixing namespace
|
2013-02-12 11:05:12 +01:00 |
Thomas Mueller
|
a953786d79
|
Merge branch 'master' into external_storage_ui_feedback
|
2013-02-12 11:01:14 +01:00 |
Thomas Mueller
|
646d60ee83
|
fixing namespace
|
2013-02-12 11:00:38 +01:00 |
Michael Gapczynski
|
6eba790a75
|
Merge branch 'master' into external_storage_ui_feedback
Conflicts:
apps/files_external/js/dropbox.js
apps/files_external/js/google.js
apps/files_external/js/settings.js
apps/files_external/lib/amazons3.php
apps/files_external/lib/dropbox.php
apps/files_external/lib/google.php
apps/files_external/lib/smb.php
apps/files_external/lib/swift.php
apps/files_external/lib/webdav.php
lib/filestorage.php
|
2013-02-11 20:27:05 -05:00 |
Thomas Mueller
|
0c1174770d
|
use urlencode not rawurlencode
|
2013-02-11 21:25:29 +01:00 |
Thomas Mueller
|
392be78162
|
the path must be encoded because within the smb4pph code it's decoded again - pretty easy but still .....
|
2013-02-11 20:32:44 +01:00 |
Thomas Mueller
|
89bc26210a
|
[files_external] removing function as it's the same in the base class - THX Robin
Conflicts:
apps/files_external/lib/smb.php
|
2013-02-11 15:44:35 +01:00 |
hkjolhede
|
513bf0b999
|
Update apps/files_external/lib/config.php
Corrected minor error
|
2013-02-10 15:37:05 +01:00 |
Henrik Kjölhede
|
421bacc33a
|
Final changes from icewind1991
|
2013-02-10 13:11:29 +01:00 |
Henrik Kjölhede
|
1df8a5a774
|
Updated phpseclib from git + requested style changes
|
2013-02-10 12:35:49 +01:00 |
Henrik Kjölhede
|
c6622301e5
|
Security bug
|
2013-02-09 23:49:21 +01:00 |
Henrik Kjölhede
|
bcf98879cb
|
Just a little cleaner in touch
|
2013-02-09 23:33:01 +01:00 |
Henrik Kjölhede
|
9e42a36fd8
|
Update to touch
|
2013-02-09 23:29:58 +01:00 |
Henrik Kjölhede
|
674955d1b6
|
Spelling mistake
|
2013-02-09 20:35:48 +01:00 |
Henrik Kjölhede
|
96cfe37587
|
Update to conform to API changes
|
2013-02-09 19:08:39 +01:00 |
Henrik Kjölhede
|
3b029d551c
|
corrected namespace
|
2013-02-09 15:57:33 +01:00 |
Henrik Kjölhede
|
81a281a140
|
Modified to new class structure
|
2013-02-09 14:12:17 +01:00 |
Henrik Kjölhede
|
41fa65e7be
|
Merge branch 'master' of https://github.com/owncloud/core
Conflicts:
apps/files_external/appinfo/app.php
|
2013-02-09 14:05:33 +01:00 |
Robin Appelman
|
54d46fe43c
|
remove outdated line
|
2013-01-31 15:00:48 +01:00 |
Robin Appelman
|
c9c919da57
|
Move streamwrappers to seperate files and put them in a namespace
|
2013-01-28 15:34:15 +01:00 |
Henrik Kjölhede
|
b1b2eafa50
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
apps/files_external/lib/config.php
|
2013-01-26 21:51:18 +01:00 |
hkjolhede
|
a26d50640f
|
Update apps/files_external/lib/sftp.php
Added cleaning the root path
|
2013-01-26 19:46:23 +01:00 |
Robin Appelman
|
5445b94416
|
merge master into filesystem
|
2013-01-16 19:04:50 +01:00 |
Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
2013-01-16 18:09:16 +01:00 |
Robin Appelman
|
9bf367e7f8
|
merge master into filesystem
|
2013-01-15 14:57:23 +01:00 |
Thomas Mueller
|
388bb6a5e1
|
Merge branch 'master' into fixing-unused-and-undefined-in-master
|
2013-01-14 23:41:34 +01:00 |
Michael Gapczynski
|
464dafd7d2
|
Make Google Drive storage id unique, before it was anonymousanonymous
|
2013-01-09 22:17:39 -05:00 |
Michael Gapczynski
|
fbcf62389c
|
Merge branch 'master' into external_storage_ui_feedback
Conflicts:
apps/files_external/lib/webdav.php
|
2013-01-09 21:49:21 -05:00 |
Björn Schießle
|
43415386a8
|
Upstream merged my patch to add additional ssl root certificates to the webdav client.
This means that OC_Connector_Sabre_Client is no longer needed
|
2013-01-08 17:44:28 +01:00 |
Thomas Mueller
|
4a345fd911
|
removing undefined $response
|
2013-01-06 23:28:58 +01:00 |
Michael Gapczynski
|
1137723b2a
|
Remove unnecessary length parameter from last commit
|
2013-01-03 12:13:45 -05:00 |
Michael Gapczynski
|
38876fc98a
|
Update old storage classes names to the new namespace during mounting
|
2013-01-03 12:07:04 -05:00 |
Michael Gapczynski
|
d275725e23
|
No longer need to create folders locally for external storage mount points
|
2012-12-29 13:43:44 -05:00 |
hkjolhede
|
ab4d52e980
|
Update apps/files_external/lib/sftp.php
Created test() function as per @pull/1031
|
2012-12-28 22:22:04 +01:00 |
Michael Gapczynski
|
ad902a9848
|
Move storage backend tests from constructor to test function
|
2012-12-28 12:00:48 -05:00 |
hkjolhede
|
ab31c3ef4e
|
Update apps/files_external/lib/sftp.php
Updated to using local 3rdparty + added a few missed braces.
|
2012-12-27 21:00:20 +01:00 |
hkjolhede
|
be197d52b1
|
Update apps/files_external/lib/sftp.php
Added copyright notice
|
2012-12-27 19:47:46 +01:00 |
hkjolhede
|
00bfcd94ec
|
Update apps/files_external/lib/sftp.php
Added a little better exception handling, hopefully making it a little more robust
|
2012-12-26 23:49:53 +01:00 |
hkjolhede
|
3375253e1d
|
Update apps/files_external/lib/sftp.php
Added checks for host keys and added exceptions thrown if constructor fails.
|
2012-12-26 23:38:17 +01:00 |
hkjolhede
|
6aded84f10
|
Update apps/files_external/lib/config.php
Adding support for SFTP mounts
|
2012-12-26 18:03:16 +01:00 |
hkjolhede
|
08156cc57f
|
Create sftp.php
Adapter for SFTP using the pure php SSH library phpseclib
|
2012-12-26 08:59:08 -08:00 |
Robin Appelman
|
7e36f730ec
|
merge master into filesystem
|
2012-12-25 14:29:29 +01:00 |
Michael Gapczynski
|
0dbf1d0260
|
Show status icons for mount points in external storage UI
|
2012-12-24 13:45:52 -05:00 |
Robin Appelman
|
946d58eaa8
|
merge master into filesystem
|
2012-12-15 02:21:26 +01:00 |
Frank Karlitschek
|
262fecbe39
|
proper escape the mountpoints. Fixes
https://github.com/owncloud/core/issues/557
|
2012-12-14 23:31:50 +01:00 |
Thomas Mueller
|
e427197dce
|
ctor of OC_L10N requires the app name
|
2012-12-11 14:07:01 +01:00 |
Frank Karlitschek
|
e55a3637ce
|
don't call shell_exec if safe_mode is on.
|
2012-12-11 13:20:20 +01:00 |
Frank Karlitschek
|
ca7882a7c6
|
disable not available external filesystems. Restructure the configuration a bit and improve naming
|
2012-12-10 21:44:43 +01:00 |