Commit Graph

23 Commits

Author SHA1 Message Date
e3951d4793 Reformat code 2021-01-12 14:15:33 +01:00
c514337fea feature(database-connection): Add TimeTrackerPredicate and PrismaService to providers 2021-01-12 14:15:14 +01:00
4fe3d6a984 feature(database-connection): Update Prisma 2021-01-12 14:14:16 +01:00
83d956a8aa feature(database-connection): Adapt new requests to database 2021-01-12 13:38:03 +01:00
9ea9fa410c feature(database-connection): Add type aliases for responses 2021-01-12 13:37:38 +01:00
2affcd625f feature(database-connection): Add request logging 2021-01-12 13:36:37 +01:00
ceea2a7616 feature(database-connection): First implementation 2021-01-08 17:38:49 +01:00
84cb09f9cb Update .drone.yml to build only on tags and update package.jsons 2020-07-12 13:29:49 +02:00
67155c89af [skip ci] Update and fix package conflicts 2020-07-12 10:55:49 +02:00
c34bf4647e Stop Bearer null-checks and fetch token on every incoming request
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-10 13:12:08 +02:00
c61c9657e2 Change port in backend Dockerfiles
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 19:27:40 +02:00
919ab2abac Attempt to fix invalid bearer token
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 18:59:55 +02:00
eb2be6b94e Fix error handling to display them correctly without crashing 2020-06-17 18:49:25 +02:00
aa1c3d1464 Clean up code and add logging framework for backend
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 10:33:59 +02:00
ab7abab686 Set CORS to be enabled explicitly in backend
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 10:04:29 +02:00
ffb91bb380 Add Dockerfile.dev for backend, migrate frontend image to "serve" and change both docker-compose.ymls
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-02 09:35:03 +02:00
8bff6b3fc3 Explicitly expose backend ports in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-01 16:16:24 +02:00
466b9ea8db Make website Docker ready 2020-06-01 16:09:57 +02:00
52a0e48323 Connect frontend to backend 2020-06-01 15:04:15 +02:00
a9671b8b0a Add automatic fetching of SinusBot's default bot ID 2020-06-01 13:47:05 +02:00
66898bfab6 Add error handling, fix authentication and fix online time display 2020-06-01 13:32:45 +02:00
5925872ac8 Move SinusBotService to backend 2020-05-30 19:32:12 +02:00
42b558254f Split frontend and backend 2020-05-30 17:59:40 +02:00