Pavel Horal
Pavel Horal
Login on WebKit based browsers does not work due to aborted request in `SessionValidator.js`. What happens is that: * after successful authentication with `goto` parameter, [CommonConfig.js](https://github.com/WrenSecurity/wrensec-ui/blob/c24cc2896ec3720f119a0f90795b9baecb1db16f/packages/base/src/scripts/config/process/CommonConfig.js#L365C1-L365C29) sets redirect URL via...
When deleting one of the default modules the `SmsCollectionProvider` is waiting for the deletion for 5 seconds and then timeouts. Steps to reproduce: * start default Wren:AM instance * go...
## Summary When the control panel's _Manage Entries_ is first opened it always shows _Unsaved Changes_ warning when a focus is lost on a selected entry. This warning stops showing...
## Summary To the best of my knowledge there is no easy way to check what an average replication delay is. This can be very useful metric in cross data...
I have added proper escaping to images that is in line with the previous PR #460. CommonMark specification defines rules for images +/- in the following way - "do the...
> I finally got around to verify this issue, however it was fixed for links but not for images. > > this html: > ```html > > ``` > >...
This PR adds support for fetching Admins.cfg file from SFTP source. I have also replaced manual regex based URL parsing with NodeJS's URL parsing. I have tested both FTP and...