Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-06Add npm/nodejs/make to .devcontainerLukas Reschke
This is required to build some apps such as the spreed app. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-22Disable basic PHP completion in CodespaceLukas Reschke
This competes with the completions provided by https://github.com/felixfbecker/vscode-php-intellisense. Thus disabling the completions is recommended. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-15Set overwriteprotocol to HTTPS in CodespaceLukas Reschke
Codespace is serving everything only as HTTPS. To keep the URLs valid, we also need to overwrite the protocol. (otherwise e.g. you can't develop the SAML app as the URLs are invalid) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-09corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => ↵Konrad Abicht
php7.4-apcu) Signed-off-by: Konrad Abicht <hi@inspirito.de>
2021-02-08Install more PHP modules by defaultLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-08Hard-code SMTP configurationLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-02-08Add initial support for GitHub codespacesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>