El RIDO
El RIDO
@rugk: It is possible to copy the URL automatically to clipboard using [HTML5](https://stackoverflow.com/questions/26336138/how-can-i-copy-to-clipboard-in-html5-without-using-flash) & [JavaScript](https://github.com/zenorocha/clipboard.js/). --- @elrido: Great! Didn't know that.
**TL;DR:** I compared some alternative text encodings for the paste key and ID and after discussing the pros and cons may consider to implement such a change as a configurable,...
TL;DR: It seems that our code base still works unchanged in PHP 8, if our phpunit tests are to be trusted. They provide 97.6% code coverage (1266 of 1297 lines)....
As I was running composer to install a new library into our repo, it warned me that: ``` Package yzalis/identicon is abandoned, you should avoid using it. No replacement was...
We recently had merge requests for the [German](https://github.com/PrivateBin/PrivateBin/pull/382) and [Spanish](https://github.com/PrivateBin/PrivateBin/pull/394) translations that replaced the term "paste" with the more generic "text". Our project isn't called "PasteBin", so I agree that...
@rlex: Subj. Will be nice to have when you uploading 100mb+ files. --- @nitmir: If I am right, files are base64 encoded (by javascript) in the web page body (`href="data:mime;base64,iMS4wIiBlbmNvZGl…`)....
Well, this one is certainly going to be controversial, but here is the idea, comments highly welcome: Now that I use ZeroBin more frequently myself I started creating lists of...
It might be nice to display the maximum allowed upload size next to the attachment button or in the dropdown. Counter points: - That size applies to paste and attachment...
This is one for the wish list, not important or urgent: How about a template using one of those retro themed CSS frameworks? For example [NES.css](https://nostalgic-css.github.io/NES.css/)
This is in preparation to https://github.com/PrivateBin/PrivateBin/pull/994 - please review it and we'll get it merged, once we release PrivateBin with the S3 storage backend included. Edit: Unsurprisingly, the image sizes...