Commit Graph

117 Commits (9e2ebf2dcea8d3e1ee153eba43124ca95c496443)

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