Commit graph

541 commits

Author SHA1 Message Date
Jared Palmer
5912336152 Fix preview sign-in 2023-06-22 15:10:55 -07:00
Jared Palmer
ee2113d9f5 Use /sign-in during development too 2023-06-22 15:10:27 -07:00
Jared Palmer
7c5c23d480 Upgrade next-auth 2023-06-22 15:09:21 -07:00
Jared Palmer
d56da6cb0a Remove debugger statement 2023-06-22 15:08:28 -07:00
Jared Palmer
05b819dce5 Fix lockfile 2023-06-22 11:10:08 -07:00
Jared Palmer
f957405d53 Update auth for preview environments 2023-06-22 11:02:20 -07:00
Jared Palmer
74362693ca Fix og image 2023-06-22 10:54:54 -07:00
Jared Palmer
c8aefcab04 Force auth 2023-06-22 10:37:35 -07:00
Jared Palmer
1cc1beb63e Clean up deps 2023-06-22 08:01:10 -07:00
Shu Ding
8c30c1fc11
chore: upgrade @auth/nextjs (#76) 2023-06-22 15:15:15 +02:00
Balázs Orbán
8a5b2fdf84
Merge branch 'main' into fix/next-auth-protocol-detection 2023-06-22 14:39:50 +02:00
Balázs Orbán
5ea44801d7 fix: upgrade @auth/nextjs 2023-06-22 14:36:24 +02:00
Jared Palmer
2dad717072 Send a callbackUrl to /sign-in 2023-06-21 16:26:19 -07:00
Jared Palmer
0117cdfa54 Fix auth 2023-06-21 14:42:18 -07:00
Jared Palmer
e9e40d7a08 Revert "Merge pull request #74 from vercel-labs:jp/next-auth"
This reverts commit 6051e186b5, reversing
changes made to 28f62d80cf.
2023-06-21 14:32:54 -07:00
Jared Palmer
6051e186b5
Merge pull request #74 from vercel-labs:jp/next-auth
Fix next-auth until [...next-auth]/route.ts supports edge
2023-06-21 14:30:02 -07:00
Jared Palmer
f2ae20d26b Fix next-auth 2023-06-21 14:29:19 -07:00
Jared Palmer
28f62d80cf Remove auth at edge 2023-06-21 14:24:27 -07:00
Jared Palmer
8841f5570f Revert all next-auth changes 2023-06-21 14:19:13 -07:00
Jared Palmer
6f51b01621 Revert next-auth 2023-06-21 14:12:59 -07:00
Jared Palmer
aa1b55b425 Revert next-auth 2023-06-21 14:10:32 -07:00
Jared Palmer
b9c111b389 Bump next-auth 2023-06-21 14:05:00 -07:00
Jared Palmer
9d63e761a8 Only ask for tokens on preview 2023-06-21 14:01:05 -07:00
Jared Palmer
b5f61e75f2 Revert next-auth upgrade 2023-06-21 13:32:05 -07:00
Jared Palmer
e8003b2c22 Fix deployment to Vercel 2023-06-21 11:17:59 -07:00
Jared Palmer
3bcaa6fe6e Fix next-auth in lockfile 2023-06-21 11:07:22 -07:00
Jared Palmer
1b3dc4a404 Fix share header 2023-06-21 08:23:16 -07:00
迷渡
f326b47f6e
fix: send message on Enter keypress only when not in input method mode (#63) 2023-06-21 08:19:38 -07:00
Ikko Eltociear Ashimine
96a386b9d6
Update README.md (#50) 2023-06-21 08:13:37 -07:00
Nova Tsui
6b816e26a7
fix: Fix metadata title generation in chat pages (#41) 2023-06-21 08:13:25 -07:00
Anibal
41e3b69c1c
fix: Adds max height to form box (#51) 2023-06-21 08:13:04 -07:00
Jared Palmer
b2c0023e52
Update .env.example (#60) 2023-06-21 08:11:51 -07:00
Jared Palmer
71eaefe724
Update .env.example
Co-authored-by: Tomás <tomas2387@gmail.com>
2023-06-21 08:11:38 -07:00
Jared Palmer
4865c7c883
fix: Repeated tailwind extend fontFamily (#64) 2023-06-21 08:09:00 -07:00
Jared Palmer
17cba5d7b4
fix: Reduce ineffective triggering of the clipboard (#65) 2023-06-21 08:08:00 -07:00
Jared Palmer
255ce6394e
fix: Do not send empty messages. (#66) 2023-06-21 08:04:49 -07:00
Ethan Liu
62de89520a fix: Do not send empty messages. 2023-06-21 12:24:50 +08:00
Ethan Liu
25361c847b fix: Reduce ineffective triggering of the clipboard 2023-06-21 12:20:49 +08:00
Ethan Liu
476c696dae fix: Repeated tailwind extend fontFamily 2023-06-21 09:39:54 +08:00
Jared Palmer
cfd367baf9
clearChats (#62) 2023-06-20 20:26:59 -04:00
UrNas
805639dba4 check chats length before run kv.pipeline() otherwise get empty pipeline 2023-06-21 02:01:22 +03:00
jphyqr
26143d6bac
Update .env.example
update with help to turn on billing account as if you start project without one you don't get proper error messaging
2023-06-20 13:24:03 -06:00
Shu Ding
7aacacb9bc
fix(ts): add back DefaultSession types (#57) 2023-06-20 17:53:46 +02:00
Balázs Orbán
7c7f0fac97
fix(ts): add back DefaultSession types 2023-06-20 16:50:12 +01:00
Shu Ding
2b6159e804
chore: upgrade next-auth (#56) 2023-06-20 17:25:03 +02:00
Balázs Orbán
09645780b2 chore: upgrade next-auth 2023-06-20 17:22:04 +02:00
Shu Ding
11ef898222
chore: upgrade next-auth (#55) 2023-06-20 15:51:59 +02:00
Balázs Orbán
8a84093a78 Merge branch 'chore/upgrade-next-auth' of github.com:balazsorban44/ai-chatbot into chore/upgrade-next-auth 2023-06-20 15:51:13 +02:00
Balázs Orbán
14fafb9940 remove pnpm override 2023-06-20 15:51:10 +02:00
Balázs Orbán
32f1edb36c
Update auth.ts 2023-06-20 14:38:04 +01:00