The slow_log becomes kinda redundant, but it's a "warning" level, so we can keep that.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Jun 18 2025
Jun 18 2025
machniak requested review of D5388: Performance: Support minimum response in api/auth/login request.
Jun 17 2025
Jun 17 2025
Jun 16 2025
Jun 16 2025
machniak updated the diff for D5376: Include shared folders and resources when looking for a mail recipient.
- Simplify
machniak requested review of D5376: Include shared folders and resources when looking for a mail recipient.
Jun 14 2025
Jun 14 2025
machniak updated the diff for D5373: External sender warning: Configurable list of additional internal domains.
- Use walletOwner() where appropriate
Jun 13 2025
Jun 13 2025
machniak requested review of D5373: External sender warning: Configurable list of additional internal domains.
Jun 12 2025
Jun 12 2025
Ok, maybe it's indeed less problematic this way.
Jun 11 2025
Jun 11 2025
Jun 10 2025
Jun 10 2025
machniak requested changes to D5343: Turn the DAV healthcheck into something that actually detects a dav server.
This probably breaks tests/Feature/Console/Status/HealthTest.php
Jun 9 2025
Jun 9 2025
Fixed.
I was unable to reproduce the issue on Kolab's Cyrus DAV server, but I could when I used % character in an UID.
Jun 8 2025
Jun 8 2025
Jun 7 2025
Jun 7 2025
Seems middleware() is not removing group middleware, we need withoutMiddleware(). Test added.
- Fix middleware on some routes
- Merge branch 'master' into dev/routes-cleanup
Jun 6 2025
Jun 6 2025
I suppose handling of 'skin' option could be moved to applyConfiguration()
- Reset relation state in addCOntroller() and removeController()
Maybe we could just use DAV::options() when user/pass is not provided.
- Include max_password_age setting too
Jun 5 2025
Jun 5 2025
machniak updated the diff for D5313: Greylisting policy for unified mail delivery policies/settings UI.
- Fix getPolicySetting() default value
machniak requested review of D5313: Greylisting policy for unified mail delivery policies/settings UI.
That would mean that if connection to cockpit fails the plugin should throw a big error, otherwise use may get access to plugins he should not. ALso, plugin already have support for merge: prefix, so this should be remove:plugins.
Jun 4 2025
Jun 4 2025
machniak requested changes to D5307: Add an index to speed up count queries on transactions by type.