Commit Graph

81 Commits (f3213571bb2609a7f279fd5254f872083b3ea91a)

Author SHA1 Message Date
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
Robin Appelman b71d1d3616 Add QueryLogger interface to allow apps to get a list of used queries 11 years ago
Robin Appelman d38050cf52 Add an EventLogger interface to allow apps to get a log of the request timeline 11 years ago
Jörn Friedrich Dreyer 9b0f0df7f5 make skeleton compatible with objectstore 11 years ago
Bernhard Reiter 5471189fe6 Implement Tag and TagMapper classes. 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 11 years ago
Robin Appelman dad53180bc Add event source to the public api 11 years ago
Robin Appelman 79d896e830 Rename namespace 11 years ago
Robin Appelman ba8416a04f move certificate classes to their own namespace 11 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Morris Jobke 06e6f10ce4 Add optional user ID parameter for getUseFolder 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Lukas Reschke 3329e0f2b2 Use DI 11 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 11 years ago
Robin Appelman bf12bba079 Dont throw an error when calling $server->getUserFolder when logged out 11 years ago
Sander 4e2954673a Revert change 11 years ago
Sander eacdf26cde Allow getAppFolder to get another apps path 11 years ago
Robin Appelman 94fa21d146 Add group management to the public api 11 years ago
Jörn Friedrich Dreyer 818929274d use UserSession service to resolve user id 11 years ago
Jörn Friedrich Dreyer aaf0d13171 make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 11 years ago
Bernhard Posselt d8020c3506 use registerService method instead of array access 11 years ago
Morris Jobke 9d95fff427 fix missing spaces 11 years ago
Bernhard Posselt b4298c68ca - make logger available in the container 11 years ago
Morris Jobke 91a5e728c0 fix getUserFolder() of server container 11 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 11 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 11 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 11 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 11 years ago
Bart Visscher 8951328a87 More PHPDoc updates 11 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 11 years ago
Thomas Müller e35bca1c26 Fix ownCloud for php5.3.x 11 years ago
Robin Appelman 5a2a0426a6 Also update the OCP\IServerContainer 11 years ago
Robin Appelman be7837402d get the memorycache factory from OCP\Server instead of a cache instance 11 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 11 years ago
Robin Appelman 1df1b55b66 expose memory cache in public api 11 years ago