Commit Graph

407 Commits (5fc0535f1b6d94140eed2234e4cb6e38219a74d1)

Author SHA1 Message Date
Jörn Friedrich Dreyer cb4cf3e2f7 need to use \OC_Image to escape OCP namespace 12 years ago
Robin Appelman d509a0c403 return result from getL10N 12 years ago
Morris Jobke 05c83a163a add proper deprecated tag 12 years ago
Jan-Christoph Borchardt 48267b6e6c add back public API function, but mark as deprecated 12 years ago
Bart Visscher cbe1c22b5f Correct casing of OC_User and pass through the params to getUsers 12 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 12 years ago
Bart Visscher 9379cbf602 Add OC_Image to public api 12 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 12 years ago
Victor Dubiniuk 5a3fce12a4 Implement encodePath 12 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 12 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 12 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 12 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 12 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 12 years ago
Björn Schießle 6cfa016c39 add public api 12 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 12 years ago
Jörn Friedrich Dreyer 77dc3964f8 check item id is set 12 years ago
Bart Visscher 3b31afb2a7 Oracle doesn't know & as bitwise AND 12 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 12 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 12 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 12 years ago
Jörn Friedrich Dreyer 961a001af3 add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup 12 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 12 years ago
Florin Peter 1337f48d64 fixes for pgsql 12 years ago
Florin Peter f1b884aa5d changed deprecated class 12 years ago
Florin Peter 353d19d183 fixes if cache returns false 12 years ago
Florin Peter c8d1cd224d fix $parent/$source typo 12 years ago
Björn Schießle ae0f37e9e2 fix indention 12 years ago
Björn Schießle 8587f565d2 remove unnecessary variable 12 years ago
Björn Schießle 63a2bec6e5 use public API for error handling; improved while condition 12 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 12 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 12 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 12 years ago
Michael Gapczynski 7a0c592f93 Fix undefined index for share mount point retrieval 12 years ago
Florin Peter d7dc710c8b revert changes 12 years ago
Florin Peter 469d6028ad revert changes 12 years ago
Björn Schießle 95297c2469 add pre-shared hooks 12 years ago
Florin Peter 68059b1ec3 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 12 years ago
Florin Peter 0916769f67 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 12 years ago
Florin Peter 751487ded7 merge changes for files_encryption 12 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 12 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 12 years ago
Florin Peter dc8164a3f0 fix for accessing non object 12 years ago
Florin Peter 1f464a7113 fix for accessing non object 12 years ago
Sam Tuke 28866de44b Added pre_share hook 12 years ago
Bart Visscher e620286b25 Fix returns of values in OCP\Config 12 years ago
Florin Peter ee083c20e6 improved pre_unshare and post_unshare hook 12 years ago
Robin Appelman b7585050b5 Move legacy backgroundjob classes to a place where they can be autoloaded 12 years ago
Michael Gapczynski 73d7cae6df One more mount point fix 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago