Commit Graph

76 Commits (17d466b03b91ccc058fe1a88340df36c22a580c2)

Author SHA1 Message Date
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 13 years ago
Robin Appelman 035d83fe91 don't use the workaround for shared files on the /Shared folder 13 years ago
Michael Gapczynski 025d308929 Actually fix shared webdav access 13 years ago
Michael Gapczynski 33d1906f23 Fix getting file info for subfolders in shared folders 13 years ago
Bart Visscher 737a6730db Add OC_Files::searchByMime function 13 years ago
Bart Visscher a80e0403a1 Fix getting individual shared file information 13 years ago
Bart Visscher 8820cd934a Forgot to return the fileinfo 13 years ago
Bart Visscher b6dc6c5bb9 Don't use OC_FileCache directly, but use the functions in OC_Files 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski 837eb1871d Don't delete the file anymore to replace it in the UI, just overwrite it 13 years ago
Michael Gapczynski efa0478d2d Remove share permission for encrypted files 13 years ago
Thomas Mueller 58b1e841f1 fix translations within subfolder /lib 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 13 years ago
Robin Appelman 53a888cc81 more path normalization 13 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 13 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Bjoern Schiessle 94add1c000 typo fixed 13 years ago
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) 13 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 13 years ago
Bart Visscher f54ef5a464 Remove OC::$CONFIG_DATADIRECTORY, not used 13 years ago
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 13 years ago
Bjoern Schiessle 061abb88b5 write a warning to the log file if .htaccess is not writable instead of failing silently 13 years ago
Bjoern Schiessle 7fbe306990 no move (rename) operation for "Shared" directory 13 years ago
Bjoern Schiessle c8f670dfab Don't allow user to delete, rename and re-share the "Shared" directory 13 years ago
Bjoern Schiessle 4eba41a2a0 no move (rename) operation for "Shared" directory 13 years ago
Bjoern Schiessle 2d80c148ba Don't allow user to delete, rename and re-share the "Shared" directory 13 years ago
Bart Visscher 4434016a8b Whitespace fixes 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Brice Maron 2774ff1ad8 Add HEAD request management for files ajax/download.php 13 years ago
Brice Maron 9c2a6fb551 Add HEAD request management for files ajax/download.php 13 years ago
Arthur Schiwon 01b366df80 avoid corrupt ZIP files on lighttpd, should fix oc-467 13 years ago
Bart Visscher b022ccb863 Whitespace fixes 13 years ago
Robin Appelman c0e67fa24a fix opening encrypted files from the browser 13 years ago
Arthur Schiwon c9eaffd336 send downloadfile piece by piece. saves RAM and is better suited for large files. 13 years ago
Robin Appelman 5608867edc use the correct array indexes... 13 years ago
Robin Appelman b1bcc60d83 reuse OC_L10N objects 13 years ago
Arthur Schiwon b9bdad5165 make sure temporary files are being removed, fixes oc-450 13 years ago
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 13 years ago
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. 13 years ago
Bartek Przybylski 96c99125da mimetype filter for filepicker 13 years ago
Arthur Schiwon 24bc639222 Do not use always the same name for download-zip to avoid collisions. 13 years ago
Arthur Schiwon bcef775d6b Overwrite Download-ZIP if it already exists. We do not want to show alien content. 13 years ago
Arthur Schiwon 7c815054c7 Config file is more appropriate here 13 years ago
Arthur Schiwon b13ab2b17e enable admin to turn off ZIP downloads 13 years ago
Arthur Schiwon a77edf88c6 check if selected files for zip archive are not too large 13 years ago
Bart Visscher 525306c1e2 Replace Expires and caching headers by OC_Response functions 13 years ago