|
|
f729becade
|
Starting 2FA flow.
|
2024-03-24 23:11:25 -07:00 |
|
Bradley Shellnut
|
20c59d7ee5
|
Adding primary boolean to user roles and setting the value to true for 'user' role creation on signup etc.
|
2024-03-19 20:37:01 -07:00 |
|
Bradley Shellnut
|
66eb09b237
|
Blocking admin pages if you don't already have an admin role. Adding add and remove roles to admin page.
|
2024-03-19 12:01:15 -07:00 |
|
Bradley Shellnut
|
5e174c875f
|
Updating schema, adding admin pages, adding page for adding roles to admin on viewing user, block only admin to reach admin page.
|
2024-03-15 12:05:47 -07:00 |
|
Bradley Shellnut
|
c1aaad7f6c
|
Fixing use of nanoid.
|
2024-03-12 12:28:54 -07:00 |
|
Bradley Shellnut
|
ed36285c2f
|
Removing nanoid, changing main id to uuid for all schemas, adding display cuid2, and adding rate limiter to login and signup.
|
2024-03-12 11:34:39 -07:00 |
|
|
|
527906b451
|
Fixing linting issues.
|
2024-03-10 23:19:55 -07:00 |
|
Bradley Shellnut
|
9324de4e74
|
Adding favicon, restrict signup for now, fix seed and migration, and do not set email to empty string on signup.
|
2024-03-02 15:53:02 -08:00 |
|
Bradley Shellnut
|
f3cb74ac7a
|
Adding password reset tokens and API routes for creating and verifying token.
|
2024-03-01 18:00:27 -08:00 |
|
Bradley Shellnut
|
8185bb76f6
|
Fixing update password and sign out redirect.
|
2024-03-01 17:17:13 -08:00 |
|
Bradley Shellnut
|
bc95947fd1
|
Adding flash message to login redirects.
|
2024-02-29 17:11:07 -08:00 |
|
Bradley Shellnut
|
3596a5dcd6
|
Fix profile update and toast works now.
|
2024-02-27 22:49:21 -08:00 |
|
|
|
8f9db3fea5
|
Moving validations to separate folder, upgrading superforms v2, and shadcn components.
|
2024-02-25 22:59:29 -08:00 |
|
|
|
b7d7113262
|
Updating schema to have more foreign key constraints in line with prisma migration and primary key on join tables.
|
2024-02-19 00:22:05 -08:00 |
|
|
|
bbb6df0fec
|
Change prisma to drizzle in password change, profile update, collection page, and wishlist page.
|
2024-02-18 00:03:08 -08:00 |
|
|
|
9a87af4c3c
|
Fix seeder and fix the schema for password and confirm password.
|
2024-02-17 00:10:19 -08:00 |
|
Bradley Shellnut
|
0c4f93e39c
|
Update dependencies, fix logo on landing and auth.
|
2024-02-15 17:18:37 -08:00 |
|
Bradley Shellnut
|
baafd75839
|
Moving drizzle from MySQL to Postgres because more features exist there I like and am used to.
|
2024-02-08 18:56:09 -08:00 |
|
Bradley Shellnut
|
9a34d0efec
|
Fixing signup creation of lists.
|
2024-02-07 19:37:54 -08:00 |
|
Bradley Shellnut
|
e91b308f97
|
Update dependencies and fix username taken.
|
2024-02-07 17:53:02 -08:00 |
|
Bradley Shellnut
|
049a9536c4
|
Update dependencies, fix most of signup, add seed file for Drizzle and command.
|
2024-02-07 17:16:17 -08:00 |
|
Bradley Shellnut
|
8e1d453c13
|
Starting signup creation of user. MySQL cannot return after insert and requerying with username.
|
2024-02-06 17:08:03 -08:00 |
|
Bradley Shellnut
|
9f4aafe658
|
Adding ip country and address to the session DB, updating libraries and Lucia beta, updating auth flows for newest lucia changes.
|
2024-01-18 16:57:15 -08:00 |
|
Bradley Shellnut
|
daa9a628d1
|
Upgrading to SvelteKit v2, fixing headers render, and adding random games search. Also add badge component and put in the Game details page.
|
2023-12-26 17:26:39 -08:00 |
|
Bradley Shellnut
|
527866b1d2
|
Updating auth logic for v3 lucia, fixing types, upgrading dependencies.
|
2023-12-19 17:54:39 -08:00 |
|
Bradley Shellnut
|
b290f3092f
|
Upgrade to v3 Lucia, change all auth layers, upgrade all dependencies, and update eslint.
|
2023-12-14 17:53:15 -08:00 |
|
Bradley Shellnut
|
d13484a105
|
Updating all dependencies and moving throw errors outside try catches.
|
2023-12-04 22:25:43 -08:00 |
|
|
|
3997e4e49b
|
Manipulating logo on auth screen for different sizes.
|
2023-11-12 22:04:44 -08:00 |
|
|
|
79fde8beb8
|
Adding explicit types to load and actions, adding the page indicator from Syntax.fm, and hex for that color.
|
2023-11-04 23:20:34 -07:00 |
|
|
|
4e300a72a1
|
Fixing prisma issues by removing from locals and just using as singleton import. Upgrading libraries.
|
2023-11-04 17:03:28 -07:00 |
|
|
|
7d334f9cb7
|
Big changes. Added Sentry at least for now for error tracking to get this up. Moved prisma client generation to the server hooks and passing in locals. Refactor to use prisma in locals. Creating expansions and linking while displaying on Game page.
|
2023-10-17 22:28:53 +13:00 |
|
|
|
fa138fe8a3
|
Change prisma import to not have .js
|
2023-10-16 15:42:34 +13:00 |
|
|
|
54c7460fc4
|
Implementing logged in password change.
|
2023-09-20 12:46:32 +12:00 |
|
|
|
140b312916
|
Renaming transition and adding to the auth layout.
|
2023-09-19 12:48:39 +12:00 |
|
|
|
3ead1dc357
|
Fix loading shown on login, add base enhance to logout and show loading UI with toast on success.
|
2023-09-18 21:42:09 +12:00 |
|
|
|
fb565c1593
|
Fixing menu links to work and submit to logout still working. Fix background on loader.
|
2023-09-18 12:09:44 +12:00 |
|
|
|
66ef49436f
|
Fixing utils helper, changing header for logged in to be a dropdown menu, adding list and signout to dropdown, adding spinner to logout.
|
2023-09-18 09:28:15 +12:00 |
|
|
|
7b858dfb2c
|
Adding privacy and terms pages, adding svelte meta tags package, and adding defaults for meta tags.
|
2023-09-13 17:08:54 -07:00 |
|
|
|
0a6c8d013b
|
Close sheet on logout and temp fix for showing auth forms on small screens.
|
2023-09-12 23:07:29 -07:00 |
|
|
|
df665376ef
|
Fixing up logged in sheet.
|
2023-09-12 16:49:04 -07:00 |
|
|
|
0ca51dd6f3
|
Merge branch 'shadcn-svelte' of github.com:BradNut/boredgame into shadcn-auth-refactor
|
2023-09-12 12:02:38 -07:00 |
|
|
|
3d37c62392
|
Reverting auth refactor.
|
2023-09-11 17:31:15 -07:00 |
|
|
|
2f54c1189e
|
Trying to fix auth refactor.
|
2023-09-11 17:29:15 -07:00 |
|
|
|
485615b5bb
|
feat: 🎨 Move routes around, add auth layout, move postcss file
|
2023-09-11 15:15:53 -07:00 |
|
|
|
13162f8270
|
Updating shadcn files, moving routes around.
|
2023-09-08 16:30:32 -07:00 |
|