Jack Carroll
01642db6fa
Handle case when JWT token verification fails ( #177 )
...
* handle case when JWT token verification fails
* added more verbose error handling to to jwt verify
* updated error handling to throw unknown errors
* Fix
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2021-02-09 17:00:31 +01:00
Martin Sosic
80ab13d4e4
Improved error message when node is missing or too low version.
2021-02-09 15:49:48 +01:00
Jack Carroll
d0ce3ed672
added documentation for bypassing stack build errors on macOS Big Sur ( #179 )
2021-02-09 15:40:32 +01:00
Martin Sosic
693cf13d69
Polished 'wasp new' template a little bit.
2021-02-09 14:31:00 +01:00
Matija Sosic
0207276a01
Added welcome page to the newly created app. ( #178 )
2021-02-09 13:13:51 +01:00
Martin Sosic
e32bca9007
Prettified CLI usage output.
2021-02-09 11:19:29 +01:00
Martin Sosic
e7669f3dc3
Removed redundant signUp action from the TodoApp tutorial.
2021-02-08 19:48:56 +01:00
Martin Sosic
e1aa7723b5
Cleaned up output on success from 'wasp new'.
2021-02-08 15:28:37 +01:00
Martin Sosic
819f11b7b3
Updated install script to be more user friendly.
2021-02-08 15:13:47 +01:00
Matija Sosic
f07f8e199b
Using material-ui in waspc todo example. ( #171 )
2021-02-06 13:41:22 +01:00
Martin Sosic
aada425e44
Updated wasp version to 0.1.9.7.
2021-02-05 14:43:34 +01:00
Martin Sosic
0e98099028
Added tracking of 'build' command in telemetry.
2021-02-05 14:40:46 +01:00
Martin Sosic
332fe32c4c
compileIOWithOptions now has nicer code.
2021-02-05 12:18:12 +01:00
Martin Sosic
3ef8cf425f
Updated wasp version to 0.1.9.6.
2021-02-04 17:46:14 +01:00
Martin Sosic
6abcf496c4
Fixed migrations not being copied on 'wasp build'.
2021-02-04 17:45:38 +01:00
Martin Sosic
cd015d59e8
Fixed missing isAuthEnabled in ToJSON for RouterTemplateData.
2021-02-04 14:54:50 +01:00
Martin Sosic
69bbc3268f
Updated wasp version to 0.1.9.5.
2021-02-04 14:19:28 +01:00
Martin Sosic
ecd2fd36f2
Fixed places where auth stuff was used even when no auth.
2021-02-04 14:18:59 +01:00
Matija Sosic
316c727a8c
Implemented app.head property. ( #170 )
2021-02-04 11:42:01 +01:00
Martin Sosic
45015c4264
Updated wasp version to 0.1.9.4.
2021-02-03 19:38:27 +01:00
Martin Sosic
93b7ce3ea7
Fixed warnings in Haskell.
2021-02-03 19:38:10 +01:00
Martin Šošić
cfa6985abd
Added support for manual deployment of generated code (backend and frontend) ( #167 )
2021-02-03 19:26:14 +01:00
Matija Sosic
eddfe4c569
Updated wasp version to 0.1.9.3.
2021-02-01 17:54:55 +01:00
Matija Sosic
647814e920
Implemented "wasp build" cmd - generates different schema.prisma. ( #166 )
...
* Implemented "wasp build" cmd - generates different schema.prisma.
* PR fixes.
2021-02-01 17:37:42 +01:00
Matija Sosic
68155711e8
Implemented FE ACL & updated the examples. ( #165 )
...
* Implemented FE ACL & updated the examples.
* PR fixes, fixed tests.
2021-02-01 16:32:07 +01:00
Matija Sosic
88fd891495
small cleanup of TODO example.
2021-01-28 11:53:34 +01:00
Martin Sosic
181ae7894b
Updated wasp version to 0.1.9.2.
2021-01-25 22:05:48 +01:00
Martin Sosic
57d847d6e3
Implemented CLI telemetry.
2021-01-25 22:00:10 +01:00
Matija Sosic
242c51f6a8
Made auth more flexible - not generating pages & routes anymore, just the forms. ( #161 )
2021-01-25 19:39:50 +01:00
Martin Sosic
56284ae7bc
Updated wasp version to 0.1.9.1.
2020-12-18 11:29:09 +01:00
Martin Sosic
2d0eb0a967
Fix #159 : error if 'auth' not defined.
2020-12-18 11:25:43 +01:00
Martin Sosic
7d7a2cb016
Updated wasp version to 0.1.9.
2020-12-10 15:54:57 +01:00
Martin Sosic
f52b719291
Fixed prisma version to 2.12.1 .
2020-12-10 15:54:17 +01:00
Martin Sosic
75e17f4dc4
Install script is now posix compliant.
2020-12-07 17:22:46 +01:00
Martin Sosic
0df082a3b2
Updated Project Status in README.
2020-12-05 18:44:23 +01:00
Martin Šošić
6549b4f498
First version of RealWorldApp example in Wasp!
...
Missing: design, validation, better error handling.
2020-12-01 18:49:58 +01:00
Martin Sosic
ec015c1357
Final polishing of first version of RWA.
2020-12-01 18:48:39 +01:00
Martin Šošić
e9f4af07d7
Update examples/realworld/README.md
...
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:28:28 +01:00
Martin Šošić
32f7736395
Update examples/realworld/README.md
...
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:27:31 +01:00
Martin Sosic
0eaebec479
RWA now uses new 'create user' feature.
2020-12-01 15:19:45 +01:00
Martin Sosic
6a4469c370
Merge branch 'master' into realworld
2020-12-01 11:54:57 +01:00
Martin Sosic
3877ef27e9
Structured files better.
2020-11-30 18:11:48 +01:00
Martin Sosic
c1615656ad
Updated README with experiences while developing RWA.
2020-11-30 17:53:21 +01:00
Martin Sosic
9762e85dbf
Finished implementing pagination for articles.
2020-11-30 15:00:32 +01:00
Martin Sosic
10450e55a8
Started working on pagination.
2020-11-27 22:52:38 +01:00
Martin Sosic
06ad27192f
Organized operations into multiple files.
2020-11-27 21:47:12 +01:00
Martin Sosic
49f7684141
Implemented articles lists on home page.
2020-11-27 18:49:54 +01:00
Matija Sosic
26cd45af88
Updated wasp version to 0.1.8.
2020-11-27 18:18:24 +01:00
Matija Sosic
6527319581
Added password hashing middleware to Prisma instance - dev cannot change/update password without it being hashed. ( #149 )
2020-11-27 18:11:54 +01:00
Martin Sosic
804e3ef37d
Added following other users.
2020-11-27 16:10:02 +01:00