El RIDO
El RIDO
Ok, let's poll some folks - feel free to share this link in social media with other PrivateBin users: https://www.systemli.org/poll/#/poll/WO1PEAFQ5K/participation?encryptionKey=hEbthZLaLJupBHwsAKJoUIVLMWzSF6ozcHSDb2yl
I have pondered on this over the last weeks and want to finally start implementing this feature, as it has always been my personal most wanted missing feature. I have...
TIL: There is a [HTTP `OPTIONS` request type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS) that is used as CORS preflight check. And nginx doesn't support this type by default and responds with a `405 Method not...
The unit tests fail, because they don't setup the $_SERVER super globals with all of those keys - these depend on the webserver to set them for PHP. Apache and...
`PHP_EOL` is one of [PHPs predefined constants](https://www.php.net/manual/en/reserved.constants.php) which contains the "correct 'End Of Line' symbol for this platform." - That is a line-feed-character on Linux and UNIX (incl. MacOS since...
Nope, lets get that PR, to trigger the unit tests and do a final review.
Keep in mind that we will have to migrate to bootstrap 4 or 5 if it gets released soon. So maybe don't spend a lot of time on fixing the...
Or we could move that "Sending..." message out of the navbar into the main tag further below? It might belong better with all the other status messages, warnings and errors...
Just a short addendum: > > If you edit the name configuration setting, it changes the software description too > Agree, sounds like a bug. This is implemented deliberately in...
One suggestion: Use a different salt for the client side HMAC then the server side one, otherwise any client can generate valid delete tokens. So we would have an internal...