Commit Graph

1135 Commits (3ef2e668ac9274d72ea4afb73b708d7b2c88f0d7)

Author SHA1 Message Date
Robin Appelman ba7d221cff allow getting the path from the lockedexception 10 years ago
Robin Appelman 96f9573a4b add memcache based shared/exclusive locking 10 years ago
Robin Appelman acf30ede95 add compare and swap to memcache 10 years ago
Robin Appelman 29213b6136 extends memcache with add, inc and dec 10 years ago
Morris Jobke fbba7a61cb Use internally \OCP\ILogger instead of \OC\Log 10 years ago
Joas Schilling 7c65448377 Fix return type of the getRootFolder() method 10 years ago
Joas Schilling 46083006e1 fix several issues with doc blocks on share.php 10 years ago
Lukas Reschke d0363fe396 Fix type annotation 10 years ago
Bjoern Schiessle 27683f9442 fall back to the ownCloud default encryption module and aes128 if we read a encrypted file without a header 10 years ago
Joas Schilling 5855d23ff9 Make methods explicit public 10 years ago
Joas Schilling d600955a51 Make getDefaultModuleId public and get module protected 10 years ago
Joas Schilling 1592be117a Use public interfaces for type hinting 10 years ago
Bjoern Schiessle 24128d1384 only update share keys if the file was encrypted 10 years ago
Morris Jobke 0a594cd3a5 Add @deprecated to all methods with a proper method in \OCP 10 years ago
Lukas Reschke 1cc2aefa46 Proper return types 10 years ago
Lukas Reschke a98b819366 Add version to deprecation notice 10 years ago
Lukas Reschke f672e120fc Deprecate unused `\OCP\Response::sendFile` 10 years ago
Morris Jobke c056c52010 Add version to @deprecated tags 10 years ago
Morris Jobke 9b8ebdadf7 Reduce call of legacy wrapper by call the OCP directly 10 years ago
Morris Jobke 96a5b65484 Fix visibility of interfaces in \OCP 10 years ago
Morris Jobke 60b8aa2a83 Removed OC_BackgroundJob - reduce class overhead 10 years ago
Morris Jobke f6807337a8 Add @since tag to public namespace constants 10 years ago
Morris Jobke ccf47f40aa Remove unused variables 10 years ago
Morris Jobke eb62e7cc27 IUrlGenerator - document linkTo properly 10 years ago
Morris Jobke 47ecfd98a3 DB: remove unused parameter - was forgotten during the migration to doctrine 10 years ago
Morris Jobke 9ffac12986 IL10n - add PHPDoc for $options 10 years ago
Morris Jobke f72dabb4eb fix wrong variable names in PHPDoc 10 years ago
Morris Jobke 11f29f6d95 add visibility of methods in server container and interface 10 years ago
Joas Schilling 4e58f4892a Move constants to OCP\API so apps can use them 10 years ago
Joas Schilling 5acda185bd Correctly prefix OC_API with \ since its not in the namespace 10 years ago
Thomas Müller d671f13f26 Write the type of exception to the log - really helpful for exceptions which hold no message 10 years ago
Bjoern Schiessle 7d4b1b52d0 always create a new instance of the encryption module 10 years ago
Morris Jobke 7644950b48 Add @since tags to all methods in public namespace 10 years ago
Morris Jobke 1d30efdd73 Fix private member access of parent class in ocsresponse 10 years ago
Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage 10 years ago
Thomas Müller cbe30f740e remove calculateUnencryptedSize() - not needed 10 years ago
Robin Appelman 8575bb2cb9 Move cross storage copy logic to the storage 10 years ago
Lukas Reschke ec69f2838c Fix typos and some other adjustments 10 years ago
Joas Schilling 45575d0135 Check if the key exists, before trying to delete it 10 years ago
Thomas Müller a4483243ac fixing license headers - encryption code related 10 years ago
Thomas Müller 111fbabfb4 PHPDoc cleanup - clean code \o/ 10 years ago
Bjoern Schiessle fe74a0cb4f implement webdav copy 10 years ago
Thomas Müller 664b2bb7af cleaning up exception mess 10 years ago
Thomas Müller f20844ac89 PHPDoc 10 years ago
Bjoern Schiessle e4895bda01 add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files 10 years ago
Thomas Müller 35b97ed672 Adding renameKeys to IStorage 10 years ago
Thomas Müller bf809ac85a Removing left overs from old encryption app 10 years ago
Thomas Müller 6ccd3ffa23 adding function getSecureRandom(); to IServerContainer 10 years ago
Bjoern Schiessle a85e2e0bfd make recovery settings work 10 years ago
Bjoern Schiessle 2244ea998d core: documentation fixes 10 years ago