summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
* fix setupChristoph Wurst2016-05-111-5/+12
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-4/+4
* token based authChristoph Wurst2016-05-111-2/+17
* Merge pull request #24408 from owncloud/improve-server-containerThomas Müller2016-05-031-3/+2
|\
| * Fix doc blockJoas Schilling2016-05-031-1/+1
| * Use internal tag so IDEs highlight the usageJoas Schilling2016-05-031-2/+1
* | Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
|/
* Merge pull request #24381 from owncloud/correc_typehintRoeland Douma2016-05-031-1/+1
|\
| * Use correct typehintRoeland Jago Douma2016-05-021-1/+1
* | Move activity manager to the namespaceJoas Schilling2016-05-021-1/+1
|/
* mount custom cache folder using mount providersRobin Appelman2016-04-291-1/+9
* Translate contacts birthday - fixes #23982Thomas Müller2016-04-141-1/+2
* Add lazyRootFolderRoeland Jago Douma2016-04-131-1/+18
* Make lock ttl configurableRobin Appelman2016-04-071-3/+6
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+3
* Merge pull request #23154 from owncloud/avatar-save-failureThomas Müller2016-03-241-1/+2
|\
| * dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-111-1/+2
* | Inject server root - allows proper testing and separation of concernsMorris Jobke2016-03-181-1/+2
* | Add support for custom values in integrity checkerLukas Reschke2016-03-151-1/+2
|/
* POC for PSR-4 autoloader server.php => Server.phpRoeland Jago Douma2016-03-091-0/+1274