summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-201-6/+26
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-0/+15
* Implement Tag and TagMapper classes.Bernhard Reiter2014-10-141-1/+6
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+12
* Merge pull request #10739 from owncloud/eventsource-publicLukas Reschke2014-09-081-0/+9
|\
| * Better phpdoc and method namingRobin Appelman2014-09-041-2/+2
| * Add event source to the public apiRobin Appelman2014-09-031-0/+9
* | Merge pull request #10642 from owncloud/securityutilsLukas Reschke2014-09-031-0/+26
|\ \ | |/ |/|
| * Merge branch 'master' into securityutilsLukas Reschke2014-08-311-19/+30
| |\
| * | Use DILukas Reschke2014-08-271-1/+1
| * | Add some security utilitiesLukas Reschke2014-08-271-0/+26
* | | Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-311-0/+18
|\ \ \ | |_|/ |/| |
| * | Rename namespaceRobin Appelman2014-08-311-1/+1
| * | move certificate classes to their own namespaceRobin Appelman2014-08-311-0/+1