openreplay/backend/pkg
Alexander 345f316b27
Spots (#2305)
* feat(spot): first version to test http endpoints

* fix(helm): changed nginx path prefix

* fix(spots): added missing BUCKET_NAME env var

* fix(spots): added services init check

* feat(spots): removed geo module

* feat(spots): removed uaparser

* feat(spots): added more detailed authorization error log

* feat(spots): changed the authorization middleware

* feat(spots): extended http body size limit to 128kb

* feat(spots): added s3 error log

* feat(spots): added new handler for uploaded event

* feat(backend): small api changes in spot service

* feat(backend): rewrote request parameters grabber for getSpot handler

* feat(backend): added tenantID to auth struct

* feat(backend): added pre-signed download urls for preview, mob et video files

* feat(backend): added user's email to spots table, and getSpot responses

* feat(backend): returning spotID as a string

* feat(spot): added transcoder pipeline

* fix(spot): return spotID as a string

* feat(spot): added volume mount to spot service

* feat(spot): fixed volume mounting

* feat(spot): helm fix

* feat(spot): helm another fix

* fix(spot): correct video.webm path

* fix(spot): correct pre-signed url for download original video

* feat(spot): added PATCH and DELETE methods to CORS

* feat(spot): use string format for spotIDs in delete method

* feat(spot): added public key implemented

* fix(spot): correct public-key parser

* fix(spot): fixed query params issue + user's tenantID

* fix(spot): use 1 as a default tenant

* feat(spot): added correct total spots calculation

* fix(spot): fixed offset calculation

* feat(spot): added extra check in auth method

* fix(spot): removed / from video file name

* fix(spot): devided codec flag into 2 parts

* feat(spot): use fixed tenantID = 1 for oss users

* feat(spot): return 404 for public key not found issue

* feat(spots): added spots folder to minio path rule

* feat(spot): added spot video streaming support

* fix(spot): fixed an sql request for spot streams

* feat(spot): return playlist file in getSpot responce

* feat(spot): try to use aac audio codec

* feat(spot): added permissions support (oss/ee)

* feat(spot): added authorizer method

* feat(spot): added license check

* feat(spot): added spot preview for get response

* fix(spot): fixed a problem with permissions

* feat(spot): added crop feature

* feat(spot): upload cropped video back to s3

* feat(spot): manage expired modified playlist file

* feat(backend): hack with video formats

* feat(backend): removed space

* feat(spot): req tracing

* feat(spot): manual method's name mapping

* feat(spot): added a second method to public key auth support

* feat(spot): metrics

* feat(spot): added rate limiter per user

* feat(spot): added ping endpoint for spot jwt token check

* feat(spot): getStatus endpoint

* feat(spot): added missing import

* feat(spot): transcoding issue fix

* feat(spot): temp remove tasks

* feat(spot): better error log message

* feat(spot): set default jwt_secret value

* feat(spot): debug auth

* feat(spot): 2 diff jwt tokens support

* feat(spot): pg tasks with process status

* feat(spot): more logs

* feat(spot): improved defer for GetTask method

* feat(spot): keep only failed tasks

* feat(spot): removing temp dir with spot files

* feat(spot): added several workers for transcoding module

* feat(spot): fixed spot path for temp video files

* feat(spot): use custom statusWriter to track response code in middleware

* feat(spot): added body and parameter parser for auditrail feature

* feat(spot): fixed IsAuth method signature

* feat(spot): fixed ee service builder

* feat(spot): added import

* feat(spot): fix data type for payload and parameters jsonb fields

* feat(spot): typo fix

* feat(spot): moved out consts

* feat(spot): new table's name

* feat(spot): added missing imports in go.mod

* feat(spot): added a check for the number of comments (20 by default)
2024-08-29 16:08:33 +02:00
..
builders Mobile renaming (protocol + backend) (#2078) 2024-04-12 09:30:24 +02:00
cache Go redshift connector (#1457) 2023-09-05 12:18:47 +02:00
conditions feat(backend): fixed issue in start request 2024-01-26 14:25:44 +01:00
connector feat(backend): added es connector 2024-04-09 14:58:47 +02:00
db Spots (#2305) 2024-08-29 16:08:33 +02:00
dev/profiling Json logs format (#1952) 2024-03-14 12:51:14 +01:00
env Json logs format (#1952) 2024-03-14 12:51:14 +01:00
failover feat(backend): fixed failover mock 2024-03-14 17:06:43 +01:00
featureflags feat(backend): fixed an issue in feature flags conditions parser 2024-05-29 17:22:29 +02:00
flakeid fix(backend): found and fixed an issue in the method for generating sessionID using startTimestamp and extraction this timestamp back from sessionID 2023-08-30 15:39:49 +02:00
handlers Mobile renaming (protocol + backend) (#2078) 2024-04-12 09:30:24 +02:00
hashid Mobile renaming (protocol + backend) (#2078) 2024-04-12 09:30:24 +02:00
integrations Json logs format (#1952) 2024-03-14 12:51:14 +01:00
intervals fix(backend): reduced ender tick duration 2023-05-05 11:34:21 +02:00
logger feat(connector): added s3 connector + small improvements 2024-05-22 15:23:45 +02:00
memory Json logs format (#1952) 2024-03-14 12:51:14 +01:00
messages fix(backend): added SetPage transform handler to support old message type 2024-07-05 10:27:43 +02:00
metrics Spots (#2305) 2024-08-29 16:08:33 +02:00
objectstorage Spots (#2305) 2024-08-29 16:08:33 +02:00
pool Spots (#2305) 2024-08-29 16:08:33 +02:00
pprof Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
projects Json logs format (#1952) 2024-03-14 12:51:14 +01:00
queue Ender logic update (#1435) 2023-08-03 14:57:15 +04:00
redisstream Json logs format (#1952) 2024-03-14 12:51:14 +01:00
sessions feat(backend): added utm data to PG (#2152) 2024-05-24 08:33:28 +02:00
spot Spots (#2305) 2024-08-29 16:08:33 +02:00
tags Json logs format (#1952) 2024-03-14 12:51:14 +01:00
terminator Json logs format (#1952) 2024-03-14 12:51:14 +01:00
token feat(backend/http):store Delay in sess-token 2022-10-19 16:21:58 +02:00
url feat(backend): added utm data to PG (#2152) 2024-05-24 08:33:28 +02:00
uxtesting Small http fixes (#1767) 2023-12-11 15:19:25 +01:00