summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-121-0/+13
|\ \ | |/ |/|
| * move db into iservercontainerBernhard Posselt2014-04-191-0/+13
* | fix getUserFolder() of server containerMorris Jobke2014-05-051-2/+10
|/
* Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-121-1/+8
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-1/+22
|\
| * Load the routes when matching or generating a route instead of when creating ...Robin Appelman2014-03-241-5/+11
| * Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-0/+15
* | More PHPDoc updatesBart Visscher2014-02-281-1/+1
|/
* Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller2014-02-141-0/+16
|\
| * Add the background job list to the public server containerRobin Appelman2014-02-111-0/+16
* | use the 'new' server container for appconfigRobin Appelman2014-02-071-11/+107
|\|
| * Merge branch 'master' into memcache-publicRobin Appelman2014-01-091-2/+4
| |\
| | * Fix ownCloud for php5.3.xThomas Müller2014-01-081-1/+2
| | * Merge pull request #6594 from owncloud/kill-index.php-from-urlJörn Friedrich Dreyer2014-01-071-2/+3
| | |\
| | | * new config parameter 'front_controller_active' which will instruct the url ge...Thomas Müller2013-12-311-2/+3
| * | | Also update the OCP\IServerContainerRobin Appelman2014-01-081-1/+1
| * | | get the memorycache factory from OCP\Server instead of a cache instanceRobin Appelman2014-01-081-6/+5
| * | | Remove the static dependency on OC_Util from MemcacheRobin Appelman2014-01-061-1/+2
| * | | expose memory cache in public apiRobin Appelman2014-01-061-0/+13
| |/ /