Commit Graph

309 Commits

Author SHA1 Message Date
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
Martin Sosic
cdb7484279 Tags are working again! 2020-11-27 14:25:47 +01:00
Martin Sosic
57412b8b3c Added favorited articles. 2020-11-26 22:48:35 +01:00
Martin Sosic
609bb19846 Added popular tags to homepage. 2020-11-26 16:35:38 +01:00
Martin Sosic
5c63faaab8 Tags can now be deleted. 2020-11-25 22:33:48 +01:00
Martin Sosic
c58234650c progress 2020-11-25 18:27:41 +01:00
Martin Sosic
d6a1287c97 Added tags to articles. 2020-11-25 16:25:26 +01:00
Martin Sosic
2dff4efe10 Added comments. 2020-11-24 22:57:14 +01:00
Martin Sosic
7f3ccb8af6 Added article slug. 2020-11-24 21:11:37 +01:00
Martin Sosic
08238e69b2 Made more progress. 2020-11-24 20:39:36 +01:00
Martin Sosic
85d8f5066c More progress. 2020-11-23 17:31:03 +01:00
Matija Sosic
4ac627e652
Generating simple login & signup pages when auth is enabled. (#145) 2020-11-23 16:51:46 +01:00
Martin Sosic
8ffc7ebdae Fixed problem with article editor routing. 2020-11-22 17:18:03 +01:00
Martin Sosic
d0044dd320 Progress. WIP. 2020-11-20 18:22:49 +01:00
Matija Sosic
8e451dbe6c
Implemented simple signup function for Wasp developer to use out-of-the-box. (#142) 2020-11-19 16:28:42 +01:00
Martin Sosic
601ac3185b Added navbar. 2020-11-19 15:32:37 +01:00
Martin Sosic
e7cf17ea5d Implemented user settings and profile page. 2020-11-19 15:11:23 +01:00
Martin Sosic
26ad50c147 Realworld example: Mostly finalized signup/login logic. 2020-11-17 11:49:10 +01:00
Martin Sosic
6419b21598 Fixed ci.yaml when deleting non existent folder. 2020-11-14 12:49:01 +01:00
Martin Šošić
64e4685bc0
Fixed how we do caching in GA. (#139) 2020-11-14 12:44:52 +01:00
Martin Šošić
b30dfe9079
Fixed previous mistake 2020-11-14 10:41:02 +01:00
Martin Šošić
516e7d510b
Made versions in ci.yaml more flexible. 2020-11-14 10:39:26 +01:00
drkameleon
2dd4bbcc31 added badges + header cleanup 2020-11-12 17:24:21 +01:00