summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-4/+19
* 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
| * | Move certificate management code to coreRobin Appelman2014-08-311-0/+17
* | | Merge pull request #10768 from owncloud/l10n-use-publicLukas Reschke2014-08-311-2/+3
|\ \ \
| * | | Use public api for getting l10nRobin Appelman2014-08-311-2/+3
| |/ /
* / / Add optional user ID parameter for getUseFolderMorris Jobke2014-08-311-5/+9
|/ /
* / kill OC::$sessionJörn Friedrich Dreyer2014-08-291-12/+18
|/
* Merge pull request #9904 from owncloud/loggedout-getuserfolderThomas Müller2014-07-281-1/+5
|\
| * Dont throw an error when calling $server->getUserFolder when logged outRobin Appelman2014-07-251-1/+5
* | Merge pull request #9669 from owncloud/group-publicRobin Appelman2014-07-251-28/+48
|\ \ | |/ |/|
| * Add group management to the public apiRobin Appelman2014-07-161-28/+48
* | Revert changeSander2014-07-221-2/+2
* | Allow getAppFolder to get another apps pathSander2014-07-221-3/+2
|/
* use UserSession service to resolve user idJörn Friedrich Dreyer2014-07-151-1/+1
* make search non-static, add ISearch to server container, make legacy a static...Jörn Friedrich Dreyer2014-06-061-0/+10
* use registerService method instead of array accessBernhard Posselt2014-05-141-1/+1
* Merge pull request #8482 from owncloud/public-loggerThomas Müller2014-05-121-5/+22
|\
| * fix missing spacesMorris Jobke2014-05-121-1/+1
| * - make logger available in the containerBernhard Posselt2014-05-091-5/+22