djmaze
|
0181d9645a
|
Rebranding to SnappyMail because this fork of RainLoop has way too many changes to be compatible.
|
2020-09-23 17:23:04 +02:00 |
|
djmaze
|
6c6a5dd03b
|
Enable Squire by default and put CKEditor as option
|
2020-09-22 15:21:23 +02:00 |
|
djmaze
|
81364c6494
|
Merge Squire into libs.js
|
2020-09-22 11:04:45 +02:00 |
|
djmaze
|
540c70ecbf
|
Added Squire HTML editor as lightweight fast alternative solution for the heavy CKEditor
Some features are still missing (as i need to create own UI)
Enable in:
[labs]
use_squire_html_editor = On
|
2020-09-09 17:03:44 +02:00 |
|
djmaze
|
45aaa17219
|
Better boot response by splitting and embedding boot css/html into index.html
|
2020-09-05 12:22:46 +02:00 |
|
djmaze
|
5e7b567e88
|
Put admin actions in trait (should be improved in future with own Class when isset($_GET['admin']))
|
2020-08-31 10:33:51 +02:00 |
|
djmaze
|
dc6b7e250e
|
Bugfix: undefined $oAccount and $aAdditionalParams
|
2020-08-30 17:48:40 +02:00 |
|
djmaze
|
e3e5929b21
|
Removed more non-community (aka Prem/Premium/License) code
|
2020-08-24 20:56:14 +02:00 |
|
djmaze
|
89395d5ae4
|
Drop custom_login_link and custom_logout_link
|
2020-08-24 11:17:42 +02:00 |
|
djmaze
|
7670d2073d
|
Prevent parameter errors in sendMessage()/saveMessage() due to too many parameters.
Instead provide an object.
sendMessage param 'SentFolder' and saveMessage param 'DraftFolder' now both 'SaveFolder'
|
2020-08-17 21:32:57 +02:00 |
|
djmaze
|
9f1ea1a0fd
|
Bugfix boostrap alerts.less was accidentally removed
Bugfix Date.fromNow('past'/'future') reversed
Replace Events[pub/sub]('interval.*') with setInterval()
Events[pub/sub] to native
Cleanup knockout extensions
Replaced momentToNode with proper HTML5 <time>
Cleanup Momentor
|
2020-08-14 20:35:39 +02:00 |
|
djmaze
|
95293aa585
|
Removed useJsNextBundle
|
2020-07-22 08:31:10 +02:00 |
|
djmaze
|
a6a337e5ce
|
Revert broken RainLoop merge for TemplatesLink
|
2020-07-15 14:24:32 +02:00 |
|
djmaze
|
213f5d183e
|
Log admin login attempt to syslog
|
2020-07-13 15:35:06 +02:00 |
|
djmaze
|
85155a9895
|
Merge remote-tracking branch 'upstream/master'
|
2020-07-13 11:40:49 +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
|
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 |
|
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 |
|
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
|
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
|
2cf35057a5
|
Bugfix: mb_convert_encoding(): Unknown encoding CP858
|
2020-03-16 16:25:58 +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 |
|
RainLoop Team
|
151646f990
|
Improve resource loaders
|
2020-03-15 23:14:52 +03:00 |
|
RainLoop Team
|
a250d84025
|
Fix PHP 7.4 Deprecate message
|
2020-03-15 22:15:36 +03: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
|
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
|
6e0d0b3b6e
|
CRLF to LF
|
2020-03-11 14:17:52 +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
|
32ceafa37f
|
Add Gmail XAUTH support
|
2019-12-31 20:44:41 +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
|
0c38f42197
|
Small improvements
|
2019-07-11 21:45:47 +03:00 |
|
Anton Piliugin
|
6b8c7043af
|
Fix hide_x_mailer_header config option behaviour
Remove X-Mailer header if hide_x_mailer_header = Off
|
2019-05-28 14:32:18 +02:00 |
|
RainLoop Team
|
628f8077a3
|
Merge branch 'master' into master
|
2019-03-28 01:55:15 +03:00 |
|
RainLoop Team
|
6e20d5fccc
|
Merge pull request #1375 from pierre-alain-b/master
Fixing #1284, conflict in headers creation when loading images in body message, "Cannot modify header information - headers already sent"
|
2018-02-21 02:37:31 +03:00 |
|
Raphael Basso
|
353029898c
|
Added MailEnable 'Junk E-mail' and 'Deleted Items' folders support.
|
2018-02-08 10:29:38 -02:00 |
|
RainLoop
|
e0ba6aba9f
|
Add login.login_lowercase setting (#814)
|
2017-10-11 22:18:41 +03:00 |
|
RainLoop
|
ed5685314e
|
Fix unexpected desktop mode on mobile devices + small fixes (#1514)
|
2017-09-25 00:08:44 +03:00 |
|
Max
|
2cfb85b992
|
fix gravatar
|
2017-09-22 16:46:52 +02:00 |
|
RainLoop
|
f695a1acd2
|
Disable application.ini autosaving (#1509)
|
2017-09-21 22:15:27 +03:00 |
|
RainLoop
|
4db982cb9b
|
Small fixes
|
2017-09-20 22:59:08 +03:00 |
|
Michael Barnathan
|
120e0a4401
|
Merge branch 'client_certs'
# Conflicts:
# rainloop/v/0.0.0/app/libraries/RainLoop/Model/Account.php
|
2017-08-17 18:27:08 -04:00 |
|