Skip to content

Tags: colin1806/picoshare

Tags

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix CSS for delete in file table (mtlynch#149)

The logic for finding the row was flimsy and we accidentally broke it in c1ce1b3.

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
URL-encode expiration timestamp (mtlynch#144)

Otherwise, + character gets converted to a space when the server parses it, which causes expiration time parsing to fail.

Fixes mtlynch#139

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ESLint errors (mtlynch#129)

* Fix ESLint errors

* Fix CircleCI config

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix SQLite database path for non-Litestream scenarios (mtlynch#101)

Fixes a bug in docker-entrypoint where we weren't passing the correct -db flag to picoshare unless we were running with Litestream enabled.

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use a constant-time string comparison for password checking (mtlynch#98)

This makes password checking resistant to timing attacks.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix link to full-size demo GIF in README (mtlynch#95)

* Fix link to full-size demo GIF in README

* Link to full-size GIF

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for drag 'n drop uploading (mtlynch#42)

* work in progress

* Removing console output

* Adjust CSS to hint that drag and drop works

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Show progress spinner during upload (mtlynch#43)

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Let user specify the file expiration time (mtlynch#37)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update landing page copy (mtlynch#34)