Husky
81eaeb6b9b
Logging ( #131 )
...
* ci: pull version from package.json on build
* fix: implicit any type
* feat: inital support for logger
* style: fix lint
* feat: move more logging over to pino
* fix: logging around company importing
2025-07-09 12:01:23 +10:00
Pacodastre
f70cb75b35
Adds delete user functionality in admin panel #86 ( #110 )
...
* #86 Adds delete user functionality in admin panel
* Removes unnecessary code
* Prevents current user from deleting itself
2025-06-08 14:49:11 +10:00
DecDuck
67afadec4e
fix: remove jank prisma script, and move to generated prisma client
2025-05-08 16:17:23 +10:00
Huskydog9988
cf700ceda1
fix: type error in $dropFetch
2025-04-15 22:01:24 -04:00
Huskydog9988
297bda6e97
chore: prettier pass
2025-04-15 21:46:34 -04:00
Huskydog9988
bc5ab53b50
fix: last eslint errors
2025-04-15 21:43:27 -04:00
Huskydog9988
0eb29650ca
fix: eslint errors, switch to using maps
2025-04-15 20:04:45 -04:00
Huskydog9988
3961323cca
fix: more eslint issues
2025-04-13 22:10:28 -04:00
DecDuck
6a9480f9e4
feat: allow client-based web tokens
2025-04-08 16:16:40 +10:00
DecDuck
86ddc920e9
fix: re-request fix for $dropFetch
2025-04-01 16:58:53 +11:00
DecDuck
57403a88ff
fix: $dropFetch SSR and rate limiting
2025-04-01 12:02:34 +11:00
DecDuck
3067b4b4d0
merge: husky updates
2025-03-14 13:16:26 +11:00
DecDuck
920ce8b0d0
feat: refactor news and migrate rest of useFetch to $dropFetch
2025-03-14 13:12:04 +11:00
DecDuck
661befba3f
feat: user page & $dropFetch util
2025-03-14 12:22:08 +11:00
DecDuck
240d1364e8
feat: add mac as platform
2025-03-11 19:02:53 +11:00
DecDuck
26f3975c67
feat: file uploads on news articles
2025-03-11 17:51:46 +11:00
DecDuck
26649434f9
fix: news frontend
2025-03-10 12:05:10 +11:00
Aden Lindsay
b670442436
Create useNews.ts
2025-02-02 10:07:24 +10:30
DecDuck
2d5c200db5
feat: mobile ui and other design
2025-01-28 16:24:08 +11:00
DecDuck
438b236c14
feat: refactor & redesign parts of UI
2025-01-28 16:24:08 +11:00
DecDuck
0e631a9228
feat(collections): backend
2025-01-19 16:29:29 +11:00
DecDuck
78a26f5eef
feat(tasks): improved ux
2025-01-14 20:43:22 +11:00
DecDuck
dd001b0f58
feat(import): overhauled version importing
2024-12-31 00:04:50 +11:00
DecDuck
95a293f9a1
fix: moved icons and created PlatformClient so we can use the enum on the frontend
2024-12-24 11:43:36 +11:00
DecDuck
3652d6123c
feat(notifications): added notification system w/ interwoven refactoring
2024-11-16 19:41:19 +11:00
DecDuck
4db9ebe66a
fix(ws): fixed websocket authentication
2024-11-16 18:28:38 +11:00
DecDuck
16ab7fbe3b
feat: new ws handler
2024-11-16 17:03:52 +11:00
DecDuck
fd39b3453a
version importing
2024-10-11 17:16:26 +11:00
DecDuck
37a138aeed
completed game importing; partial work on version importing
2024-10-11 00:37:08 +11:00
DecDuck
68236f5112
task API
...
The Task API allows for an easy way to create long-lived tasks that
require reporting back to user with progress/logs. It will be used in
the upcoming game importing.
2024-10-10 16:13:10 +11:00
DecDuck
ba3c480357
admin ui shell
2024-10-09 15:43:55 +11:00
DecDuck
99db921f07
finished object endpoints
...
Added writing (tested) and deleting (untested) endpoints
2024-10-09 15:08:55 +11:00
DecDuck
661a30107c
object storage + full permission system + testing
...
Object storage now works fully, with the permission system. It still
needs additional external endpoints for updating and deleting objects
from the API, but it is otherwise complete. Further tasks include
writing an S3 adapter.
2024-10-09 14:43:06 +11:00
DecDuck
5e74a555df
ca groundwork
2024-10-07 22:35:54 +11:00