I was now able to verify that that this work.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 30 2022
Dec 29 2022
Dec 28 2022
Dec 19 2022
Dec 2 2022
Hide the table entry and legend
Nov 21 2022
Nov 18 2022
Nov 17 2022
Nov 16 2022
Nov 15 2022
String based uuid, fixed test
Nov 14 2022
Nov 10 2022
Nov 9 2022
deduplicate sql queries, router reload
Nov 7 2022
Cleanup of a bunch of accidentally added changes
Addressed the comments
Nov 4 2022
Cleaned up .env files & follow symbolic links in configure.sh
Oct 31 2022
Stripping all the secrets will require some additional setup-procedure to generate them, so I'm not going to do that in this patch. The situation has not actually gotten worse because I just concatenated src/env.example and ansible/env.local into ansible/env.
Oct 26 2022
Oct 24 2022
In D3902#47162, @mollekopf wrote:In D3902#47042, @machniak wrote:Specifically the problem might be with src/database/migrations/2022_05_13_090000_permissions_and_room_subscriptions.php. It probably should check if the SKUs already exist and not try to add them again if so. There's another problem with this migration file. It is not self-contained, i.e. it does not remove 'meet' SKU in up(), but does add it in down().
In D3902#47042, @machniak wrote:This migration thing is a mess and will be problematic in the future. I however have no better idea. We'll have to be very careful in the future. And this makes managing Kolab4 installation (and updates), if you are not Apheleia IT, very difficult.
Oct 21 2022
fwiw, the same could be done for the admin/reseller domain if we wanted to.
This should resolve the following modification:
Backwards compatibility
Adjusted tests to pass again
Oct 19 2022
Call IMAP::verifyAccount from the create job
Addressed 2 out of 3 comments
Deployment configs as a filesystem overlay
Optional IMAP backend, pass tests with imap backend disabled, fixed IMAP::verifyAccount.
Oct 12 2022
I suppose Handler::created could be used to spawn a job, not sure if it is a good solution or not.
The abuse check now lives externally. As a generic mechanism vanmeeuwen suggested that we may be able to install an app/Handler/Abuse.php just like we do for app/Handler/Mailbox.php, and that this might provide a suitable generic hook to run an abuse-check background job.
Oct 10 2022
Cleanup
Removed production seeder
Fixed production seeder
Oct 7 2022
Sep 29 2022
Dropped the need for an email address, fixed spacing
Required with the new docker-networking setup.
Addressed comments, added redis check.
Sep 28 2022
Sep 26 2022
Sep 21 2022
Sep 20 2022
Adjusted tests to expect the exception. All tests are passing.
Adjusted tests
yes, for activesync.
I don't think there's anything retrying if we're manually executing the job, so I stand by my proposal.
Sep 19 2022
Sep 14 2022
FWIW, current pykolab master now runs with under python3 on centos8 at least. I'm sure there are still some rough corners, but most part should be working.