Aleksander Machniak
08248d99f8
Improve installer to fix confusion about disabling SMTP authentication ( #9801 )
5 months ago
Aleksander Machniak
478ca05753
Fix merge conflict
6 months ago
Philip Weir
cd42de335a
Update links in comments and config to https where available ( #9759 )
6 months ago
Aleksander Machniak
83f56f1758
OAuth: Support standard authentication with short-living password received with OIDC token ( #9530 )
11 months ago
Aleksander Machniak
063b41f3d0
Rename default_host to imap_host in a comment
1 year ago
Aleksander Machniak
6d7557799a
Fix regression where `smtp_user` did not allow pre/post strings before/after `%u` placeholder ( #9162 )
2 years ago
Aleksander Machniak
f7635575f6
Fix regression that broke use_secure_urls feature ( #9052 )
2 years ago
Aleksander Machniak
a8124c6e76
Fix PHP error when imap_conn_options.proxy_protocol is not an array
2 years ago
Aleksander Machniak
c44c6981b3
Fix bug where LDAP (fulltext) search didn't work without 'search_fields' in config ( #8874 )
also fix some PHP warnings
2 years ago
Aleksander Machniak
72032af8c0
Fix regression in OAuth request URI caused by use of REQUEST_URI instead of SCRIPT_NAME as a default ( #8878 )
3 years ago
Aleksander Machniak
725c20d9da
Fix typo
3 years ago
Aleksander Machniak
5faf46a671
Rename 'request_uri_field' to 'request_path' and allow a path in it ( #8738 , #8770 )
3 years ago
Thomas B
be4c12a55e
Add config option for request uri field ( #8738 ) ( #8770 )
This can be used to read a custom header sent by a reverse proxy to resolve the absolute path to Roundcube
* add check against the proxy_whitelist option before using a HTTP header field value for the request uri composition.
* refactor the rcmail::url() method to also work when composing fully qualified urls.
* fix/adapt tests
3 years ago
Github-Citizen
0e2858da97
Added link to logo image using $config['skin_logo'] ( #8509 )
Added ability to define a link URL for the logo image using $config['skin_logo'].
Works by defining the `logo type` for $config['skin_logo'] as `[link]` for example:
$config['skin_logo'] = ['elastic:*[link]' => 'https://www.example.com '];
$config['skin_logo'] = ['[link]' => 'https://www.example.com '];
Same relative path rules apply as when you define location of logo image file.
Starting with `http://` or `https://` is absolute.
Starting with a slash `/page.html` is relative to the skin directory ie `example.com/skins/elastic/page.html`
Starting without a slash `page.html` is relative to the website root directory ie `example.com/page.html`
3 years ago
Aleksander Machniak
7b81a71393
Don't use TLS by default ( #8359 )
Also unify the common code with a new rcube_utils::parse_host_uri() method
4 years ago
Aleksander Machniak
893216cb29
Unified and simplified services connection options ( #8310 )
4 years ago
Aleksander Machniak
035c325d57
Improve searching by sender/recipient headers, support Reply-To and Followup-To ( #6582 )
4 years ago
Aleksander Machniak
61b334f6b1
Fix bug with show_images setting where option 1 and 3 were swapped ( #8268 )
4 years ago
Aleksander Machniak
7e4bac4367
Fix show_images option description
[skip ci]
4 years ago
Aleksander Machniak
0217dec46a
Update changelog
[skip ci]
4 years ago
Thomas Bruederli
2a055b7e14
Bring back spell.roundcube.net as integrated spelling service but disable by default ( #8182 )
This partially reverts commit 92757f5543
.
4 years ago
Aleksander Machniak
0249656a93
Document response_image_size option
4 years ago
Thomas Bruederli
0c24c96e97
Fix password/token length check on OAuth login ( #8178 )
4 years ago
Thomas Bruederli
92757f5543
Disable the default spellchecker option using spell.roundcube.net ( #8182 )
... since this service is no longer available.
4 years ago
Aleksander Machniak
d7338a4203
Add option to purge deleted mails older than 30, 60 or 90 days ( #5493 )
4 years ago
Aleksander Machniak
67d3b0fe63
Update changelog, code cleanup
4 years ago
Nico Antkowiak
12c7ea581d
Add option to control links handling behavior on html to text conversion ( #6485 )
Co-authored-by: NAN <antkowiak@dionera.com>
4 years ago
Aleksander Machniak
1aa52f89cb
Dropped support for strftime-like format (with % sign) in date and time format configuration
4 years ago
Aleksander Machniak
5d81c15f07
Document blankpage_url option ( #5025 )
4 years ago
Thomas Bruederli
e8185156e8
Google access tokens may be 2048 bytes long
4 years ago
Aleksander Machniak
d6efee1da1
CS fixes, update changelog
4 years ago
Thomas P
0044673e11
Add config options for subject prefixes ( #7929 )
4 years ago
Josh Soref
203f456620
Spelling ( #8001 )
4 years ago
Kwiatek
5e5e91c3b5
Add support for XCLIENT ADDR and LOGIN extension
4 years ago
Aleksander Machniak
ded37ff97c
Introduce password_http_client config option
5 years ago
Aleksander Machniak
837078cd23
Fix mail search error on invalid search_mods definition ( #7789 )
5 years ago
Aleksander Machniak
6b8881271f
By default do not set the User-Agent header ( #7731 )
5 years ago
Aleksander Machniak
e3416c9fc0
PHP8 fixes, CS fixes, short array syntax, tests
5 years ago
ATA
8f81fda450
Support proxy for server-side HTTP requests #7658 ( #7659 )
Co-authored-by: Andrzej Talarek <andrzej.talarek@efinity.com>
5 years ago
Aleksander Machniak
2c0d966680
Added separate "trusted senders" options to mdn_request preference ( #7614 )
5 years ago
Aleksander Machniak
b21d1fe8f2
Change "Allow remote resources" to include "from my contacts" and "from trusted senders" ( #7614 )
5 years ago
Aleksander Machniak
80931e69f0
Clarify auto_create_user option description ( #7633 )
[skip ci]
5 years ago
Aleksander Machniak
ee2a541b99
Contact form mode: private/business ( #7630 )
5 years ago
Aleksander Machniak
1378b04140
Fix typos
5 years ago
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
5 years ago
johndoh
4c8ea71e3a
Fix so setting 'login' in config['skin_logo'] does not change the favicon ( #7456 , #7470 )
* Fix skin_logo config, again
* Elastic: add support for dark mode logos
* Add new additional_logo_types config for skins
5 years ago
Aleksander Machniak
90280ed690
Cleanup
5 years ago
Thomas McWork
49fb2d4adc
Improve temp_dir config parameter description ( #7491 )
5 years ago
Aleksander Machniak
1e1ea25b6c
Added special value 'email' to login_username_filter, it changes also logon input type ( #7179 )
5 years ago
Thomas Bruederli
609e41a05f
Finalize oauth integration:
- remove debug logs
- add button icons for oauth login with Google and Microsoft
5 years ago