Aleksander Machniak
a47cdb4b80
dovecot_passwdfile: Simplify and add file locking
2021-01-16 16:14:20 +01:00
Aleksander Machniak
ca523bd7fa
Remove hostnet.de specific code
2021-01-16 15:42:58 +01:00
Jimmy Koerting
2409b568b3
changed line in description
2021-01-16 15:22:19 +01:00
Jimmy Koerting
b0560bffd1
renamed hostnet.php into dovecot_passwdfile.php
...
renamed the driver, removed hostnet specific config option and changed the code to be easily adopted for vanilla dovecot 2 passwd-file environments.
2021-01-16 15:22:19 +01:00
Jimmy Koerting
20b24cb500
Create hostnet.php
...
New driver file to support hostNET Managed-Root Servers.
2021-01-16 15:22:19 +01:00
Aleksander Machniak
2aa16309cd
Rewrite httpapi driver with use of Guzzle, CS fixes
2021-01-16 10:32:02 +01:00
Aleksander Machniak
a49b47b864
Merge branch 'password-httpapi-plugin' of https://github.com/davidc/roundcubemail into davidc-password-httpapi-plugin
2021-01-16 10:11:21 +01:00
Aleksander Machniak
c8ed7c7388
Document miab driver, rename some config options
2021-01-16 09:57:54 +01:00
Aleksander Machniak
446ed1c35a
Move require_once to when it is really needed, fixes tests regression
2021-01-16 09:51:40 +01:00
Aleksander Machniak
5356700325
Merge branch 'tinycp-driver' of https://github.com/rimendoz86/roundcubemail into rimendoz86-tinycp-driver
2021-01-16 09:44:39 +01:00
Aleksander Machniak
ded37ff97c
Introduce password_http_client config option
2021-01-16 09:06:28 +01:00
Aleksander Machniak
2076b2cd5c
CS fixes
2021-01-16 08:56:13 +01:00
Alexey Shtokalo
255105fa6c
Switch driver from cURL to Guzzle
2021-01-11 13:30:22 +03:00
Alexey Shtokalo
925b11dbbe
Added password driver for Mail-in-a-Box
2021-01-10 23:53:21 +03:00
Aleksander Machniak
996ae95f38
Fix regression in including minicolors and tagedit styles
2021-01-03 18:41:55 +01:00
Aleksander Machniak
9fac4c47e8
Fix tests regression
2021-01-03 09:30:49 +01:00
Aleksander Machniak
9b01776ef0
Password: Removed old 'cpanel' driver, 'cpanel_webmail' driver renamed to 'cpanel' ( #7780 )
2021-01-02 19:18:20 +01:00
johndoh
dec10e51da
Support providing skins for plugins inside the main skin folder ( #7445 )
2020-12-21 09:45:34 +01:00
Aleksander Machniak
d88cadf1f2
Fix a few E_NOTICE issues
2020-12-20 10:36:41 +01:00
Aleksander Machniak
8b83d29f24
PHP8 fixes, do not require specific error_reporting setting anymore
2020-12-19 10:01:10 +01:00
Aleksander Machniak
db789bbb61
PHP8 fixes
2020-12-19 09:06:46 +01:00
Aleksander Machniak
3bbb01fe13
PHP8 fixes, regression fixes
2020-12-13 12:14:15 +01:00
Aleksander Machniak
12547ccf01
Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
...
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
2020-12-13 10:21:52 +01:00
johndoh
6b650080c5
Update deps ( #7739 )
2020-12-12 14:48:51 +01:00
Aleksander Machniak
8eb382b4ca
PHP8 fixes
2020-12-11 20:29:41 +01:00
Aleksander Machniak
ed146b68db
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-10 20:27:32 +01:00
Aleksander Machniak
14a94cf0d7
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-09 21:11:46 +01:00
Aleksander Machniak
7c53300990
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-08 21:56:41 +01:00
Aleksander Machniak
f979b0ce1d
Fix test compat. with phpunit <= 6.5
2020-12-06 21:01:08 +01:00
Aleksander Machniak
2dc9e12392
Fix test
2020-12-06 12:14:30 +01:00
Aleksander Machniak
e3416c9fc0
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-06 11:43:56 +01:00
fluteze
f6a0779c7e
Password: Log error on unsupported hash method ( #7735 )
2020-11-23 08:52:38 +01:00
Aleksander Machniak
545a1569f1
Steps -> Actions refactoring ( #7688 )
...
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
2020-11-01 11:25:38 +01:00
Aleksander Machniak
f95212d626
PHP8: More warnings fixed
2020-10-11 15:24:30 +02:00
Aleksander Machniak
bde383d051
PHP8: Fix various issues
...
for now only these I found by running our unit tests, there will be much more
2020-10-11 10:32:41 +02:00
Aleksander Machniak
efc61f27c0
Add Preferences > Encryption > Mailvelope options ( #7157 )
2020-10-03 16:17:42 +02:00
Aleksander Machniak
9713ce364c
Automatically collected recipients and trusted senders ( #6904 )
...
Added configurable Collected Recipients addressbook source (#4971 )
Added configurable Trusted Senders addressbook source (#5046 )
Added 'contact_exists' hook
2020-09-20 10:00:08 +02:00
Aleksander Machniak
86849a0ee4
Fix PHP Fatal error: Cannot access protected property rcube_imap_generic::$user ( #7589 )
2020-09-05 16:30:32 +02:00
Aleksander Machniak
eb7636d491
Fixes in context of undefined variables, and code style
2020-08-16 10:29:42 +02:00
Aleksander Machniak
8bda4ecbcf
Fix an obvious code bugs
2020-08-15 12:44:07 +02:00
Aleksander Machniak
7b221a4640
Managesieve: Allow angle brackets in out-of-office message body also in the Filters UI ( #7518 )
2020-08-07 09:47:46 +02:00
Aleksander Machniak
7c7de4eb0f
Merge branch 'patch-1' of https://github.com/maxtruxa/roundcubemail into maxtruxa-patch-1
2020-08-07 09:22:44 +02:00
Evili del Rio
38ffc55bc8
Correct documentation of password_login_exceptions parameter ( #7523 )
...
Signed-off-by: Evili del Rio <evili.del.rio@gmail.com >
2020-07-30 15:00:39 +02:00
Max Truxa
9571550692
managesieve: Keep angle brackets in reason
...
Angle brackets (and other characters considered special by HTML) should be allowed in the message body.
2020-07-29 16:19:02 +02:00
Ricardo Mendoza
3832ee0584
removed response usage, and echo
2020-07-26 22:52:51 -07:00
Aleksander Machniak
b0d69503e0
Enigma: Support ECC key generation - when using GnuPG >= 2.1.7 ( #6853 )
2020-07-26 19:26:31 +02:00
Ricardo Mendoza
af47707150
refactor
2020-07-25 21:48:59 -07:00
Ricardo Mendoza
c0171d34c2
refactor
2020-07-25 21:36:53 -07:00
Thomas P
9469796d46
Use rcmail.url instead of hard coded url ( #7476 )
...
With hard coded url we can lose important parameters, rcmail.url seems better in this case
2020-07-25 09:58:34 +02:00
Ricardo Mendoza
fc38ee054f
1.11
2020-07-23 20:51:40 -07:00