Aleksander Machniak
dbbde7584e
Add missing @param
6 months ago
Pablo Zmdl
d877302e50
Fix displaying message/rfc822 parts ( #9753 )
* Fix displaying message/rfc822 parts
The previous code contained a simple error that assigned the body part
to the $headers variable (which then couldn't be parsed and got
discarded).
* Test rendering of attached message/rfc822 parts
6 months ago
Aleksander Machniak
a677d26a27
Properly attach fetched headers into message parts
6 months ago
Aleksander Machniak
6e216b588a
Reset $cmd_num when connection is closed
We want command ID counter to start over when a new connection is being made
7 months ago
Christoph Wurst
3e0fb29c14
Merge pull request #9730 from roundcube/code-of-conduct-and-social-work-guidelines
A Code of Conduct and social work guidelines
7 months ago
Pablo Zmdl
5844fb612d
Merge pull request #9027 from johndoh/list-loading
7 months ago
Pablo Zmdl
c8e4a029aa
Merge branch 'master' into list-loading
7 months ago
Pablo Zmdl
8be22c8334
Changelog entry for clearing "list is empty" message
7 months ago
PhilW
e4d952f814
wait for list to load in Browser\Contacts\ExportTest::testExportSelected test
8 months ago
PhilW
f99fd1bda5
only show 'this list is empty' message after listing/searching action complete
8 months ago
Aleksander Machniak
53b1e7bf99
Fix decodeContent() call with the by-reference argument
7 months ago
Aleksander Machniak
4bde475ea1
Fix handling of binary mail parts (e.g. PDF) encoded with quoted-printable ( #9728 )
7 months ago
Pablo Zmdl
46d25161dc
Test message rendering ( #9460 )
7 months ago
Aleksander Machniak
4896fb091d
Fix link style inside .tagedit-list element
7 months ago
Pablo Zmdl
62a7295c9d
Merge pull request #9726 from roundcube/remove-auto-reminder-bot
8 months ago
Aleksander Machniak
a49d9ef803
Reset internal cache in appropriate places to be on a safe side
8 months ago
Aleksander Machniak
ca51b317b9
Add annotate_message() to the storage interface
8 months ago
Aleksander Machniak
120c640c3a
IMAP: Partial support for ANNOTATE-EXPERIMENT-1 extension (RFC 5257)
8 months ago
Pablo Zmdl
983370ec89
Remove auto-reminder bot
It's more annoying that helpful currently.
8 months ago
Pablo Zmdl
1e17b37256
Social work guidelines for Roundcube
8 months ago
Pablo Zmdl
6e772b9565
A Code of Conduct
This Code of Conduct is closely adapted from Nextcloud's Code of
Conduct, only changed to address the Roundcube community explicitly.
8 months ago
Aleksander Machniak
94a6144a87
CS fix
8 months ago
Aleksander Machniak
c516f6e26f
Fix Oauth issues with use_secure_urls=true ( #9722 )
8 months ago
Pablo Zmdl
22721d155d
Merge pull request #9655 from bennet0496/master
8 months ago
Pablo Zmdl
0c575649c2
Merge pull request #9605 from johndoh/vcard_import
8 months ago
Pablo Zmdl
3577d52cbb
Merge pull request #6138 from noobish/php-log
8 months ago
Pablo Zmdl
3a6e25a5b3
Merge pull request #9714 from roundcube/reminder-bots-only-our-repo
8 months ago
Pablo Zmdl
d8c7c6b6d0
Bot: use permissions, not a token
8 months ago
Pablo Zmdl
27a366bb0e
Limit reminder-bots to our repo
8 months ago
Ian Freeman
ed21055f9c
Add PR to changelog.
[skip ci]
8 months ago
Aleksander Machniak
c86f4f246d
Update changelog
[skip ci]
8 months ago
Vitaly Lavrov
613ccd7e05
BUG: get_variable for postgres never returns a value ( #9710 )
Because of this, the insert_or_update() method never uses the "INSERT INTO ... ON CONFLICT DO UPDATE SET ..." command, and the logs constantly show errors adding records to the message cache due to "duplicate key".
8 months ago
Aleksander Machniak
66c1363fe8
Fix BC break intruduced in the last commit
8 months ago
Aleksander Machniak
785e9bc1ba
Fix PHP warning in compressMessageSet() and clarify result on an empty input
8 months ago
Bennet Becker
d51b052f7e
Update changelog for PR#9655
9 months ago
Bennet Becker
353de7c9a9
Managesieve: Parse all time and timezone formatters in sieve_formattime() that PHP understands
9 months ago
PhilW
8468d297ee
add changelog entry
8 months ago
PhilW
b5047f71a5
remove pointless variable
10 months ago
PhilW
85bcfe644a
small improvement to invalid vcard logging
11 months ago
PhilW
178c4c13e1
add invalid and error details to vcard import report
11 months ago
Pablo Zmdl
c05d44c721
Merge pull request #9709 from roundcube/reminders-bot
8 months ago
Pablo Zmdl
545cf4c5fc
Setup a bot that notifies on manually set reminders
8 months ago
Pablo Zmdl
5a189c4d9a
Setup a bot that comments on PR that is stale for 2 weeks
8 months ago
Pablo Zmdl
ef76e6f37b
Merge pull request #9688 from bennet0496/sieve_fix_timeformat
ManageSieve: Fix timeformat processing for frontend the time picker
8 months ago
Michael Voříšek
efcdce84ba
Keep phpstan strict rules testing ( #9424 )
* Revert "Get rid of phpstan/phpstan-strict-rules"
This reverts commit ff59ade31a
.
* drop phpstan baseline
* fix foreach phpstan issue
* adjust for rebase
* fix method call case
* ignore one phpstan error even after isset
8 months ago
Paul J. Dorn
3b6eebc4e4
Fix preg_match()'s $flags type ( #9686 )
PHP: Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in program/lib/Roundcube/rcube_result_thread.php
8 months ago
Jan
b7ee8199bd
Added German translation for "Keep Formatting" ( #9701 )
8 months ago
Aleksander Machniak
00ef061ef8
Fix PHP fatal error when parsing some malformed BODYSTRUCTURE responses ( #9689 )
8 months ago
Pablo Zmdl
2491c1643f
Use the `make`-target to build CSS
Less repetition, easier readable
9 months ago
Ian Freeman
699571cbc6
Modify INSTALL docs for logging.
8 years ago