From 5816c08e11fd0105e1d2880af428d5265a6f0037 Mon Sep 17 00:00:00 2001 From: djmaze Date: Tue, 14 Sep 2021 17:13:03 +0200 Subject: [PATCH] v2.7.1 --- .../files/usr/local/include/application.ini | 2 +- README.md | 26 +++++++++---------- integrations/nextcloud/snappymail/VERSION | 2 +- .../nextcloud/snappymail/appinfo/info.xml | 2 +- package.json | 2 +- .../libraries/RainLoop/Actions/Folders.php | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 35c3ac595..e63a9b5df 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -292,5 +292,5 @@ dev_email = "" dev_password = "" [version] -current = "2.7.0" +current = "2.7.1" saved = "Mon, 23 Aug 2021 07:55:13 +0000" diff --git a/README.md b/README.md index 480d435af..0b507b619 100644 --- a/README.md +++ b/README.md @@ -129,23 +129,23 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 89.407 | -|app.js |4.215.733 | 447.836 | +|admin.js |2.158.025 | 88.633 | +|app.js |4.215.733 | 446.059 | |boot.js | 672.433 | 2.856 | -|libs.js | 647.679 | 214.458 | +|libs.js | 647.679 | 213.208 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 754.842 | +|TOTAL |8.019.778 | 751.041 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 46.428 | 73.899 | 14.039 | 60.674 | 12.575 | -|app.min.js | 516.000 | 230.355 |140.430 | 67.980 |110.657 | 57.567 | +|admin.min.js | 255.514 | 45.597 | 73.899 | 13.933 | 60.674 | 12.463 | +|app.min.js | 516.000 | 228.862 |140.430 | 67.769 |110.657 | 57.420 | |boot.min.js | 66.456 | 1.648 | 22.553 | 986 | 20.043 | 822 | -|libs.min.js | 574.626 | 103.928 |177.280 | 37.795 |151.855 | 33.829 | +|libs.min.js | 574.626 | 102.959 |177.280 | 37.514 |151.855 | 33.617 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 382.359 |425.477 |120.800 |353.301 |104.793 | -|TOTAL (no admin) |1.189.690 | 335.931 |351.061 |106.761 |292.627 | 92.218 | +|TOTAL |1.445.204 | 379.066 |425.477 |120.202 |353.301 |104.322 | +|TOTAL (no admin) |1.189.690 | 333.469 |351.061 |106.269 |292.627 | 91.859 | For a user its around 68% smaller and faster than traditional RainLoop. @@ -184,12 +184,12 @@ For a user its around 68% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |------: |------: |------: |--------: | -|app.css | 340.334 | 94.785 | 46.959 | 17.381 | 15.006 | -|app.min.css | 274.791 | 77.141 | 39.618 | 15.535 | 13.683 | +|app.css | 340.334 | 93.382 | 46.959 | 17.277 | 14.966 | +|app.min.css | 274.791 | 75.885 | 39.618 | 15.430 | 13.632 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 40.340 | | 8.507 | 7.434 | -|admin.min.css | | 31.824 | | 7.463 | 6.627 | +|admin.css | | 40.355 | | 8.507 | 7.437 | +|admin.min.css | | 31.835 | | 7.465 | 6.628 | ### Squire vs CKEditor diff --git a/integrations/nextcloud/snappymail/VERSION b/integrations/nextcloud/snappymail/VERSION index 9aa34646d..5588ae827 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.7.0 \ No newline at end of file +2.7.1 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 6c9e6ff20..f85b92bbf 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -4,7 +4,7 @@ SnappyMail SnappyMail Webmail Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. The default user/password is admin/12345. This version is based on SnappyMail 2.6.0 (2021-07). - 2.7.0 + 2.7.1 agpl SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli SnappyMail diff --git a/package.json b/package.json index 67265c8e8..3b650bedc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "SnappyMail", "description": "Simple, modern & fast web-based email client", "private": true, - "version": "2.7.0", + "version": "2.7.1", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze", diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php index c44ff26a5..12151c53a 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php @@ -337,7 +337,7 @@ trait Folders { $sFolder = $this->GetActionParam('Folder', ''); $iPrevUidNext = (int) $this->GetActionParam('UidNext', 0); - $aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []))) ?: []; + $aFlagsUids = \array_filter(\array_map('intval', $this->GetActionParam('FlagsUids', []) ?: [])); $this->initMailClientConnection();