l10n = $l10nFactory->get('dav'); } public function createServer(string $baseURI, string $requestURI, IRootFolder $rootFolder, DirectMapper $mapper, ITimeFactory $timeFactory, IThrottler $throttler, IRequest $request): Server { $home = new DirectHome($rootFolder, $mapper, $timeFactory, $throttler, $request, $this->eventDispatcher); $server = new Server($home); $server->httpRequest->setUrl($requestURI); $server->setBaseUri($baseURI); $server->addPlugin(new MaintenancePlugin($this->config, $this->l10n)); return $server; } } value='3rdparty/stable29/sabre-dav-itip-broker'>3rdparty/stable29/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/RequestId.php
blob: c3a99c9359199094ad1939b0924e31cc04a10262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36