Commit graph

11 commits

Author SHA1 Message Date
Jonathan Brennan
6709e719c1
Implement new color themes (#7592) 2026-02-03 10:00:15 -06:00
Laurin Quast
c8b6e88a06
use persisted operations for app (#2649) 2023-07-25 09:12:08 +02:00
Kamil Kisiela
7208ba8211 rename vite to vitest config 2023-04-19 12:27:19 +02:00
Kamil Kisiela
bed853472a
Move serializer.ts (#2009) 2023-04-12 09:45:58 +00:00
Dimitri POSTOLOV
5f408bab3b
remove chakra, emotion from Hive web app (#1412) 2023-02-22 08:41:00 +01:00
Dimitri POSTOLOV
ad94213674
Update eslint/prettier config (#1363) 2023-02-19 02:50:29 +00:00
Denis Badurina
7436c85fcd
E2E testing (#685)
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2022-12-02 10:12:07 +00:00
Dotan Simha
3ccff46f0f
Added missing PodDisruptionBudget, upgrade cert-manager to latest (#656) 2022-11-18 11:15:14 +02:00
Kamil Kisiela
6897e54733
Improve ESLint speed (#623) 2022-11-09 11:55:07 +01:00
Laurin Quast
6540155fc7
feat: replace auth0 with supertokens (#303)
* add supertoken container to docker-compose file

* yeah I am sorry this one big commit and I am ashamed of it

* use logOut function

* feat: show header on 404 page

* feat: better handling for organization cookie when not authenticated

* wrap it

* check session within server side props

* add is_admin flag user migration

* simplify and annotate the config

* fix: handle status codes + fix email/password sign up with import from auth0

* no hardcoded env pls

* decode process.env

* secure update user id mapping via a key

* fix: login form

* lol we don't need to hit the API

* fix: do graphql api authorization via authorization header instead of cookie

* implement isAdmin flag

* fix: types :)

* skipit

* yo we can run this

* set env variables

* disable because it annoys the hell out of me

* use the right host

* add not about token length

* refactor: decode environment variables

* feat: store external user id from guthub/google provider in the database

* workaround supertokens omitting null values from the token

* re-enable check

* i have no time for this shit

* add missing env variable

* fix: email test; missing domain extension

* configure pulumi deployment

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>

* configure pulumi deployment

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>

* configure pulumi deployment

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>

* configure pulumi deployment

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>

* fix: env names

* fix: link google account to the correct db record

* feat: email confirmation emails

* ?

* bump ts-node

* fix types

* omit package form the bundle

* remove it from dependencies...

* add emails apckage to dev deps

* resolve eslint issues

* remove comments

* update dev info + change env variable (no need to expose it on the frontend)

* use correct user id lol

Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2022-09-06 09:38:31 +02:00
Dimitri POSTOLOV
92d708b956
fix eslint pre-commit issue (#204) 2022-06-29 13:45:37 +02:00