summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-1/+5
* Read from IRequest instead of reading twiceLukas Reschke2015-02-271-45/+41
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-32/+1
|\
| * Revert "Updating license headers"Morris Jobke2015-02-261-32/+1
* | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-261-0/+12
|\ \ | |/ |/|
| * Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-251-1/+1
| * Add async command system to handle asynchronous operationsRobin Appelman2015-02-251-0/+12
* | remove IDb interface from core class usageBernhard Posselt2015-02-251-1/+1
* | deprecate getters for deprecated classBernhard Posselt2015-02-251-1/+1
|/
* Updating license headersJenkins for ownCloud2015-02-231-1/+32
* Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-181-2/+1
* Incorporate review changesLukas Reschke2015-02-161-1/+13
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-40/+46
* add debug log for memcache instantiationJörn Friedrich Dreyer2015-02-161-1/+2
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-3/+4
* certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-261-2/+2
* certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-261-5/+8
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+1
* Move timezone logic out of server.phpJoas Schilling2014-12-161-23/+20
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-2/+1
|\
| * Add user parameter to tag managerVincent Petry2014-12-111-2/+1
* | Merge pull request #12786 from owncloud/userfolder-setupMorris Jobke2014-12-111-0/+1
|\ \
| * | Ensure user mountpoints are setup when using getUserFolderRobin Appelman2014-12-111-0/+1
| |/
* | Check if open_basedir is setLukas Reschke2014-12-111-3/+3
* | Add IniGetWrapper to public interfaceLukas Reschke2014-12-111-1/+13
|/
* Deprecate Util::formatDate()Joas Schilling2014-12-101-0/+31
* Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-091-4/+19
|\
| * Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-2/+1
| * Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-1/+2
| * Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-4/+19
* | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-081-0/+12
|\ \ | |/ |/|
| * Add public api for mount configurationsRobin Appelman2014-12-041-0/+12
* | Add REST route for user & group managementLukas Reschke2014-12-081-2/+20
|/
* Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke2014-11-281-6/+22
|\
| * Pass \OC::$WEBROOT to the ctrLukas Reschke2014-11-271-4/+11
| * Remove redundant codeLukas Reschke2014-11-271-3/+3
| * Use server containerLukas Reschke2014-11-271-0/+9
* | Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-271-1/+1
|/
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+15
* Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+13
* Merge pull request #11760 from owncloud/add-type-hints-where-sensibleLukas Reschke2014-10-251-48/+21
|\
| * drop unneeded hintMorris Jobke2014-10-251-1/+0
| * Add type hinting to functionsLukas Reschke2014-10-241-47/+21
* | Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-241-0/+13
|/
* Move creating the database connection to the server containerRobin Appelman2014-10-221-2/+19
* Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman2014-10-221-1/+1
* Rename to NullQueryLoggerRobin Appelman2014-10-201-4/+4
* Log some basic eventsRobin Appelman2014-10-201-0/+1
* Rename namespace to DiagnosticsRobin Appelman2014-10-201-7/+7
* Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-201-0/+20