Roman Zabaluev

Results 174 issues of Roman Zabaluev

bugs & code smells

scope: backend
scope: frontend

# 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...

wontfix

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...

Pull Request Welcome
Feature Request
Abilities

type/documentation
status/on-hold

type/enhancement
scope/backend
status/accepted
area/rbac

type/bug
good first issue
scope/frontend
status/accepted
status/confirmed
severity/high

This refactoring should address all the issues related to messages including - pagination - sorting

type/enhancement
scope/backend
scope/frontend
type/refactoring
status/accepted
status/needs-attention
area/messages

### 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...