Commit Graph

412 Commits (d544a371bfb84f36a3b789d19d44d6694de21c48)

Author SHA1 Message Date
Bjoern Schiessle 53bb89824d check if some encrypted files are left after the app was disabled and warn the user 13 years ago
Bjoern Schiessle 9253627327 cancel sharing if some users doesn't have a working encryption set-up. 13 years ago
Thomas Müller 17c36b5074 fixes #4026 13 years ago
Robin Appelman 1b50154c95 functions in OCP should be static 13 years ago
Jörn Friedrich Dreyer cb4cf3e2f7 need to use \OC_Image to escape OCP namespace 13 years ago
Robin Appelman d509a0c403 return result from getL10N 13 years ago
Morris Jobke 05c83a163a add proper deprecated tag 13 years ago
Jan-Christoph Borchardt 48267b6e6c add back public API function, but mark as deprecated 13 years ago
Bart Visscher cbe1c22b5f Correct casing of OC_User and pass through the params to getUsers 13 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 13 years ago
Bart Visscher 9379cbf602 Add OC_Image to public api 13 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 13 years ago
Victor Dubiniuk 5a3fce12a4 Implement encodePath 13 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 13 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 13 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 13 years ago
Thomas Müller e159cbf527 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function 13 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 13 years ago
Björn Schießle 6cfa016c39 add public api 13 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 13 years ago
Jörn Friedrich Dreyer 77dc3964f8 check item id is set 13 years ago
Bart Visscher 3b31afb2a7 Oracle doesn't know & as bitwise AND 13 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 13 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 13 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 13 years ago
Jörn Friedrich Dreyer 961a001af3 add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup 13 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 13 years ago
Florin Peter 1337f48d64 fixes for pgsql 13 years ago
Florin Peter f1b884aa5d changed deprecated class 13 years ago
Florin Peter 353d19d183 fixes if cache returns false 13 years ago
Florin Peter c8d1cd224d fix $parent/$source typo 13 years ago
Björn Schießle ae0f37e9e2 fix indention 13 years ago
Björn Schießle 8587f565d2 remove unnecessary variable 13 years ago
Björn Schießle 63a2bec6e5 use public API for error handling; improved while condition 13 years ago
Björn Schießle 893a1ed6f5 for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists 13 years ago
Björn Schießle 672811c103 if one public link share was found, we don't have to check it for the other folders 13 years ago
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 13 years ago
Michael Gapczynski 7a0c592f93 Fix undefined index for share mount point retrieval 13 years ago
Florin Peter d7dc710c8b revert changes 13 years ago
Florin Peter 469d6028ad revert changes 13 years ago
Björn Schießle 95297c2469 add pre-shared hooks 13 years ago
Florin Peter 68059b1ec3 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Florin Peter 0916769f67 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Florin Peter 751487ded7 merge changes for files_encryption 13 years ago
Björn Schießle aa3eb6bb5b don't handle public share keys in lib/public/share.php but in apps/files_encryption/lib/util.php instead 13 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 13 years ago
Florin Peter dc8164a3f0 fix for accessing non object 13 years ago
Florin Peter 1f464a7113 fix for accessing non object 13 years ago
Sam Tuke 28866de44b Added pre_share hook 13 years ago
Bart Visscher e620286b25 Fix returns of values in OCP\Config 13 years ago