pixel icon indicating copy to clipboard operation
pixel copied to clipboard

A private self-hosted gallery and image feed.

Results 54 pixel issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Using `create-react-app` gives us CSS modules and the option of using a CSS pre-processor. While I don't want to bring in any pre-processors I do want to bring in CSS...

enhancement
web

Uploaded data is currently completely unvalidated. All routes should be checked but current validations missing: - [ ] User Registration (Username/Password Length) - [ ] User Login (Username/Password not Empty)...

bug
security
web
backend

Right now projection is done only on the latest event, which should result in decent re-projection performance but also has the caveat that the projection itself must not depend on...

enhancement
question
backend

User handling does not capture or bubble up any information about failures in registration and login. This should at the very least: * Push up errors about why authentication failed...

enhancement
backend

I am unsure of a stance on this, there is an obvious usability case that 99% of sites prefer which is to tell you if an email is already registered....

question
alteration
security
backend

To be lazy while testing, user UUIDs are sent back as authentication tokens. Switch to proper authorization tokens with JWT.

security
backend

There is a PR (PR #12) related to adding tag categories in the back-end, but for now it would suffice to simply split on the first `:` in a tag...

enhancement
alteration
web

Currently, the `onImageUpload` handler in the `ImageUpload.tsx` view, only handles a single image to upload. This makes uploading bulk images quite painful. To fix this, the current idea to go...

enhancement
web