Michael Gapczynski
|
d275725e23
|
No longer need to create folders locally for external storage mount points
|
2012-12-29 13:43:44 -05:00 |
Robin Appelman
|
7e36f730ec
|
merge master into filesystem
|
2012-12-25 14:29:29 +01: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 |
Frank Karlitschek
|
f3bd6d14ee
|
add some output why some of the external filesystems might not work
|
2012-12-10 21:10:28 +01:00 |
Robin Appelman
|
be30b1a8de
|
merge master into filesystem
|
2012-12-03 18:02:22 +01:00 |
Jörn Friedrich Dreyer
|
92df70b6e5
|
fix checkstyle for files_external app, add whitespace for readability
|
2012-11-30 16:27:11 +01:00 |
Robin Appelman
|
54240140b1
|
fix incorectly merged smb.php
|
2012-11-16 12:14:29 +01:00 |
Robin Appelman
|
bf2ac9f113
|
merge master into filesystem
|
2012-11-15 00:37:54 +01:00 |
Diederik de Haas
|
6e6df6e410
|
Fixed new checkstyle issues in ftp.php from build #1341.
|
2012-11-10 00:46:50 +01:00 |
Diederik de Haas
|
3cc6df489f
|
Fixed new checkstyle issues in swift.php from build #1341.
|
2012-11-10 00:45:49 +01:00 |
Diederik de Haas
|
051635412d
|
Fixed new checkstyle issues from build #1341.
|
2012-11-10 00:40:32 +01:00 |
Robin Appelman
|
961ff01a93
|
merge master into filesystem
|
2012-11-07 17:18:56 +01:00 |
Arthur Schiwon
|
8b3ae4309b
|
Fix mkdir and opendir warnings when path does not exist
|
2012-11-05 21:37:59 +01:00 |
Robin Appelman
|
972243d564
|
support string values ('true' and 'false') for configuring the secure parameter on external storage backends
fixes #78
|
2012-11-05 16:39:03 +01:00 |
Robin Appelman
|
4b940955dd
|
merge master into filesystem
|
2012-11-04 21:12:18 +01:00 |
Felix Moeller
|
0e70ea9d8b
|
Checkstyle: Fix the last 25 NoSpaceAfterComma
|
2012-11-04 18:28:29 +01:00 |
Felix Moeller
|
1205749f8c
|
Checkstyle: Fix the last two SpaceBeforeOpenBrace
|
2012-11-04 18:18:03 +01:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Felix Moeller
|
afadf93d31
|
Checkstyle: many fixes
|
2012-11-02 19:53:02 +01:00 |
Robin Appelman
|
6e9e263497
|
merge master into filesystem
|
2012-10-30 22:59:55 +01:00 |
Felix Moeller
|
dfc8228fb4
|
NoSpaceAfterComma
|
2012-10-28 23:58:08 +01:00 |
Robin Appelman
|
7bc49d2a57
|
merge master into filesystem
|
2012-10-25 18:26:08 +02:00 |
Felix Moeller
|
561cbb2de6
|
NoSpaceAfterComma II
|
2012-10-23 23:01:10 +02:00 |
Felix Moeller
|
e73b817a38
|
Checkstyle: NoSpaceAfterComma
|
2012-10-23 22:53:54 +02:00 |
Robin Appelman
|
7424f3aef6
|
merge master into filesystem
|
2012-10-23 16:16:46 +02:00 |
Felix Moeller
|
03581ef463
|
Correct a first issue Checkstyle is complaining about ...
This is BracketsNotRequired
|
2012-10-22 21:40:33 +02:00 |
Robin Appelman
|
33cabcf590
|
postpone the cost of setting up some of the external storage backends untill we actually need it
|
2012-10-21 22:04:45 +02:00 |
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
Robin Appelman
|
77cef5f514
|
merge master into filesystem
|
2012-10-17 13:14:17 +02:00 |
Bart Visscher
|
4af5b016cc
|
Whitespace cleanup
|
2012-10-14 21:04:08 +02:00 |
Robin Appelman
|
11e9ce25e6
|
merge master into filesystem
|
2012-10-13 04:29:20 +02:00 |
Robin Appelman
|
c099545b6d
|
don't throw errors if certificate folder doesn't exist
|
2012-10-12 14:52:22 +02:00 |
Robin Appelman
|
141ff806c6
|
fix namespace problems for external storage backends
|
2012-10-11 23:17:59 +02:00 |
Robin Appelman
|
542869114a
|
implement getId for the external storage providers
|
2012-10-11 23:06:57 +02:00 |
Robin Appelman
|
fb2d2bc201
|
merge master into filesystem
|
2012-10-11 22:54:39 +02:00 |
Robin Appelman
|
92ddefe5a6
|
fix filetype for smb storage backend
|
2012-10-11 22:18:34 +02:00 |
Robin Appelman
|
5698c8519a
|
fix webdav storage backend when trying to open a non existing file for reading
|
2012-10-11 22:18:34 +02:00 |
Benjamin Liles
|
8336b3287e
|
Various bug fixes for swift
|
2012-10-11 08:52:21 -05:00 |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
2012-10-10 13:18:36 +02:00 |
Robin Appelman
|
13e7e82d19
|
merge master into filesystem
|
2012-10-10 11:30:44 +02:00 |
Björn Schießle
|
293484d1ee
|
add directory while creating mount point
|
2012-10-09 15:18:21 +02:00 |
Robin Appelman
|
e7899e17de
|
merge phpunit into filesystem
|
2012-10-08 13:53:53 +02:00 |
Robin Appelman
|
a203a4a1c7
|
add support to mount a specific folder from dropbox
|
2012-10-06 13:44:53 +02:00 |
Robin Appelman
|
93292516d9
|
Merge branch 'master' into filesystem
|
2012-09-22 14:28:14 +02:00 |
Björn Schießle
|
3d2cd64a48
|
add a line break after every certificate
|
2012-09-21 16:54:08 +02:00 |
Robin Appelman
|
bd83422095
|
put filestorages in a namespace
|
2012-09-07 18:30:48 +02:00 |