- Fix (and test) changing password via My account
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 19 2023
May 18 2023
May 17 2023
May 12 2023
May 11 2023
May 10 2023
May 9 2023
Nice work with the encoder changes. Instead of these base64 blobs in tests it probably would be better to use the decoder and assert DOMDocument content.
May 5 2023
May 4 2023
May 3 2023
May 1 2023
Apr 28 2023
I really tested the drivers only with Cyrus/Kolab DAV servers, so it might indeed not work with others, but I don't fully understand where's the problem. Could you provide the full dav.log (with dav_debug=true in config) from the unmodified code?
The standards do not define max length, but I think we can set it to 128.
Apr 27 2023
I learned recently that something like ldapi:/// exists (https://github.com/roundcube/roundcubemail/issues/8990). I suppose this will break it.
Apr 26 2023
Apr 24 2023
Apr 21 2023
Apr 19 2023
It might be caused by outdated Net_SMTP package in the system (or in Roundcube's /vendor folder). At least version 1.10.0 is required.
Apr 18 2023
We should be fine without cache. I think it was invented for slower PHP5.
Apr 17 2023
Apr 14 2023
Apr 13 2023
- Add sanity check after refresh
- Fix the race-condition in wallet:charge instead
Apr 12 2023
Apr 11 2023
Apr 10 2023
Apr 7 2023
- Merge branch 'master' into dev/resync-button
- Use self::trans()
Apr 6 2023
Apr 4 2023
Apr 3 2023
- Merge branch 'master' into dev/spam-settings
- Tests
Mar 31 2023
Mar 30 2023
- Add some assertions
- Make domain NEW (and only NEW) on restore
Mar 29 2023
We already have a way to set config options:
$browser->execScript(sprintf('Object.assign(window.config, %s)', \json_encode($config)));For payment providers we have an additional mechanism that passes the setting to the backend via headers. See https://git.kolab.org/source/kolab/browse/master/src/resources/js/app.js$371 I suppose we could make it a bit more universal mechanism. See also App\Http\Middleware\DevelConfig.
Mar 28 2023
I fixed SignupTest in master, WalletTest works for me. Mollie payment tests fail because of https://github.com/mollie/mollie-api-php/issues/649 and I'm not sure what to do about it.