hermes/backend
imterah 538c5b6c51
All checks were successful
Release code / build (push) Successful in 11m41s
chore: Adds "day-one"/v2.0.1 bug fixes.
This fixes database error reporting, as well as majorly fixes users
not being able to authenticate to the API if you used the automated
migration setup, as the password would remain in hex encoding.

We now decode the hexadecimal and then change it to the far more
compact base64 encoding before adding it to the database. This should
fix login, and not cause 500 Interal Server Errors anymore.

Sorry folks!
2024-12-27 00:10:13 -05:00
..
api chore: Adds "day-one"/v2.0.1 bug fixes. 2024-12-27 00:10:13 -05:00
backendlauncher chore: Restructure files. 2024-12-21 18:27:40 -05:00
backendutil fix: Fixes API routes. 2024-12-23 20:47:01 -05:00
commonbackend feature: Adds backup importing support. 2024-12-25 19:21:22 -05:00
dummybackend chore: Restructure files. 2024-12-21 18:27:40 -05:00
externalbackendlauncher feature: Adds backend system and basic API. 2024-12-23 15:52:16 -05:00
sshbackend feature: Adds backend system and basic API. 2024-12-23 15:52:16 -05:00
backends.dev.json feature: Adds backend system and basic API. 2024-12-23 15:52:16 -05:00
backends.prod.json feature: Adds production support. 2024-12-23 22:37:28 -05:00
build.sh feature: Adds production support. 2024-12-23 22:37:28 -05:00
dev.env chore: Adds user creation route. 2024-12-22 00:56:15 -05:00
Dockerfile feature: Fixes all backup and API related things to make everything work in production. 2024-12-26 22:54:05 -05:00
go.mod feature: Adds production support. 2024-12-23 22:37:28 -05:00
go.sum feature: Adds production support. 2024-12-23 22:37:28 -05:00