Commit Graph

60 Commits (7afca08255ef8cd034f76fa108fa82390eaab2fb)

Author SHA1 Message Date
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 12 years ago
Robin Appelman ba8416a04f move certificate classes to their own namespace 12 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Morris Jobke 06e6f10ce4 Add optional user ID parameter for getUseFolder 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Lukas Reschke 3329e0f2b2 Use DI 12 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 12 years ago
Robin Appelman bf12bba079 Dont throw an error when calling $server->getUserFolder when logged out 12 years ago
Sander 4e2954673a Revert change 12 years ago
Sander eacdf26cde Allow getAppFolder to get another apps path 12 years ago
Robin Appelman 94fa21d146 Add group management to the public api 12 years ago
Jörn Friedrich Dreyer 818929274d use UserSession service to resolve user id 12 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 12 years ago
Bernhard Posselt d8020c3506 use registerService method instead of array access 12 years ago
Morris Jobke 9d95fff427 fix missing spaces 12 years ago
Bernhard Posselt b4298c68ca - make logger available in the container 12 years ago
Morris Jobke 91a5e728c0 fix getUserFolder() of server container 12 years ago
Bernhard Posselt 4a7e0561ca move db into iservercontainer 12 years ago
Bernhard Posselt e7fa2790f3 Correctly process request parameters other than GET or POST, dont use globals in the class but inject it 12 years ago
Robin Appelman 0d0aac6fff Load the routes when matching or generating a route instead of when creating the router 12 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 12 years ago
Bart Visscher 8951328a87 More PHPDoc updates 12 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 12 years ago
Thomas Müller e35bca1c26 Fix ownCloud for php5.3.x 12 years ago
Robin Appelman 5a2a0426a6 Also update the OCP\IServerContainer 12 years ago
Robin Appelman be7837402d get the memorycache factory from OCP\Server instead of a cache instance 12 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 12 years ago
Robin Appelman 1df1b55b66 expose memory cache in public api 12 years ago
Thomas Müller ae5671d281 new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php 12 years ago
Robin Appelman a6c1b3ece3 fix the config option to remove the ability for users to set their displayname 12 years ago
Thomas Müller 92c8672c0f fixing PHPDoc comments and syntax 12 years ago
kondou bcd776b0c0 Fix a regression (Tags→TagManager) 12 years ago
kondou 4ac05e071a Remove duplicate getAvatarManager() 12 years ago
kondou 507325dd50 Add public API for \OC\Avatar 12 years ago
Thomas Müller e30e4ea1cc php 5.3 compatibility regarding OC\DB\Connection fixed 12 years ago
Thomas Müller 780280e53f fixing errors regarding wrong function calls / missing parameters 12 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 12 years ago
Bart Visscher 61a9098b7d Add Helper and URLGenerator interfaces to server container 12 years ago
Bart Visscher 9f777fba98 Add L10N interface to server container 12 years ago
Thomas Tanghus 0f13ffb773 Remove JSON request parsing from Server 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Thomas Tanghus b0be2c79dc Remove JSON request parsing from Server 12 years ago
Thomas Müller 48b5c1d5f9 initial implementation of activity manager 12 years ago
Thomas Müller adff34cb8a fixing error in initialization of TagManager 12 years ago
Thomas Müller 30286c06ab stripos return value check 12 years ago
Thomas Tanghus aaed871cee Add factory class for the server container. 12 years ago
Thomas Tanghus f2de5a34ef Don't try to be clever 12 years ago