diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 21adcbc9d..1f5ed1023 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -273,7 +273,6 @@ curl_proxy_auth = "" force_https = Off custom_login_link = "" custom_logout_link = "" -allow_external_login = Off http_client_ip_check_proxy = Off fast_cache_memcache_host = "127.0.0.1" fast_cache_memcache_port = 11211 @@ -290,5 +289,5 @@ dev_email = "" dev_password = "" [version] -current = "2.20.6" +current = "2.22.2" saved = "Fri, 30 Sep 2022 12:34:56 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index b084107fd..f9c1d1058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,358 @@ +## 2.22.2 – 2022-11-24 + +### Added +- Support cPanel #697 + + +## 2.22.1 – 2022-11-23 + +### Added +- AddressBookInterface::GetContactByEmail() to support sender image/avatar extension + [#115](https://github.com/the-djmaze/snappymail/pull/115) + +### Changed +- All the attachment zone is not clickable, even if the cursor is a hand + [#691](https://github.com/the-djmaze/snappymail/pull/691) +- Different approach for "update button duplicated in admin panel" + [#677](https://github.com/the-djmaze/snappymail/pull/677) +- Better drag & drop solution for leftPanel + +### Fixed +- The page does not change after batch deletion + [#684](https://github.com/the-djmaze/snappymail/pull/684) +- Prevent domain uppercase issues found in + [#689](https://github.com/the-djmaze/snappymail/pull/689) +- Login invalid response: VXNlcm5hbWU6CG + [#693](https://github.com/the-djmaze/snappymail/pull/693) + + +## 2.21.4 – 2022-11-22 + +### Added +- Added domain matcher test for + [#689](https://github.com/the-djmaze/snappymail/pull/689) +- Download all Attachments of selected Emails + [#361](https://github.com/the-djmaze/snappymail/pull/361) + +### Changed +- Log current shortcuts scope for + [#690](https://github.com/the-djmaze/snappymail/pull/690) +- CSS everything to be box-sizing: border-box; +- Make messageview a bit larger so that it is the same height as the messagelist +- Cleanup and rearrange some fontastic glyphs +- Also show From email address by default + [#683](https://github.com/the-djmaze/snappymail/pull/683) + +### Fixed +- Contact.display() returns [object Object] +- When left panel disabled and drag messages, show it +- Issue with admin domain connection type settings selectbox + [#689](https://github.com/the-djmaze/snappymail/pull/689) +- Mobile View on cellphones: automatic scrolling not working near the visual keyboard + [#686](https://github.com/the-djmaze/snappymail/pull/686) +- Unable to separate runtime from installation + [#685](https://github.com/the-djmaze/snappymail/pull/685) + +### Removed +- Removed inline parameter of checkbox and select components + + +## 2.21.3 – 2022-11-16 + +### Added +- Click on PGP KEY attachment opens "Import key" dialog + +### Changed +- Increase visible reading area for small screens + [#672](https://github.com/the-djmaze/snappymail/pull/672) +- Improved message spam score detailed view +- Improved DAV connection logging + +### Fixed +- Handling attachments MIME type / content-type +- Message responsive resizing width/height of elements + [#678](https://github.com/the-djmaze/snappymail/pull/678) +- Focus on textarea when creating a new plain text email + [#501](https://github.com/the-djmaze/snappymail/pull/501) +- CardDav remove photos of my contacts when synchronizing + [#679](https://github.com/the-djmaze/snappymail/pull/679) + +### Removed +- \MailSo\Mime\Enumerations\MimeType + +### Nextcloud +- Use fontastic in Nextcloud Files selector dialog +- Firefox < 98 dialogs + [#673](https://github.com/the-djmaze/snappymail/pull/673) + +## 2.21.2 – 2022-11-15 + +### Added +- Allow browser Spellchecker + [#574](https://github.com/the-djmaze/snappymail/pull/574) +- Decode MIME charset of .EML attachments + [#662](https://github.com/the-djmaze/snappymail/pull/662) + +### Changed +- Increase message visible text area + [#672](https://github.com/the-djmaze/snappymail/pull/672) +- When copy/paste image use the raw data instead of clipboard HTML + [#654](https://github.com/the-djmaze/snappymail/pull/654) +- When application.ini debug.enable is true, also debug js and css +- JavaScript rl.setWindowTitle() renamed to rl.setTitle() + +### Removed +- Message toggle fullscreen button which was only in mobile view + +### Nextcloud +- Workaround Nextcloud calendar crashes + [#622](https://github.com/the-djmaze/snappymail/pull/622) + [#661](https://github.com/the-djmaze/snappymail/pull/661) +- Added share public/internal file link + [#569](https://github.com/the-djmaze/snappymail/pull/569) + + +## 2.21.1 – 2022-11-13 + +### Fixed +- Crypt crashes when Sodium not installed + [#641](https://github.com/the-djmaze/snappymail/pull/641) + [#657](https://github.com/the-djmaze/snappymail/pull/657) + [#663](https://github.com/the-djmaze/snappymail/pull/663) + [#664](https://github.com/the-djmaze/snappymail/pull/664) + [#668](https://github.com/the-djmaze/snappymail/pull/668) + [#669](https://github.com/the-djmaze/snappymail/pull/669) +- Personalised favicon not working - default Snappymail favicon showing + [#665](https://github.com/the-djmaze/snappymail/pull/665) + +### Nextcloud +- v23 ContentSecurityPolicy versions issue + [#666](https://github.com/the-djmaze/snappymail/pull/666) + + +## 2.21.0 – 2022-11-11 + +### Added +- Put messagelist top bar buttons also in dropdown +- Allow setting additional Sec-Fetch rules, as discussed by + [#585](https://github.com/the-djmaze/snappymail/pull/585) +- Light/Dark favicon.svg + [#643](https://github.com/the-djmaze/snappymail/pull/643) +- Allow an account name/label + [#571](https://github.com/the-djmaze/snappymail/pull/571) + +### Changed +- Moved ServiceRemoteAutoLogin to plugin/extension +- Moved ServiceExternalSso to plugin/extension +- Moved ServiceExternalLogin to plugin/extension +- Renamed ManageSieveClient to SieveClient +- New Net/Imap/Smtp/Sieve Settings object system which allows + setting SSL options per domain and verify_certificate by default +- Update plugins to use new Net/Imap/Smtp/Sieve Settings object +- Removed message double-click to full screen + [#638](https://github.com/the-djmaze/snappymail/pull/638) + +### Fixed +- ldap-identities-plugin by @cm-schl + [#647](https://github.com/the-djmaze/snappymail/pull/647) +- OpenSSL v3 ciphers issue + [#641](https://github.com/the-djmaze/snappymail/pull/641) + +### Nextcloud +- Style PopupsNextcloudFiles view +- Link to internal files in composer + + +## 2.20.6 – 2022-11-08 + +### Fixed +- ?admin login failed + [#642](https://github.com/the-djmaze/snappymail/pull/642) +- Resolve PHP 8.2 Creation of dynamic property is deprecated + + +## 2.20.5 – 2022-11-08 + +### Nextcloud +- Improved workaround for Nextcloud Content-Security-Policy bug + Safari [#631](https://github.com/the-djmaze/snappymail/issues/631) + Edge [#633](https://github.com/the-djmaze/snappymail/issues/633) + Reported [#35013](https://github.com/nextcloud/server/issues/35013) + + +## 2.20.4 – 2022-11-07 + +### Fixed +- Nextcloud no-embed use iframe mode failed + +### Nextcloud +- Workaround Nextcloud Content-Security-Policy bug + Safari [#631](https://github.com/the-djmaze/snappymail/issues/631) + Edge [#633](https://github.com/the-djmaze/snappymail/issues/633) + Reported [#35013](https://github.com/nextcloud/server/issues/35013) + + +## 2.20.3 – 2022-11-07 + +### Added +- Throw decrypt errors + [#632](https://github.com/the-djmaze/snappymail/issues/632) + +### Changed +- Better multiple WYSIWYG registration system (not finished) +- Better handling of admin token cookie + +### Fixed +- Cookie “name” has been rejected because it is already expired. + [#636](https://github.com/the-djmaze/snappymail/issues/636) +- Content-Security-Policy 'strict-dynamic' was missing + +### Nextcloud +- Better handling of Content-Security-Policy + [#631](https://github.com/the-djmaze/snappymail/issues/631) + [#633](https://github.com/the-djmaze/snappymail/issues/633) +- Nextcloud 23 Error Call to undefined method useStrictDynamic() + [#634](https://github.com/the-djmaze/snappymail/issues/634) +- Use snappymail icon as favicon-mask.svg instead default nextcloud logo + [#635](https://github.com/the-djmaze/snappymail/issues/635) + + +## 2.20.2 – 2022-11-05 + +### Added +- Add more search operators (i.e. copy lots of Gmail ones) + [#625](https://github.com/the-djmaze/snappymail/issues/625) + +### Changed +- Some CSS borders to var(--border-color) + +### Fixed +- pgpDecrypt() using MailVelope the decrypt message was not green +- Shift + F in search bar resulted in forwarding message + [#624](https://github.com/the-djmaze/snappymail/issues/624) + +### Nextcloud +- auto login mechanism not working anymore + [#627](https://github.com/the-djmaze/snappymail/issues/627) + + +## 2.20.1 – 2022-11-04 + +### Added +- Added CSS --dialog-border-clr and --dialog-border-radius +- Show lock (lock) glyph in messagelist for encrypted messages + +### Fixed +- Decrypt failed when OpenPGP.js not loaded + +### Nextcloud +- Now integrate with Nextcloud by default, but keep iframe option available +- Better theme integration with Nextcloud +- Use Nextcloud 18+ IEventDispatcher +- Solve Nextcloud 25 CSS issues + [#620](https://github.com/the-djmaze/snappymail/issues/620) +- PutinICS does is not working for all calendar events + [#622](https://github.com/the-djmaze/snappymail/issues/622) +- Update readme by @cm-schl + [#617](https://github.com/the-djmaze/snappymail/issues/617) + + +## 2.20.0 – 2022-11-03 + +### Added +- Strip mailchimp tracking + +### Changed +- Use some PHP typed properties +- Move bootstrap @less variables to CSS var() +- Improved theme styling + +### Fixed +- CSS --dropdown-menu-background-color should be --dropdown-menu-bg-color + +### Nextcloud +- Disable Nextcloud Impersonate check due to login/logout complications + [#561](https://github.com/the-djmaze/snappymail/issues/561) +- Improved theme integration and be compatible with Breeze Dark + + +## 2.19.7 – 2022-11-02 + +### Added +- Make it clear that you are on the admin panel login screen +- Force PHP opcache_invalidate due to upgrade error reports "Missing version directory" + +### Fixed +- Switching user (impersonate plugin) keeps old Email logged in + [#561](https://github.com/the-djmaze/snappymail/issues/561) +- PGP Decryption / Encryption Failures + [#600](https://github.com/the-djmaze/snappymail/issues/600) +- Undefined constant "OCA\SnappyMail\Util\RAINLOOP_APP_LIBRARIES_PATH + [#601](https://github.com/the-djmaze/snappymail/issues/601) +- Cannot access admin panel + [#602](https://github.com/the-djmaze/snappymail/issues/602) +- Wont show my emails + [#604](https://github.com/the-djmaze/snappymail/issues/604) +- Return type of MailSo\Base\StreamFilters\LineEndings::filter + [#610](https://github.com/the-djmaze/snappymail/issues/610) +- Create .pgp directory was missing + +### Security +- Logger leaked some passwords + +## 2.19.6 – 2022-10-31 + +### Added +- Put sign and encrypt options in composer dropdown menu and simplify te two existing buttons with a glyph +- Filter scripts UI let user understand which filter is active + [#590](https://github.com/the-djmaze/snappymail/issues/590) + +### Fixed +- Method 'GetRequest' not found in \MailSo\Base\Http + [#585](https://github.com/the-djmaze/snappymail/issues/585) + +### Changed +- Base Domain setup enhancements +- Cleanup MailSo MailClient using __call() +- Domain settings handling and store as JSON instead of ini +- Some JavaScript changes +- When try to login IMAP/SMTP/SIEVE but STARTTLS is required, force STARTTLS +- Embed admin panel into Nextcloud (with autologin, no need for separate login) +- Don't set default_domain in Nextcloud when already set + +### Removed +- Nextcloud dark mode, it is incomplete + +### Deprecated +- nothing +## 2.21.0 – 2022-11-11 + +### Added +- Put messagelist top bar buttons also in dropdown +- Allow setting additional Sec-Fetch rules, as discussed by #585 +- Light/Dark favicon.svg #643 +- Allow an account name/label #571 + +### Changed +- Moved ServiceRemoteAutoLogin to plugin/extension +- Moved ServiceExternalSso to plugin/extension +- Moved ServiceExternalLogin to plugin/extension +- Renamed ManageSieveClient to SieveClient +- New Net/Imap/Smtp/Sieve Settings object system which allows + setting SSL options per domain and verify_certificate by default +- Update plugins to use new Net/Imap/Smtp/Sieve Settings object +- Removed message double-click to full screen #638 + +### Fixed +- ldap-identities-plugin by @cm-schl + [#647](https://github.com/the-djmaze/snappymail/pull/647) +- OpenSSL v3 ciphers issue #641 + +### Nextcloud +- Style PopupsNextcloudFiles view +- Link to internal files in composer + + ## 2.20.6 – 2022-11-08 ### Fixed diff --git a/README.md b/README.md index 882a3c4fd..f9bc9a61e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Copyright (c) 2013 - 2022 RainLoop This fork of RainLoop has the following changes: -* Privacy/GDPR friendly (no: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud, X-Mailer) +* Privacy/GDPR friendly (no: Social, Gravatar, Facebook, Google, Twitter, DropBox, X-Mailer) * Admin uses password_hash/password_verify * Auth failed attempts written to syslog * Added Fail2ban instructions @@ -57,10 +57,11 @@ This fork of RainLoop has the following changes: * Removed background video support * Removed Sentry (Application Monitoring and Error Tracking Software) * Removed Spyc yaml +* Removed OwnCloud * Replaced gulp-uglify with gulp-terser * CRLF => LF line endings * Embed boot.js and boot.css into index.html -* Ongoing removal of old JavaScript code (things are native these days) +* Removal of old JavaScript code (things are native these days) * Added modified [Squire](https://github.com/neilj/Squire) HTML editor as replacement for CKEditor * Updated [Sabre/VObject](https://github.com/sabre-io/vobject) * Split Admin specific JavaScript code from User code @@ -105,7 +106,6 @@ Supported are: The result is faster and smaller download code (good for mobile networks). * Added dev/prototype.js for some additional features -* boot.js without webpack overhead * Modified Jua.js to be without jQuery * Replaced Autolinker with simple https/email detection * Replaced momentToNode with proper HTML5 `