Roman Zabaluev
Roman Zabaluev
# Description of the bug Upon a restart my middleware configuration (passthrough for S3) is being lost like it's never been there. # Step by step instructions to reproduce the...
# Description of the bug When using S3 as a backend and direct middleware sharing doesn't work, every link has 403 as a result. Looks like this: `Oops! AccessDenied: Access...
I'm having a default ability to check the messages (I need to do that for both new and edited messages) defined this way: ``` return Ability .builder() .name("default") .flag(Flag.MESSAGE, EDITED_MESSAGE)...
Hi, not sure what this repo state is in, considering the sheer amount of open & unanswered issues and PRs, but I'll try anyway: The problem is that adding an...
This refactoring should address all the issues related to messages including - pagination - sorting
### Information This PR fixes #5088. ### Details **Proposed fix:** 1. I've analyzed the usage of `unsafeTeleportDestination` message in all the places, two of them seem to use the message...