From 64088059de103e2b41bcce9d35e567d57be3fd39 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Thu, 4 Apr 2019 22:29:43 +0200 Subject: [PATCH 1/2] Fix impossible upload via web interface --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b6e4498..52208c0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -64,7 +64,7 @@ location ^~ __PATH__ { location ~ ^__PATH__/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|ocm-provider/.+)\.php(/.*|)$ { include fastcgi_params; - fastcgi_split_path_info ^(.+\.php)(/.*|)$; + fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param HTTPS on; From a35a2457ce46ddc788e44062adf1ac8ada558b91 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 6 Apr 2019 00:41:46 +0200 Subject: [PATCH 2/2] Update version number for hotfix about upload (also agreed with Maniack ... sorry folks for the yolocommit to master outside standard procedure :/) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b4b54e3..e132a8c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Access & share your files, calendars, contacts, mail & more from any device, on your terms", "fr": "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions" }, - "version": "15.0.5~ynh2", + "version": "15.0.5~ynh3", "url": "https://nextcloud.com", "license": "AGPL-3.0", "maintainer": {