Commit Graph

22 Commits

Author SHA1 Message Date
6114416b8b fix: check for JWT validity when attempting to decode it
All checks were successful
Update changelog / changelog (push) Successful in 26s
2026-01-27 12:52:21 +01:00
5771a182fe fix: add robots.txt to forbidden url schemas 2026-01-27 12:51:49 +01:00
681555fef8 fix: fix subdomain retrieval
All checks were successful
Update changelog / changelog (push) Successful in 25s
2026-01-08 13:20:32 +01:00
109f22c231 docs: add note to link shortening endpoint swagger doc 2026-01-07 23:04:35 +01:00
355338e397 docs: add requireAdmin and docs for requireUser 2026-01-03 18:29:14 +01:00
518eeec8e8 fix: bigint type confusion
All checks were successful
Update changelog / changelog (push) Successful in 25s
2026-01-03 12:02:03 +01:00
413aa8994a fix: include healthcheck as part of protected urls
All checks were successful
Update changelog / changelog (push) Successful in 25s
2026-01-03 11:05:25 +01:00
d7f4006698 feat: add link creation and lookup
All checks were successful
Build and push Docker image / build (push) Successful in 2m50s
Release new version / release (push) Successful in 26s
Update changelog / changelog (push) Successful in 25s
finally has the bare minimum functionality to say that it works!
2026-01-03 10:51:59 +01:00
c19a098b1c feat: add sample endpoint to test JWT 2026-01-03 04:37:20 +01:00
ec5cedce5a fix: actually support JWT bearer authentication 2026-01-03 00:29:45 +01:00
4bf39c7fdf chore: offload retrieval of environment variables from jwt.ts to env.ts 2026-01-02 22:57:03 +01:00
f86630c51e feat: add link generation support (short/sentence links) + wordlist
All checks were successful
Update changelog / changelog (push) Successful in 26s
2026-01-02 17:50:52 +01:00
f0ca4e897c fix: fix CORS import
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-30 18:44:31 +01:00
6ad9c6fd61 feat: add CORS support with user-sourced trusted origins from .env
All checks were successful
Update changelog / changelog (push) Successful in 24s
2025-12-30 17:41:35 +01:00
7abf5bad09 fix: global key retrieval not converting snake_case to UPPER_SNAKE_CASE
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-30 17:00:05 +01:00
41f3b0f0f2 feat: major code refactor, add login and register endpoints with swagger
All checks were successful
Update changelog / changelog (push) Successful in 27s
2025-12-29 18:26:50 +01:00
3f225a1ecb fix: add revised migration
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-11 22:37:24 +01:00
bade2f9b86 feat: add 404 handling
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-09 12:49:55 +01:00
52dbd158a9 fix: respect debug flag in .env for swagger endpoint generation
All checks were successful
Build and push Docker image / build (push) Successful in 22s
2025-12-04 17:15:20 +01:00
1b8c9ccaeb fix: add type hints for nullable columns 2025-12-01 17:26:54 +01:00
1e60fc23ab feat: create basic express server with swagger documentation 2025-12-01 02:24:52 +01:00
56975a0e92 feat: prepare TypeORM support for Postgres db calls 2025-12-01 01:48:24 +01:00