Commit Graph

143 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
7deee7e4c2 fix(api): handle common errors better 2025-01-28 07:14:35 +00:00
Carl-Gerhard Lindesvärd
8bbf36473b improve(export): improve docs for export and add some default values 2025-01-26 07:15:51 +00:00
Carl-Gerhard Lindesvärd
c4e815b405 fix(auth): improve oauth flow, fix invite flow (with google), add copy invite link 2024-12-30 20:09:25 +01:00
Carl-Gerhard Lindesvärd
e5b5a8af62 fix(api): better logging for verify oauth code 2024-12-29 09:28:45 +01:00
Carl-Gerhard Lindesvärd
7361ef3b79 fix(auth): make most of the fields optional instead of just nullable in oauth flow 2024-12-21 16:58:54 +01:00
Carl-Gerhard Lindesvärd
eb2abd6027 fix(auth): update provider id on sign in 2024-12-21 11:12:45 +01:00
Carl-Gerhard Lindesvärd
a32b8b37bd fix(auth): find account better 2024-12-21 10:45:17 +01:00
Carl-Gerhard Lindesvärd
b6ab9d3bb9 fix(auth): Better error logging 2024-12-21 10:20:30 +01:00
Carl-Gerhard Lindesvärd
3c9450c112 fix(auth): more schema validation fixes 2024-12-21 10:11:28 +01:00
Carl-Gerhard Lindesvärd
e6ca8a7999 fix(auth): github name can be null 2024-12-21 09:52:02 +01:00
Carl-Gerhard Lindesvärd
d31d9924a5 feature(auth): replace clerk.com with custom auth (#103)
* feature(auth): replace clerk.com with custom auth

* minor fixes

* remove notification preferences

* decrease live events interval

fix(api): cookies..

# Conflicts:
#	.gitignore
#	apps/api/src/index.ts
#	apps/dashboard/src/app/providers.tsx
#	packages/trpc/src/trpc.ts
2024-12-20 22:23:07 +01:00
Carl-Gerhard Lindesvärd
f28802b1c2 chore(cookies): debug (revert this) 2024-12-19 21:44:56 +01:00
Carl-Gerhard Lindesvärd
5d7bb48b4e fix(api): logs 2024-12-07 21:49:00 +01:00
Carl-Gerhard Lindesvärd
f4ad97d87d feature(dashboard): add ability to filter out events by profile id and ip (#101) 2024-12-07 21:34:32 +01:00
Carl-Gerhard Lindesvärd
27ee623584 chore(api): add logs when sdk request fails by auth 2024-12-07 20:31:20 +01:00
Carl-Gerhard Lindesvärd
6e57a8337e chore(api): update referrers list 2024-12-03 20:49:08 +01:00
Carl-Gerhard Lindesvärd
335fcf0f7a chore(api): update bots list 2024-12-03 20:43:42 +01:00
Carl-Gerhard Lindesvärd
ee0f7e7d75 fix(api,worker): general improvements for workers, debugging and logging 2024-12-03 13:25:05 +01:00
Carl-Gerhard Lindesvärd
afff099c5b fix(api): sending duplicated responses for bot events (improved code as well) 2024-11-30 21:40:25 +01:00
Carl-Gerhard Lindesvärd
ab8bce7752 chore(dashboard,db): prepping for migration time 2024-11-28 20:58:18 +01:00
Carl-Gerhard Lindesvärd
de5205040b improve(api): add cache headers for favicons 2024-11-24 21:55:34 +01:00
Carl-Gerhard Lindesvärd
cd16ac878d chore(root): rename organizationSlug to organizationId (#91) 2024-11-20 14:04:55 +01:00
Carl-Gerhard Lindesvärd
949278ff1c chore(api): clean up index file 2024-11-19 20:57:51 +01:00
Carl-Gerhard Lindesvärd
60525f8905 feature(api): override user-agent information 2024-11-19 11:13:24 +01:00
Carl-Gerhard Lindesvärd
106df70ee2 fix(worker): fail gracefully when setting redis config #82 2024-10-28 10:34:15 +01:00
Carl-Gerhard Lindesvärd
4fe338c628 feature(api,worker): Override default timestamp with a date from the past (#76)
* feature(worker,api): refactor incoming events and support custom timestamps from the past

* fix(queue): add retry logic to events queue

* fix(worker): remove properties when merging server events
2024-10-22 10:25:21 +02:00
Carl-Gerhard Lindesvärd
f977c5454a feature(dashboard): add new retention chart type 2024-10-16 10:18:16 +02:00
Carl-Gerhard Lindesvärd
1e3b90c971 feature(api): add rate limiter 2024-10-07 10:33:50 +02:00
Carl-Gerhard Lindesvärd
f9a0025c72 chore(api): update bots and referrers 2024-10-05 23:49:03 +02:00
Carl-Gerhard Lindesvärd
301d86aa71 fix(common): move ua parser to common and import isServer flag 2024-10-05 23:44:56 +02:00
Carl-Gerhard Lindesvärd
4329960bd9 fix(dashboard): remove popup from slack integrations 2024-10-03 20:16:03 +02:00
Carl-Gerhard Lindesvärd
30f16c5be6 try(dashboard): slack integration window does not work (test 1) 2024-10-03 09:56:01 +02:00
Carl-Gerhard Lindesvärd
ea27ca1e0a fix(dashboard): add organizationId to the webhook url 2024-10-03 09:33:18 +02:00
Carl-Gerhard Lindesvärd
761b64d248 fix(api): webhooks should only listen on correct events 2024-10-03 09:22:00 +02:00
Carl-Gerhard Lindesvärd
f65a633403 feature(dashboard): add integrations and notifications 2024-10-02 22:41:35 +02:00
Carl-Gerhard Lindesvärd
c4be1dc05d fix(api): exclude some keys for export cache 2024-09-25 21:23:08 +02:00
Carl-Gerhard Lindesvärd
0c93944d8a fix(api): spread profile payload correctly 2024-09-25 20:57:54 +02:00
Carl-Gerhard Lindesvärd
ea141e99a2 fix(worker): handle edge cases when jobs are not delayed 2024-09-25 09:11:54 +02:00
Carl-Gerhard Lindesvärd
66a49c53cf fix(worker): avoid creating new loggers 2024-09-24 22:13:15 +02:00
Carl-Gerhard Lindesvärd
f2fb6379c6 feature(api): support better wildcard 2024-09-23 09:36:02 +02:00
Carl-Gerhard Lindesvärd
e348a6a12c perf(api): improve healthcheck a bit 2024-09-20 07:49:19 +02:00
Carl-Gerhard Lindesvärd
25f329a4cd chore(buffer): iron out the buffer issues 2024-09-19 21:38:40 +02:00
Carl-Gerhard Lindesvärd
dfe00040de chore(buffer): final adjustments to buffer before deploy 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
208e3b9f26 chore(logger): get correct error in logs 2024-09-18 23:46:38 +02:00
Carl-Gerhard Lindesvärd
32e91959f6 chore(root): migrate to biome 2024-09-18 23:46:11 +02:00
Carl-Gerhard Lindesvärd
3e974cd3c4 fix(api+worker): added external deps to tsup 2024-09-13 22:15:17 +02:00
Carl-Gerhard Lindesvärd
c819c18962 fix(root): add hyperdx and better logging 2024-09-13 22:05:25 +02:00
Carl-Gerhard Lindesvärd
4bafa16419 chore(logger): remove baselime 2024-09-13 22:05:25 +02:00
Carl-Gerhard Lindesvärd
46fe17e558 perf(api): add bot events with buffer 2024-09-12 20:51:54 +02:00
Carl-Gerhard Lindesvärd
b44f1958a2 feat(root): added migrations and optimized profile table 2024-09-10 23:30:41 +02:00