Bradley Shellnut
|
2eee00a20d
|
Moving around settings and security, fixing left nav to static list, fixing recovery codes generation.
|
2024-09-06 17:35:30 -07:00 |
|
Bradley Shellnut
|
e723c7b66a
|
Refactor hono again.
|
2024-09-04 16:04:41 -07:00 |
|
Bradley Shellnut
|
3aa537f389
|
Refactoring to match simplifying done on the origin TaroStack.
|
2024-09-01 12:22:00 -07:00 |
|
Bradley Shellnut
|
ab4c019406
|
Fixing loading the wishlist and collection on the main landing page and getting your wishlist by id.
|
2024-08-22 19:26:22 -07:00 |
|
Bradley Shellnut
|
60d0706d58
|
Deleting all the old DB folder data and slowly migrating each page.
|
2024-08-15 16:25:41 -07:00 |
|
Bradley Shellnut
|
eeca4e4103
|
Fixing login cookie max-age.
|
2024-08-14 18:07:50 -07:00 |
|
Bradley Shellnut
|
4dbc93f819
|
Fixing build but node version 22 is needed and pre-render fails.
|
2024-08-01 16:46:29 -07:00 |
|
Bradley Shellnut
|
091bcd2e88
|
Refactor to use recovery code on TOTP as separate form.
|
2024-07-14 20:59:51 -07:00 |
|
Bradley Shellnut
|
2098a5cdfd
|
Checking TOTP expiry time.
|
2024-07-12 17:44:45 -07:00 |
|
Bradley Shellnut
|
42292c15b2
|
Using Svelte 5, refactor to use a separate table for user two factor details, and update the whole application to use the new table.
|
2024-07-11 15:53:56 -07:00 |
|
|
|
d83eaadc0b
|
Adding table for two factor codes and utils for tables.
|
2024-07-08 09:09:41 -07:00 |
|
Bradley Shellnut
|
8c47357605
|
Fixing a lot of check issues.
|
2024-06-17 17:37:47 -07:00 |
|
Bradley Shellnut
|
95117cee21
|
Checking fully authenticated vs not fully authd vs not authd at all and performing select actions to login, clear cookie, etc.
|
2024-06-17 13:06:45 -07:00 |
|
Bradley Shellnut
|
e4ff068fe1
|
Starting over migrations, revert schema date string type, using two variables in session for knowing if 2FA is valid, adding checks everywhere on protected routes and APIs.
|
2024-06-11 19:12:12 -07:00 |
|
Bradley Shellnut
|
36aa0636a3
|
Adding not null to games columns, fixing TOTP form, and fixing TOTP verifying.
|
2024-06-08 17:25:01 -07:00 |
|
Bradley Shellnut
|
2609c28619
|
Adding totp enabled to session, restarting migrations, updating many Shadcn svelte components, and refactoring to move 2FA to its own page.
|
2024-06-08 15:09:21 -07:00 |
|
Bradley Shellnut
|
a8eed0d86d
|
Moving drizzle into it's own DB folder and moving all the table types to separate files.
|
2024-05-07 17:19:13 -07:00 |
|
|
|
0b58b3ff8f
|
Changing search to currently just search by like. Adding functions to get order by and direction based on search inputs.
|
2024-04-27 19:52:57 -07:00 |
|
Bradley Shellnut
|
53f3b99133
|
Usage of TOTP Code or Recovery code on login. If recovery code then mark that code as used. Setup disabling of 2FA if a current password is entered.
|
2024-04-11 17:17:45 -07:00 |
|
|
|
389fddc32e
|
Manually adding totp error and converting to use shadcn form on login.
|
2024-04-08 17:47:54 -07:00 |
|
|
|
8b48466c7e
|
Adding show 2FA on login if it is enabled on the user.
|
2024-04-07 22:11:52 -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
|
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 |
|
|
|
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 |
|
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
|
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
|
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 |
|
|
|
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 |
|
|
|
13162f8270
|
Updating shadcn files, moving routes around.
|
2023-09-08 16:30:32 -07:00 |
|