Commit Graph

3290 Commits

Author SHA1 Message Date
Stan Wohlwend
1a2b504d71 chore: update package versions 2024-05-23 18:05:03 +02:00
Stan Wohlwend
be045218cd Use WebCrypto for UUID generation 2024-05-23 18:04:12 +02:00
Stan Wohlwend
0b941799f8 chore: update package versions 2024-05-23 15:39:34 +02:00
Stan Wohlwend
f8de97a19d Fix build errors 2024-05-23 15:32:22 +02:00
Stan Wohlwend
3c3b583efb Better request validation error message 2024-05-23 15:27:42 +02:00
Stan Wohlwend
e4a8e2f841 useUser now takes tokenStore option 2024-05-23 15:24:06 +02:00
Cole Robertson
b6f18d1992
Fix code example typo in getting-started (#45) 2024-05-23 09:52:50 +02:00
Cole Robertson
d657fddaee
Fix broken dashboard link on setup docs (#46) 2024-05-23 09:51:21 +02:00
Stan Wohlwend
ae5ff58175 OAuth button alignment improvements 2024-05-21 17:31:28 +02:00
Stan Wohlwend
fd5af14faa redirectToX works in server components 2024-05-21 16:35:31 +02:00
Stan Wohlwend
5fb66aa13c Compile-time import scrambling 2024-05-21 15:28:48 +02:00
Stan Wohlwend
52ad3c8ccf chore: update package versions 2024-05-21 12:27:06 +02:00
Stan Wohlwend
eeadf5f7c6 Remove unnecessary import 2024-05-21 12:25:23 +02:00
Stan Wohlwend
237d9d6de5 Replace crypto-browserify with webcrypto 2024-05-21 12:23:51 +02:00
Stan Wohlwend
23fd2519f4 init-stack for TS 2024-05-21 11:53:19 +02:00
Stan Wohlwend
16c1d8030c Global error uses JS redirect 2024-05-21 11:47:26 +02:00
Stan Wohlwend
9c0e56520f chore: update package versions 2024-05-21 11:28:07 +02:00
Stan Wohlwend
b3b576f4d7 Use crypto-browserify 2024-05-21 11:04:17 +02:00
Stan Wohlwend
adcdd8ca2c Global error page redirect 2024-05-21 10:09:07 +02:00
Stan Wohlwend
221341a732 "If you weren't redirected, click here" 2024-05-21 09:56:09 +02:00
Zai Shi
8e0eb8f472
Added selected team to the user object (#42)
* added selected team

* fixed hooks order bug

* fixed bug

* removed test code

* fixed db schema
2024-05-21 08:11:28 +02:00
Stan Wohlwend
982fbb7f61 DevErrorNotifier 2024-05-20 12:55:27 +02:00
Stan Wohlwend
cddf16fa3d Fix build errors 2024-05-20 12:33:37 +02:00
Stan Wohlwend
c1e2b5d741 Fix color mode switcher when switching from system 2024-05-20 12:26:10 +02:00
Stan Wohlwend
6234b28b60 Slightly improved reload management 2024-05-20 12:19:16 +02:00
Zai Shi
af1f0fe649
automatically redirect for sign-in/sign-up when a user already exists (#41) 2024-05-20 11:16:11 +02:00
Zai Shi
c5ec7633e7
Updated docs, added why stack, completed custom sign-in/sign-up examples (#40)
* fixed color theme

* put two setup methods into tabs

* added why stack

* re-ordered files

* updated why stack

* added custom user information section

* updated signup docs

* added example custom pages

* updated sign up docs

* updated custom magic link docs

* added redirect comments

* updated doc links

* fixed lint

* fixed loading indicator types
2024-05-20 09:56:02 +02:00
Stan Wohlwend
36752d2d39 Slightly improve error handling 2024-05-20 01:49:10 +02:00
Zai Shi
040ec072f3
Added dashboard email configuration & user permission edit (#39)
* added form setting card

* removed unused code

* added custom email server page

* added email configuration dialog

* added sender name

* Update email server settings labels for clarity

* added email config update endpoint

* fixed update bugs

* fixed bugs

* fixed type errors

* moved senderName to standard config, check secure setting by port

* fixed duplicate settings

* fixed build errors, added migration

* updated tooltips

* fixed tooltip display bug

* added user permission edit
2024-05-18 19:32:27 +02:00
Stan Wohlwend
21bc179347 Remove unnecessary log statement 2024-05-18 17:51:45 +02:00
Stan Wohlwend
be7dc37a02 Fix switch & button loading 2024-05-18 17:51:18 +02:00
Stan Wohlwend
fa1f2a73a9 Improved dashboard descriptions 2024-05-18 13:43:30 +02:00
Stan Wohlwend
04cc355087 More SmartForms 2024-05-18 11:26:54 +02:00
Stan Wohlwend
baa8d70a14 Trusted domains SmartForm 2024-05-18 11:13:46 +02:00
Stan Wohlwend
c4a16ad2a9 SmartForm 2024-05-18 10:51:55 +02:00
Zai Shi
92a4a18632 fixed show configuration link 2024-05-17 16:13:15 +02:00
Zai Shi
8848adf5cb
Added project settings & fixed api key generation bug (#38)
* added project setting page, restructured tooltip

* removed danger zone

* updated page structures, moved environments to project setting

* renamed pages and page-clients

* fixed meta data, added emails page

* fixed api key projectId bug
2024-05-17 16:08:07 +02:00
Stan Wohlwend
393c0a2721 Make whitespace between checkbox and label clickable 2024-05-17 13:43:42 +02:00
Stan Wohlwend
59f831def5 Table hover only if row is clickable 2024-05-17 13:09:29 +02:00
Stan Wohlwend
db54bede80 Better small display support 2024-05-17 12:46:46 +02:00
Stan Wohlwend
04c233adaa Remove transitions 2024-05-17 12:18:13 +02:00
Stan Wohlwend
c1e9c4478b chore: update package versions 2024-05-17 11:59:46 +02:00
Zai Shi
7a21ee2907 change emailVerified column to icon 2024-05-16 23:01:40 +02:00
Stan Wohlwend
ca5dab17fa chore: update package versions 2024-05-16 22:26:39 +02:00
Zai Shi
796ea4d53c Merge branch 'dev' of github.com:stackframe-projects/stack into dev 2024-05-16 22:05:46 +02:00
Zai Shi
cee5fbfb2a updated logo 2024-05-16 22:05:44 +02:00
Zai Shi
aa13de8bc0
Update README.md 2024-05-16 17:52:55 +02:00
Zai Shi
f3033060c8
Update README.md 2024-05-16 17:49:26 +02:00
Zai Shi
ef56a417b2 fixed permission edit ui 2024-05-16 17:35:11 +02:00
Zai Shi
a8a7fb3886 removed badge hover 2024-05-16 17:25:50 +02:00