Skip to content

Tags: mrdoob/glsl-sandbox

Tags

v0.1.41

Toggle v0.1.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/net from 0.17.0 to 0.23.0 (#95)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.40

Toggle v0.1.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
server: add read only mode (#92)

In read only mode the endpoint to save new effects or add new versions
is deactivated. Also in the gallery the create button is deactivated and
there is a notice that says:

    The server is in maintenance mode. You can not create or modify effects.

The button to save effects in the editor is not deactivated as it will
take a bit more time and wanted to have the page up as soon as possible.

v0.1.39

Toggle v0.1.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#90)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.38

Toggle v0.1.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/net from 0.7.0 to 0.17.0 (#89)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](golang/net@v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.37

Toggle v0.1.37's commit message

Verified

This commit was signed with the committer’s verified signature.
jfontan Javi Fontan
goreleaser: updates to make it work with new version

* archives.replacements was deprecated in the configuration file https://goreleaser.com/deprecations/#archivesreplacements
* parameter `--rm-dist` is now `--clean`

Fixes #88

v0.1.36

Toggle v0.1.36's commit message

Verified

This commit was signed with the committer’s verified signature.
jfontan Javi Fontan
Dockerfile: upgrade base image so it uses a compatible glibc

v0.1.35

Toggle v0.1.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable CORS header in `/item` (#87)

* go: upgrade go compiler to 1.21

Use crypto/rand instead of math/rand as it is now the recommended
method.

* server: add cors configuration to items

This lets other web pages use it as an external API.

* go.mod: upgrade go version and indirect dependencies

v0.1.34

Toggle v0.1.34's commit message

Verified

This commit was signed with the committer’s verified signature.
jfontan Javi Fontan
Fix build errors

v0.1.33

Toggle v0.1.33's commit message

Verified

This commit was signed with the committer’s verified signature.
jfontan Javi Fontan
Upgrade compiler and dependencies to fix security alerts

v0.1.32

Toggle v0.1.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade go compiler to 1.19 (#84)

Version 1.16 was already unsupported and I believe is causing errors
generating binaries.