Commit Graph

1414 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Robin Appelman a1372b2fb5 add method to atomically change between shared and exclusive lock 11 years ago
Robin Appelman e08423f956 release all locks on shutdown 11 years ago
Robin Appelman 35c377f7a9 phpdoc and minor issues 11 years ago
Robin Appelman 536e187e51 add locking to the storage api 11 years ago
Robin Appelman cdf7f91259 expose locking provider in the server container 11 years ago
Bjoern Schiessle 5549641f1f improve error messages displayed to the user 11 years ago
Lukas Reschke c1f8829590 Deprecate useless helper class 11 years ago
Lukas Reschke a62190a72d Add support for disallowing domains to the ContentSecurityPolicy 11 years ago
Morris Jobke fc2c9e8f5f Fix PHPDoc of public interface ILockingProvider 11 years ago
Bjoern Schiessle 887be709f5 a new approach to display the error message 11 years ago
Victor Dubiniuk af814ba270 Allow change update channel via public API 11 years ago
Bjoern Schiessle ccbefb6e75 delete all file keys doesn't need the encryption module as parameter; implement rmdir; getFileKeyDir should also work for part files and complete directories 11 years ago
Robin Appelman e0d151505f improve phpdoc of cache classes 11 years ago
Robin Appelman ba7d221cff allow getting the path from the lockedexception 11 years ago
Robin Appelman 96f9573a4b add memcache based shared/exclusive locking 11 years ago
Robin Appelman acf30ede95 add compare and swap to memcache 11 years ago
Robin Appelman 29213b6136 extends memcache with add, inc and dec 11 years ago
Morris Jobke fbba7a61cb Use internally \OCP\ILogger instead of \OC\Log 11 years ago
Joas Schilling 7c65448377 Fix return type of the getRootFolder() method 11 years ago
Joas Schilling 46083006e1 fix several issues with doc blocks on share.php 11 years ago
Lukas Reschke d0363fe396 Fix type annotation 11 years ago
Bjoern Schiessle 27683f9442 fall back to the ownCloud default encryption module and aes128 if we read a encrypted file without a header 11 years ago
Joas Schilling 5855d23ff9 Make methods explicit public 11 years ago
Joas Schilling d600955a51 Make getDefaultModuleId public and get module protected 11 years ago
Joas Schilling 1592be117a Use public interfaces for type hinting 11 years ago
Bjoern Schiessle 24128d1384 only update share keys if the file was encrypted 11 years ago
Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage 11 years ago
Morris Jobke 801d715907 Remove \OCP\App::register() 11 years ago
Morris Jobke 0a594cd3a5 Add @deprecated to all methods with a proper method in \OCP 11 years ago
Lukas Reschke 1cc2aefa46 Proper return types 11 years ago
Lukas Reschke a98b819366 Add version to deprecation notice 11 years ago
Lukas Reschke f672e120fc Deprecate unused `\OCP\Response::sendFile` 11 years ago
Morris Jobke c056c52010 Add version to @deprecated tags 11 years ago
Morris Jobke 9b8ebdadf7 Reduce call of legacy wrapper by call the OCP directly 11 years ago
Morris Jobke 96a5b65484 Fix visibility of interfaces in \OCP 11 years ago
Morris Jobke 60b8aa2a83 Removed OC_BackgroundJob - reduce class overhead 11 years ago
Morris Jobke f6807337a8 Add @since tag to public namespace constants 11 years ago
Morris Jobke ccf47f40aa Remove unused variables 11 years ago
Morris Jobke eb62e7cc27 IUrlGenerator - document linkTo properly 11 years ago
Morris Jobke 47ecfd98a3 DB: remove unused parameter - was forgotten during the migration to doctrine 11 years ago
Morris Jobke 9ffac12986 IL10n - add PHPDoc for $options 11 years ago
Morris Jobke f72dabb4eb fix wrong variable names in PHPDoc 11 years ago
Morris Jobke 11f29f6d95 add visibility of methods in server container and interface 11 years ago
Joas Schilling 4e58f4892a Move constants to OCP\API so apps can use them 11 years ago
Joas Schilling 5acda185bd Correctly prefix OC_API with \ since its not in the namespace 11 years ago
Thomas Müller d671f13f26 Write the type of exception to the log - really helpful for exceptions which hold no message 11 years ago
Bjoern Schiessle 7d4b1b52d0 always create a new instance of the encryption module 11 years ago
Morris Jobke 7644950b48 Add @since tags to all methods in public namespace 11 years ago
Morris Jobke 1d30efdd73 Fix private member access of parent class in ocsresponse 11 years ago
Thomas Müller cbe30f740e remove calculateUnencryptedSize() - not needed 11 years ago