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 |
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
|
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 |
Michael Gapczynski
|
7c908a0016
|
Sharing files working using share API
|
2012-07-10 18:56:22 -04:00 |
Bjoern Schiessle
|
94add1c000
|
typo fixed
|
2012-06-29 16:49:22 +02:00 |
Bjoern Schiessle
|
b95996c02c
|
- when creating a new text file or directory which name already exist use the same pattern as for file uploads in such a case (add a (N) to the name)
- don't allow renaming if a file/directory with the name already exists
|
2012-06-29 15:23:04 +02:00 |
Michael Gapczynski
|
71350bc618
|
I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api.
|
2012-06-27 01:05:36 +02:00 |
Bart Visscher
|
f54ef5a464
|
Remove OC::$CONFIG_DATADIRECTORY, not used
|
2012-06-19 22:54:14 +02:00 |
Robin Appelman
|
f06c08a637
|
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
|
2012-06-15 19:56:15 +02:00 |
Bjoern Schiessle
|
061abb88b5
|
write a warning to the log file if .htaccess is not writable instead of failing silently
|
2012-06-05 11:50:21 +02:00 |
Bjoern Schiessle
|
4eba41a2a0
|
no move (rename) operation for "Shared" directory
|
2012-06-04 11:04:05 +02:00 |
Bjoern Schiessle
|
2d80c148ba
|
Don't allow user to delete, rename and re-share the "Shared" directory
|
2012-06-04 10:42:09 +02:00 |
Bart Visscher
|
4434016a8b
|
Whitespace fixes
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Brice Maron
|
9c2a6fb551
|
Add HEAD request management for files ajax/download.php
|
2012-05-24 22:48:10 +00:00 |
Arthur Schiwon
|
01b366df80
|
avoid corrupt ZIP files on lighttpd, should fix oc-467
|
2012-05-15 11:57:24 +02:00 |
Robin Appelman
|
c0e67fa24a
|
fix opening encrypted files from the browser
|
2012-05-05 16:49:48 +02:00 |
Arthur Schiwon
|
c9eaffd336
|
send downloadfile piece by piece. saves RAM and is better suited for large files.
|
2012-05-02 11:02:13 +02:00 |
Robin Appelman
|
5608867edc
|
use the correct array indexes...
|
2012-04-14 17:52:49 +02:00 |
Robin Appelman
|
b1bcc60d83
|
reuse OC_L10N objects
|
2012-04-14 16:44:15 +02:00 |
Arthur Schiwon
|
b9bdad5165
|
make sure temporary files are being removed, fixes oc-450
|
2012-04-13 23:02:42 +02:00 |
Arthur Schiwon
|
b95f561bf2
|
file settings: let people set no more than upper boundary for file uploads, but they should can really go up to the limit
|
2012-04-13 11:25:38 +02:00 |
Arthur Schiwon
|
1bd27891e2
|
make upload size settings work probably. do not replace whole .htaccess, only replace what is needed. Consistent, human readable input on admin settings page.
|
2012-04-13 10:43:44 +02:00 |
Bartek Przybylski
|
96c99125da
|
mimetype filter for filepicker
|
2012-04-05 23:18:44 +02:00 |
Arthur Schiwon
|
24bc639222
|
Do not use always the same name for download-zip to avoid collisions.
|
2012-03-27 01:19:34 +02:00 |
Arthur Schiwon
|
bcef775d6b
|
Overwrite Download-ZIP if it already exists. We do not want to show alien content.
|
2012-03-27 01:18:38 +02:00 |