Konsti Wohlwend
|
cf95bb707f
|
Raw project query (#382)
|
2024-12-28 11:47:09 -08:00 |
|
Konstantin Wohlwend
|
42c5e2fe49
|
Fix STACK-SERVER-NH
|
2024-12-27 11:17:51 -08:00 |
|
Konstantin Wohlwend
|
4199f929bf
|
object-curly-spacing rule
|
2024-12-23 19:37:05 -08:00 |
|
Konstantin Wohlwend
|
b46bdc8f04
|
Fix STACK-BACKEND-5K
|
2024-12-23 19:16:24 -08:00 |
|
Zai Shi
|
f36f349e8f
|
fixed schema
|
2024-12-23 16:16:19 -08:00 |
|
Zai Shi
|
71a479a1f2
|
added jwks url
|
2024-12-23 15:51:24 -08:00 |
|
Zai Shi
|
02be71b55d
|
fixed type error
|
2024-12-23 15:42:42 -08:00 |
|
Zai Shi
|
15697f5273
|
added update password button
|
2024-12-23 15:36:08 -08:00 |
|
CactusBlue
|
cd35e8cdc4
|
Dashboard Metrics (#361)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
|
2024-12-22 12:02:21 -08:00 |
|
Zai Shi
|
534fef5d62
|
Added custom SMTP email server testing on the dashboard (#376)
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
|
2024-12-20 19:04:05 +01:00 |
|
Konstantin Wohlwend
|
dad1b2aa56
|
Update "dashboard API no longer available" message
|
2024-12-19 12:10:54 -08:00 |
|
Konstantin Wohlwend
|
bb05f96ff5
|
Fix types
|
2024-12-19 11:19:41 -08:00 |
|
Konstantin Wohlwend
|
4e251311b6
|
Don't fetch users table twice
|
2024-12-18 22:45:56 -08:00 |
|
Konstantin Wohlwend
|
ae2c8f561d
|
Dev launchpad
|
2024-12-18 11:37:13 -08:00 |
|
Zai Shi
|
cf0e6b9d63
|
Fixed permission filtering (#373)
|
2024-12-17 22:58:57 +01:00 |
|
Zai Shi
|
fd1ee1b11e
|
neon confirm page feedback 1 and 2
|
2024-12-16 13:46:33 -08:00 |
|
Konstantin Wohlwend
|
a54ad4d264
|
Fix OAuth sign up when no email is available
|
2024-12-11 19:31:24 -08:00 |
|
Konstantin Wohlwend
|
f145e597c0
|
Increase Sentry maxValueLength
|
2024-12-11 18:56:42 -08:00 |
|
Konstantin Wohlwend
|
2f9a48cc3f
|
Sentry request contexts
|
2024-12-11 18:21:24 -08:00 |
|
Konstantin Wohlwend
|
f5e7b482c4
|
Fix dashboard
|
2024-12-11 16:01:09 -08:00 |
|
Konstantin Wohlwend
|
c8a1c19632
|
Add unhandled rejection handlers for browser
|
2024-12-11 15:43:07 -08:00 |
|
Konstantin Wohlwend
|
37928baf80
|
Client browser compat info on dashboard
|
2024-12-11 15:31:56 -08:00 |
|
Konstantin Wohlwend
|
032bc7c63a
|
Browser compat debug info
|
2024-12-11 15:31:19 -08:00 |
|
Konstantin Wohlwend
|
6bf2c2b33d
|
Fix USER_AUTHENTICATION_REQUIRED error on signout
|
2024-12-11 14:46:17 -08:00 |
|
Konstantin Wohlwend
|
8638cf78ad
|
Update Neon branding
|
2024-12-11 09:50:49 -08:00 |
|
Konstantin Wohlwend
|
844056f509
|
Fix domains page
|
2024-12-10 17:33:56 -08:00 |
|
Konstantin Wohlwend
|
8d6bf87200
|
Fix trusted domains table
|
2024-12-10 14:30:52 -08:00 |
|
Konsti Wohlwend
|
0413706c39
|
Upgrade backend to Next.js 15 (#360)
|
2024-12-10 00:11:13 -08:00 |
|
Konstantin Wohlwend
|
b8a7e911ea
|
Fix "Domain was somehow not a valid URL"
|
2024-12-09 23:58:03 -08:00 |
|
Konstantin Wohlwend
|
5cfc65c9ca
|
Fix lint
|
2024-12-09 23:35:41 -08:00 |
|
CactusBlue
|
1f0bc715ca
|
accessibility props for sidebar sheet (#362)
|
2024-12-09 19:02:12 -08:00 |
|
Konsti Wohlwend
|
22676c563b
|
Neon project provision (#358)
|
2024-12-08 11:44:35 -08:00 |
|
Konstantin Wohlwend
|
79dec9f3c2
|
Smaller Neon fixes
|
2024-12-06 13:04:18 -08:00 |
|
Konstantin Wohlwend
|
b8b4ab98c1
|
Neon OAuth "Create new project" flow
|
2024-12-05 19:54:59 -08:00 |
|
Zai Shi
|
918f205bd9
|
Self-host docker (#353)
|
2024-12-01 15:57:51 +01:00 |
|
Konsti Wohlwend
|
cec718f542
|
Identity Provider/External OAuth (#323)
Co-authored-by: moritz <moritsch@student.ethz.ch>
|
2024-11-30 23:27:55 -08:00 |
|
Zai Shi
|
3b786eaea1
|
fixed user list fetch all
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
|
2024-11-30 10:03:23 +01:00 |
|
Konstantin Wohlwend
|
b123b33cc3
|
"User count" -> "Total"
|
2024-11-28 11:47:23 -08:00 |
|
Zai Shi
|
cd7e87ee22
|
added user count to the user dashboard
|
2024-11-27 12:28:31 +01:00 |
|
Konstantin Wohlwend
|
c1b8601341
|
Advanced team invitations
|
2024-11-26 17:12:57 +01:00 |
|
Konsti Wohlwend
|
daa2aa1da0
|
Sentry fixes (#347)
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
|
2024-11-23 00:17:52 +01:00 |
|
Konstantin Wohlwend
|
d0ee3c0504
|
Fix build
|
2024-11-22 23:31:02 +01:00 |
|
Konstantin Wohlwend
|
3158828155
|
Fix Sentry
|
2024-11-22 23:25:23 +01:00 |
|
Konstantin Wohlwend
|
24db0a675e
|
Allow no DSN in Sentry
|
2024-11-22 23:19:58 +01:00 |
|
Konstantin Wohlwend
|
7a9a11fab7
|
Fix Sentry setup
|
2024-11-22 23:16:17 +01:00 |
|
Konstantin Wohlwend
|
c6ed648b01
|
Don't show NEXT_PUBLIC_STACK_URL on prod
|
2024-11-22 19:21:01 +01:00 |
|
Konstantin Wohlwend
|
f540ec3015
|
Include NEXT_PUBLIC_STACK_URL in the onboarding screen
|
2024-11-22 19:18:10 +01:00 |
|
Konstantin Wohlwend
|
072bd623a4
|
Make error handler debug page dynamic
|
2024-11-22 19:13:27 +01:00 |
|
Konstantin Wohlwend
|
32e32d502a
|
Upgrade Sentry
|
2024-11-22 19:06:34 +01:00 |
|
Konstantin Wohlwend
|
1f84ff59aa
|
Create users endpoint can now take a password hash
|
2024-11-20 03:26:22 +01:00 |
|