Michael Gapczynski
|
b035626709
|
Retrieve storage correctly, filename is not the mountpoint
|
2012-12-27 16:53:32 -05:00 |
Michael Gapczynski
|
65f1e52107
|
Change old is_readable to isReadable, fixes downloads
|
2012-12-27 15:49:48 -05:00 |
Robin Appelman
|
7e36f730ec
|
merge master into filesystem
|
2012-12-25 14:29:29 +01:00 |
Thomas Mueller
|
186147d1ee
|
refs #933 send content length header - this will allow the browser to show the progressbar
|
2012-12-19 11:22:01 +01:00 |
Jörn Friedrich Dreyer
|
b6eb95349e
|
fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
|
2012-12-17 16:46:07 +01:00 |
Robin Appelman
|
c6a5ce54a7
|
these functions should be static
|
2012-12-15 02:22:09 +01:00 |
Robin Appelman
|
946d58eaa8
|
merge master into filesystem
|
2012-12-15 02:21:26 +01:00 |
Bart Visscher
|
85bd28c508
|
Fix some of "Closing brace must be on a line by itself"
|
2012-12-15 00:43:46 +01:00 |
Robin Appelman
|
d33f697a5f
|
merge master into filesystem
|
2012-11-30 00:18:42 +01:00 |
Robin Appelman
|
bcb27c81d4
|
use new obEnd function instead of ob_end_clean
|
2012-11-29 18:01:21 +01:00 |
Robin Appelman
|
a922eb756e
|
merge master into filesystem
|
2012-11-18 14:07:52 +01:00 |
Robin Appelman
|
288ecf318c
|
add getFileInfo and getDirectoryContent to OC_Files for compatibility
|
2012-11-15 22:08:08 +01:00 |
Valerio Ponte
|
de7e419610
|
Fixed style according to owncloud styleguide
|
2012-11-14 20:10:20 +01:00 |
Valerio Ponte
|
8e190a5a97
|
Moved X-Sendfile headers into OC_Files::get
now should work with temp files too
|
2012-11-14 20:10:20 +01:00 |
Thomas Tanghus
|
56239df2e7
|
Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
|
2012-11-11 23:10:23 +01:00 |
Robin Appelman
|
ae74c54d65
|
normalize filepaths in OC_Files::getFileInfo
|
2012-11-07 22:54:10 +01:00 |
Michael Gapczynski
|
3d13c9db70
|
Return empty array if file does not exist inside Shared folder, fixes issue #91
|
2012-11-05 17:54:23 -05: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
|
5bfff6c56e
|
use absolute paths when resolving mount points
|
2012-10-27 12:17:35 +02:00 |
Robin Appelman
|
3437071cf1
|
remove old searchByMime
|
2012-10-27 10:40:27 +02:00 |
Robin Appelman
|
6db81afab9
|
move some stuff to the new api
|
2012-10-26 23:05:02 +02:00 |
Robin Appelman
|
39adadd3e3
|
move the cache api from OC_Files to filesystem(view)
|
2012-10-26 12:30:25 +02:00 |
Robin Appelman
|
5a3d6805a2
|
cleanup OC_Files a bit
|
2012-10-24 15:52:30 +02:00 |
Robin Appelman
|
7b150dfa96
|
merge master into filesystem
|
2012-10-24 15:32:29 +02:00 |
Felix Moeller
|
2d61f03452
|
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
|
2012-10-23 08:01:09 +02:00 |
Felix Moeller
|
6a00a6b9ed
|
Make Jenkins more happy.
This is NoSpaceAfterComma
|
2012-10-23 00:28:12 +02:00 |
Robin Appelman
|
707bd68bb4
|
automatically scan files when needed
|
2012-10-21 22:05:29 +02:00 |
Robin Appelman
|
2522c25af7
|
use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
most apps would want to use this api instead of using the cache directly
|
2012-10-21 02:12:58 +02:00 |
Robin Appelman
|
1901ac8b17
|
drop depricated is_readable and is_writable
|
2012-10-21 00:13:16 +02:00 |
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
2012-10-10 13:18:36 +02:00 |
Robin Appelman
|
035d83fe91
|
don't use the workaround for shared files on the /Shared folder
|
2012-10-08 23:37:50 +02:00 |
Michael Gapczynski
|
025d308929
|
Actually fix shared webdav access
|
2012-10-08 17:21:52 -04:00 |
Michael Gapczynski
|
33d1906f23
|
Fix getting file info for subfolders in shared folders
|
2012-10-08 16:05:57 -04:00 |
Bart Visscher
|
737a6730db
|
Add OC_Files::searchByMime function
Include shared files in result
|
2012-09-25 21:15:01 +02:00 |
Bart Visscher
|
a80e0403a1
|
Fix getting individual shared file information
|
2012-09-24 21:12:32 +02:00 |
Bart Visscher
|
8820cd934a
|
Forgot to return the fileinfo
|
2012-09-21 21:28:53 +02:00 |
Bart Visscher
|
b6dc6c5bb9
|
Don't use OC_FileCache directly, but use the functions in OC_Files
This adds getFileInfo to OC_Files to also get fileinfo from shared files
|
2012-09-21 13:31:12 +02:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Michael Gapczynski
|
837eb1871d
|
Don't delete the file anymore to replace it in the UI, just overwrite it
|
2012-09-05 22:13:50 -04:00 |
Michael Gapczynski
|
efa0478d2d
|
Remove share permission for encrypted files
|
2012-08-31 17:31:28 -04:00 |
Thomas Mueller
|
58b1e841f1
|
fix translations within subfolder /lib
|
2012-08-30 23:51:44 +02:00 |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
2012-08-29 20:28:45 +02:00 |
Michael Gapczynski
|
885b8c481b
|
Check if files_sharing app is enabled, move file specific javascript to files_sharing app
|
2012-08-22 12:32:07 -04:00 |
Michael Gapczynski
|
82d81e8d39
|
Merge branch 'share_api'
Conflicts:
apps/contacts/lib/vcard.php
apps/files/index.php
lib/files.php
|
2012-08-19 22:29:01 -04:00 |
Robin Appelman
|
53a888cc81
|
more path normalization
|
2012-08-17 01:22:54 +02:00 |
Michael Gapczynski
|
df8a2e5361
|
File sharing cleanup, works perfectly I think :)
|
2012-08-16 12:20:14 -04:00 |
Michael Gapczynski
|
4d17ed2f71
|
Make file actions permissions aware
|
2012-07-25 16:33:08 -04:00 |
Michael Gapczynski
|
4bf13adff2
|
Merge branch 'master' into share_api
Conflicts:
apps/contacts/lib/addressbook.php
apps/files_sharing/js/share.js
apps/files_sharing/sharedstorage.php
|
2012-07-11 20:25:59 -04:00 |