Using ->withoutMiddleware(['allowedHosts']) would be shorter, but I'm not sure which I'd prefer here.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Aug 20 2025
Aug 19 2025
Aug 18 2025
Aug 14 2025
Aug 11 2025
Aug 8 2025
- Hide Wallet and Policy in the Dashboard for wallet controllers that aren't owners
- Enable wallet controllers to create users
- Enable wallet controllers to create shared folders
- Enable wallet controllers to create groups
- Enable wallet controllers to create domains
- Make wallet controllers able to create resources
Aug 6 2025
In D5517#72273, @machniak wrote:This is kinda mess. Maybe a better approach would be to just check that the request comes from the "internal" location? E.g. by having list of IP networks (or IPs). But that potentially may be more complicated. Another possibility, a "client secret", but this probably would be event more problematic.
Aug 5 2025
Aug 1 2025
Jul 30 2025
- iTip REQUEST notifications
- Tests
Jul 29 2025
- Small refactoring
- Refactor
- Check recipient in a REQUEST
- Cleanup
Jul 28 2025
- Cleanup FIXME/TODO comments
- Proper SEQUENCE handling with tests
I would probably not incorporate an obsolete features into an existing code, but ok.
I wonder if 403 in other circumstances would not be more generic. E.g. authentication issue.
This is kinda mess. Maybe a better approach would be to just check that the request comes from the "internal" location? E.g. by having list of IP networks (or IPs). But that potentially may be more complicated. Another possibility, a "client secret", but this probably would be event more problematic.
Remove the test, since we don't run the tests under swoole (so it doesn't work)
Add a minmal test
use swoole/metrics
migration test tooling
We should pass in metadata keys to migrate as command line options.
Migration tooling
Required for the swoole metrics scraping.
Rebased