Commit Graph

70 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Björn Schießle f971ce0b66 let public link download handle json encoded file lists 13 years ago
Arthur Schiwon 2ae1ad23b0 Offer download of whole shared dir only if it does not exceed zip input limit 13 years ago
Lukas Reschke 221ecf63ab [files_sharing] From echo to p 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 13 years ago
Robin Appelman a1db280a46 Share: fix downloading selected files from public shared folder 13 years ago
Robin Appelman 7fa9181a26 Share: fix sorting of files in public shared folder 13 years ago
Robin Appelman bbf672f453 Share: fix nested subfolders in public shared folders 13 years ago
Robin Appelman 7842b416d1 Share: fix breadcrumbs for public shared folder 13 years ago
Robin Appelman 762688762f Share: fix downloading files from a public shared folder 13 years ago
Michael Gapczynski a6bd086867 Set permissions to read only 13 years ago
Michael Gapczynski 56df48b40f Remove additional old compatibility code 13 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 13 years ago
Michael Gapczynski 71affd528c Fix public links 13 years ago
Michael Gapczynski cc19df22a1 Remove old OC4 link compatibility 13 years ago
Thomas Mueller 47ce3c2160 include keyboardshortcuts.js 13 years ago
Björn Schießle 839f4bd949 show display name instead of uid in the public shared files view 13 years ago
Thomas Mueller 5fadd53088 missing renames of publicListView to disableSharing 13 years ago
Björn Schießle 9bacb0e179 rename "publicListView" option to "disableSharing", this is more meaningful also because it is not only useful for the public list view 13 years ago
Björn Schießle d5ee435253 rename "publicListView" option to "disableSharing", this is more meaningful also because it is not only useful for the public list view 13 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 13 years ago
Jörn Friedrich Dreyer 42e3eaf45a add more linebreaks, replace SQL LIMIT with param 13 years ago
Bart Visscher 2ef2dc4dda Fix "There must be a single space between the closing parenthesis and the opening brace" 14 years ago
Björn Schießle bf0f39f5b4 make sure that all expected array keys are available 14 years ago
Thomas Mueller 18663100d9 fixing syntax error + reformat the code 14 years ago
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 14 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 14 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 14 years ago
Björn Schießle 12983cf0b0 urlencode file/dir to allow special characters in filename/path (issue #95) 14 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 14 years ago
Felix Moeller 9795bc19bf Checkstyle: Fix the last two InvalidEOLChar 14 years ago
Robin Appelman 0fb707d2c9 some more porting of the sharing 14 years ago
Robin Appelman 86be7e8872 remove last uses of depricated OC_Filesystem 14 years ago
Robin Appelman dea0d20a9a fix delete and sort files 14 years ago
Lukas Reschke 7454186806 Forget to urlencode the path 14 years ago
Lukas Reschke ff6d2f16c4 urlencode 14 years ago
Thomas Müller 41898a473e Apply coding style guide 14 years ago
Björn Schießle a9a27306de fix copy&paste bug from previous commit 14 years ago
Björn Schießle 1d200c554f Shared files are not stored in the file cache. Therefore we need to 14 years ago
Thomas Müller 4c234bd666 Apply coding style guide 14 years ago
Björn Schießle 070fe02448 calling OC_Filesystem at this point will initialize file system with wrong user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem. 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Björn Schießle b08a1696f5 normalize path to avoid problems with trailing slashes, double-slashes, etc. 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 years ago
Björn Schießle 77d91d5a03 generate correct link for shared files and shared directories 14 years ago
Björn Schießle 41640b4b91 don't show the share action in the file view for publically shared files. 14 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 14 years ago
Björn Schießle 5e2bce24b4 enable user to download selected files from publically shared directory 14 years ago
Björn Schießle c99f62891a breadcrumbs fixed for public share view 14 years ago
Björn Schießle 99f4d949c1 fix download link for single files in publicly shared directory 14 years ago