Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-09Store uploads metadata in a separate sql database table instead of a session ↵Aleksander Machniak
(#8415)
2022-08-06Fix various PHP 8.2 warningsAleksander Machniak
2022-06-25Update changelog and testsAleksander Machniak
2022-06-25Fix so rcmail::contact_exists() works with IDNA addresses (#8545)Player701
2021-12-11Don't use TLS by default (#8359)Aleksander Machniak
Also unify the common code with a new rcube_utils::parse_host_uri() method
2021-12-07Unified and simplified services connection options (#8310)Aleksander Machniak
2021-11-13Fix compatibility with Referrer-Policy: "strict-origin" (#8170)Aleksander Machniak
2021-11-06Fix PHP8 warnings (#8286)Aleksander Machniak
2021-10-24Don't write stats info to console.log when in CLIAleksander Machniak
If the file was created by the web server user, user executing the CLI command might have no permissions. This leads to an error, and e.g. when installing a plugin/skin via composer is converted to an ugly exception. We want to prevent that. Anyway, these stats are most useful for the webmail use not for CLI commands.
2021-10-09Purge also subfolders of Trash (and/or messages in them) on logout (#1037)Aleksander Machniak
2021-09-26get_input_value() -> get_input_string()Aleksander Machniak
2021-09-21Use ?? operator where applicableAleksander Machniak
2021-08-29Add option to purge deleted mails older than 30, 60 or 90 days (#5493)Aleksander Machniak
2021-08-28Support responses (snippets) in HTML format (#5315)Aleksander Machniak
2021-08-27Fix various PHP 8.1 warningsAleksander Machniak
2021-08-04Update changelog, code cleanupAleksander Machniak
2021-08-04Add option to control links handling behavior on html to text conversion (#6485)Nico Antkowiak
Co-authored-by: NAN <antkowiak@dionera.com>
2021-08-01Dropped support for strftime-like format (with % sign) in date and time ↵Aleksander Machniak
format configuration
2021-04-18Spelling (#8001)Josh Soref
2021-03-26Fix PHP8 fatal error when allowing images in an email (#7968)Aleksander Machniak
2021-02-07new_user_identity: Fix missing password for user-specific LDAP operations ↵Aleksander Machniak
(#7667)
2021-01-23Improve detection of external urls for redirect (#7823)johndoh
2021-01-18Fix regression in handling save-pref actionAleksander Machniak
2021-01-10Initialise output also in cli modeAleksander Machniak
2020-12-19Fix "unitialized string offset" warningsAleksander Machniak
2020-12-19PHP8 fixes, do not require specific error_reporting setting anymoreAleksander Machniak
2020-11-27Remove redundant func_get_arg() callAleksander Machniak
2020-11-22PHP8 fixes, CS fixes, short array syntax, added more testsAleksander Machniak
2020-11-02Add tests for contacts export action, fix PHP8 issuesAleksander Machniak
2020-11-02PHP8 compat. fixes, added some testsAleksander Machniak
2020-11-01Steps -> Actions refactoring (#7688)Aleksander Machniak
* 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-10-11PHP8: More warnings fixedAleksander Machniak
2020-10-11Fix regressionAleksander Machniak
2020-10-11PHP8: Fix various issuesAleksander Machniak
for now only these I found by running our unit tests, there will be much more
2020-10-04Change "Allow remote resources" to include "from my contacts" and "from ↵Aleksander Machniak
trusted senders" (#7614)
2020-09-20Automatically collected recipients and trusted senders (#6904)Aleksander Machniak
Added configurable Collected Recipients addressbook source (#4971) Added configurable Trusted Senders addressbook source (#5046) Added 'contact_exists' hook
2020-08-10Merge pull request #7425 from thomascube/pr-xoauth2Thomas B
Add OAuth/XOauth support
2020-07-11TinyMCE 5 (#7403)Aleksander Machniak
2020-07-11Elastic: Minimize forms/colors blink on page loadAleksander Machniak
2020-07-03Added special value 'email' to login_username_filter, it changes also logon ↵Aleksander Machniak
input type (#7179)
2020-07-02Re-init plugins when changing to task (#7459)Varun Patil
When roundcube initializes on a different task, plugins for just the new task do not get initialized, and hence do not get executed when the exec_hook call is made One example is if check_auth fails, the login page will render, but the plugins with 'login' task will not be fired
2020-06-16Basic support for OAuth2 user login and IMAP/SMTP authenticationThomas Bruederli
- Add "Login with XXX" button to login screen if oauth is configured - Perform OAuth login procedure and get an access token - Implement XOAUTH2 authentication type for IAMP and SMTP Requires a patched and not yet released version of Net_SMTP.
2020-05-03CS fixes, mostly around undefined variablesAleksander Machniak
2020-05-02Grammar correction (#7346)Sander Nilsen
2020-03-08Fix so button label in Select image/media dialogs is "Close" not "Cancel" ↵Aleksander Machniak
(#7246)
2020-01-05Improve namespace roots presentation (#5012) (#6789)Aleksander Machniak
- Display a special icon for other users and shared namespace roots (Elastic) - Change folders sorting so shared/other users namespaces are listed last Fixes #5012.
2019-12-29Rewrite Selenium tests with use of laravel/duskAleksander Machniak
2019-12-07Fix so displayed maximum attachment size depends also on 'max_message_size' ↵Aleksander Machniak
(#7105)
2019-09-08Reset internal $skins property is set_skin()Aleksander Machniak
2019-08-30Fix including assets that exist only in minified versionAleksander Machniak