Commit graph

161 commits

Author SHA1 Message Date
508af36704
feat: add Loading component to app.vue
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-28 02:30:18 +02:00
582435a3c7
feat: create custom error page, wip 2025-05-28 02:29:44 +02:00
1783928c36
feat: add / page 2025-05-28 02:29:26 +02:00
073e93cb57
feat: move Loading in auth layout to outside root container 2025-05-28 02:29:05 +02:00
e1cce87cdb
fix: always redirecting to / due to missing if statement in login page 2025-05-28 02:28:09 +02:00
8bfa17631c
feat: add support for redirect_to query param in register page 2025-05-28 02:27:22 +02:00
9f6490d744
feat: add verify-email page, wip 2025-05-28 02:26:17 +02:00
a15f85a082
fix: refresh returning 401 not properly logging you out of client 2025-05-28 02:24:54 +02:00
6a11108ec1
feat: add auth middleware 2025-05-28 02:18:29 +02:00
22ca450651
feat: make Loading component a spinning load circle 2025-05-28 02:17:54 +02:00
8140335518
feat: disable ssr to enable client-side rendering 2025-05-28 02:17:00 +02:00
9981bc4158 feat: add embed field
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 21:06:02 +02:00
c7b853230e
feat: implement fetching of usernames for messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 01:47:48 +02:00
a110e39c2b
feat: change spacing of messages 2025-05-27 01:47:18 +02:00
cc36fc1912
feat: add utilities to fetch guild member and instance user 2025-05-27 01:45:33 +02:00
68292b4e78 fix: ? display uuid instead of the same username for all messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-27 00:32:24 +02:00
e4a338b99c
feat: add back /api to being included in api_base cookie
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:35:33 +02:00
7c89f6c272 feat: set base URL to /web
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:23:23 +02:00
c73fe505a5 ci: fix node path
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 23:14:34 +02:00
f1f4d4f76e
feat: remove /api from being included in api_base cookie
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 22:58:31 +02:00
1d79f680df feat: add Channel component
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-26 22:49:43 +02:00
8ce2d52044 feat: add invite popup component 2025-05-26 22:49:43 +02:00
646ae78776 feat: add components for showing messages 2025-05-26 22:49:43 +02:00
68cd8e10ed feat: add Message class, may remove later 2025-05-26 22:49:43 +02:00
2f0ff0521f feat: update and improve auth composable 2025-05-26 22:49:43 +02:00
c9decc585e feat: add server page 2025-05-26 22:49:43 +02:00
136ca93ce8 feat: move some styles to app.vue 2025-05-26 22:49:43 +02:00
591599f499 feat: remove assets folder due to having moved to lucide icons 2025-05-26 22:49:43 +02:00
b900655896 feat: remove unused index file 2025-05-26 22:49:43 +02:00
64c5f99963 feat: add auth layout 2025-05-26 22:49:43 +02:00
2e3a4ae10d feat: add client layout 2025-05-26 22:49:43 +02:00
1085687c00 feat: add channel page 2025-05-26 22:49:43 +02:00
89cd8ec1bf feat: add file for storing types 2025-05-26 22:49:43 +02:00
358b950af4 feat: add uuid v7 to timestamp converter 2025-05-26 22:49:43 +02:00
3d1d1151bc feat: add sleep function utility 2025-05-26 22:49:43 +02:00
6d4b3d51bc feat: implement fetchWithAuth utility composable 2025-05-26 22:49:43 +02:00
fc9d21d4df feat: remove fetchWithAuth 2025-05-26 22:49:43 +02:00
986c5a90eb feat: add Nuxt Icon module 2025-05-26 22:49:43 +02:00
1c680e85e3 feat: add loading component 2025-05-26 22:49:43 +02:00
fecf6fb6e0 feat: change requests to use apiBase localStorage value 2025-05-26 22:49:43 +02:00
4364e9fa3b feat: move login/register to auth layout, add detecting and setting instance URL 2025-05-26 22:49:43 +02:00
e1f2a5a591 feat: change to use useAuth composable 2025-05-26 22:49:43 +02:00
a4b98ba58a feat: re-added automatic revoke 2025-05-26 22:49:43 +02:00
6aa725fb77 feat: add stats interface 2025-05-26 22:49:43 +02:00
f17aab4a6a feat: add check for access token presence in fetchWithAuth utility and added credentials to request 2025-05-26 22:49:43 +02:00
2bfd1aa833 feat: add useAuth composable for centralized auth management 2025-05-26 22:49:43 +02:00
f04c88b392 feat: add utility function to fetch with authrorization header 2025-05-26 22:49:43 +02:00
8ae492a9f1 ci: use adduser command instead of useradd
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
I'm used to GNU distros and not busybox so i did a little whoopsie
2025-05-05 13:22:39 +02:00
dc3fd58c72 ci: add ci and docker files
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
2025-05-05 13:11:07 +02:00
f37280c3f6
chore: remove unused styles 2025-05-01 22:39:40 +02:00