cal.pub0.org/apps/web
Agusti Fernandez faa67e0bb6
Feature: Adds api keys to cal.com webapp (#2277)
* feat: add ApiKey model for new Api auth, owned by a user

* fix: remove metadata:Json and add note:String instead in new apiKey model

* fix: rename apiKey to apiKeys in moder User relation in schema.prisma

* feat: add hashedKey to apiKey and lastUsedAt datetime to keep track of usage of keys and makiung them securely stored in db

* fix 30 day -> 30 days in expiresAt

* feat: api keys frontend in security page

* adds hashedKey to api key model, add frontend api keys in security page

* Make frontend work to create api keys with or without expiry, note, defaults to 1 month expiry

* remove migration for now, add env.example to swagger, sync api

* feat: hashed api keys

* fix: minor refactor and cleanup in apiKeys generator

* add api key success modal

* sync apps/api

* feat: We have API Keys in Security =)

* remove swagger env from pr

* apps api sync

* remove comments in password section

* feat: migration for api keys schema

* sync api w main

* delete apps/api

* add back apps/api

* make min date and disabled optional props in datepicker

* feat fix type check errors

* fix : types

* fix: rmeove renaming of verificationrequest token indexes in migration

* fix: remove extra div

* Fixes for feedback in PR

* fix button />

* fix: rename weird naming of translation for you_will_only_view_it_once

* fix: remove ternary and use && to avoid null for false

* fix sync apps/api with main not old commit

* fix empty className

* fix: remove unused imports

* fix remove commented jsx fragment close

* fix rename editing

* improve translations

* feat: adds beta tag in security tab under api keys

* fix: use api keys everywhere

* fix: cleanup code in api keys

* fix: use watch and controller for neverexpires/datepicker

* Fixes: improve api key never expires

* add back change password h2 title section in security page

* fix update env API_KEY_ prefix default to cal_

* fix: improve eidt api keys modal

* fix: update edit mutation in viewer.apiKeys

* Update apps/web/ee/components/apiKeys/ApiKeyListItem.tsx

Co-authored-by: Alex van Andel <me@alexvanandel.com>

* fix: item: any to pass build

Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-04-15 20:58:34 -06:00
..
@types App Store (#1869) 2022-03-23 15:00:30 -07:00
components Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
contexts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
docs update SAML setup links for readme files (#2159) 2022-03-16 11:40:58 +00:00
ee Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
lib feature/app wipe my cal (#2496) 2022-04-15 10:09:40 +00:00
pages Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
playwright Perf: Optimize event-types page (#2436) 2022-04-14 21:49:51 +00:00
public Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
scripts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
server Feature: Adds api keys to cal.com webapp (#2277) 2022-04-15 20:58:34 -06:00
styles Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
test/lib Fix for buffer not considering custom interval slots and event duration for slots when using custom intervals (#2079) 2022-03-12 06:52:27 +00:00
web3 Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
.eslintignore Fixes for lint 2022-02-10 14:22:45 -07:00
.gitignore Unignores .env.example (#1800) 2022-02-10 19:54:55 -07:00
.nvmrc Re-adds .nvmrc 2022-02-10 14:22:45 -07:00
calendso.yaml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
jest.config.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-env.d.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-i18next.config.js Add translation for rediret string (#2399) 2022-04-06 16:21:42 +00:00
next.config.js Enables strict mode in nextjs apps (#2354) 2022-04-04 20:26:14 +00:00
package.json Upgrades tRPC (#2460) 2022-04-12 09:32:14 +00:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
tailwind.config.js Re-enables tailwind purge (#2171) 2022-03-16 12:40:47 -07:00
tsconfig.json The Dotenv Refactor (#2275) 2022-03-25 17:39:38 -07:00
yarn.lock App Store (#1869) 2022-03-23 15:00:30 -07:00