Commit graph

1666 commits

Author SHA1 Message Date
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
djmaze
7eb1defa16 Fix PHP 7.4 Deprecate message 2020-03-16 14:27:17 +01:00
djmaze
26c38b3ec9 More params and returns to PHP 7.3+ 2020-03-16 13:08:53 +01:00
djmaze
3d246ae842 Updated readme 2020-03-13 15:36:48 +01:00
djmaze
aae7883b99 Bugfix: bootstrap jQuery('#') syntax error
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
9aa0cf92a9 Hide X-Mailer header by default
Remove iconv support
Cleanup MailSo
2020-03-11 19:36:43 +01:00
djmaze
234e5a5014 Resolve issue with ->SetLogger() due to function return type issue 2020-03-11 15:46:56 +01:00
djmaze
690190bb26 there's not type hint 'resource' (bug in my converter)
https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
2020-03-11 15:42:46 +01:00
djmaze
69a33c0c25 Bugfix login issues and function return types 2020-03-11 15:00:09 +01:00
djmaze
ca075de120 Bugfix: callback vs callable 2020-03-11 14:29:30 +01:00
djmaze
6e0d0b3b6e CRLF to LF 2020-03-11 14:17:52 +01:00
djmaze
4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript 2020-03-11 12:55:03 +01:00
djmaze
e8d38a6870 More PHP7 strict typing 2020-03-11 11:49:45 +01:00
djmaze
3a7ec4ecb0 Bugfixes and more conversions to PHP 7 2020-03-10 18:45:00 +01:00
djmaze
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
2020-03-09 17:04:17 +01:00
RainLoop Team
15ceddc202 1.14.0 2020-01-30 22:27:07 +03:00
RainLoop Team
1fb3c9cd7a Update dependencies 2019-12-31 21:20:03 +03:00
RainLoop Team
32ceafa37f Add Gmail XAUTH support 2019-12-31 20:44:41 +03:00
RainLoop Team
08333610ce Update dependencies 2019-12-24 22:05:46 +03:00
RainLoop Team
ba8bf15b4c Update dependencies 2019-10-17 01:43:04 +03:00
RainLoop Team
1b2306c7b0 Delete JsError action 2019-08-01 03:13:44 +03:00
RainLoop Team
66b23747c7
Merge pull request #1888 from hifihedgehog/master
Added CyberPanel password changing plugin
2019-08-01 00:15:39 +03:00
RainLoop Team
05ba3d352e
Merge pull request #1889 from korukugashi/master
Fix regression
2019-08-01 00:13:30 +03:00
hifihedgehog
4c1a7a41a8
Update VERSION 2019-07-31 15:48:28 -04:00
hifihedgehog
4640e1941b
Increased cost/rounds to 12 for enhanced security 2019-07-31 15:46:44 -04:00
Nicolas B
fdaefab7cb
code review
correction after review: use the temporary variable instead of recalculating the JQuery node
2019-07-31 12:31:36 +02:00
Nicolas B
ec8be09abe
Merge pull request #1 from korukugashi/korukugashi-patch-plugin-contact-group
Updated plugin  contact-group-excel-paste
2019-07-31 12:25:15 +02:00
Nicolas B
b0cf16ace4
Add files via upload
Fixes a regression of plugin contact-group-excel-paste since an update of rainloop that modified CSS classes and JavaScript of autocomplete fields
2019-07-30 23:10:07 +02:00
hifihedgehog
d75641c367
Update ChangePasswordCyberPanel.php 2019-07-26 15:56:43 -04:00
hifihedgehog
d683da256f
Update README.md 2019-07-26 10:06:07 -04:00
hifihedgehog
cf63417374
Update README 2019-07-26 10:04:00 -04:00
hifihedgehog
03e4f4fc9c
Update README.md 2019-07-26 10:02:25 -04:00
hifihedgehog
d4fdac74e6
Tweaked wording and edited grammar 2019-07-26 10:02:15 -04:00
hifihedgehog
e157fb02a5
Update ChangePasswordCyberPanel.php 2019-07-26 09:59:05 -04:00
hifihedgehog
e84c2742e8
Fixed minor typo 2019-07-26 09:34:55 -04:00
hifihedgehog
a6e70256ea
Added escaping of special characters 2019-07-26 09:33:31 -04:00
hifihedgehog
4b00ef72d4
Update index.php 2019-07-25 16:54:15 -04:00
hifihedgehog
81449eb59d
Update ChangePasswordCyberPanel.php 2019-07-25 16:53:09 -04:00
hifihedgehog
36059e960d
Cleaned up code formatting from upload 2019-07-25 16:52:26 -04:00
hifihedgehog
fe197ab440
Added CyberPanel password changing plugin 2019-07-25 12:22:42 -04:00
RainLoop Team
cdfe5fb232 Small fixes 2019-07-12 00:46:17 +03:00
RainLoop Team
0c38f42197 Small improvements 2019-07-11 21:45:47 +03:00