diff --git a/README.md b/README.md index cd2284f0e..4d29c39d5 100644 --- a/README.md +++ b/README.md @@ -61,21 +61,21 @@ Things might work in Edge 15-18, Firefox 47-62 and Chrome 54-68 due to one polyf |js/* |1.14.0 |native | |----------- |--------: |--------: | -|admin.js |2.130.942 |1.356.246 | -|app.js |4.184.455 |3.117.728 | +|admin.js |2.130.942 |1.355.195 | +|app.js |4.184.455 |3.116.673 | |boot.js | 671.522 | 109.651 | |libs.js | 647.614 | 508.324 | |polyfills.js | 325.834 | 0 | -|TOTAL js |7.960.367 |5.091.949 | +|TOTAL js |7.960.367 |5.089.843 | |js/min/* |1.14.0 |native | |--------------- |--------: |--------: | -|admin.min.js | 252.147 | 176.702 | -|app.min.js | 511.202 | 408.359 | +|admin.min.js | 252.147 | 176.512 | +|app.min.js | 511.202 | 408.169 | |boot.min.js | 66.007 | 13.380 | |libs.min.js | 572.545 | 465.247 | |polyfills.min.js | 32.452 | 0 | -|TOTAL js/min |1.434.353 |1.063.688 | +|TOTAL js/min |1.434.353 |1.063.308 | 370.665 bytes is not much, but it feels faster. diff --git a/dev/Remote/AbstractAjax.js b/dev/Remote/AbstractAjax.js index 0dc6adb84..35b026d4a 100644 --- a/dev/Remote/AbstractAjax.js +++ b/dev/Remote/AbstractAjax.js @@ -44,9 +44,6 @@ class AbstractAjaxRemote { if (StorageResultType.Success === sType && oData && !oData.Result) { const err = oData ? oData.ErrorCode : null; -if (err) { - window.console.log('AbstractAjaxRemote ' + sRequestAction + ' request failed:', err, Notification.getKeyByValue(err)); -} if ( oData && [ Notification.AuthError, @@ -199,7 +196,6 @@ if (err) { this.defaultResponse(fResultCallback, action, sType, oData, cached, params); }).catch(err => { -window.console.log('AbstractAjaxRemote ' + action + ' request failed:', err, Notification.getKeyByValue(err)); if (err.name == 'AbortError') { // handle abort() return Promise.reject(Notification.AjaxAbort); } diff --git a/rainloop/v/0.0.0/app/libraries/RainLoop/Utils.php b/rainloop/v/0.0.0/app/libraries/RainLoop/Utils.php index ad7449f97..42fff155b 100644 --- a/rainloop/v/0.0.0/app/libraries/RainLoop/Utils.php +++ b/rainloop/v/0.0.0/app/libraries/RainLoop/Utils.php @@ -18,10 +18,6 @@ class Utils static $RsaKey = null; - function __construct() - { - } - static public function PgpVerifyFile(string $sFileName, string $sSignature) : bool { $sKeyFile = APP_VERSION_ROOT_PATH.'app/resources/RainLoop.asc'; diff --git a/rainloop/v/0.0.0/app/libraries/SabreForRainLoop/CalDAV/ICSExportPlugin.php b/rainloop/v/0.0.0/app/libraries/SabreForRainLoop/CalDAV/ICSExportPlugin.php index 2007abf0f..f6c87641c 100644 --- a/rainloop/v/0.0.0/app/libraries/SabreForRainLoop/CalDAV/ICSExportPlugin.php +++ b/rainloop/v/0.0.0/app/libraries/SabreForRainLoop/CalDAV/ICSExportPlugin.php @@ -121,9 +121,9 @@ class ICSExportPlugin extends DAV\ServerPlugin { case 'VTIMEZONE' : // Naively just checking tzid. if (!in_array((string)$child->TZID, $collectedTimezones)) { - $timezones[] = $child; - $collectedTimezones[] = $child->TZID; - } + $timezones[] = $child; + $collectedTimezones[] = $child->TZID; + } break; } diff --git a/rainloop/v/0.0.0/index.php.root b/rainloop/v/0.0.0/index.php.root deleted file mode 100644 index 7dd8734e7..000000000 --- a/rainloop/v/0.0.0/index.php.root +++ /dev/null @@ -1,18 +0,0 @@ -