Commit graph

1723 commits

Author SHA1 Message Date
djmaze
1e71698b79 Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer 2020-07-17 13:46:49 +02:00
djmaze
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
2020-07-16 19:49:56 +02:00
djmaze
fca0bb5d56 Bugfix broken jQuery UI 2020-07-16 11:07:28 +02:00
djmaze
525a7ab1fd Remove some npm deprecated packages 2020-07-15 15:39:18 +02:00
djmaze
1a6dad8495 2d634a09ee 2020-07-15 14:50:39 +02:00
djmaze
2af8626514 Removed Sentry completely 2020-07-15 14:45:11 +02:00
djmaze
0b0747b8dc Upgraded some old JavaScript to ECMAScript 1.6
Removed some jQuery references
Added JavaScript Globals.$htmlCL for frequently used window.document.documentElement.classList
2020-07-15 14:25:51 +02:00
djmaze
a6a337e5ce Revert broken RainLoop merge for TemplatesLink 2020-07-15 14:24:32 +02:00
djmaze
a541123034 Disable sentry_dsn 2020-07-15 14:16:29 +02:00
djmaze
854d723927 Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3 2020-07-15 14:16:07 +02:00
djmaze
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.
2020-07-13 15:47:19 +02:00
djmaze
213f5d183e Log admin login attempt to syslog 2020-07-13 15:35:06 +02:00
djmaze
b9e8e32579 Remove unused {{BaseTemplates}} and {{BaseAppPolyfillsScriptLink}} 2020-07-13 15:34:46 +02:00
djmaze
85155a9895 Merge remote-tracking branch 'upstream/master' 2020-07-13 11:40:49 +02:00
djmaze
c9285dd3e8 Remove BadBrowser Internet Explorer code 2020-07-13 10:58:03 +02:00
djmaze
eb731a4183 Updated inputosaurus.js to work with jQuery3 2020-07-09 16:01:41 +02:00
djmaze
be6922bd20 Bugfix: RunAdditionalPart() incorrect return type 2020-07-08 16:48:35 +02:00
djmaze
957ccfeb3b Cleanup yaml parsing 2020-07-07 13:47:19 +02:00
djmaze
aa805f9ff9 Added: write 'Auth failed' to syslog 2020-07-07 13:33:38 +02:00
djmaze
693e0f4c10 Remove useless NewInstance
Bugfix: BodyStructure->SearchCharset return value
2020-05-08 11:49:18 +02:00
djmaze
82e560bc53 Fix some return types 2020-05-08 10:13:01 +02:00
djmaze
63d9ce9c4b Enumeration classes to be abstract 2020-05-08 10:06:48 +02:00
djmaze
7b03ae5ed8 Remove phpinfo() 2020-05-07 09:24:02 +02:00
djmaze
3d9b3334ee Bugfix: Return value of RainLoop\Actions::SetIdentities() must be of the type array, bool returned
Cleanup: remove empty __construct()
2020-04-15 20:42:16 +02:00
RainLoop Team
ad9d153d76
Merge pull request #1984 from the-djmaze/gulp-terser
Use gulp-terser instead of gulp-uglify for ES2015
2020-04-07 15:06:52 +03:00
RainLoop Team
b9899df934
Merge pull request #1983 from the-djmaze/pecl-xxtea
Add support for PECL xxtea
2020-04-07 15:06:37 +03:00
RainLoop Team
c14ffdc10b
Merge pull request #1987 from javyer/master
Comply with Owncloud 10.3.2
2020-04-07 15:06:16 +03:00
djmaze
75b4b64118 More functions without type hinting found and fixt
Use PECL yaml (else Spyc)
Upgrade Spyc (with removed dump code)
2020-04-03 11:32:07 +02:00
Javyer
796183d40d Comply with Owncloud 10.3.2 2020-04-03 00:34:03 +02:00
djmaze
cd3d8b94b2 Added: ResponseCollection::getCapabilityResult()
Bugfix: ResponseCollection $oResult => $this
Removed safe_mode detection
Speedup: ImapClient::partialParseResponseBranch() and partialResponseLiteralCallbackCallable()
2020-03-24 14:45:09 +01:00
djmaze
b9c019e05c Move some MailSo\Imap\ImapClient code to the new MailSo\Imap\ResponseCollection 2020-03-21 12:55:39 +01:00
djmaze
0d54a372df Remove more @function error suppressions 2020-03-20 23:43:24 +01:00
the-djmaze
0b9f129864
Merge branch 'master' into gulp-terser 2020-03-20 16:29:10 +01:00
djmaze
a8100d34f8 Use gulp-terser instead of gulp-uglify for ES2015 2020-03-20 16:26:42 +01:00
djmaze
2266affa5b Add support for PECL xxtea 2020-03-20 16:14:36 +01:00
djmaze
a1ce3f0e84 Terser strip comments 2020-03-20 16:01:23 +01:00
djmaze
c3e4a19447 Bugfix: headers already send by FpassthruWithTimeLimitReset 2020-03-20 15:41:19 +01:00
djmaze
5af6e30b8f Resolve Declaration *Collection::append should be compatible with Collection::append 2020-03-20 15:37:55 +01:00
djmaze
559ebe0f28 Don't suppress functions 2020-03-20 15:29:52 +01:00
djmaze
1009398d0c Cleanup MailSo Validator
Cleanup removed features
2020-03-20 14:53:12 +01:00
djmaze
8fe8369b2a Support PECL xxtea 2020-03-19 23:11:04 +01:00
djmaze
3948f73fb1 Replaced: Mobile_Detect with simple version
This is not finished because detection should be based on screen size in inches (retina pixels)
2020-03-19 17:01:49 +01:00
djmaze
10a00f8391 Bugfix: remove JavaScript isFramed() as it requires the removed GoogleSocial 2020-03-19 15:22:07 +01:00
djmaze
ebfde6e360 Cleanup & Speedup *Collection objects 2020-03-19 15:21:00 +01:00
djmaze
f6fdb69c65 Changed: MailSo\*Collection now extends \ArrayObject
Changed: fixed __constructor param type hinting
Replace: &$o with $o as objects don't need & referencing
2020-03-18 23:14:00 +01:00
djmaze
9bb44e7f98 Changed: use hash_hmac() instead of MailSo\Base\Utils::Hmac()
Renamed: PrepearFetchSequence() to PrepareFetchSequence()
Removed: StripSlashesValue() because PHP7 has no magic_quotes_gpc
2020-03-18 01:26:40 +01:00
djmaze
23e9964997 Bugfix: more function return type errors 2020-03-16 16:35:25 +01:00
djmaze
2cf35057a5 Bugfix: mb_convert_encoding(): Unknown encoding CP858 2020-03-16 16:25:58 +01:00
djmaze
6cf544d3e7 Bugfix: mail Message invalid return type 2020-03-16 16:18:29 +01:00
djmaze
b81b36d120 Bugfix: @param/@return documentation was incorrect which caused errors 2020-03-16 15:48:58 +01:00