Commit Graph

75 Commits (fbdf46b76e0162261be4a7c9e5a71868a331f4d8)

Author SHA1 Message Date
Thomas Mueller f726de3cab for now we disable public upload in case encryption is enabled 12 years ago
Roman Geber ddb0ff346d Public upload feature 12 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 12 years ago
Michael Gapczynski 9b622bdeed RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead 12 years ago
Michael Gapczynski 274bf3c6bd Don't display shared links if disabled 12 years ago
Björn Schießle f971ce0b66 let public link download handle json encoded file lists 12 years ago
Arthur Schiwon 2ae1ad23b0 Offer download of whole shared dir only if it does not exceed zip input limit 12 years ago
Lukas Reschke 221ecf63ab [files_sharing] From echo to p 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 12 years ago
Robin Appelman a1db280a46 Share: fix downloading selected files from public shared folder 12 years ago
Robin Appelman 7fa9181a26 Share: fix sorting of files in public shared folder 12 years ago
Robin Appelman bbf672f453 Share: fix nested subfolders in public shared folders 12 years ago
Robin Appelman 7842b416d1 Share: fix breadcrumbs for public shared folder 12 years ago
Robin Appelman 762688762f Share: fix downloading files from a public shared folder 12 years ago
Michael Gapczynski a6bd086867 Set permissions to read only 12 years ago
Michael Gapczynski 56df48b40f Remove additional old compatibility code 12 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 12 years ago
Michael Gapczynski 71affd528c Fix public links 12 years ago
Michael Gapczynski cc19df22a1 Remove old OC4 link compatibility 12 years ago
Thomas Mueller 47ce3c2160 include keyboardshortcuts.js 12 years ago
Björn Schießle 839f4bd949 show display name instead of uid in the public shared files view 12 years ago
Thomas Mueller 5fadd53088 missing renames of publicListView to disableSharing 12 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 12 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 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Jörn Friedrich Dreyer 42e3eaf45a add more linebreaks, replace SQL LIMIT with param 12 years ago
Bart Visscher 2ef2dc4dda Fix "There must be a single space between the closing parenthesis and the opening brace" 12 years ago
Björn Schießle bf0f39f5b4 make sure that all expected array keys are available 13 years ago
Thomas Mueller 18663100d9 fixing syntax error + reformat the code 13 years ago
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 13 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Björn Schießle 12983cf0b0 urlencode file/dir to allow special characters in filename/path (issue #95) 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller 9795bc19bf Checkstyle: Fix the last two InvalidEOLChar 13 years ago
Robin Appelman 0fb707d2c9 some more porting of the sharing 13 years ago
Robin Appelman 86be7e8872 remove last uses of depricated OC_Filesystem 13 years ago
Robin Appelman dea0d20a9a fix delete and sort files 13 years ago
Lukas Reschke 7454186806 Forget to urlencode the path 13 years ago
Lukas Reschke ff6d2f16c4 urlencode 13 years ago
Thomas Müller 41898a473e Apply coding style guide 13 years ago
Björn Schießle a9a27306de fix copy&paste bug from previous commit 13 years ago
Björn Schießle 1d200c554f Shared files are not stored in the file cache. Therefore we need to 13 years ago
Thomas Müller 4c234bd666 Apply coding style guide 13 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. 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Björn Schießle b08a1696f5 normalize path to avoid problems with trailing slashes, double-slashes, etc. 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Björn Schießle 77d91d5a03 generate correct link for shared files and shared directories 13 years ago