Jesse Wierzbinski
|
c9a1581932
|
feat(api): ✨ Implement duration controls on mutes
|
2025-03-30 20:54:47 +02: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
|
3d3e64edab
|
feat(api): ✨ Implement rate limiting
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 42s
Build Docker Images / lint (push) Successful in 31s
Build Docker Images / check (push) Successful in 1m3s
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 33m18s
|
2025-03-27 20:12:00 +01:00 |
|
Jesse Wierzbinski
|
65e2e19ff1
|
refactor(api): ♻️ Properly reuse error messages and schemas
|
2025-03-24 14:42:09 +01:00 |
|
Jesse Wierzbinski
|
ec506241f0
|
test(api): ✅ Remove old tests and introduce new, better ones
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 6s
Build Docker Images / lint (push) Successful in 50s
Build Docker Images / check (push) Successful in 1m24s
Build Docker Images / tests (push) Failing after 8s
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 15s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 33m5s
|
2025-03-23 03:34:17 +01:00 |
|
Jesse Wierzbinski
|
f1ef85b314
|
fix: 🏷️ Remove unnecessary ts-expect-error
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 5s
Build Docker Images / lint (push) Failing after 10s
Build Docker Images / check (push) Failing after 10s
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 5s
Mirror to Codeberg / Mirror (push) Failing after 1s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 5s
|
2025-03-22 18:17:53 +01:00 |
|
Jesse Wierzbinski
|
8d1af1b0cd
|
refactor(api): 🔥 Remove old @versia/client version
|
2025-03-22 18:04:47 +01:00 |
|
Jesse Wierzbinski
|
b6373dc185
|
fix: 🚨 Use ts-expect-error over ts-ignore
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 45s
Build Docker Images / lint (push) Successful in 30s
Build Docker Images / check (push) Successful in 1m11s
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 5s
Mirror to Codeberg / Mirror (push) Failing after 1s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 5s
|
2025-03-22 04:06:37 +01:00 |
|
Jesse Wierzbinski
|
84b9fc3719
|
refactor(api): ♻️ Refactor test code to use new client
|
2025-03-22 04:04:06 +01:00 |
|
Jesse Wierzbinski
|
52602c3da7
|
chore: ⬆️ Upgrade dependencies
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 56s
Build Docker Images / lint (push) Failing after 10s
Build Docker Images / check (push) Failing after 11s
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 5s
Mirror to Codeberg / Mirror (push) Failing after 1s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 5s
|
2025-03-16 17:01:07 +01:00 |
|
Jesse Wierzbinski
|
764061b4be
|
fix: 🔊 Automatically create logs folder if it doesn't exist
|
2025-02-26 00:28:05 +01:00 |
|
Jesse Wierzbinski
|
f114f9a51a
|
chore: ⬆️ Upgrade dependencies
|
2025-02-25 23:32:05 +01:00 |
|
Jesse Wierzbinski
|
6622ee9020
|
refactor(federation): ♻️ Move Versia Note URIs to /notes, instead of /objects
|
2025-02-17 23:31:39 +01:00 |
|
Jesse Wierzbinski
|
54fd81f076
|
refactor(config): ♻️ Redo config structure from scratch, simplify validation code, improve checks, add support for loading sensitive data from paths
|
2025-02-15 02:47:29 +01:00 |
|
Jesse Wierzbinski
|
1856176de5
|
refactor(api): 🏷️ Port almost all remaining v1 endpoints to OpenAPI
|
2025-02-14 16:44:32 +01:00 |
|
Jesse Wierzbinski
|
247a8fbce3
|
refactor(api): 🏷️ Port more misc endpoints to use new schemas
Mirror to Codeberg / Mirror (push) Failing after 0s
|
2025-02-13 02:34:44 +01:00 |
|
Jesse Wierzbinski
|
e3e285571e
|
refactor(api): 🏷️ Port all /api/v1/accounts to use new schemas
Mirror to Codeberg / Mirror (push) Failing after 0s
|
2025-02-13 01:31:15 +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
|
bc961b70bb
|
refactor(database): 🔥 Simplify media management code
|
2025-01-28 18:06:33 +01:00 |
|
Jesse Wierzbinski
|
80b874e5fb
|
refactor(api): ⚡ Move media processing to background job
|
2025-01-06 19:21:57 +01:00 |
|
Jesse Wierzbinski
|
0e9db83279
|
style: 🚨 Run Biome
|
2025-01-02 04:52:30 +01:00 |
|
Jesse Wierzbinski
|
3484b1e1a1
|
fix(api): 🐛 Improve notification text
|
2025-01-02 04:49:36 +01:00 |
|
Jesse Wierzbinski
|
8706c7b405
|
feat(federation): ✨ Add Push Queue to Bull Board
|
2025-01-02 03:27:26 +01:00 |
|
Jesse Wierzbinski
|
d839c274b1
|
feat(api): ✨ Finish push notification delivery
|
2025-01-02 02:45:40 +01:00 |
|
Jesse Wierzbinski
|
d096ab830c
|
feat(api): ✨ Add initial Push Notifications support
|
2025-01-02 01:29:33 +01:00 |
|
Jesse Wierzbinski
|
82da70bcac
|
refactor(api): ♻️ Group note/account fetching code in some routes
|
2024-12-30 21:30:10 +01:00 |
|
Jesse Wierzbinski
|
4926d6ff5d
|
refactor(api): 🔥 Remove all useless route metadata objects
|
2024-12-30 20:18:48 +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
|
fbfd237f27
|
refactor(api): ♻️ Throw ApiError instead of returning error JSON
|
2024-12-30 18:00:23 +01:00 |
|
Jesse Wierzbinski
|
1509786090
|
chore: ⬆️ Upgrade dependencies
|
2024-12-18 20:42:40 +01:00 |
|
Jesse Wierzbinski
|
4fdb96930f
|
fix(api): 🐛 Fetch media content-type from data, instead of doing naive guesses
|
2024-12-16 23:57:21 +01:00 |
|
Jesse Wierzbinski
|
83399ba5f1
|
refactor(database): ♻️ Simplify User and Note logic further
|
2024-12-09 13:50:46 +01:00 |
|
Jesse Wierzbinski
|
e4768620e2
|
fix(api): 🐛 Fix account lookup address parsing (again)
|
2024-12-02 15:40:20 +01:00 |
|
Jesse Wierzbinski
|
cd4b021aec
|
chore: ⬆️ Upgrade dependencies
|
2024-11-28 10:26:28 +01:00 |
|
Jesse Wierzbinski
|
49c53de99e
|
feat(api): ✨ Overhaul Role API, add ability to edit roles and assign/unassign them from any user
|
2024-11-26 15:27:39 +01:00 |
|
Jesse Wierzbinski
|
1b98381242
|
feat: ✨ Split off queue workers into a separate worker process
|
2024-11-25 21:54:31 +01:00 |
|
Jesse Wierzbinski
|
5fc6c4dcfa
|
feat(federation): ✨ Implement queue for fetches
|
2024-11-25 20:29:59 +01:00 |
|
Jesse Wierzbinski
|
756f67c0f3
|
feat(federation): ✨ Implement Instance Messaging Extension
|
2024-11-25 16:54:46 +01:00 |
|
Jesse Wierzbinski
|
ecc7d1eee7
|
feat(federation): ✨ Add UI to view BullMQ metadata
|
2024-11-25 13:09:28 +01:00 |
|
Jesse Wierzbinski
|
8a920218ea
|
feat(federation): ✨ Add queue to note delivery
|
2024-11-25 11:29:48 +01:00 |
|
Jesse Wierzbinski
|
3e19b11609
|
refactor: 🔊 Fix duplicate logs
|
2024-11-24 23:13:29 +01:00 |
|
Jesse Wierzbinski
|
da369e604c
|
fix(api): 🐛 Fix lookup endpoints thinking local user is remote
|
2024-11-23 23:09:59 +01:00 |
|
Jesse Wierzbinski
|
217d3c286d
|
feat(api): ✨ Allow divs and spans in HTML
|
2024-11-22 19:12:52 +01:00 |
|
Jesse Wierzbinski
|
569ba8bf2d
|
fix(api): 🔒 Correctly put all URIs in profiles through proxy
|
2024-11-22 15:06:46 +01:00 |
|
Jesse Wierzbinski
|
bd1f09837b
|
fix(api): 🐛 Correctly handle underscores when parsing usernames
|
2024-11-22 14:51:11 +01:00 |
|
Jesse Wierzbinski
|
bfbaa7ce2c
|
fix(api): 🐛 Correctly sanitize checkbox inputs
|
2024-11-19 11:32:16 +01:00 |
|
Jesse Wierzbinski
|
dc8a64355a
|
feat(api): ✨ Allow disabled checkbox inputs in rich text
|
2024-11-19 11:20:24 +01:00 |
|
Jesse Wierzbinski
|
e732a3df03
|
refactor(database): ♻️ Move Notifications to their own ORM abstractions
|
2024-11-04 10:43:30 +01:00 |
|