Jesse Wierzbinski
|
9eac364e01
|
refactor(database): 🔥 Always import SQL operators directly from drizzle
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 0s
Build Docker Images / lint (push) Failing after 7s
Build Docker Images / tests (push) Failing after 7s
Deploy Docs to GitHub Pages / build (push) Failing after 0s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Mirror to Codeberg / Mirror (push) Failing after 0s
Nix Build / check (push) Failing after 0s
Test Publish / build (client) (push) Failing after 0s
Test Publish / build (sdk) (push) Failing after 0s
Build Docker Images / check (push) Failing after 7s
|
2025-05-26 19:00:24 +02:00 |
|
Jesse Wierzbinski
|
963173cdae
|
chore: ⬆️ Upgrade to Biome 2.0
|
2025-04-10 19:15:31 +02:00 |
|
Jesse Wierzbinski
|
dc1ddb758d
|
fix(media): 🐛 Don't proxy media from trusted origins, use new ProxiedUrl class
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 6s
Build Docker Images / lint (push) Failing after 10s
Build Docker Images / check (push) Failing after 11s
Build Docker Images / tests (push) Failing after 27s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / build (push) Failing after 6s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 5s
|
2025-03-30 23:44:50 +02:00 |
|
Jesse Wierzbinski
|
37f68bbffd
|
refactor(database): ➖ Remove dependency on pg_uuidv7 extension
|
2025-03-30 22:10:33 +02:00 |
|
Jesse Wierzbinski
|
1b983f9334
|
fix(api): 🐛 Fix routes using incorrect path parameter notation
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 44s
Build Docker Images / lint (push) Successful in 29s
Build Docker Images / check (push) Failing after 5m42s
Build Docker Images / tests (push) Failing after 6s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / build (push) Failing after 13s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 32m30s
|
2025-03-29 03:59:06 +01:00 |
|
Jesse Wierzbinski
|
58342e86e1
|
refactor(api): ♻️ Move from @hono/zod-openapi to hono-openapi
hono-openapi is easier to work with and generates better OpenAPI definitions
|
2025-03-29 03:30:06 +01:00 |
|
Jesse Wierzbinski
|
cd4cfa6a70
|
fix(api): 🐛 Add tags to all API routes that were missing one
|
2025-03-28 22:12:07 +01:00 |
|
Jesse Wierzbinski
|
65e2e19ff1
|
refactor(api): ♻️ Properly reuse error messages and schemas
|
2025-03-24 14:42:09 +01:00 |
|
Jesse Wierzbinski
|
8d1af1b0cd
|
refactor(api): 🔥 Remove old @versia/client version
|
2025-03-22 18:04:47 +01:00 |
|
Jesse Wierzbinski
|
2aeada4904
|
feat(api): 🏷️ Port Account OpenAPI schemas from Mastodon API docs
|
2025-02-05 21:49:39 +01:00 |
|
Jesse Wierzbinski
|
76d1ccc859
|
refactor(api): ♻️ Use URL literal instead of strings
|
2025-02-01 16:32:18 +01:00 |
|
Jesse Wierzbinski
|
09f30db83a
|
refactor(api): ♻️ Remove useless authorization checks
|
2024-12-30 19:38:41 +01:00 |
|
Jesse Wierzbinski
|
dc12b269f5
|
refactor(api): ♻️ Improve authentication checker API
|
2024-12-30 19:18:31 +01:00 |
|
Jesse Wierzbinski
|
621dd7e9d9
|
refactor(api): ♻️ Upgrade zod-openapi to 0.18.3
Needed to add "as const" to all middleware handlers :)
|
2024-12-30 18:20:22 +01:00 |
|
Jesse Wierzbinski
|
fbfd237f27
|
refactor(api): ♻️ Throw ApiError instead of returning error JSON
|
2024-12-30 18:00:23 +01:00 |
|
Jesse Wierzbinski
|
a7b29d563e
|
fix(api): 🏷️ Use context.body for 204 responses
|
2024-12-30 16:18:28 +01:00 |
|
Jesse Wierzbinski
|
5074ac788f
|
fix(api): 🐛 Force text content-type header on all empty responses
Fixes a problem where the content-type would default to application/json
|
2024-12-07 13:24:24 +01:00 |
|
Jesse Wierzbinski
|
06376cf58a
|
fix(api): 🐛 Correctly return empty body without content-type headers, when returning empty responses
|
2024-12-07 12:20:06 +01:00 |
|
Jesse Wierzbinski
|
845041e4db
|
refactor(database): ♻️ Move Token to its own ORM abstraction, optimize familiar_followers route
|
2024-11-03 17:45:21 +01:00 |
|
Jesse Wierzbinski
|
c1dcdc78ae
|
refactor: ♻️ Always use explicit types in every function
|
2024-11-02 00:43:33 +01:00 |
|
Jesse Wierzbinski
|
7a73b8db91
|
refactor(database): 🚚 Only import ORM table data from @versia/kit
|
2024-11-01 21:05:54 +01:00 |
|
Jesse Wierzbinski
|
9e96eca032
|
refactor(database): ♻️ Move Applications to our custom ORM
|
2024-10-23 17:56:47 +02:00 |
|
Jesse Wierzbinski
|
a265e9df41
|
fix(plugin): 🐛 Add missing plugin middleware to some OIDC plugin routes
|
2024-10-11 17:16:03 +02:00 |
|
Jesse Wierzbinski
|
d2dcdce763
|
fix(api): 🐛 Fix incorrect order of function parameters
|
2024-10-11 17:09:51 +02:00 |
|
Jesse Wierzbinski
|
9f1e89b592
|
refactor(config): 🔥 Remove old oidc section in config
|
2024-10-11 17:03:33 +02:00 |
|
Jesse Wierzbinski
|
b53307c824
|
refactor: 🚚 Explicitely add extensions to all imports
|
2024-10-04 15:22:48 +02:00 |
|
Jesse Wierzbinski
|
3879763971
|
refactor(plugin): ♻️ Add more exports to @versia/kit for database behaviour
|
2024-09-30 14:34:43 +02:00 |
|
Jesse Wierzbinski
|
74ec563ba5
|
refactor(api): ♻️ Move all SSO account linking endpoint logic to OpenID plugin
|
2024-09-25 12:31:35 +02:00 |
|
Jesse Wierzbinski
|
6d4b4eb13b
|
fix(api): 🐛 Fix incorrect test case
|
2024-09-24 17:03:27 +02:00 |
|
Jesse Wierzbinski
|
96d1805925
|
refactor(api): ♻️ Move /api/v1/sso to OpenID plugin
|
2024-09-24 14:42:39 +02:00 |
|