Commit Graph

126 Commits (7bff0681feea57c1eb2f81015d574063b848b616)

Author SHA1 Message Date
Bjoern Schiessle ff9c85ce60 implement basic encryption functionallity in core to enable multiple encryption modules 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 10 years ago
Lukas Reschke 917cb66a5b Use ArrayCache if ownCloud is not installed 10 years ago
Lukas Reschke c233f2c90b Add version and path to cache prefix 10 years ago
Lukas Reschke 9e2ebf2dce Cache \OC\URLGenerator::imagePath 10 years ago
Lukas Reschke d7c7808a5e Add debug log message back 10 years ago
Lukas Reschke 13486a5ada Migrate to SwiftMail 10 years ago
Joas Schilling 1a1dc9b335 Use DI for the config 10 years ago
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory 10 years ago
Lukas Reschke 5c2fafa05f Read from IRequest instead of reading twice 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Bernhard Posselt 59bbf27253 remove IDb interface from core class usage 10 years ago
Bernhard Posselt 4e29a4d867 deprecate getters for deprecated class 10 years ago
Robin Appelman bf65b1f18b Rename getAsyncCommandBus to getCommandBus 10 years ago
Robin Appelman 74ae7b8929 Add async command system to handle asynchronous operations 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke cd4c064ebf Revert "add debug log for memcache instantiation" 10 years ago
Lukas Reschke cebf9f6a5a Incorporate review changes 10 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 10 years ago
Jörn Friedrich Dreyer 87db136508 add debug log for memcache instantiation 10 years ago
Lukas Reschke 770fa761b8 Respect `mod_unique_id` and refactor `OC_Request::getRequestId` 10 years ago
Bjoern Schiessle 5ba19ba7fc certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages 10 years ago
Bjoern Schiessle 67da1f7e5a certificate manager only needs the user-id, no need to pass on the complete user object 10 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 10 years ago
Joas Schilling 26100a6dfb Move timezone logic out of server.php 10 years ago
Robin Appelman 802c1b0b3a Ensure user mountpoints are setup when using getUserFolder 10 years ago
Vincent Petry 745d8706b9 Add user parameter to tag manager 10 years ago
Lukas Reschke 9ea205dc3d Check if open_basedir is set 10 years ago
Lukas Reschke d84a1f6f3a Add IniGetWrapper to public interface 10 years ago
Joas Schilling 4d232e536e Deprecate Util::formatDate() 10 years ago
Morris Jobke 2d5fc9c1a6 Workaround to fix the too early init dilemma 10 years ago
Morris Jobke f0b10324ca Refactoring of OC_Preferences to AllConfig 10 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 10 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 10 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 10 years ago
Lukas Reschke e35feadac2 Pass \OC::$WEBROOT to the ctr 10 years ago
Lukas Reschke fef32e63dd Remove redundant code 10 years ago
Lukas Reschke d197f43475 Use server container 10 years ago
Joas Schilling e1f3abf7a5 Correctly namespace and autoload DatabaseException 10 years ago
Robin Appelman 43eb375ace Add \OC\App\Manager to handle enabling/disabling apps 11 years ago
Lukas Reschke 24ca2d858f Add OCP\Security\IHasher 11 years ago
Morris Jobke be32e562e3 drop unneeded hint 11 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 11 years ago
Robin Appelman 83c74b80ad Add \OC\TempManager to handle creating and cleaning temporary files 11 years ago
Robin Appelman 2ae6a0d96d Move creating the database connection to the server container 11 years ago
Robin Appelman 72f99f5041 Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead 11 years ago
Robin Appelman 4a8358bc50 Rename to NullQueryLogger 11 years ago
Robin Appelman 1e69f5e7ac Log some basic events 11 years ago
Robin Appelman 6e08014781 Rename namespace to Diagnostics 11 years ago