Commit graph

  • 84ac7dc893 Get rid of deprecated $.ui.plugin djmaze 2020-07-20 21:40:36 +02:00
  • 961fa305c9 -1…*.indexOf() to native .includes() djmaze 2020-07-20 21:39:00 +02:00
  • eb15c6e45f Changes _.filter(array) to native array.filter() djmaze 2020-07-20 21:29:44 +02:00
  • af136f46c4 _.bind(function, object) to function.bind(object) djmaze 2020-07-20 15:47:33 +02:00
  • db2d95d684 JavaScript inArray()/indexOf() to .includes() djmaze 2020-07-20 14:33:33 +02:00
  • ec3fd5b7e4 Remove jquery-letterfx, just like https://github.com/RainLoop/rainloop-webmail/pull/1698/commits/cd55e3ccc2a3d5fb7ca06dc111c2ba6640423780 djmaze 2020-07-20 11:26:40 +02:00
  • f16f604f48 Get the stored resized layout working again djmaze 2020-07-17 15:04:50 +02:00
  • 3c4b3e3b50 Simplify ResizeObservers djmaze 2020-07-17 14:24:55 +02:00
  • 1e71698b79 Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer djmaze 2020-07-17 13:46:49 +02:00
  • e3aaea8035 Get rid of jQuery.wakup Get rid of jQuery UI resizable (use HTML5 with ResizeObserver/MutationObserver, work-in-progress not as beautiful yet) Get rid of hidden download() iframe djmaze 2020-07-16 19:49:56 +02:00
  • fca0bb5d56 Bugfix broken jQuery UI djmaze 2020-07-16 11:07:28 +02:00
  • 525a7ab1fd Remove some npm deprecated packages djmaze 2020-07-15 15:39:18 +02:00
  • 1a6dad8495 https://github.com/RainLoop/rainloop-webmail/pull/2005/commits/2d634a09ee355522837d72710aca92bd88bd2167 djmaze 2020-07-15 14:50:39 +02:00
  • 48d26c7f4c
    Fix json typo Andrey Izman 2020-07-15 15:47:21 +03:00
  • 2af8626514 Removed Sentry completely djmaze 2020-07-15 14:45:11 +02:00
  • 0b0747b8dc Upgraded some old JavaScript to ECMAScript 1.6 Removed some jQuery references Added JavaScript Globals.$htmlCL for frequently used window.document.documentElement.classList djmaze 2020-07-15 14:25:51 +02:00
  • a6a337e5ce Revert broken RainLoop merge for TemplatesLink djmaze 2020-07-15 14:24:32 +02:00
  • a541123034 Disable sentry_dsn djmaze 2020-07-15 14:16:29 +02:00
  • 854d723927 Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3 djmaze 2020-07-15 14:16:07 +02:00
  • 412d69ce75 Removed jquery-backstretch that handled the UserBackground The UserBackground is now handled with CSS3 on body.thm-body This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely. djmaze 2020-07-13 15:47:19 +02:00
  • 213f5d183e Log admin login attempt to syslog djmaze 2020-07-13 15:35:06 +02:00
  • b9e8e32579 Remove unused {{BaseTemplates}} and {{BaseAppPolyfillsScriptLink}} djmaze 2020-07-13 15:34:46 +02:00
  • 85155a9895 Merge remote-tracking branch 'upstream/master' djmaze 2020-07-13 11:40:49 +02:00
  • c9285dd3e8 Remove BadBrowser Internet Explorer code djmaze 2020-07-13 10:58:03 +02:00
  • eb731a4183 Updated inputosaurus.js to work with jQuery3 djmaze 2020-07-09 16:01:41 +02:00
  • be6922bd20 Bugfix: RunAdditionalPart() incorrect return type djmaze 2020-07-08 16:48:35 +02:00
  • 957ccfeb3b Cleanup yaml parsing djmaze 2020-07-07 13:47:19 +02:00
  • aa805f9ff9 Added: write 'Auth failed' to syslog djmaze 2020-07-07 13:33:38 +02:00
  • 286e011050
    plugins/postfixadmin-change-password: Add 'argon2i' configuration option Simon Chuu 2020-05-18 23:01:44 -04:00
  • 3dbb43e188
    plugins/postfixadmin-change-password: Add "ARGON2I" Simon Chuu 2020-05-18 22:59:05 -04:00
  • 693e0f4c10 Remove useless NewInstance Bugfix: BodyStructure->SearchCharset return value djmaze 2020-05-08 11:49:18 +02:00
  • 82e560bc53 Fix some return types djmaze 2020-05-08 10:13:01 +02:00
  • 63d9ce9c4b Enumeration classes to be abstract djmaze 2020-05-08 10:06:48 +02:00
  • 7b03ae5ed8 Remove phpinfo() djmaze 2020-05-07 09:24:02 +02:00
  • a3ca42eebe Load image data for all images Daniel Kesselberg 2020-04-25 21:52:03 +02:00
  • 950f12d4b2 Fixed package.json Thomas131 2020-04-16 14:07:15 +02:00
  • 3d9b3334ee Bugfix: Return value of RainLoop\Actions::SetIdentities() must be of the type array, bool returned Cleanup: remove empty __construct() djmaze 2020-04-15 20:42:16 +02:00
  • ad9d153d76
    Merge pull request #1984 from the-djmaze/gulp-terser RainLoop Team 2020-04-07 15:06:52 +03:00
  • b9899df934
    Merge pull request #1983 from the-djmaze/pecl-xxtea RainLoop Team 2020-04-07 15:06:37 +03:00
  • c14ffdc10b
    Merge pull request #1987 from javyer/master RainLoop Team 2020-04-07 15:06:16 +03:00
  • 75b4b64118 More functions without type hinting found and fixt Use PECL yaml (else Spyc) Upgrade Spyc (with removed dump code) djmaze 2020-04-03 11:32:07 +02:00
  • 796183d40d Comply with Owncloud 10.3.2 Javyer 2020-04-03 00:34:03 +02:00
  • cd3d8b94b2 Added: ResponseCollection::getCapabilityResult() Bugfix: ResponseCollection $oResult => $this Removed safe_mode detection Speedup: ImapClient::partialParseResponseBranch() and partialResponseLiteralCallbackCallable() djmaze 2020-03-24 14:45:09 +01:00
  • b9c019e05c Move some MailSo\Imap\ImapClient code to the new MailSo\Imap\ResponseCollection djmaze 2020-03-21 12:55:39 +01:00
  • 0d54a372df Remove more @function error suppressions djmaze 2020-03-20 23:43:24 +01:00
  • 0b9f129864
    Merge branch 'master' into gulp-terser the-djmaze 2020-03-20 16:29:10 +01:00
  • a8100d34f8 Use gulp-terser instead of gulp-uglify for ES2015 djmaze 2020-03-20 16:26:42 +01:00
  • 2266affa5b Add support for PECL xxtea djmaze 2020-03-20 16:14:36 +01:00
  • a1ce3f0e84 Terser strip comments djmaze 2020-03-20 16:01:23 +01:00
  • c3e4a19447 Bugfix: headers already send by FpassthruWithTimeLimitReset djmaze 2020-03-20 15:41:19 +01:00
  • 5af6e30b8f Resolve Declaration *Collection::append should be compatible with Collection::append djmaze 2020-03-20 15:37:55 +01:00
  • 559ebe0f28 Don't suppress functions djmaze 2020-03-20 15:29:52 +01:00
  • 1009398d0c Cleanup MailSo Validator Cleanup removed features djmaze 2020-03-20 14:53:12 +01:00
  • 8fe8369b2a Support PECL xxtea djmaze 2020-03-19 23:11:04 +01:00
  • 3948f73fb1 Replaced: Mobile_Detect with simple version This is not finished because detection should be based on screen size in inches (retina pixels) djmaze 2020-03-19 17:01:49 +01:00
  • 10a00f8391 Bugfix: remove JavaScript isFramed() as it requires the removed GoogleSocial djmaze 2020-03-19 15:22:07 +01:00
  • ebfde6e360 Cleanup & Speedup *Collection objects djmaze 2020-03-19 15:21:00 +01:00
  • f6fdb69c65 Changed: MailSo\*Collection now extends \ArrayObject Changed: fixed __constructor param type hinting Replace: &$o with $o as objects don't need & referencing djmaze 2020-03-18 23:14:00 +01:00
  • 9bb44e7f98 Changed: use hash_hmac() instead of MailSo\Base\Utils::Hmac() Renamed: PrepearFetchSequence() to PrepareFetchSequence() Removed: StripSlashesValue() because PHP7 has no magic_quotes_gpc djmaze 2020-03-18 01:26:40 +01:00
  • 23e9964997 Bugfix: more function return type errors djmaze 2020-03-16 16:35:25 +01:00
  • 2cf35057a5 Bugfix: mb_convert_encoding(): Unknown encoding CP858 djmaze 2020-03-16 16:25:58 +01:00
  • 6cf544d3e7 Bugfix: mail Message invalid return type djmaze 2020-03-16 16:18:29 +01:00
  • b81b36d120 Bugfix: @param/@return documentation was incorrect which caused errors djmaze 2020-03-16 15:48:58 +01:00
  • 7eb1defa16 Fix PHP 7.4 Deprecate message djmaze 2020-03-16 14:27:17 +01:00
  • 26c38b3ec9 More params and returns to PHP 7.3+ djmaze 2020-03-16 13:08:53 +01:00
  • b303170647
    Merge pull request #1894 from Rockuo/patch-1 RainLoop Team 2020-03-16 00:12:27 +03:00
  • 4264a32e2e
    Merge pull request #1911 from Shurichan/patch-1 RainLoop Team 2020-03-16 00:11:20 +03:00
  • 2b6ca3d5b0
    Merge pull request #1943 from Startup-Stack/secure-admin-password RainLoop Team 2020-03-16 00:05:17 +03:00
  • 538312ef3e
    Merge pull request #1944 from Startup-Stack/secure-app-salt RainLoop Team 2020-03-16 00:02:34 +03:00
  • d94cf4e6b0
    Merge pull request #1918 from brigriffin/fix-imap-sort RainLoop Team 2020-03-16 00:00:38 +03:00
  • 5e409ac638 Update dependencies RainLoop Team 2020-03-15 23:56:47 +03:00
  • e744100919 Improve templates RainLoop Team 2020-03-15 23:38:46 +03:00
  • 151646f990 Improve resource loaders RainLoop Team 2020-03-15 23:14:52 +03:00
  • a250d84025 Fix PHP 7.4 Deprecate message RainLoop Team 2020-03-15 22:15:36 +03:00
  • 3d246ae842 Updated readme djmaze 2020-03-13 15:36:48 +01:00
  • aae7883b99 Bugfix: bootstrap jQuery('#') syntax error Changed: use ES2015 Changed: gulp uglify to terser Removed: ChangePassword Removed: nanoscroll Removed: JS polyfills djmaze 2020-03-13 15:30:39 +01:00
  • 9aa0cf92a9 Hide X-Mailer header by default Remove iconv support Cleanup MailSo djmaze 2020-03-11 19:36:43 +01:00
  • 234e5a5014 Resolve issue with ->SetLogger() due to function return type issue djmaze 2020-03-11 15:46:56 +01:00
  • 690190bb26 there's not type hint 'resource' (bug in my converter) https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices djmaze 2020-03-11 15:42:46 +01:00
  • 69a33c0c25 Bugfix login issues and function return types djmaze 2020-03-11 15:00:09 +01:00
  • ca075de120 Bugfix: callback vs callable djmaze 2020-03-11 14:29:30 +01:00
  • 6e0d0b3b6e CRLF to LF djmaze 2020-03-11 14:17:52 +01:00
  • 4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript djmaze 2020-03-11 12:55:03 +01:00
  • e8d38a6870 More PHP7 strict typing djmaze 2020-03-11 11:49:45 +01:00
  • 3a7ec4ecb0 Bugfixes and more conversions to PHP 7 djmaze 2020-03-10 18:45:00 +01:00
  • 2cada68f41 Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud) Also removed: POP3, OAuth2 and update feature Added: admin password_hash/password_verify Requires: PHP 7.3+ Replaced: CRLF with LF Replaced: pclZip with ZipArchive djmaze 2020-03-09 17:04:17 +01:00
  • 15ceddc202 1.14.0 v1.14.0 RainLoop Team 2020-01-30 22:27:07 +03:00
  • 1fb3c9cd7a Update dependencies RainLoop Team 2019-12-31 21:20:03 +03:00
  • 32ceafa37f Add Gmail XAUTH support RainLoop Team 2019-12-31 20:44:41 +03:00
  • 08333610ce Update dependencies RainLoop Team 2019-12-24 22:05:46 +03:00
  • a54d40f2a2
    improve error handling for salt generation Peter Linss 2019-11-20 09:20:40 -08:00
  • e9892ceec3
    adjust braces style to match surrounding code Peter Linss 2019-11-19 16:51:12 -08:00
  • a7f03d101c
    Use cryptographically secure random number generator for APP_SALT when available Peter Linss 2019-11-19 16:48:40 -08:00
  • b77dcb5c12
    Switch admin password hashing to secure algorithms when available Peter Linss 2019-11-19 16:24:21 -08:00
  • ba8bf15b4c Update dependencies RainLoop Team 2019-10-17 01:43:04 +03:00
  • 00c58b37d2 Use DATE instead of ARRIVAL for sorting messages (Fixes #1817) Marc 2019-09-20 11:29:04 +02:00
  • c4698134ae
    Mispelling in fi_FI translation Shurichan 2019-09-05 13:37:28 +03:00
  • f38a17c986
    fi_FI LABEL_THEMES_NAME propose Richard Bureš 2019-08-05 08:40:32 +02:00
  • 1b2306c7b0 Delete JsError action RainLoop Team 2019-08-01 03:13:44 +03:00
  • 66b23747c7
    Merge pull request #1888 from hifihedgehog/master RainLoop Team 2019-08-01 00:15:39 +03:00