Commit Graph

165 Commits (de4e4cb6ea9decd756a2c813c8a224df4c92dbd8)

Author SHA1 Message Date
Bjoern Schiessle f5a7aa2968 call post_addToGroup als for class OC_User because sharing and LDAP are using this class. Minimal approach to fix #16740 11 years ago
Robin Appelman faf642c31d expose the mount manager in the public api 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Morris Jobke 7e046d0595 Fix naming of param in private/server.php 11 years ago
Morris Jobke 6856316122 Fix return value for OCP PHPDoc 11 years ago
Lukas Reschke 15ba2a4100 Reintroduce user cache 11 years ago
Vincent Petry 3b08b26589 Throw exception if memcache misconfigured or missing 11 years ago
Joas Schilling 4582d14832 Order all use statements correctly 11 years ago
Joas Schilling 05f1ff8715 Correctly import NullCache class 11 years ago
Thomas Müller 3090348bf7 Null -> NullCache 11 years ago
Thomas Müller 48e915c7be Revert "Null -> NullCache" 11 years ago
Thomas Müller ff24554e76 Null -> NullCache 11 years ago
Robin Appelman 72776b165f use arraycache for locking in unit tests 11 years ago
Robin Appelman 6b965d71d1 add seperate config option for locking memcache backend 11 years ago
Robin Appelman 72847dbc77 always use locking in unit tests 11 years ago
Vincent Petry 2f4f468399 Added config switch for file locking 11 years ago
Robin Appelman e64360e72d always use arraycache for unit tests 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
Arthur Schiwon e5a91fc185 remove file cache remainings from server container 11 years ago
Joas Schilling 7c65448377 Fix return type of the getRootFolder() method 11 years ago
Thomas Müller fc4127dd62 add $encryptionModuleId to methods of Keys/IStorage 11 years ago
Morris Jobke 11f29f6d95 add visibility of methods in server container and interface 11 years ago
Bjoern Schiessle b25c06f576 detect system wide mount points correctly 11 years ago
Bjoern Schiessle e3d77c4b01 add migration script from old encryption to new one 11 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 11 years ago
Thomas Müller 6ccd3ffa23 adding function getSecureRandom(); to IServerContainer 11 years ago
Thomas Müller 1b42b492dc kill OC_FileProxy 💥 11 years ago
Bjoern Schiessle 937efe856d fix lib/private/encryption/util.php call 11 years ago
Clark Tomlinson 0c2f9ca849 Updating keystorage movement and fixing hooks 11 years ago
Lukas Reschke 0816cf9142 Add experimental applications switch 11 years ago
Joas Schilling d01cfde982 Correctly purge the cache when an app is disabled via cli 11 years ago
Joas Schilling 730efe25a4 Make scrutinizer happy 11 years ago
Joas Schilling b95d12700c Add logic for getting the user from the rss token to the Manager 11 years ago
Bjoern Schiessle ff9c85ce60 implement basic encryption functionallity in core to enable multiple encryption modules 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 11 years ago
Lukas Reschke 917cb66a5b Use ArrayCache if ownCloud is not installed 11 years ago
Lukas Reschke c233f2c90b Add version and path to cache prefix 11 years ago
Lukas Reschke 9e2ebf2dce Cache \OC\URLGenerator::imagePath 11 years ago
Lukas Reschke d7c7808a5e Add debug log message back 11 years ago
Lukas Reschke 13486a5ada Migrate to SwiftMail 11 years ago
Joas Schilling 1a1dc9b335 Use DI for the config 11 years ago
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory 11 years ago
Lukas Reschke 5c2fafa05f Read from IRequest instead of reading twice 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Bernhard Posselt 59bbf27253 remove IDb interface from core class usage 11 years ago
Bernhard Posselt 4e29a4d867 deprecate getters for deprecated class 11 years ago
Robin Appelman bf65b1f18b Rename getAsyncCommandBus to getCommandBus 11 years ago
Robin Appelman 74ae7b8929 Add async command system to handle asynchronous operations 11 years ago