- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jul 2 2024
Jul 1 2024
This only implements migrating imap messages but highlights how the current framework doesn't cleanly facilitate not using the job per item strategy.
I think there's a cleaner approach to implementing the two strategies than what I did above, e.g. by moving the processFolder logic entirely to the exporter.
I think we can merge it and take it from there.
Jun 30 2024
Thanks - I've added it to my "must fix list" when upgrading...
Jun 28 2024
- Merge branch 'master' into dev/dav-folders-init
- Small improvements
- Fix case
- Remove unused $response variable
Jun 27 2024
Maybe this would be better as a subtab in the finances tab, but it's a start.
Jun 26 2024
Jun 25 2024
Don't break all existing logic related to cost
Sum up charges and fees first, then limit by wallet balance.
Jun 24 2024
it was a smarty version issue.
bookworm comes with smarty4.
Jun 22 2024
Can you explain "Smarty issue fixed by hand" in detail? What's the issue and how did you fix it?
Jun 21 2024
Addressed comments
Almost there. tests/Browser/WalletTest.php needs an update too.
Test, cleanup
Fixed in master
Jun 20 2024
- Workaround KTOR client bug, add development commands to send push notifications
Jun 19 2024
Maybe something like this:
--- a/cyruslib.py +++ b/cyruslib.py @@ -885,6 +885,7 @@ class CYRUS: annotation = annotation.strip() tokens = tokenize(annotation) folder = tokens[0] + mailbox = ensure_binary(mailbox)
I think everything besides the Docker FROM changes can be merged because it doesn't impact anything existing either way.
Jun 18 2024
Jun 17 2024
See my take in D4794: Fold WalletCharge and WalletCheck into one