Commit graph

2157 commits

Author SHA1 Message Date
djmaze
d34729a1ae Resolve https://github.com/the-djmaze/snappymail/issues/47 2020-12-10 14:19:03 +01:00
djmaze
4321c11622 Some tiny changes 2020-12-09 22:42:04 +01:00
djmaze
21d3a9f401 Resolve https://github.com/the-djmaze/snappymail/issues/46
Issue from https://github.com/the-djmaze/snappymail/pull/40
And my own broken $upload_max_filesize
2020-12-09 22:40:21 +01:00
djmaze
54f3337f01 Changes for https://github.com/the-djmaze/snappymail/issues/47
* don't divide folder.interval time, it has no purpose
* up the limit to 10 folders per request
folder.checkable() is still broken
2020-12-09 22:30:57 +01:00
djmaze
b7f79db21c v2.1.0 2020-12-02 15:19:44 +01:00
djmaze
85b79bce4c Docker fix PHP max upload size because most SMTP servers limit 25MB 2020-12-02 14:58:31 +01:00
djmaze
3c598ef000 Rename NO_PREVIW to NO_PREVIEW
and cleanup Actions.php AppData()
2020-12-02 14:57:27 +01:00
djmaze
1c20cc6d13 Cleanup snappymail glyphs font 2020-12-02 14:31:06 +01:00
djmaze
bad981ea7b Bugfix: undefined sEncryptedString 2020-12-02 14:30:19 +01:00
djmaze
80a72d172e Added: hide login submit button to Admin Login settings screen 2020-12-02 14:30:02 +01:00
djmaze
2b8c259fe3 Bugfix: Config used invalid gettype() values 2020-12-02 11:55:54 +01:00
djmaze
755fcf43b7 Cleanup encryption methods
Removed asymmetric decryption/encryption because it is limited to key size.
openssl_seal/openssl_open would the choice when needed.
2020-12-02 11:25:11 +01:00
djmaze
605f3acbf4 Replaced sTimeOffset with sTimeZone to prevent DST issues 2020-12-02 10:16:46 +01:00
djmaze
849b1b9607 Suhosin is dead for PHP 7.3-8.0, remove it 2020-12-01 21:35:55 +01:00
djmaze
8d578dcec1 SignMeType::DEFAILT_* to SignMeType::DEFAULT_* 2020-12-01 21:20:50 +01:00
djmaze
9679b63b60 Change: Docker PHP 7.4 and drop old mcrypt and use xxtea 2020-11-30 19:13:00 +01:00
djmaze
7921975bd6 Merge branch 'FWest98-fw/docker' 2020-11-30 18:58:55 +01:00
djmaze
4d0276bb09 Added docker option for FWest98
Use as: `release.php --docker`
2020-11-30 18:58:20 +01:00
djmaze
0173d30619 Merge branch 'fw/docker' of git://github.com/FWest98/snappymail into FWest98-fw/docker 2020-11-30 18:52:26 +01:00
djmaze
b34fc5fda7 Merge branch 'master' of github.com:the-djmaze/snappymail 2020-11-30 10:50:49 +01:00
djmaze
13b41b44c0 Change: force CRLF due to hMailserver bug
https://github.com/the-djmaze/snappymail/issues/43
https://github.com/hmailserver/hmailserver/issues/357
2020-11-30 10:50:30 +01:00
the-djmaze
82d77febc3
Merge pull request #42 from FWest98/fw/fixldap
Added constructor to LDAP identities plugin
2020-11-28 19:14:23 +01:00
djmaze
892c1071f1 Resolve https://github.com/RainLoop/rainloop-webmail/pull/2016 2020-11-27 14:34:56 +01:00
djmaze
2a174d9114 Added font-display:swap to glyphs font
Since we use more correct unicode points, we improve performance score from 92% to 93%
2020-11-27 14:30:03 +01:00
djmaze
b57493bf0a Moved some font glyphs to their correct unicode code points
This improves visibility when webfonts are blocked (not downloaded).
2020-11-27 14:16:20 +01:00
Floris Westerman
0f30d33977
Added constructor to LDAP identities plugin
Without the constructor, SnappyMail would crash when using custom language features. This is now resolved.
2020-11-26 23:56:36 +01:00
Floris Westerman
71f4cc631e
Remove default postfix plugin from docker image 2020-11-26 15:18:48 +01:00
Floris Westerman
b301feee2f
Update gitignore 2020-11-26 15:14:51 +01:00
Floris Westerman
fcf2c2468d
Add better Docker development and prod support 2020-11-26 15:14:51 +01:00
Floris Westerman
e0462af9da
Fix release script to better support local development 2020-11-26 15:14:51 +01:00
djmaze
5633998f0f Small Lighthouse speedup from 90% to 92% 2020-11-26 12:35:15 +01:00
djmaze
0ba7374468 Implemented https://github.com/RainLoop/rainloop-webmail/issues/2041
Based on https://tools.ietf.org/html/rfc5173
2020-11-26 12:34:54 +01:00
djmaze
4adc672ccd Cleanup Login and removed the ancient obsolete <center> with small redesign
Also placed the loading description above the login form
2020-11-26 10:41:53 +01:00
djmaze
2047525ce6 Fix filename 2020-11-25 14:39:46 +01:00
djmaze
ebd32d8fad Don't allow plugins to modify login page 2020-11-25 14:38:16 +01:00
djmaze
4f8b07fe85 Remove more RainLoop standard/premium licensed code 2020-11-25 14:31:20 +01:00
djmaze
2a1ccc5d24 Resolve https://github.com/the-djmaze/snappymail/issues/37 2020-11-23 17:13:38 +01:00
djmaze
0474f29272 Bugfix: wrote a buggy fix for safari 2020-11-23 17:05:13 +01:00
djmaze
4986de6b93 Bugfix: Safari doesn’t fire the visibilitychange event as expected when visibilityState transitions to hidden 2020-11-23 16:44:34 +01:00
djmaze
1670ca0db1 Checked merge https://github.com/the-djmaze/snappymail/pull/40
Some small formatting changes for ldap identities
FWest98 accidentally removed `case 'suggestions': $mResult = [];` in fabrica?
2020-11-13 09:56:40 +01:00
djmaze
fb680596a6 Fix naming 2020-11-13 00:04:35 +01:00
the-djmaze
2c6618e793
Merge pull request #40 from FWest98/fw/ldapidentities
Add an LDAP identities provider
2020-11-12 23:29:14 +01:00
the-djmaze
222c51d61a
Merge pull request #39 from FWest98/fw/identities
Add a pluggable identity system
2020-11-12 23:29:00 +01:00
Floris Westerman
e46c3b10ec
Fixing indentation 2020-11-10 11:52:55 +01:00
Floris Westerman
427d909783
Add early exit when no groups are configured 2020-11-10 11:52:55 +01:00
Floris Westerman
abe058943e
Add ldap identities plugin 2020-11-10 11:52:55 +01:00
Floris Westerman
6919a6a34f
Fixing indentation 2020-11-10 11:52:21 +01:00
djmaze
b609c4b0c2 AudioContext undefined in Safari 13
Fix for https://github.com/the-djmaze/snappymail/issues/37
2020-11-10 10:25:02 +01:00
djmaze
cd52d9ae6c More improvements for https://github.com/the-djmaze/snappymail/issues/37 2020-11-10 09:59:56 +01:00
djmaze
b3b8c97b00 Cleanup some unused code 2020-11-10 09:29:00 +01:00