Commit Graph

13 Commits

Author SHA1 Message Date
b179d1f1f0 feat: wip casl policies (#334)
* feat: wip casl policies

* feat: add ability guard on pipeline resolvers

* fix: test
2023-06-20 19:31:11 -07:00
2cd081234f chore: refacto NestJS in modules (#308)
* chore: wip refacto in modules

* fix: rollback port

* fix: jwt guard in wrong folder

* chore: rename folder exception-filter in filters

* fix: tests are running

* fix: excessive stack depth comparing types

* fix: auth issue

* chore: move createUser in UserService

* fix: test

* fix: guards

* fix: jwt guard don't handle falsy user
2023-06-16 10:38:11 +02:00
bbc80cd543 Refactor backend and add exception handlers (#189) 2023-06-04 00:21:36 +02:00
112aa3720b Fix graphql Queries (#142) 2023-05-26 08:33:33 +02:00
80f9cc8797 Re-implement authentication (#136)
* Remove hasura and hasura-auth

* Implement authentication
2023-05-25 11:51:15 +02:00
5d06398d2e Remove hasura and hasura-auth (#134)
* Remove hasura and hasura-auth

* Move all models to prisma

* Start implementing graphql

* chore: clean package json

* chore: make the code build

* chore: get initial graphql.tsx file

* feature: use typegql as qgl server

* refactor: small refactoring

* refactor: clean tests

* bugfix: make all filters not case sensitive

* chore: remove unused imports

---------

Co-authored-by: Sammy Teillet <sammy.teillet@gmail.com>
2023-05-24 17:20:15 +02:00
9971da59a6 Fix server build 2023-04-24 18:04:55 +02:00
29b6109e54 Fix tests 2023-04-24 16:53:24 +02:00
6d2c8bbdf9 Assign user to workspace on signin 2023-04-24 14:53:48 +02:00
0d82751b9b feat: register health controller 2023-04-14 16:56:18 +02:00
5468442d1e chore: remove static server 2023-04-14 16:49:33 +02:00
d9ecc56787 Enable Health Check route 2022-12-28 16:59:22 +01:00
cfc3a37e1f Setup Nest and React projects 2022-12-01 15:58:08 +01:00