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
Filip Sodić
55d0b1b04c
Update Mage, waspc.cabal, and Changelog for 0.13.1 ( #1937 )
2024-04-04 16:15:09 +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
1236648498
Updates e2e tests
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-03-21 14:06:57 +01:00
Mihovil Ilakovac
4c38ef8a45
Bump version in Cabal file ( #1898 )
2024-03-18 14:21:40 +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ć
8cfcd080a9
Bump version to 0.12.4
...
Change version, update e2e tests, update Changelog
2024-03-12 16:51:38 +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
Martin Sosic
f2721e7679
Updated Wasp version to 0.12.3 + Mage to use it.
2024-03-01 16:18:11 +01:00
Martin Sosic
17479c76a9
Updated waspc.cabal, ChangeLog and e2e test to 0.12.2.
2024-02-29 19:00:11 +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
Martin Sosic
86938b232b
Updated cabal, Changelog, and e2e tests to 0.12.1 .
2024-02-27 15:52:49 +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ć
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
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
Martin Sosic
ed684e583f
Updated e2e tests for addition of Oslo.
2024-02-20 18:10:22 +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
Mihovil Ilakovac
292f06beb7
Fixes e2e tests ( #1761 )
...
* Fixes e2e tests
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Adds new e2e tests
* Update build tests
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2024-02-16 18:48:13 +01:00
Filip Sodić
cbd7310b16
Implement Wasp SDK generation ( #1626 )
2024-01-29 16:08:15 +01:00
Mihovil Ilakovac
846fdda827
Unify userSignupFields
for all auth methods ( #1639 )
2024-01-18 13:42:00 +01:00
Mihovil Ilakovac
e3c825fae1
Enable easier email dev setup ( #1634 )
2024-01-16 16:19:35 +01:00
Mihovil Ilakovac
73c37b7d6d
Integrate Lucia Auth in Wasp ( #1625 )
2024-01-15 11:53:54 +01:00
Martin Sosic
c534a84b9c
Merge branch 'release'
2024-01-12 18:28:23 +01:00
Martin Sosic
6ec6bc2828
Fixed e2e tests.
2024-01-12 18:12:54 +01:00
Martin Šošić
758110e686
Relax node version ( #1533 )
...
* Relaxed Wasp's node version requirements.
* Updated e2e tests.
* fix
* fix
* Fixed version of wasp app in headless tests.
* Update web/docs/introduction/getting-started.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* fix
* fix
* Small grammar fixes.
* fixes
* Updated e2e tests.
* fix
* fix
---------
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-04 11:30:42 +01:00
Mihovil Ilakovac
633e25c125
Injected auth models ( #1583 )
2024-01-03 14:40:08 +01:00
Martin Šošić
994a58f0dc
Wasp ai cli mage ( #1601 )
...
* Improved Wasp AI CLI experience.
* fix
* Added CLI Usage, polished CLI commands.
* Added choice of temperature.
* Added styling.
* Added more sophisticated, terminal-only styling.
* fix
* Updated Mage to use new Wasp CLI + added some messaging to CLI.
* fix
* Created wasp-ai/README, updated waspc/README.
* Moved wasp-ai/ to mage/.
* Final polishing (docs, readmes, messaging).
* fix
* Added tests for LogMsg.
* Updated versions of test apps to 0.12.
* fix
* fix
* Update mage/README.md
* fix
* fix
2023-12-22 15:14:38 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor ( #1569 )
2023-11-15 13:05:00 +01:00
Mihovil Ilakovac
3a5bba9b39
Bumps version ( #1573 )
2023-11-14 14:21:20 +01:00
Mihovil Ilakovac
520c35af5c
Adds support for client subdir ( #1516 )
2023-10-27 15:12:47 +02:00
Mihovil Ilakovac
9f31b3229e
Bumps version to 0.11.7 ( #1545 )
2023-10-27 14:19:53 +02:00
Mihovil Ilakovac
e871e048fb
Fixes a Prisma SSL bug by bumping Prisma ( #1544 )
2023-10-27 12:47:25 +02:00
Filip Sodić
7df1b10ffd
Bump Wasp version to 0.11.6 and update e2e tests ( #1493 )
2023-10-10 15:02:31 +02:00
Mihovil Ilakovac
88d9534fd3
Allow customising the Vite config ( #1465 )
2023-10-09 15:40:33 +02:00