Commit graph

404 commits

Author SHA1 Message Date
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
45e9e5adb7 chore: Updating dependencies 2024-04-26 17:56:59 -07:00
Bradley Shellnut
a7474cbbbd Update dependencies, change generate token based on new lucia method, and replace fails. 2024-04-25 11:26:05 -07:00
Bradley Shellnut
085cb2ef27 Update dependencies, fix dropdown links to collections and wishlists, and fix error 404 page. 2024-04-23 14:35:51 -07:00
Bradley Shellnut
ad5062b91c Fixing code and naming. 2024-04-17 13:57:25 -07:00
Bradley Shellnut
842e9c72bf Fixing wishlist, collection, and individual of those pages. 2024-04-17 12:02:51 -07:00
Bradley Shellnut
abe4f129c4 Fixing schema import for new pages. 2024-04-17 10:56:33 -07:00
Bradley Shellnut
53fdc51ee7 Creating specific id collection and wishlist pages as well as name to both. 2024-04-16 18:38:43 -07:00
Bradley Shellnut
524f3bbe8b Update svelte vite plugin. 2024-04-12 10:24:54 -07:00
5fb8c17086 Remove sentry and planetscale. 2024-04-11 22:42:26 -07:00
0a356c9863 Remove sentry. 2024-04-11 22:05:26 -07:00
018399b6ce PNPM v8 2024-04-11 21:56:18 -07:00
df15b4c3a7 Just revert back. 2024-04-11 21:54:49 -07:00
914f033417 Adding compiled lock. 2024-04-11 21:49:52 -07:00
e45cb8d26b Remove engines. 2024-04-11 21:49:15 -07:00
21bd503aa2 Downgrade vite. 2024-04-11 21:47:02 -07:00
caf54f4ecf Adding back lock. 2024-04-11 21:23:14 -07:00
b7b7e2cb3b Remove pnpm version. 2024-04-11 21:21:13 -07:00
552d338257 Delete lock. 2024-04-11 21:19:14 -07:00
97acc7ece6 Trying to revert package. 2024-04-11 21:08:59 -07:00
Bradley Shellnut
3eaa2e096c Revert vite plugin svelte. 2024-04-11 18:52:45 -07:00
Bradley Shellnut
33b8b8262c Update latest dependencies. 2024-04-11 18:47:32 -07:00
Bradley Shellnut
2f08b713ef Remove random file. 2024-04-11 18:43:07 -07:00
Bradley Shellnut
89f5d345c3 Update dependencies. 2024-04-11 17:38:39 -07:00
Bradley Shellnut
f9123eea53
Merge pull request #16 from BradNut/two-factor
Two factor
2024-04-11 17:27:10 -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
826d06113d Separate page for two factory recovery codes. 2024-04-06 23:59:59 -07:00
Bradley Shellnut
4880b87922 Writing code to send recovery to it's own page. 2024-04-05 16:10:12 -07:00
564c58a2c6 Creating recovery codes and starting to return to UI, adding seed data for initial admin user, and update dependencies. 2024-04-04 15:08:18 -07:00
Bradley Shellnut
8c5cda1ebc Adding two factor code generation. 2024-03-29 17:40:02 -07:00
f729becade Starting 2FA flow. 2024-03-24 23:11:25 -07:00
Bradley Shellnut
716e2e7d28 Trying to fix auth cookie. 2024-03-21 17:20:50 -07:00
Bradley Shellnut
e6ea744f0a Fixing auth cookie value to be vercel url or backup. 2024-03-21 15:40:21 -07:00
Bradley Shellnut
c01418805b Updating dependencies and fixing mobile issues. 2024-03-21 12:27:32 -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
82de351c03 Adding flash message on role add and remove. Protecting routes with flash messages. 2024-03-19 20:09:25 -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
e7d1df356e Removing hopefully that last of prisma, convert the files to use drizzle, and fix shadcn-svelte pagination with newer lucide icon. 2024-03-10 12:09:37 -07:00
a267cb5193 Removing the rest of prisma from files. 2024-03-10 00:02:17 -08:00
bd7d944ad1 Cleaning up and removing prisma. 2024-03-08 11:03:34 -08:00