Skip to content

Tags: TheProgrammerr/save-server

Tags

v1.4.1

Toggle v1.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1.4.1: Revert DB

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.4: Implement pagination and rate limiting (Neztore#30)

* Code clean-up

* Server side pagination

* Add pagination

* v1.4.0: Implement rate limiting and pagination

v1.3.2

Toggle v1.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v.1.3.2: Dependency security updates

1.3.1

Toggle 1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v1.3.1: Logout does not expire token

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Neztore#21 from Neztore/1.3.0

v1.3.0: Make file name length adjustable

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Neztore#19 from Neztore/1.2.0

v1.2.0
- Adds a log out button (and the server side code, to boot)
- Makes the authorization cookie sameSite = lax
- Updates dependencies (Important for security!)
- Hides the x-powered-by header properly
- Enables eslint under `npm test` and makes all of the code conform to it.
- Fixes URL shortening from the ShareX client. Old config files should work: The web API url has changed.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Neztore#15 from Neztore/new-version

v1.1.0: URL Shortening improvements

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Neztore#12 from Neztore/dependabot/npm_and_yarn/bc…

…rypt-5.0.0

Bump bcrypt from 4.0.1 to 5.0.0

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Neztore#10 from Neztore/fix-highlighting

v1.0.8: Fix syntax hightlighting for code files and preserve indentation & whitespace.

v1.0.7

Toggle v1.0.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v1.0.7: Fix broken CSRF protection