19 Commits

Author SHA1 Message Date
oSumAtrIX
56a00ddb85
feat: Improve announcements API (#192)
Announcements can have tags now instead of being grouped into a single channel. You can get an announcement using its ID. You can page announcements and filter them by tags and whether they are archived. You can see a list of all available tags. Some route API overhaul.
2024-11-01 02:49:36 +01:00
oSumAtrIX
267546fc32
build: Set JVM source and target version 2024-07-08 14:02:40 +02:00
oSumAtrIX
01780188b9
build: Update dependencies 2024-07-08 13:49:29 +02:00
oSumAtrIX
4a685a2b53
Send signatures and verify signature of patches file before loading it 2024-07-08 13:49:26 +02:00
oSumAtrIX
6ea63be490
feat: Add OpenAPI docs and cache to routes 2024-07-08 13:49:26 +02:00
oSumAtrIX
80403f7130
feat: Add rate limiting to routes 2024-07-08 13:49:25 +02:00
oSumAtrIX
874383e5af
build: Sign builds 2024-07-08 13:49:23 +02:00
oSumAtrIX
c23cd5cdad
feat: Use Jetty instead of Netty 2024-07-08 13:49:21 +02:00
oSumAtrIX
8d5b09bd02
ci: Setup workflows for proper release 2024-07-08 13:49:20 +02:00
oSumAtrIX
fa2f8b2f86
refactor: Refactor into services and repositories 2024-07-08 13:49:19 +02:00
oSumAtrIX
6c930fff9a
feat: Add /list route 2024-07-08 13:49:19 +02:00
oSumAtrIX
81ef4241de
ci: Fix build 2024-07-08 13:49:17 +02:00
oSumAtrIX
c736a75d92
feat: Setup CI/CD 2024-07-08 13:49:16 +02:00
oSumAtrIX
673efc8038
test: Add initial test for token 2024-07-08 13:49:16 +02:00
oSumAtrIX
42f731854d
feat: Add announcements API 2024-07-08 13:49:15 +02:00
oSumAtrIX
af0b0865f4
feat: Remove Swagger and OpenAPI
Support and features are lacking
2024-07-08 13:49:15 +02:00
oSumAtrIX
a988ffbd23
feat: Add CLI 2024-07-08 13:49:14 +02:00
oSumAtrIX
9999b242ad
feat: Implement more routes and add configuration 2024-07-08 13:49:14 +02:00
oSumAtrIX
8ae50b543e
feat: Initialize project 2024-07-08 13:49:10 +02:00