PrivateBin
PrivateBin copied to clipboard
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
## The problem The footer is always directly unter the text-box. When I have small messages (e.g. passwords) the footer is more dominant than the message. ## The solution Fix...
## The problem Makrdown text merges with the footer and top menu ## The solution Create some spacing (padding) on top and bottom of paste section, add some visual separation...
## The problem and solution Button for quick copy whole paste to clipboard wouldl be useful for someone definitely. Also hotkey would be great. ## Alternatives Current solution is open...
**Did you use the FAQ section?** - [v] Yes, I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there. I noticed several accessibility issues. 1. On the initial page...
## The problem > Replace usage of 0 === strpos or 0 !== strpos with str_starts_with. It makes the code more readable and use a PHP native function ( which...
* git bisect has shown issue has been introduced in https://github.com/PrivateBin/PrivateBin/pull/1372 / 8b3b16be4442ba2415c67c02336ac8b8078a872b * What exactly causes the issue is still totally unclear to me… * Some libs apparently must...
## The problem Composer always complains about missing `composer.lock` file. I guess it's like `package-lock.json` for npm. See https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies why they want it. Otherwise you e.g. cannot ensure the installed...
This PR fixes #1392 and closes #1400 (supersedes it). ## Changes - remove unused styles (there are no IDs called `preview` or `comments` in either of the bootstrap templates) -...
## The problem We seem to have a code dept at PHPUnit. We currently use v9: https://github.com/PrivateBin/PrivateBin/blob/2bc5931672cc7c502074df78e976f145747d9453/composer.json#L37 As I did not see an issue tracking this yet, let it be...