Commit graph

919 commits

Author SHA1 Message Date
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
b9899df934
Merge pull request #1983 from the-djmaze/pecl-xxtea
Add support for PECL xxtea
2020-04-07 15:06:37 +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
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
djmaze
2266affa5b Add support for PECL xxtea 2020-03-20 16:14:36 +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
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
RainLoop Team
b303170647
Merge pull request #1894 from Rockuo/patch-1
fi_FI LABEL_THEMES_NAME propose
2020-03-16 00:12:27 +03:00
RainLoop Team
4264a32e2e
Merge pull request #1911 from Shurichan/patch-1
Mispelling in fi_FI translation
2020-03-16 00:11:20 +03:00
RainLoop Team
2b6ca3d5b0
Merge pull request #1943 from Startup-Stack/secure-admin-password
Switch admin password hashing to secure algorithms when available
2020-03-16 00:05:17 +03:00
RainLoop Team
d94cf4e6b0
Merge pull request #1918 from brigriffin/fix-imap-sort
Use DATE instead of ARRIVAL for sorting messages (Fixes #1817)
2020-03-16 00:00:38 +03:00
RainLoop Team
e744100919 Improve templates 2020-03-15 23:38:46 +03: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
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
32ceafa37f Add Gmail XAUTH support 2019-12-31 20:44:41 +03:00
Peter Linss
e9892ceec3
adjust braces style to match surrounding code 2019-11-19 16:51:12 -08:00
Peter Linss
b77dcb5c12
Switch admin password hashing to secure algorithms when available 2019-11-19 16:24:21 -08:00
RainLoop Team
ba8bf15b4c Update dependencies 2019-10-17 01:43:04 +03:00
Marc
00c58b37d2 Use DATE instead of ARRIVAL for sorting messages (Fixes #1817) 2019-09-20 11:29:04 +02:00
Shurichan
c4698134ae
Mispelling in fi_FI translation
"Empty list" description in empty folders is translated to a verb (empty, tyhjennä) instead of a adjective (empty, tyhjä).
https://fi.glosbe.com/fi/en/tyhjent%C3%A4%C3%A4 (empty, verb)
https://fi.glosbe.com/fi/en/tyhj%C3%A4 (empty, adjective)
2019-09-05 13:37:28 +03:00
Richard Bureš
f38a17c986
fi_FI LABEL_THEMES_NAME propose
```fi_FI.SETTINGS_LABELS.LABEL_THEMES_NAME ``` suppose to be "Teemat",  not emat.
2019-08-05 08:40:32 +02: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
RainLoop Team
450528ff00 Add prettier 2019-07-04 22:09:27 +03:00
RainLoop Team
08da3030b0
Merge pull request #1878 from anton-piliugin/patch-1
Fix hide_x_mailer_header config option behaviour
2019-07-02 00:24:30 +03:00
RainLoop Team
8eb4588917 Improved app security 2019-07-02 00:20:49 +03:00
RainLoop Team
a1562e7145 Update dependencies and configurations 2019-06-29 03:17:29 +03:00
RainLoop Team
dbbc83e4c8 Synchronize localizations from Transifex 2019-06-28 22:44:24 +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
88439e6e07 Add sentry support 2019-04-18 00:07:22 +03:00
RainLoop Team
e449261277 autocomplete attributes 2019-03-30 01:45:12 +03:00
RainLoop Team
18242368be Small fixes 2019-03-29 23:42:49 +03:00
RainLoop Team
628f8077a3
Merge branch 'master' into master 2019-03-28 01:55:15 +03:00
RainLoop Team
71ac99f517 Update phpseclib 2019-03-28 01:51:23 +03:00
RainLoop Team
8d7136d708 Synchronize localizations from Transifex 2019-03-28 01:06:55 +03:00
RainLoop Team
41c164add7 Synchronize localizations from Transifex 2019-02-01 19:00:31 +03:00
RainLoop Team
87bfa64af0 Synchronize localizations from Transifex 2018-09-18 23:40:45 +03:00
RainLoop Team
cc3b742221 Synchronize localizations from Transifex 2018-07-10 00:11:13 +03:00
RainLoop Team
f5b92b8b65 Remove GuzzleHttp namespace 2018-05-16 17:37:12 +03:00
Techwolf
142272b522 Remove unused GuzzleHttp library. 2018-05-16 01:21:43 -07:00
RainLoop Team
841c4d59e3 Update devDependencies and translations 2018-05-01 19:34:13 +03:00
RainLoop Team
35ef89c2a6 Optimize building process 2018-03-30 00:43:46 +03:00
RainLoop Team
9dc3c97c79 Update translations 2018-03-06 22:26:43 +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
RainLoop Team
10c92a862c
Merge pull request #1588 from stenrose/master
Create index for id_contact and prop_type on rainloop_ab_properties
2018-02-21 02:12:30 +03:00
RainLoop Team
59c19762cb
Merge pull request #1565 from csmk/fix_mime-case
Fix the case for 'Mime-Version'
2018-02-21 02:03:20 +03:00
Raphael Basso
353029898c Added MailEnable 'Junk E-mail' and 'Deleted Items' folders support. 2018-02-08 10:29:38 -02:00
Martin Stenröse
8068ce4ec2 Create index for id_contact and prop_type on rainloop_ab_properties 2017-12-05 08:40:43 +01:00
RainLoop
20b373480d Add additional information to the smtp error message. (#1420) 2017-11-11 21:38:41 +03:00
Ian Moone
e1b67a4815
Fix 'Mime-Version' case
As per RFC 2045, the correct way is "MIME-Version". At least one
email filter (Rspamd) is known to penalize the wrong case.
2017-11-10 14:40:09 +09:00
RainLoop
e0ba6aba9f Add login.login_lowercase setting (#814) 2017-10-11 22:18:41 +03:00
RainLoop
90a3d2b62a Fix incorrect mailto format #1521 2017-10-06 21:52:00 +03:00
RainLoop
71718db8f0 Small fixes 2017-10-01 20:54:50 +03:00
RainLoop
ed5685314e Fix unexpected desktop mode on mobile devices + small fixes (#1514) 2017-09-25 00:08:44 +03:00
RainLoop
677a5f2e35 Add labs.use_mobile_version_for_tablets setting in applicxation.ini (#1507) 2017-09-22 19:41:40 +03:00
RainLoop
c0d2f5f86e Merge branch 'update-htaccess' 2017-09-22 19:23:43 +03:00
Max
2cfb85b992 fix gravatar 2017-09-22 16:46:52 +02:00
RainLoop
230624b60c Save showAttachmnetControls status to local storage (#1502) 2017-09-21 23:28:14 +03:00
RainLoop
11a04bbfb5 Update default htaccess file 2017-09-21 22:55:07 +03:00
RainLoop
650b655539 Update MobileDetect (#1507) 2017-09-21 22:25:59 +03: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
RainLoop
4a19059217 UTF8-Subjects not working (close #1479) 2017-09-20 22:47:08 +03:00
RainLoop
c7aa07506e Change text: Save to ownCloud (close #1503) 2017-09-20 20:28:53 +03:00
RainLoop
350e065575 Fix package.json 2017-09-15 20:31:36 +03:00
RainLoop Team
6daeb28279 Merge origin/master 2017-09-15 19:51:58 +03:00
RainLoop Team
5e340b9db9 Merge pull request #1475 from Oxymoron290/master
Misspellings in error messages
2017-08-18 21:48:35 +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