Mihovil Ilakovac
|
3faee611ac
|
Automatic CRUD (#1197)
|
2023-06-14 16:55:07 +02:00 |
|
Filip Sodić
|
89dbb49160
|
Ensure operation payloads are serializable (#1252)
|
2023-06-14 15:53:39 +02:00 |
|
Filip Sodić
|
b6cf4ec8ae
|
Update TypeScript to version 5.1 (#1143)
|
2023-06-14 15:42:19 +02:00 |
|
Mihovil Ilakovac
|
e840835d4b
|
Auth UI component refactor (#1216)
|
2023-06-13 12:24:13 +02:00 |
|
Shayne Czyzewski
|
e8e5466971
|
Prep main for v0.10.6 (#1219)
|
2023-05-24 11:31:21 -04:00 |
|
Fran Zekan
|
53ee9297f9
|
Wrap all react-router routes with Switch (#1188)
|
2023-05-11 16:09:09 +02:00 |
|
Filip Sodić
|
29889a9c37
|
Expose Sanitized User on the frontend (#1190)
|
2023-05-04 11:47:56 +02:00 |
|
Richard
|
3f16e92b58
|
Fix typo in auth provider error message (#1189)
|
2023-05-04 11:40:59 +02:00 |
|
Mihovil Ilakovac
|
2168282473
|
Merge branch 'main' into release-with-main-02-05
|
2023-05-02 10:14:47 +02:00 |
|
Mihovil Ilakovac
|
683c4fd43c
|
Hotfixes issues with HttpError import (#1178)
|
2023-04-30 22:28:00 +02:00 |
|
Mihovil Ilakovac
|
2cb0386acf
|
Cherry pick #1168: fixes circular imports (#1170)
|
2023-04-27 12:51:45 +02:00 |
|
Mihovil Ilakovac
|
561390dfc4
|
Updates imports for throwInvalidCredentialsError (#1168)
|
2023-04-27 12:14:36 +02:00 |
|
Shayne Czyzewski
|
013a13dee2
|
Adds middleware customization (#1092)
|
2023-04-24 12:16:54 -04:00 |
|
Mihovil Ilakovac
|
eb81959d86
|
Release 0.10.2 from main (#1151)
|
2023-04-19 01:14:06 +02:00 |
|
Mihovil Ilakovac
|
a87a9ca3ec
|
Fixes e2e tests after version bump (#1150)
|
2023-04-19 01:01:12 +02:00 |
|
Mihovil Ilakovac
|
6b9adf80b2
|
Fixes Haskell list to JS array utility (#1147)
|
2023-04-19 00:34:27 +02:00 |
|
Filip Sodić
|
6ed68c60bb
|
Update changelog for v0.10.1 (#1145)
|
2023-04-18 18:51:05 +02:00 |
|
Filip Sodić
|
949b462d21
|
Fix build errors in Wasp 0.10.0 (#1144)
|
2023-04-18 18:07:09 +02:00 |
|
Filip Sodić
|
4171f5608b
|
Fix full-stack type support errors (#1123)
|
2023-04-12 15:36:52 +02:00 |
|
Mihovil Ilakovac
|
d580d62c45
|
Adds input padding for Auth UI (#1122)
|
2023-04-12 11:16:17 +02:00 |
|
Mihovil Ilakovac
|
ae85d1a285
|
Registers User entity as dependency of getMe (#1116)
|
2023-04-11 18:25:30 +02:00 |
|
Mihovil Ilakovac
|
ee5272e6de
|
Improves error messages in auth (#1120)
|
2023-04-11 16:49:26 +02:00 |
|
Filip Sodić
|
d8f7a633ed
|
Fix type errors preventing build (#1118)
|
2023-04-07 19:20:06 +02:00 |
|
Martin Sosic
|
e960ad3208
|
Regenerated e2e tests.
|
2023-04-07 18:26:24 +02:00 |
|
Filip Sodić
|
ea714642fe
|
Update waspc.cabal version to 0.10.0 (#1109)
|
2023-04-06 21:20:07 +02:00 |
|
Filip Sodić
|
945d777133
|
Add full-stack compile-time type safety (#1090)
|
2023-04-06 21:12:18 +02:00 |
|
Mihovil Ilakovac
|
5be9d1fa5e
|
Auth UI integration with email & polish (#1107)
|
2023-04-06 20:29:05 +02:00 |
|
Mihovil Ilakovac
|
7f32a4ccb9
|
Adding e-mail auth (e-mail verfication, password reset) (#1087)
|
2023-04-05 23:25:03 +02:00 |
|
Matija Sosic
|
8ad582ac7b
|
Implemented Auth UI. (#1093)
|
2023-04-05 22:56:05 +02:00 |
|
Martin Šošić
|
0e5aa85014
|
Implement database seeding via 'wasp db seed'
|
2023-04-05 11:33:52 +02:00 |
|
Shayne Czyzewski
|
89f12ea35b
|
Relax dependency between oauth and usernameAndPassword fields (#1102)
|
2023-04-04 14:35:14 -04:00 |
|
Shayne Czyzewski
|
5d2b278e75
|
Adds vitest for testing client code (#1055)
|
2023-03-30 12:22:40 -04:00 |
|
Mihovil Ilakovac
|
6dbeedca60
|
Adds support for e-mail sending (#1050)
|
2023-03-24 12:42:22 +01:00 |
|
Shayne Czyzewski
|
3e90323da2
|
Upgrade pg-boss to 8.4.2 (#1078)
|
2023-03-23 08:52:24 -04:00 |
|
Mihovil Ilakovac
|
a86f3fdb7c
|
Fixes localstorage clearing bug (#1058)
|
2023-03-22 14:05:39 +01:00 |
|
Martin Šošić
|
91a8063081
|
Implemented wasp start db (managed dev db) (#1044)
Implemented 'wasp start db' + docs + e2e tests + refactoring.
|
2023-03-21 16:37:20 +01:00 |
|
Mihovil Ilakovac
|
326737759d
|
Refactor auth to conform to providers interface (#998)
|
2023-03-16 10:42:57 +01:00 |
|
Mihovil Ilakovac
|
7bd217595a
|
Opens React app by default when running wasp start (#1059)
|
2023-03-15 14:46:37 +01:00 |
|
Shayne Czyzewski
|
9f3f5234ef
|
Adds api for defining custom HTTP routes (#1043)
|
2023-03-14 14:04:51 -04:00 |
|
Mihovil Ilakovac
|
6d979c1c7f
|
Adds support for FE listening on multiple addresses (#1048)
|
2023-03-10 11:30:48 +01:00 |
|
Martin Sosic
|
81f0eeae15
|
Bumped Wasp version to 0.9.0.
|
2023-03-08 23:09:29 +01:00 |
|
Mihovil Ilakovac
|
cb691c8dd7
|
Fixes tsconfig.json use of extends (#1045)
|
2023-03-07 22:52:21 +01:00 |
|
Mihovil Ilakovac
|
0048bd126c
|
Updates e2e tests (#1040)
|
2023-03-03 12:38:20 +01:00 |
|
Mihovil Ilakovac
|
bbaf8bdf3b
|
Adds new complex e2e test (#1030)
|
2023-03-02 15:05:24 +01:00 |
|