rugk

Results 645 issues of rugk

Idea by @aldem in https://github.com/PrivateBin/PrivateBin/issues/174#issuecomment-326947154: > When paste is created: > > 1. Generate HMAC from random salt, paste key & password > 2. Store nonce & HMAC with paste...

enhancement
security/privacy

With some more extensions to the composer.json we could publish PrivateBin on https://packagist.org/. However I am not sure whether this is the best place as composer (and packagist) are more...

enhancement

There is a quite new CSS media query feature called [`prefers-color-scheme`](https://developer.mozilla.org/docs/Web/CSS/@media/prefers-color-scheme). It allows you to detect whether the system/user wants a dark website, so you can adjust your CSS. Currently...

enhancement

This originated from the need in https://github.com/PrivateBin/PrivateBin/issues/28 and goes well together with https://github.com/PrivateBin/PrivateBin/issues/198. Things to do: * [x] Drop `var`, use `const`/`let` -> (compatibility same as async/await, i.e. IE is...

enhancement
code quality
breaking change

Our issue templates on GitHub do use an outdated syntax, see https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates With the new ones, we can: * differenciate/let users choose between features & bugs * auto-assign tags *...

enhancement

After reading https://medium.com/@david.gilbertson/im-harvesting-credit-card-numbers-and-passwords-from-your-site-here-s-how-9a8cb347c5b5, I've had a look at our CSP… Basically it is about the fact that you can (and should) use your CSP to limit outgoing connections so even...

enhancement
security/privacy

It would be nice to have HTTPS for this site. https://letsencrypt.org/

The wikidata items are shown as "Q347387" or similar. But some number and letter-combinations are not very useful for the average user. When I click on an item, however a...

Split idea from https://github.com/missive/emoji-mart/pull/431#issuecomment-650393063 TL;DR is: An API for getting the currently focussed/hovered emoji, especially if https://github.com/missive/emoji-mart/pull/431 is merged, would be really useful to adjust/react on more things. ---- **Use...

feature request

Is there any way to manipulate integers in the translation to e.g. add +1 or subtract -1? I am going to present you the use-case, but I would like to...