Results 238 comments of El RIDO

Good idea, @rugk. How about adding one of the following, existing classes to the link: `class="btn btn-primary btn-sm"` or `class="btn btn-outline-primary btn-sm"`?

I assume you are already aware of the [configuration options for custom expirations](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#expiration). It doesn't let you use a custom multiplier, but you could totally create a very long list...

The idea with the configured time limits was to allow a server administrator to limit the expiration options their users have. PR for the more flexible UI is highly welcome....

Sounds like you have it all well figured out. Go for it! :-D

We could do something like this, but note that this can be circumvented by users, as the server has no way of detecting if a paste was encrypted with or...

Its a cool idea. Why do people clone pastes? For backup, even with burn after reading pastes or when a paste has a timeout and they want to preserve it....

I see, you read the same blogs as me. :grin: We are using jQuery for three things, mostly: 1. DOM element selection - as we don't care about IE pre...

Well, the goal of the above "libraries" is to make you aware of the fact that JS nowadays is quite capable cross browser and helper libraries like jQuery aren't even...

If you start working on this, please branch master, the webcrypto branch at this point in time passes tests but doesn't work in the UI as it expects sync behaviour....

It is not really intentional, as I though we added extensive code to manipulate the browser history so it looks like the "Raw Text" leads to a new page, when...