Commit Graph

269 Commits

Author SHA1 Message Date
Filip Sodić
1699862f22
Fix directly calling operations on the frontend (#1992) 2024-05-07 13:25:28 +02:00
Martin Šošić
1e78226634
Loading page (#1984) 2024-05-03 15:07:05 +02:00
Mihovil Ilakovac
62f88055a7
Extracts Message component from OAuthCallback page (#1991) 2024-04-24 13:53:10 +02:00
Mihovil Ilakovac
0e70547f7b
Update AuthUser API (#1915) 2024-04-22 17:39:50 +02:00
Filip Sodić
a283e15ea5
Explicit public API types (#1930) 2024-04-14 19:32:38 +02:00
Filip Sodić
8a1478053c
Fix type inference bug in Wasp 0.13.1 (#1949) 2024-04-11 18:02:37 +02:00
Mihovil Ilakovac
2b3bbf97f7
Updates SDK tsconfig to enable the incremental (#1931) 2024-04-03 15:11:03 +02:00
Filip Sodić
25079cea3f
Fix autocomplete for the wasp package (#1921) 2024-03-29 16:10:33 +01:00
Filip Sodić
1de32ac113
Removing restructuring leftover files (#1925) 2024-03-28 16:12:18 +01:00
Mihovil Ilakovac
ce61dcf5fe
Adds a missing Keycloak UI export (#1916) 2024-03-22 09:48:16 +01:00
Mihovil Ilakovac
ea247dc4fc
Fixes template issue with new OAuth impl (#1901) 2024-03-18 16:23:27 +01:00
Mihovil Ilakovac
0880556592 Adds Keycloak OAuth provider (#1876) 2024-03-18 13:09:08 +01:00
Mihovil Ilakovac
3d5ed1a5d3 Replaces Passport with Arctic for OAuth (#1851) 2024-03-18 13:06:59 +01:00
Mihovil Ilakovac
7329465974 Define the WASP_SERVER_URL env var (#1856) 2024-03-18 12:57:15 +01:00
Mihovil Ilakovac
4c3216f349 Replaces jsonwebtoken with oslo/jwt (#1852) 2024-03-18 12:52:24 +01:00
Filip Sodić
95e313cf0e
Add client config to SDK API (#1893) 2024-03-15 16:53:42 +01:00
Filip Sodić
5fc4dc57b0
Add auth/types import path to package.json (#1882) 2024-03-12 16:38:08 +01:00
Filip Sodić
e87f90468f
Remove client file hacks from server/tsconfig.json (#1862) 2024-03-11 16:58:32 +01:00
Mihovil Ilakovac
1669357dbe
Conditionally apply Web Crypto API polyfill (#1834)
* Conditionally apply Web Crypto API polyfill

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Updates e2e tests

* Update waspc/data/Generator/templates/server/src/polyfill.ts

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-02-29 18:48:09 +01:00
Filip Sodić
21839ff2df
Add latest changes to examples updated to 0.12.0 (#1816)
* Add latest changes to examples updated to 0.12.0

* Add latest 0.12.0 changes to waspc/examples

* Remove stray todo from examples

* Update e2e tests
2024-02-26 15:20:52 +01:00
Filip Sodić
1c0bfd20ca
Update the tutorial for 0.12.0 (#1799) 2024-02-26 14:33:28 +01:00
Filip Sodić
c50b0e1f62
Restore lost .gitignore contents (#1811) 2024-02-26 14:08:19 +01:00
Filip Sodić
69255d327f
Move phantom dir to .wasp (#1814) 2024-02-26 13:15:41 +01:00
Filip Sodić
2969ef8829
Revert "Uses extends in the user land tsconfig.json (#1793)" (#1803)
This reverts commit c11e83311e.
2024-02-22 17:10:37 +01:00
Martin Šošić
e1ebcd14a1
Update ui.ts: GithubSignInButton -> GitHubSignInButton 2024-02-22 16:39:29 +01:00
Mihovil Ilakovac
c11e83311e
Uses extends in the user land tsconfig.json (#1793) 2024-02-21 16:12:52 +01:00
Mihovil Ilakovac
4ae6696374
Making Stitches CSS more important than Tailwind (#1790) 2024-02-21 15:31:43 +01:00
Mihovil Ilakovac
55ede5684b
Uses Oslo for password hashing (#1782)
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-20 17:46:54 +01:00
Filip Sodić
edb3cbd61f
Solve build context issues for 0.12.0 (#1785) 2024-02-20 15:42:46 +01:00
Mihovil Ilakovac
52a1910a74
Adds .DS_Store to .waspignore (#1784) 2024-02-19 16:13:06 +01:00
Martin Sosic
8f71f45546 Removed redundant secure-password dep from server/package.json and also removed now redundant overrides field. 2024-02-19 13:57:41 +01:00
Martin Sosic
39195fc8f3 Updated LSP code actions to use latest wasp import paths. 2024-02-19 10:47:01 +01:00
Filip Sodić
5cd5130534
Fix build for 0.12.0 (#1773) 2024-02-16 18:25:26 +01:00
Mihovil Ilakovac
3edb2fe921
Fixes GitHub auth check (#1774) 2024-02-15 20:22:59 +01:00
Filip Sodić
ad19fee424
Expose server-side operations from SDK (#1758) 2024-02-15 15:21:15 +01:00
Mihovil Ilakovac
0e7a951742
Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
Mihovil Ilakovac
6ee5b9c4eb
Exports HttpMethod and Route types from wasp/client (#1755) 2024-02-12 16:05:31 +01:00
Martin Šošić
413f6aebcb
Removed patching of oauth npm package for server. (#1747) 2024-02-12 14:24:46 +01:00
Mihovil Ilakovac
576f15a52d
Various SDK related fixes (#1743) 2024-02-12 11:52:51 +01:00
Filip Sodić
d9136bb489
Update examples and guide for 0.12.x (#1727) 2024-02-09 17:26:28 +01:00
Mihovil Ilakovac
c9959b4515
Implement a Tailwind content path wrapper (#1731) 2024-02-09 13:10:37 +01:00
Mihovil Ilakovac
b873df960d
Rewrite internal jobs API (#1722) 2024-02-09 12:52:27 +01:00
Mihovil Ilakovac
814b82bd58
Removes AuthError (#1737) 2024-02-09 11:17:18 +01:00
Mihovil Ilakovac
8b2a136912
Exposes extra auth types in SDK (#1736) 2024-02-08 17:48:00 +01:00
Mihovil Ilakovac
985825bcd8
Fixes bundler setup (#1728) 2024-02-08 12:37:20 +01:00
Mihovil Ilakovac
dbc2a7f5ea
Init PrismaClient only when there are entities (#1716) 2024-02-08 11:53:47 +01:00
Mihovil Ilakovac
b23e4ce3eb
Bundling server with Rollup + esbuild (#1714) 2024-02-07 16:13:03 +01:00
Mihovil Ilakovac
d38de37861
Update the local templates to work with 0.12 (#1715) 2024-02-06 16:15:51 +01:00
Filip Sodić
206b0453e5
Fix experience after restructuring (#1713) 2024-02-02 19:37:10 +01:00
Filip Sodić
26141f989e Update imports and API for server/operations (#1711) 2024-01-31 17:46:23 +01:00