Alex Christoffer Rasmussen
261e71e8c3
Merge branch 'master' into port-colision
2024-12-20 18:05:22 +01:00
Carlos Valente
ec823e0095
refactor: improve cuesheet composition
...
refactor: simplify placing events in rundown
m
2024-12-20 09:03:02 +01:00
Alex Christoffer Rasmussen
cfcf6a5684
extract isPlaybackActive to a global util function ( #1393 )
2024-12-18 12:44:48 +01:00
arc-alex
9b464ff2db
use escalateErrorFn
2024-12-16 22:18:22 +01:00
arc-alex
544f01630b
Merge branch 'master' into port-colision
2024-12-16 22:00:23 +01:00
Carlos Valente
df1cf7a96b
feat: parse timeToEnd from excel
2024-12-16 21:59:38 +01:00
Carlos Valente
0f3feca7ab
refactor: extract time-to-end
2024-12-16 21:59:38 +01:00
Carlos Valente
5032cbf65a
refactor: prevent instantiating unavailable services
2024-12-13 10:39:58 +01:00
Alex Christoffer Rasmussen
7915cc822d
Dockersafe rename ( #1370 )
...
* add dockerSafeRename function
* replace all rename functions
* add explanation to function
2024-12-10 23:27:51 +01:00
Carlos Valente
8bc3f5a56c
Fix links ( #1366 )
...
* chore: remove unused code
* bump version to 3.9.3
* chore: use constant links
* refactor: build links
* chore: ignore ontime-data
2024-12-06 16:48:35 +01:00
Alex Christoffer Rasmussen
607bc40673
create addTime function in simple timer ( #1363 )
...
* create addTime function in simple timer
2024-12-04 20:25:49 +01:00
Carlos Valente
b9ba416366
refactor: add prefix to relative assets
...
refactor: add prefix to server entrypoints
refactor: add prefix to express router
refactor: add prefix to router basename
2024-12-04 19:49:49 +01:00
Carlos Valente
82a2660fbc
fix: router prefix
2024-12-02 14:45:57 +01:00
Carlos Valente
1e8706aa73
feat: allow add time to aux timer
2024-12-02 13:30:22 +01:00
Carlos Valente
e6dfe9c363
fix: rolling over midnight wrongly classified as skip
2024-12-01 21:06:33 +01:00
Carlos Valente
29e682ee06
refactor: remove frozen implementation
2024-11-30 22:31:18 +01:00
Alex Christoffer Rasmussen
8f2a93d6a3
FIX: OSC TX and RX shutdown was swapped ( #1352 )
2024-11-30 22:27:36 +01:00
Alex Christoffer Rasmussen
022778f892
Merge branch 'master' into port-colision
2024-11-29 21:12:49 +01:00
arc-alex
c9545d06e2
send portError to electron
2024-11-29 21:10:52 +01:00
Carlos Valente
f561e52bb5
refactor: prevent caching html files
2024-11-29 19:36:39 +01:00
Carlos Valente
6e51e5083b
refactor: allow route prefix
2024-11-29 19:36:39 +01:00
arc-alex
c9013fc8cf
@ts-expect-error
2024-11-28 17:38:20 +01:00
arc-alex
4b49d13366
detect EADDRINUSE on server start
2024-11-28 17:33:20 +01:00
Carlos Valente
22fe65c655
feat: show welcome screen on first login
2024-11-25 09:54:04 +01:00
Carlos Valente
7bf90d669a
refactor: expose api for loading demo project
2024-11-25 09:54:04 +01:00
Ary
a6e1cbbbce
Upload corporate logo ( #1314 )
...
* feat: upload logo to project data
---------
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2024-11-17 22:55:20 +01:00
Carlos Valente
8dd448db44
feat: implement naive client ping
2024-11-17 21:41:10 +01:00
Carlos Valente
3a7c2b8a55
refactor: refetch on load
2024-11-12 21:46:31 +01:00
Carlos Valente
ed2efe183b
feat: quick project wizard
2024-10-29 20:23:12 +01:00
Carlos Valente
8ad1f2cb38
refactor: no style overrides in production views
2024-10-29 08:23:44 +01:00
Carlos Valente
5501f57b45
feat: add link to context menu
2024-10-25 19:44:55 +02:00
Carlos Valente
46e9fcb3cb
refactor: populate readme on start
2024-10-22 21:18:33 +02:00
Alex Christoffer Rasmussen
a5496434f8
todo note about sanitiseCustomFields ( #1281 )
2024-10-22 19:13:24 +02:00
Alex Christoffer Rasmussen
42984eed87
Improve xlsx import ( #1271 )
...
* use xlsx
* add existing custom fields to import map
* keep colours of existing custom fields
* use unknown
* fix
* revert
* allow space and upper case
* fix test
* define empty sheet
2024-10-22 19:13:07 +02:00
Carlos Valente
dd13eb31d8
refactor: expose public dir
2024-10-20 22:35:26 +02:00
Carlos Valente
82810f1cb1
feat: add sessions stats endpoint
2024-10-20 22:35:26 +02:00
Carlos Valente
71c468d069
refactor: session resource
2024-10-20 22:35:26 +02:00
Carlos Valente
cf40001a2a
improve style
2024-10-19 20:34:00 +02:00
arc-alex
d458928090
fix external path and remove unneeded stuff
2024-10-19 20:34:00 +02:00
Carlos Valente
76e12af116
docs: add initial documentation to external assets
2024-10-19 20:34:00 +02:00
jwetzell
c5870452e3
make custom fields case sensitive ( #1242 )
...
* remove custom field lowercasing
* don't allow custom field form to submit duplicate field
* remove unused
* update custom field tests
* also keep upper case when editing
* show key in UI
* also kep upper case when creating a new field
* fix test
* allow old forced case keys to stay as is
* allow space
* add extension to import
* supply initial key to CustomFieldForm
* refactor: improve element contrast
* refactor: style and composition
* consistent use of `customFieldLabelToKey`
* fix CopyTag
* remove log
---------
Co-authored-by: arc-alex <ac@omnivox.dk >
Co-authored-by: Carlos Valente <carlosvalente@pm.me >
2024-10-18 18:53:23 +02:00
Carlos Valente
77e87e1d0c
refactor: make message service stateless
2024-10-15 16:11:53 +02:00
Carlos Valente
5950551da2
refactor: simplify setup of asset paths
2024-10-15 15:51:01 +02:00
Alex Christoffer Rasmussen
0500368982
Revert http test ( #1257 )
...
* Revert "refactor: allow messages not starting with http"
This reverts commit 887e5c448e .
* Revert "refactor: allow messages not starting with http"
This reverts commit 6ce275da7a .
2024-10-12 10:52:14 +02:00
Carlos Valente
16fd44a441
refactor: allow aux change direction while playing
2024-10-11 16:01:22 +02:00
Carlos Valente
f1cac8d1c4
feat: allow download of current project
2024-10-11 13:26:15 +02:00
Alex Christoffer Rasmussen
fee2021ad7
Fix: time-to-end offset ( #1252 )
...
* flip the sign correctly for time-to-end offset
2024-10-10 16:20:59 +02:00
Carlos Valente
db956f7955
refactor: await init rundown
2024-10-09 20:15:10 +02:00
Carlos Valente
887e5c448e
refactor: allow messages not starting with http
2024-10-09 19:19:20 +02:00
Carlos Valente
6ce275da7a
refactor: allow messages not starting with http
2024-10-09 19:19:20 +02:00