Stan Wohlwend
4e0755454e
Update README
2024-04-26 23:58:49 +02:00
Stan Wohlwend
aff6e3abc2
chore: update package versions
2024-04-26 14:00:52 +02:00
Stan Wohlwend
27afc65670
Confetti promise
2024-04-26 09:59:51 +02:00
Stan Wohlwend
38365de971
Fix build error
2024-04-26 09:58:48 +02:00
Zai Shi
1279814368
Documentation for User, useUser, and useStackApp ( #18 )
...
* updated useUser docs, removed empty docs
* updated user doc
* added server user docs
* added docs for useStackApp
* fixed broken link
2024-04-25 14:41:17 +02:00
Zai Shi
4a61b32c80
added readme to stack package
2024-04-25 11:12:07 +02:00
Stan Wohlwend
479c8ff528
GitHub actions linting ( #17 )
2024-04-24 15:37:30 +02:00
Zai Shi
66f6c86ddf
Basic Unit Tests ( #15 )
...
* added basic api testing framework
* added credential signup test
* added current user test
* added github action
* fixed bugs in action file
* updated action
* added pnpm setup
* added dependency install
* updated pnpm lock
* only run server tests
* added new package for e2e test
* removed unused tests
* updated action
* updated test command
* added env var reading
* fixed typo
* fixed typo
* fixed unit tests with staging
* added delay e2e test
* added start server to action
* fixed typo
* fix aciton
* updated github action
* fixed bugs
* fixed eslint error
2024-04-24 14:24:56 +02:00
Stan Wohlwend
8dae0fd60c
Fix STACK-SERVER-Q
2024-04-24 14:18:40 +02:00
Stan Wohlwend
1f6ebac9b3
Wizard now suggests creating new API key
2024-04-24 13:58:47 +02:00
Stan Wohlwend
161f628f80
Update changelog
2024-04-24 12:39:05 +02:00
Stan Wohlwend
0ce01d8f79
chore: update package versions
2024-04-24 12:37:02 +02:00
Stan Wohlwend
0176f82a8b
Update docs
2024-04-24 12:20:31 +02:00
Stan Wohlwend
c808c20f3d
Delete package-lock.json
2024-04-24 12:20:31 +02:00
Stan Wohlwend
c33d9d7b2a
Update setup wizard package.json
2024-04-24 12:20:31 +02:00
Stan Wohlwend
ae21d9d23c
Setup wizard
2024-04-24 12:20:31 +02:00
Stan Wohlwend
083cccb511
chore: update package versions
2024-04-24 10:59:50 +02:00
Zai Shi
2e6a04270c
Magic link dashboard toggle ( #16 )
...
* added magiclink dashboard toggle
* updated names on dashboard
* updated browser tab title
2024-04-23 15:24:42 +02:00
Stan Wohlwend
628674ef90
Bump package versions
2024-04-23 12:11:26 +02:00
Stan Wohlwend
5e3004c18b
Improved error handling
2024-04-23 12:02:18 +02:00
Stan Wohlwend
13cb201369
Add README to files on npm
2024-04-22 14:03:11 +02:00
Stan Wohlwend
de3054d21f
Bump versions
2024-04-22 14:01:55 +02:00
Stan Wohlwend
28c5692d99
Log path name on timeout
2024-04-21 17:31:20 +02:00
Stan Wohlwend
f51da1b2fa
Fix timeout on error
2024-04-21 17:28:47 +02:00
Stan Wohlwend
cc238f7045
Use same e-mail validation logic on front- and backend
2024-04-21 17:15:20 +02:00
Stan Wohlwend
6366d56b06
Increase function timeout
2024-04-21 16:47:23 +02:00
Stan Wohlwend
1a5ab65522
Bump package versions
2024-04-21 15:40:13 +02:00
Stan Wohlwend
3cbc164f52
Fix typo
2024-04-21 15:25:54 +02:00
Stan Wohlwend
deaa2b4172
Refer user to dashboard on demo
2024-04-21 15:16:21 +02:00
Stan Wohlwend
d6166a058b
Improve 403 error messages
2024-04-20 16:04:50 +02:00
Stan Wohlwend
755b2322df
Transparent background in Joy UI stack-ui templates
2024-04-20 15:52:46 +02:00
Stan Wohlwend
192cd256d8
Don't crash when trying to access a deleted user
2024-04-20 15:49:16 +02:00
Zai Shi
96c26a7918
Magic link ( #13 )
...
* added magic link email, updated email template
* added magic link ui and db schema
* restructured sign in sign up page
* updated example custom button
* added joy tabs
* fixed bugs, added magic link errors, abstracted token creation
* added magic link callback
* fixed token bugs
* added more auth information to user object
* added changeset
2024-04-20 12:33:11 +02:00
Stan Wohlwend
a5f9587f22
current-user should be null if project ID is wrong
2024-04-19 19:14:50 +02:00
Stan Wohlwend
3b9e96e460
UX improvements
2024-04-19 18:52:01 +02:00
Stan Wohlwend
44b14ec413
Add hint for demo
2024-04-18 17:44:28 +02:00
Zai Shi
f4bd7bd22e
added dashbord to readme
2024-04-17 09:42:01 +02:00
Zai Shi
dea8ad400b
bumped version
2024-04-17 09:11:19 +02:00
Zai Shi
0ce85942fe
trigger build
2024-04-16 18:11:26 +02:00
Zai Shi
c914682309
trigger build
2024-04-16 18:06:03 +02:00
Zai Shi
5909ecd5df
added changeset
2024-04-16 15:57:07 +02:00
Zai Shi
6a0114c431
fixed render order bug
2024-04-16 15:54:18 +02:00
Stan Wohlwend
1c93fe13ae
suppressHydrationWarning for <body />
2024-04-16 15:32:52 +02:00
Zai Shi
1ca01ca261
Moved ownedProjects related functionalities to the user ( #11 )
...
* moved owned projects to user
* added internal user type
* removed old comments
* fixed type bug
2024-04-16 15:23:53 +02:00
Zai Shi
246669d779
fixed vertical centering of stack server signin
2024-04-16 12:08:08 +02:00
Zai Shi
72711f758b
await send email in signup
2024-04-16 09:10:50 +02:00
Zai Shi
d355f70916
added z index for user button
2024-04-15 19:21:31 +02:00
Zai Shi
f073de1691
added secure as a env var for email
2024-04-15 19:07:34 +02:00
Zai Shi
954260c28f
updated email setting for compatibility
2024-04-15 18:12:59 +02:00
Zai Shi
b4677ff272
bumped version
2024-04-15 16:55:56 +02:00