author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
331,626
22.05.2021 20:33:30
-7,200
155dd8b449e6ebbeda392e68a53e02b1d0713d52
show active listener count
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "<th>PGM</th>\n<th>Name</th>\n<th>Description</th>\n+ <th>Active Listeners</th>\n</tr>\n</thead>\n<tbody>\n<td></td>\n<td>{...
JavaScript
MIT License
josephdadams/tallyarbiter
show active listener count
331,626
22.05.2021 20:33:35
-7,200
a080c2e3bcee3b38e1d466e17f9bd3f720d750af
sort clients
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.ts", "new_path": "UI/src/app/_components/producer/producer.component.ts", "diff": "@@ -44,7 +44,7 @@ export class ProducerComponent {\nl.device = this.devices.find((d) => d.id == l.deviceId);\nif (!l.inactive)...
JavaScript
MIT License
josephdadams/tallyarbiter
sort clients
331,626
22.05.2021 21:11:16
-7,200
a5c3296354c7a1f0abff81e7917a5c72435a916b
show device states on producer screen
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "<div class=\"row\">\n<div class=\"col-md-6\">\n<h2>Devices</h2>\n- <table class=\"table table-striped table-hover\">\n+ <t...
JavaScript
MIT License
josephdadams/tallyarbiter
show device states on producer screen
331,626
23.05.2021 09:09:02
-7,200
605f4f57f7afefbbcadfe31806ff384b173e60e3
show logs in settings window
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "-<p>settings works!</p>\n+<div class=\"container\">\n+\n+ <hr>\n+ <div class=\"mt-5 row\">\n+ <div class=\"col-xs-12 col-m...
JavaScript
MIT License
josephdadams/tallyarbiter
show logs in settings window
331,626
23.05.2021 11:06:21
-7,200
c76c0b264f52633509d87923816ebd3823241825
first part of settings page
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "</tbody>\n</table>\n<h2>Clients</h2>\n- <table class=\"table table-striped table-hover\">\n+ <table class=\"table table-ho...
JavaScript
MIT License
josephdadams/tallyarbiter
first part of settings page
331,626
23.05.2021 11:42:38
-7,200
421c3b194d7126bca8ea1b5b759fe0aa77440cef
fixed missing grey color when disabled
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "</tr>\n</thead>\n<tbody>\n- <tr *ngFor=\"let device of devices\">\n+ <tr *ngFor=\"let device of devices\" [class.text-mute...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed missing grey color when disabled
331,626
23.05.2021 11:43:09
-7,200
385b3a515718bf96dcebee46dfe17b511d823c1d
create and edit devices
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</tr>\n</thead>\n<tbody>\n- <tr *ngFor=\"let source of sources\" [class]=\"source.connected ? 'text-success' : 'text-dange...
JavaScript
MIT License
josephdadams/tallyarbiter
create and edit devices
331,626
23.05.2021 13:52:22
-7,200
cb241fa64253b2bf22dc48ad3f38bd3144d63717
add, edit and remove device sources
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<div class=\"container pt-4\">\n<div class=\"row\">\n- <h2>Sources\n- <button class=\"btn btn-dark me-2\" (click)=\"addSou...
JavaScript
MIT License
josephdadams/tallyarbiter
add, edit and remove device sources
331,626
23.05.2021 13:55:23
-7,200
a8a9a0e2d73b74057d98a6d2ec06a7225562c535
delete devices
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<button class=\"btn btn-dark me-2\" (click)=\"editDeviceSources(device, deviceSourcesModal)\">Edit Sources\n({{getDeviceSo...
JavaScript
MIT License
josephdadams/tallyarbiter
delete devices
331,626
23.05.2021 14:42:32
-7,200
1450487ebd6e215d8342f9fd4ed6d050e0fb01e8
add, edit and remove device actions
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<button class=\"btn btn-dark me-2\" (click)=\"editDevice(device, deviceModal)\">\nEdit\n</button>\n- <button class=\"btn b...
JavaScript
MIT License
josephdadams/tallyarbiter
add, edit and remove device actions
331,626
23.05.2021 14:50:46
-7,200
c09993ec6d00d8c1e182eb5c3ad4c0817a0d9d56
added reassign functionalilty
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<td>{{ listenerClient.ipAddress }}</td>\n<td class=\"bg-light\">{{ listenerClient.listenerType }}</td>\n<td>\n- <select cl...
JavaScript
MIT License
josephdadams/tallyarbiter
added reassign functionalilty
331,626
23.05.2021 15:04:14
-7,200
239b0ad44a912b6848deffd3d8eac39d657631f1
fixed deleting listener
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</select>\n</td>\n<td>\n- <button class=\"btn btn-outline-danger me-2\" *ngIf=\"listenerClient.inactive\">\n+ <button clas...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed deleting listener
331,626
23.05.2021 15:43:53
-7,200
de6c90d8e3be1ebfae4603266a6d0d9bf2bfb7d3
fixed crash when deleting TSL listener
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -5249,10 +5249,12 @@ function StartTSLClientConnection(tslClientId) {\nUpdateSockets('tsl_clients');\n});\ntsl_clients[i].socket.on('close', function() {\n- logger(`TSL Client ${tslClientId} Connection Closed: ${t...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed crash when deleting TSL listener
331,626
23.05.2021 15:53:50
-7,200
a5ae1183acdbbeabe52dee9b87567dc6bee3fcc2
add, edit and delete tsl clients
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n<hr class=\"my-5\" />\n<div class=\"row\">\n- <h2>TSL Clients</h2>\n+ <h2>TSL Clients\n+ <button class=\"btn btn-o...
JavaScript
MIT License
josephdadams/tallyarbiter
add, edit and delete tsl clients
331,626
23.05.2021 16:40:12
-7,200
1d557819805dd4ca18390d5b09274db624a21211
added cloud functionality
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n<hr class=\"my-5\" />\n<div class=\"row\">\n- <h2>Cloud Settings</h2>\n+ <div class=\"mb-3\">\n+ <h2><i class=\"fa...
JavaScript
MIT License
josephdadams/tallyarbiter
added cloud functionality
331,626
23.05.2021 16:49:11
-7,200
92586f539c025dfeb3ef23e0f0ff54464beec91e
added no data info instead of empty table
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "-<div class=\"container pt-4\">\n+<div class=\"container pt-4\" *ngIf=\"initialDataLoaded\">\n<div class=\"row\">\n<h2>\nS...
JavaScript
MIT License
josephdadams/tallyarbiter
added no data info instead of empty table
331,626
23.05.2021 18:10:51
-7,200
97e9b0ae7c81490bd3825c07803da003c2b58a33
fixed issues on node js 13 and lower
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -5250,7 +5250,7 @@ function StartTSLClientConnection(tslClientId) {\n});\ntsl_clients[i].socket.on('close', function() {\nif (tsl_clients[i]) {\n- logger(`TSL Client ${tslClientId} Connection Closed: ${tsl_clients...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed issues on node js 13 and lower
331,626
25.05.2021 18:25:43
-7,200
0a98a046c440ca828af4311f4377a3c26ae61c13
fixed `nothing connected` message
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "<div class=\"row\">\n<div class=\"col-md-6\">\n<h2>Devices</h2>\n- <table class=\"table table-hover\">\n+ <span class=\"te...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed `nothing connected` message
331,626
25.05.2021 18:25:52
-7,200
9db90f63944294d1e9fffe39344ec01fbbfb15d6
show cloud icons
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "-<div class=\"container\">\n+<div class=\"container pt-3\">\n<div class=\"row\">\n<div class=\"col-md-6\">\n<h2>Devices</h...
JavaScript
MIT License
josephdadams/tallyarbiter
show cloud icons
331,626
25.05.2021 18:32:58
-7,200
7693254ea84fb565090a30118a36d27662a4b985
fixed initial states not shown on producer page
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1130,6 +1130,7 @@ function initialSetup() {\nsocket.emit('devices', devices);\nsocket.emit('bus_options', bus_options);\nsocket.emit('listener_clients', listener_clients);\n+ socket.emit('device_states', device_s...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed initial states not shown on producer page
331,626
25.05.2021 19:05:47
-7,200
d6a354db72bee4ce91b2aa1d9125d128b1b12f60
moved confirmation dialogs to decorator
[ { "change_type": "MODIFY", "old_path": "UI/package-lock.json", "new_path": "UI/package-lock.json", "diff": "}\n}\n},\n+ \"sweetalert2\": {\n+ \"version\": \"11.0.11\",\n+ \"resolved\": \"https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.0.11.tgz\",\n+ \"integrity\": \"sha512-3xO4NI9mfO/9UImBu0...
JavaScript
MIT License
josephdadams/tallyarbiter
moved confirmation dialogs to decorator
331,626
25.05.2021 20:37:22
-7,200
379c95909133805b0685a1d366d9a976fe27f032
redesigned home page
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/home/home.component.html", "new_path": "UI/src/app/_components/home/home.component.html", "diff": "-<div class=\"container\">\n- <div class=\"bg-light p-5 rounded\">\n- <h1 class=\"display-4\">Welcome!</h1>\n- <p class=\"lead\">Tally Arb...
JavaScript
MIT License
josephdadams/tallyarbiter
redesigned home page
331,626
25.05.2021 20:50:54
-7,200
d4131c7f1a94a535de865916d412f7ca488cb0db
check available ports
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.ts", "new_path": "UI/src/app/_components/settings/settings.component.ts", "diff": "@@ -14,6 +14,10 @@ import { TSLClient } from 'src/app/_models/TSLClient';\nimport { SocketService } from 'src/app/_services/so...
JavaScript
MIT License
josephdadams/tallyarbiter
check available ports
331,626
25.05.2021 21:12:08
-7,200
e60b50fb5dbef419fdcd451c172cafdfa66d032f
fixed menu on mobile
[ { "change_type": "MODIFY", "old_path": "UI/src/app/app.component.html", "new_path": "UI/src/app/app.component.html", "diff": "<nav class=\"navbar navbar-expand-md navbar-dark fixed-top bg-dark\">\n<div class=\"container\">\n<a class=\"navbar-brand\" href=\"#\"><img src=\"assets/logo_white.png\" heig...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed menu on mobile
331,626
26.05.2021 10:20:18
-7,200
c256b67cae57c709505be1ab3c47ea7ac8c1f907
fixed settings login
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.ts", "new_path": "UI/src/app/_components/login/login.component.ts", "diff": "@@ -12,14 +12,14 @@ export class LoginComponent {\npublic wrongUsernameOrPassword = false;\npublic username = \"\";\npublic password = \"\...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed settings login
331,626
26.05.2021 10:22:16
-7,200
7f90a9127d94af712e1413d8d08d8e90a3e26a65
login with enter key
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.html", "new_path": "UI/src/app/_components/login/login.component.html", "diff": "<h1 class=\"h3 mb-3 fw-normal\">Please sign in</h1>\n<div class=\"my-2 text-danger\" *ngIf=\"wrongUsernameOrPassword\">Wrong username ...
JavaScript
MIT License
josephdadams/tallyarbiter
login with enter key
331,626
26.05.2021 10:28:09
-7,200
cb521c9edac73c21547320ef33f4d5285bd7ccb8
added wake lock
[ { "change_type": "ADD", "old_path": null, "new_path": "UI/src/app/_services/wake-lock.service.spec.ts", "diff": "+import { TestBed } from '@angular/core/testing';\n+\n+import { WakeLockService } from './wake-lock.service';\n+\n+describe('WakeLockService', () => {\n+ let service: WakeLockService;\n+\...
JavaScript
MIT License
josephdadams/tallyarbiter
added wake lock
331,626
26.05.2021 10:30:26
-7,200
c25b8fd8262e6024a43e30e7c84d440120594dc0
fixed page refresh when clicking on the logo
[ { "change_type": "MODIFY", "old_path": "UI/src/app/app.component.html", "new_path": "UI/src/app/app.component.html", "diff": "<nav class=\"navbar navbar-expand-md navbar-dark fixed-top bg-dark\">\n<div class=\"container\">\n- <a class=\"navbar-brand\" href=\"#\"><img src=\"assets/logo_white.png\" he...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed page refresh when clicking on the logo
331,626
26.05.2021 10:45:36
-7,200
3b40ea9ee54e64a2acaebb42ca0a5fc95630d7f2
set dist path
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -108,3 +108,6 @@ dist\n# Remove config.json from default repo\nconfig.json\n+\n+# don't include the generated UI\n+ui-dist/*\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path...
JavaScript
MIT License
josephdadams/tallyarbiter
set dist path
331,626
26.05.2021 10:46:15
-7,200
db882cc2779e9ac86576d8c1e54b9ad9d8489ce8
use hash navigation strategy
[ { "change_type": "MODIFY", "old_path": "UI/src/app/app-routing.module.ts", "new_path": "UI/src/app/app-routing.module.ts", "diff": "@@ -23,7 +23,7 @@ const routes: Routes = [\n];\n@NgModule({\n- imports: [RouterModule.forRoot(routes)],\n+ imports: [RouterModule.forRoot(routes, { useHash: true})],\ne...
JavaScript
MIT License
josephdadams/tallyarbiter
use hash navigation strategy
331,626
26.05.2021 11:41:21
-7,200
f2bd6901c08c3b941040639f1e3e33b20be9dd16
added electron version
[ { "change_type": "ADD", "old_path": null, "new_path": "main.js", "diff": "+// This is the electron startup script\n+const { app, BrowserWindow } = require('electron');\n+require(\"./index\");\n+\n+function createWindow() {\n+ const mainWindow = new BrowserWindow({\n+ width: 800,\n+ height: 600,\n+ m...
JavaScript
MIT License
josephdadams/tallyarbiter
added electron version
331,626
26.05.2021 11:57:39
-7,200
fa032ba7f0db8f9e5ab8a4019a25d0b99a792064
minimize desktop version to taskbar
[ { "change_type": "ADD", "old_path": "build/icon.png", "new_path": "build/icon.png", "diff": "Binary files /dev/null and b/build/icon.png differ\n" }, { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "// This is the electron startup script\n-const {...
JavaScript
MIT License
josephdadams/tallyarbiter
minimize desktop version to taskbar
331,626
26.05.2021 12:29:36
-7,200
18b81631605248ed3eb1f646042f9aad76f32ab2
added desktop build workflow
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -18,9 +18,48 @@ jobs:\nrun: npm pack\n- uses: gagle/package-version@v1.0.0\nid: package-version\n- - uses: actions/upload-artifact@v2\n+ - name: Upload Artifact\n+ uses: actio...
JavaScript
MIT License
josephdadams/tallyarbiter
added desktop build workflow
331,626
26.05.2021 12:35:17
-7,200
556965dee21fed7e7bf0da483148a956751aab23
use electron-builder action
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -39,7 +39,12 @@ jobs:\n- name: Install dependencies\nrun: npm i\n- name: Build\n- run: npm run build-desktop\n+ uses: samuelmeuli/action-electron-builder@v1.6.0\n+ with:\n+ gi...
JavaScript
MIT License
josephdadams/tallyarbiter
use electron-builder action
331,626
26.05.2021 12:39:05
-7,200
33444461b6229711b490f28e9d5a2b2bc4dad43a
fixed paths to dist files
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -52,19 +52,19 @@ jobs:\nif: matrix.os == 'ubuntu-latest'\nwith:\nname: 'TallyArbiter-${{ steps.package-version.outputs.version }}-Linux'\n- path: 'TallyArbiter-${{ steps.packa...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed paths to dist files
331,626
26.05.2021 12:47:24
-7,200
036894c076b770bd2864d70521cd02c2cc3604ca
fixed package version action only working on linux
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -16,7 +16,7 @@ jobs:\nrun: npm i\n- name: Build\nrun: npm pack\n- - uses: gagle/package-version@v1.0.0\n+ - uses: Saionaro/extract-package-version@v1.0.6\nid: package-version\...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed package version action only working on linux
331,626
26.05.2021 12:57:09
-7,200
f07a76c853961d87923be97fc6b364f2302d0b99
fixed tally page URL
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/home/home.component.ts", "new_path": "UI/src/app/_components/home/home.component.ts", "diff": "@@ -6,5 +6,5 @@ import { Component } from '@angular/core';\nstyleUrls: ['./home.component.scss']\n})\nexport class HomeComponent {\n- public t...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed tally page URL
331,626
26.05.2021 17:34:36
-7,200
19bf515b9659c57be4b460788adcc14b33162918
fixed trayicon size on MacOS
[ { "change_type": "ADD", "old_path": "build/trayicon.png", "new_path": "build/trayicon.png", "diff": "Binary files /dev/null and b/build/trayicon.png differ\n" }, { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -34,7 +34,7 @@ function createWin...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed trayicon size on MacOS
331,626
27.05.2021 20:57:29
-7,200
9a9f2b9f741c2740ef9998dccc75c439612f951d
save config file to a common place
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -41,7 +41,7 @@ const oscPort = 5958;\nvar oscUDP = null;\nvar vmix_emulator = null; //TCP server for VMix Emulator\nvar vmix_clients = []; //Clients currently connected to the VMix Emulator\n-const config_file = '...
JavaScript
MIT License
josephdadams/tallyarbiter
save config file to a common place
331,626
27.05.2021 21:12:48
-7,200
0973caa766b38e7c33cbf0076574da563ffc5589
added missing chat
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/chat/chat.component.html", "new_path": "UI/src/app/_components/chat/chat.component.html", "diff": "-<div class=\"container\">\n- <h3>Chat</h3>\n<div class=\"card chat d-flex\">\n<div class=\"mesages bg-light flex-fill p-3 overflow-auto\"...
JavaScript
MIT License
josephdadams/tallyarbiter
added missing chat
331,626
27.05.2021 21:13:35
-7,200
81fc48e7b0a2884b01727b3be83a7fd8dd2ea77e
set default bg to dark
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.html", "new_path": "UI/src/app/_components/tally/tally.component.html", "diff": "<h2 class=\"lead mt-5\" *ngIf=\"devices.length == 0\">No devices are available for tally monitoring at this time.</h2>\n</div>\n-<div ...
JavaScript
MIT License
josephdadams/tallyarbiter
set default bg to dark
331,626
28.05.2021 10:14:31
-7,200
190ac3c6de53b7b14a7cec7fee38121c22d0650f
fixed tally chat not working
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/chat/chat.component.scss", "new_path": "UI/src/app/_components/chat/chat.component.scss", "diff": "div.chat {\nheight: 100%;\n+ color: #000;\n+ text-align: left;\n.message {\nwidth: 80%;\nbackground-color: rgb(255, 255, 255);\n" }, {...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed tally chat not working
331,626
28.05.2021 10:24:30
-7,200
0c6fe0a7b9d9bf50e13a1172693bf6b59d143692
prevent users from sending empty messages
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/chat/chat.component.ts", "new_path": "UI/src/app/_components/chat/chat.component.ts", "diff": "@@ -17,6 +17,10 @@ export class ChatComponent {\n}\npublic sendMessage(): void {\n+ if (!this.message.trim()) {\n+ return;\n+ }\n+ this.messag...
JavaScript
MIT License
josephdadams/tallyarbiter
prevent users from sending empty messages
331,626
01.06.2021 17:49:55
-7,200
7411d60e64b25280475ea3000973219cd0ff6414
(actions) no artifacts but publish cli to npm
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -16,13 +16,18 @@ jobs:\nrun: npm i\n- name: Build\nrun: npm pack\n- - uses: Saionaro/extract-package-version@v1.0.6\n- id: package-version\n- - name: Upload Artifact\n- uses: ...
JavaScript
MIT License
josephdadams/tallyarbiter
(actions) no artifacts but publish cli to npm
331,626
02.06.2021 18:10:18
-7,200
027900a7c5e7549c9edcd0e5f601de9e51dfbcd0
(docs) added deploy workflow
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/docs.yml", "diff": "+name: Docs\n+\n+on:\n+ push:\n+ branches:\n+ - master\n+\n+jobs:\n+ deploy:\n+ name: Deploy\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+ - name: Install dependencies\n+ working-dire...
JavaScript
MIT License
josephdadams/tallyarbiter
(docs) added deploy workflow
331,626
03.06.2021 08:49:32
-7,200
57ca68c3cb026b4fc4fbbf34e8499c4a804b838a
(docs) added how to contribute
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/docs/developers/tally-arbiter.md", "diff": "+---\n+sidebar-position: 3\n+---\n+\n+# Developing TallyArbiter itself\n+\n+Information on how to contribute to TallyArbiter itself can be found in the [project's readme](https://github.com/joseph...
JavaScript
MIT License
josephdadams/tallyarbiter
(docs) added how to contribute
331,629
03.06.2021 12:56:22
14,400
eeb07d5d3aa353c4da3fa883309b14f5e7fc56cd
Update readme.md just rewording a few things here and there
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -12,6 +12,8 @@ Contributions are always welcome. Here's a quick guide on how to setup your loca\n1. Clone this repository (or your fork): `git clone https://github.com/josephdadams/TallyArbiter`\n1. Run `npm ins...
JavaScript
MIT License
josephdadams/tallyarbiter
Update readme.md just rewording a few things here and there
331,626
05.06.2021 11:42:23
-7,200
1164343f19b0da9da371626f10dc45cf0cddac37
fixed no app icon on windows
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"name\": \"TallyArbiter\",\n\"version\": \"1.5.9\",\n- \"description\": \"Tally Arbiter is a Node.js server that is capable of listening/fetching tally data from multiple sources (and source types) and ul...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed no app icon on windows
331,626
05.06.2021 12:13:22
-7,200
87f0434b049d6250b238ea9e3cd562b24806b00f
also send info-quiet messages via socket api
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1850,8 +1850,7 @@ function logger(log, type) { //logs the item to the console, to the log array, a\nbreak;\n}\n- if (type.indexOf('quiet') === -1) {\n- let logObj = {};\n+ const logObj = {};\nlogObj.datetime = dt...
JavaScript
MIT License
josephdadams/tallyarbiter
also send info-quiet messages via socket api
331,626
05.06.2021 12:13:36
-7,200
30a503cfea78602206c8f7f3ef8bf5df3d03101f
added logs filtering by log level
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<hr class=\"my-5\" />\n<div class=\"row\">\n<div class=\"col-xs-12 col-md-6\" id=\"divContainer_Logs\">\n- <h2>Logs</h2>\n...
JavaScript
MIT License
josephdadams/tallyarbiter
added logs filtering by log level
331,626
06.06.2021 08:45:10
-7,200
5776111f23808056b4b3f175f6d3edde4a6e2cff
socket.io compatibility mode for v2 or v3 clients
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -27,7 +27,7 @@ const jspack = require('jspack').jspack;\nconst listenPort = process.env.PORT || 4455;\nconst app = express();\nconst httpServer = http.Server(app);\n-const io = socketio(httpServer);\n+const io = s...
JavaScript
MIT License
josephdadams/tallyarbiter
socket.io compatibility mode for v2 or v3 clients
331,626
08.06.2021 18:33:44
-7,200
4428e6556cf8039acc99e0e994335af6902eeda9
(actions) fixed build workflow
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -49,8 +49,6 @@ jobs:\ngithub_token: ${{ secrets.github_token }}\nrelease: ${{ startsWith(github.ref, 'refs/tags/v') }}\nskip_build: true\n- # needed because there's a bug in t...
JavaScript
MIT License
josephdadams/tallyarbiter
(actions) fixed build workflow
331,626
13.06.2021 13:59:24
-7,200
1323bb5039d320c09e6722f0792e8450d24600ae
added single instance lock
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "// This is the electron startup script\nconst { app, BrowserWindow, Tray, Menu } = require('electron');\nconst path = require(\"path\");\n-require(\"./index\");\nlet mainWindow;\nlet trayIcon;\n+const gotTheLock = app....
JavaScript
MIT License
josephdadams/tallyarbiter
added single instance lock
331,626
15.06.2021 18:22:27
-7,200
421b6920dc81bfaf30698bf3c0c887f566bf3a9a
fixed docs about tally id
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/listener-clients.md", "new_path": "docs/docs/usage/sections/listener-clients.md", "diff": "@@ -10,7 +10,7 @@ All connected listener clients are tracked and listed in the Settings page. You\n## Using a web page for tally output\nNavigat...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed docs about tally id
331,626
15.06.2021 18:48:24
-7,200
dded3e03ad315763a9e1b353d0180be5f978681d
fixxed corrupted files
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -6953,6 +6953,7 @@ function getConfigFilePath() {\n}\nconst configName = \"config.json\";\nreturn path.join(configFolder, configName);\n+}\nfunction getNetworkInterfaces() { // Get all network interfaces on host d...
JavaScript
MIT License
josephdadams/tallyarbiter
fixxed corrupted files
331,626
15.06.2021 18:48:42
-7,200
7a9da63d89fe17ac57ff708a2a528416186e2841
added missing `chat=false`
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.html", "new_path": "UI/src/app/_components/tally/tally.component.html", "diff": "<small>{{socketService.devices[currentDeviceIdx].description }}</small>\n</div>\n<div class=\"container flex-fill py-4\" style=\"min-h...
JavaScript
MIT License
josephdadams/tallyarbiter
added missing `chat=false`
331,629
19.06.2021 11:13:36
14,400
4f217d375664dd39cd90bbbf241547464f934d79
remove npm install from list of scripts I think this was causing a loop for some users
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"scripts\": {\n\"start\": \"node index.js\",\n\"start-dev\": \"nodemon index.js\",\n- \"install\": \"npm install\",\n\"deamon_Install\": \"npm install -g pm2\",\n\"deamon_Run\": \"pm2 start index.js --name T...
JavaScript
MIT License
josephdadams/tallyarbiter
remove npm install from list of scripts I think this was causing a loop for some users
331,609
21.06.2021 12:16:39
-7,200
0258d2c6246b65cfa4d7610db03174f936108bc0
Initial UI support for multiple network interfaces
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/home/home.component.html", "new_path": "UI/src/app/_components/home/home.component.html", "diff": "<div class=\"col\">\n<div class=\"rounded bg-light p-3\">\n<h3><i class=\"fas fa-mobile-alt\"></i> Tally Web Clients</h3>\n- <qr-code clas...
JavaScript
MIT License
josephdadams/tallyarbiter
Initial UI support for multiple network interfaces
331,606
21.06.2021 21:13:45
-7,200
c784964646d30e6b49c6ae0213f74bee20f25977
Use tally logic implemented in atem-connection library Features: during transition both sources (preview and program) are on program also handles sources in keyers, downstream keys and super source Fixes issues and
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -6,6 +6,7 @@ const packet = require('packet');\nconst TSLUMD = require('tsl-umd'); // TSL UDP package\nconst dgram = require('dgram');\nconst { Atem } = require('atem-connection');\n+const AtemListVisibleInputs = ...
JavaScript
MIT License
josephdadams/tallyarbiter
Use tally logic implemented in atem-connection library Features: - during transition both sources (preview and program) are on program - also handles sources in keyers, downstream keys and super source Fixes issues #20 and #50
331,606
25.06.2021 21:14:11
-7,200
db514cf80e1efa0d8b9634ee3feff227e957156e
Fix handling of multiple ATEM MEs Merge program/preview information from multiple MEs before processing Fixes issue
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2602,13 +2602,18 @@ function SetUpATEMServer(sourceId) {\n//console.log(state.info.capabilities);\n}\nelse if ((path[h].indexOf('video.mixEffects') > -1) || (path[h].indexOf('video.ME') > -1) || (path[h].indexOf(...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix handling of multiple ATEM MEs Merge program/preview information from multiple MEs before processing Fixes issue #96
331,629
02.07.2021 20:53:22
14,400
9cc134f96f7fe627f06239ca57f5e7bc988d3acd
adds tsl address field
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<label for=\"deviceDescription\" class=\"form-label\">Device Description</label>\n<input type=\"text\" class=\"form-contro...
JavaScript
MIT License
josephdadams/tallyarbiter
adds tsl address field
331,609
08.07.2021 16:06:58
-7,200
63d3bf7eb2686b1b30acc6ed0ea07473da5fa3d9
Initial Docker and Gitpod support
[ { "change_type": "ADD", "old_path": null, "new_path": ".dockerignore", "diff": "+.git/\n+.github/\n+bin/\n+docs/\n+node_modules/\n+UI/node_modules/\n" }, { "change_type": "ADD", "old_path": null, "new_path": ".gitpod.yml", "diff": "+tasks:\n+ - init: npm install; npm start\n+port...
JavaScript
MIT License
josephdadams/tallyarbiter
Initial Docker and Gitpod support
331,609
08.07.2021 14:39:02
0
91e5c630de44b9f5f4216db4c5406efb54ea8efe
Fix Docker npm install, added vscode extensions
[ { "change_type": "MODIFY", "old_path": ".dockerignore", "new_path": ".dockerignore", "diff": "@@ -4,3 +4,4 @@ bin/\ndocs/\nnode_modules/\nUI/node_modules/\n+ui-dist/\n" }, { "change_type": "MODIFY", "old_path": ".gitpod.yml", "new_path": ".gitpod.yml", "diff": "tasks:\n- init: np...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix Docker npm install, added vscode extensions
331,609
08.07.2021 14:46:33
0
b1383ea87cd17f1c1923ac86263c20bbb4a5cb4f
Removed vsc extensions since Gitpod is not working
[ { "change_type": "MODIFY", "old_path": ".gitpod.yml", "new_path": ".gitpod.yml", "diff": "@@ -9,7 +9,7 @@ ports:\nonOpen: ignore\n- port: 5958\nonOpen: ignore\n-vscode:\n- extensions:\n- - Angular.ng-template\n- - esbenp.prettier-vscode\n+#vscode:\n+# extensions:\n+# - Angular.ng-template\n+# - esbe...
JavaScript
MIT License
josephdadams/tallyarbiter
Removed vsc extensions since Gitpod is not working
331,610
08.07.2021 17:29:21
14,400
0e184a15e706a89da6d0d12292c45f4d559bff10
Update Connection Actions
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2107,6 +2107,7 @@ function SaveConfig() {\ndevices: devices,\ndevice_sources: device_sources,\ndevice_actions: device_actions,\n+ listener_clients: listener_clients,\ntsl_clients: tsl_clients_clean,\ntsl_clients_...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Connection Actions
331,609
09.07.2021 08:46:44
0
67ad39c6e5802b0b2f6eebc8e4af56159214e6bb
Fix Dockerfile and Github Action
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -29,6 +29,35 @@ jobs:\n## name: 'TallyArbiter-${{ steps.package-version.outputs.version }}'\n## path: 'TallyArbiter-${{ steps.package-version.outputs.version }}.tgz'\n+ build_...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix Dockerfile and Github Action
331,609
09.07.2021 09:25:08
0
fd9b7162c2ef12261d9c0dbddd393f124ee22ad8
multi-arch Docker image build
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -34,6 +34,13 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v1\n+ - name: Set up QEMU\n+ uses: docker/setup-qemu-action@master\n+ with:\n+ platforms: all\n...
JavaScript
MIT License
josephdadams/tallyarbiter
multi-arch Docker image build
331,609
09.07.2021 09:27:46
0
35c70d142065a38b472c6d0e73818b97be1c3380
Removed arch linux/arm/v7
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -65,7 +65,7 @@ jobs:\npush: ${{ startsWith(github.ref, 'refs/tags/v') }}\ntags: ${{ steps.meta.outputs.tags }}\nlabels: ${{ steps.meta.outputs.labels }}\n- platforms: linux/am...
JavaScript
MIT License
josephdadams/tallyarbiter
Removed arch linux/arm/v7
331,609
09.07.2021 09:29:30
0
a5241b6e0b642fb54c5462c6b9e40e7aa1711cd4
Replaced platforms with QEMU-supported platforms
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -65,7 +65,7 @@ jobs:\npush: ${{ startsWith(github.ref, 'refs/tags/v') }}\ntags: ${{ steps.meta.outputs.tags }}\nlabels: ${{ steps.meta.outputs.labels }}\n- platforms: linux/am...
JavaScript
MIT License
josephdadams/tallyarbiter
Replaced platforms with QEMU-supported platforms
331,609
09.07.2021 09:31:52
0
39c414fbe7cd3aa069460702c9c200888d63abbe
Removed mips64le, mips64, riscv64
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -65,7 +65,7 @@ jobs:\npush: ${{ startsWith(github.ref, 'refs/tags/v') }}\ntags: ${{ steps.meta.outputs.tags }}\nlabels: ${{ steps.meta.outputs.labels }}\n- platforms: linux/am...
JavaScript
MIT License
josephdadams/tallyarbiter
Removed mips64le, mips64, riscv64
331,609
09.07.2021 11:03:20
0
154e9430894815805d7dc22770938637c4b5e3e3
Build Docker image without compiling UI
[ { "change_type": "MODIFY", "old_path": ".dockerignore", "new_path": ".dockerignore", "diff": "@@ -4,4 +4,3 @@ bin/\ndocs/\nnode_modules/\nUI/node_modules/\n-ui-dist/\n" }, { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml",...
JavaScript
MIT License
josephdadams/tallyarbiter
Build Docker image without compiling UI
331,609
09.07.2021 11:25:46
0
10d95a2df24ad7f178fc5a8013bb750d1856a0fa
Docker build multiarch only if release
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -41,10 +41,12 @@ jobs:\n- name: Install dependencies\nrun: npm i\n- name: Set up QEMU\n+ if: !startsWith(github.ref, 'refs/tags/v')\nuses: docker/setup-qemu-action@master\nwit...
JavaScript
MIT License
josephdadams/tallyarbiter
Docker build multiarch only if release
331,609
09.07.2021 12:36:32
0
aa213946705ff2b0dc653fe850a18ae76820d1ba
Docker and Gitpod in documentation (TODOs)
[ { "change_type": "MODIFY", "old_path": "docs/docs/developers/tally-arbiter.md", "new_path": "docs/docs/developers/tally-arbiter.md", "diff": "@@ -5,3 +5,6 @@ sidebar-position: 3\n# Developing TallyArbiter itself\nInformation on how to contribute to TallyArbiter itself can be found in the [project's ...
JavaScript
MIT License
josephdadams/tallyarbiter
Docker and Gitpod in documentation (TODOs)
331,629
12.07.2021 09:20:40
14,400
a561dc8842d2f44a2ccf2de7d2269993aa503412
add docker image info replaces the test image with the official path
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -53,7 +53,7 @@ jobs:\nid: meta\nuses: crazy-max/ghaction-docker-meta@v2\nwith:\n- images: matteogheza/tallyarbitertestimage\n+ images: josephdadams/tallyarbiter\ntags: |\ntype...
JavaScript
MIT License
josephdadams/tallyarbiter
add docker image info replaces the test image with the official path
331,629
12.07.2021 09:22:46
14,400
3144af2194d815c2e4929772f34e81c2e08065cf
add link to official docker image
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/docker.md", "new_path": "docs/docs/installation/docker.md", "diff": "@@ -4,13 +4,13 @@ sidebar_position: 2\n# Docker\n## Installation\n-If you have Docker installed, you can install TallyArbiter using our official Docker image [`insert D...
JavaScript
MIT License
josephdadams/tallyarbiter
add link to official docker image
331,629
12.07.2021 10:27:23
14,400
bdc5a829ea809c5e3262dcd639b339f17c65ea9b
add NDI tally instructions
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/listener-clients.md", "new_path": "docs/docs/usage/sections/listener-clients.md", "diff": "@@ -43,4 +43,7 @@ Use AdaFruit NeoPixel LED strips connected to an Arduino. Check out [NoahCallawa\nUse TTGO_T Display devices with Tally Arbite...
JavaScript
MIT License
josephdadams/tallyarbiter
add NDI tally instructions
331,629
12.07.2021 10:30:07
14,400
49654494d061c00c62b5812077737dfeba3ebdff
add panasonic info
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/sources.md", "new_path": "docs/docs/usage/sections/sources.md", "diff": "@@ -16,6 +16,7 @@ The following source types are supported:\n* Ross Carbonite/Carbonite Black/Carbonite Black Solo/Carbonite Ultra/Graphite\n* Newtek Tricaster\n*...
JavaScript
MIT License
josephdadams/tallyarbiter
add panasonic info
331,629
12.07.2021 10:30:57
14,400
ad046f9d4cbb31f953b041629287ed096245fde5
add ndi info
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/tsl.md", "new_path": "docs/docs/usage/sections/tsl.md", "diff": "@@ -8,3 +8,6 @@ Tally Arbiter can automatically send out TSL 3.1 data to any number of clients.\n* Add a TSL Client by using the \"TSL Clients\" configuration area in the...
JavaScript
MIT License
josephdadams/tallyarbiter
add ndi info
331,609
13.07.2021 10:38:26
-7,200
f9e121f585730f58195712c36323d7fb347ac5c6
Added "config.json mount" in Docker doc
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/docker.md", "new_path": "docs/docs/installation/docker.md", "diff": "@@ -10,7 +10,6 @@ You can pull the image from DockerHub using the following command:\ndocker pull tallyarbiter:latest\n```\n-Then, start it by typing `docker run -p 445...
JavaScript
MIT License
josephdadams/tallyarbiter
Added "config.json mount" in Docker doc
331,629
18.07.2021 09:49:24
14,400
69277dd90d20c8ffd9c52f1d51e7ecc5f32f8ac9
add support for deviceaction active bool The active property was being saved as "true" instead of `true`, etc.
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<label for=\"bus\" class=\"form-label\">Active</label>\n<select class=\"form-select\" [(ngModel)]=\"currentDeviceAction.ac...
JavaScript
MIT License
josephdadams/tallyarbiter
add support for deviceaction active bool The active property was being saved as "true" instead of `true`, etc.
331,610
26.07.2021 19:57:45
14,400
9a50b875884a84160f4c555f2b0581db8981b9f6
UI Clears logs after 10000 Lines Generated
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -120,6 +120,15 @@ export class SocketService {\nthis.newLogsSubject.next();\n});\nthis.socket.on(\"log_item\", (log: LogItem) => {\n+ if (this.logs.lengt...
JavaScript
MIT License
josephdadams/tallyarbiter
UI Clears logs after 10000 Lines Generated
331,629
28.07.2021 10:45:26
14,400
5e5b65cc5331491821ceb274f5f117f343b2aba5
allows for 0 value address for tsl clients
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -5634,12 +5634,12 @@ function SendTSLClientData(deviceId) {\nlet filtered_device_states = GetDeviceStatesByDeviceId(deviceId);\n- let tslAddress = (device.tslAddress) ? parseInt(device.tslAddress) : 0;\n+ let tslA...
JavaScript
MIT License
josephdadams/tallyarbiter
allows for 0 value address for tsl clients
331,610
29.07.2021 14:31:58
14,400
7ea45955a19e97bcd3e805fc8b6157d55dbbf87d
First line of the logs is now deleted after 5000 lines generation The whole log file will no longer be deleted after 10000 lines. After reaching 5000 lines, the first line of the log object will be removed.
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -120,14 +120,8 @@ export class SocketService {\nthis.newLogsSubject.next();\n});\nthis.socket.on(\"log_item\", (log: LogItem) => {\n- if (this.logs.lengt...
JavaScript
MIT License
josephdadams/tallyarbiter
First line of the logs is now deleted after 5000 lines generation The whole log file will no longer be deleted after 10000 lines. After reaching 5000 lines, the first line of the log object will be removed.
331,629
29.07.2021 14:33:03
14,400
16118eac53c7e5fcd4b7df50afacb6c58a399933
adds sudo info
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/cli.md", "new_path": "docs/docs/installation/cli.md", "diff": "@@ -10,6 +10,11 @@ npm install --global tallyarbiter\n```\nor in short: `npm i -g tallyarbiter`\n+Depending on your OS, you may need to run the command as root using the pref...
JavaScript
MIT License
josephdadams/tallyarbiter
adds sudo info
331,629
29.07.2021 14:53:10
14,400
b97dc8c34f9cd2fd1692bdf12ad7f0cbec0cbf11
adds support for min-max tsladdress
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n<div class=\"mb-3\">\n<label for=\"deviceTSLAddress\" class=\"form-label\">TSL Address</label>\n- <input type=\"te...
JavaScript
MIT License
josephdadams/tallyarbiter
adds support for min-max tsladdress
331,610
29.07.2021 16:22:31
14,400
576a1349eee0f2285889213bfc9689ab7cc25ab0
Writes logs and tally_data to their own files and deletes after 1 week
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -24,6 +24,7 @@ const osc = require('osc');\nconst xml2js = require('xml2js');\nconst jspack = require('jspack').jspack;\nconst os = require('os') // For getting available Network interfaces on host device\n+const ...
JavaScript
MIT License
josephdadams/tallyarbiter
Writes logs and tally_data to their own files and deletes after 1 week
331,610
29.07.2021 16:22:48
14,400
b3d2725147d8d4a1ede9de4e8d1028ce30024d06
Forgot package-lock
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"tallyarbiter\",\n- \"version\": \"2.0.0\",\n+ \"version\": \"2.0.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"balanced-match\": {\n\"version\": \"1.0.2\"...
JavaScript
MIT License
josephdadams/tallyarbiter
Forgot package-lock
331,610
29.07.2021 16:49:14
14,400
85029b454f051541a62e6f859a1ae4bbf1c12c91
Now appends file instead of rewriting the file
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1914,7 +1914,7 @@ function logger(log, type) { //logs the item to the console, to the log array, a\nlogObj.type = type;\nLogs.push(logObj);\n- writeLogFile(dtNow, log);\n+ writeLogFile(log);\nio.to('settings').em...
JavaScript
MIT License
josephdadams/tallyarbiter
Now appends file instead of rewriting the file
331,609
30.07.2021 17:14:19
-7,200
518855478bad8688e6a38f1438775ccbf54f645f
Log filenames fix
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -6967,7 +6967,7 @@ function getConfigFilePath() {\nfunction getLogFilePath() {\n- var today = new Date();\n+ var today = new Date().toISOString().replace('T', ' ').replace(/\\..+/, '').replace(/:/g, \"-\");\nconst...
JavaScript
MIT License
josephdadams/tallyarbiter
Log filenames fix
331,609
30.07.2021 19:10:52
-7,200
a555d20bc556aeea3a5af5d882ca95c58a095817
TMP try-catch
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -30,7 +30,11 @@ function createWindow() {\nreturn false;\n});\n// start the server\n+ try {\nrequire(\"./index\");\n+ } catch(e) {\n+ dialog.showErrorBox(\"Unexpected error\", \"There was an unexpected error. Please...
JavaScript
MIT License
josephdadams/tallyarbiter
TMP try-catch
331,626
30.07.2021 19:52:17
-7,200
516f52784e61dc7dd77bfdb6aaed91e56f16fbac
Log and show error
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -33,7 +33,8 @@ function createWindow() {\ntry {\nrequire(\"./index\");\n} catch(e) {\n- dialog.showErrorBox(\"Unexpected error\", \"There was an unexpected error. Please open a bug report on the project's Github pag...
JavaScript
MIT License
josephdadams/tallyarbiter
Log and show error
331,629
30.07.2021 19:32:41
14,400
477b05e279c604b34a2ff7737e38d02ce235c270
adds link to new esp32 client Thanks,
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/listener-clients.md", "new_path": "docs/docs/usage/sections/listener-clients.md", "diff": "@@ -21,6 +21,9 @@ Navigate to `/producer` on the Tally Arbiter server in your browser to view all\n## Using an M5StickC for tally output\nTally ...
JavaScript
MIT License
josephdadams/tallyarbiter
adds link to new esp32 client Thanks, @LukasSchulz!
331,610
02.08.2021 16:45:59
14,400
e2215ff8ffb5acb9c59f723c9d0c15e83b8ef874
Adds direct RossTalk support to TallyArbiter
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -629,6 +629,7 @@ var output_types = [ //output actions that Tally Arbiter can perform\n{ id: '276a8dcc', label: 'TSL 3.1 TCP', type: 'tsl_31_tcp', enabled: true },\n{ id: 'ffe2b0b6', label: 'Outgoing Webhook', typ...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds direct RossTalk support to TallyArbiter
331,610
02.08.2021 19:49:19
14,400
577408d4fe5f60505e6cd0f059be96d23b05f589
Info sourceNames are now ignored by empty field check
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.ts", "new_path": "UI/src/app/_components/settings/settings.component.ts", "diff": "@@ -343,6 +343,7 @@ export class SettingsComponent {\npublic saveCurrentSource() {\nfor (const field of this.getOptionFields(t...
JavaScript
MIT License
josephdadams/tallyarbiter
Info sourceNames are now ignored by empty field check
331,609
03.08.2021 11:31:28
-7,200
bb60b0336cb98811dfff0c0ab942f2efb9dc75f6
Added CodeQL code scanning to Github Actions
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/codeql-analysis.yml", "diff": "+name: \"CodeQL code scanning\"\n+\n+on:\n+ push:\n+ branches: [ master ]\n+ pull_request:\n+ branches: [ master ]\n+ schedule:\n+ - cron: '25 7 * * 5'\n+\n+jobs:\n+ analyze:\n+ name: Analyze\n+ r...
JavaScript
MIT License
josephdadams/tallyarbiter
Added CodeQL code scanning to Github Actions
331,610
03.08.2021 13:57:29
14,400
6e41b8d9f4ec2ce6fd69a4d7423b6ee04e8a3cc0
v2.0.5 Added RossTalk action Fixed bug related to OSC source type Other bug fixes
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"tallyarbiter\",\n- \"version\": \"2.0.4\",\n+ \"version\": \"2.0.5\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n" }, { "change_type": "MODIFY", "...
JavaScript
MIT License
josephdadams/tallyarbiter
v2.0.5 Added RossTalk action Fixed bug related to OSC source type Other bug fixes
331,609
03.08.2021 19:12:19
0
9131341dae45ed2a4940a92f79724285d16c5359
Initial login brute force protection
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -15,6 +15,7 @@ const isPi = require('detect-rpi');\nconst clc = require('cli-color');\nconst util = require ('util');\nconst express = require('express');\n+const { RateLimiterMemory } = require('rate-limiter-flex...
JavaScript
MIT License
josephdadams/tallyarbiter
Initial login brute force protection
331,609
03.08.2021 23:19:58
-7,200
d64ebe2c0a08edbf268ee30af40deb75598f3ea6
Support login brute force protection in UI
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.html", "new_path": "UI/src/app/_components/login/login.component.html", "diff": "<div class=\"container text-center d-flex justify-content-center mt-5 pt-5\">\n<main class=\"form-signin\">\n<h1 class=\"h3 mb-3 fw-no...
JavaScript
MIT License
josephdadams/tallyarbiter
Support login brute force protection in UI
331,609
03.08.2021 23:29:45
-7,200
49cbfbb637c8528752c9c1182bb01bca19367e93
Updated rate limiter consume logic
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -945,15 +945,23 @@ function initialSetup() {\nconst ipAddr = socket.handshake.address;\nsocket.on('login', function (type, username, password) {\n+ if((type === \"producer\" && username == username_producer && pas...
JavaScript
MIT License
josephdadams/tallyarbiter
Updated rate limiter consume logic
331,610
04.08.2021 11:39:33
14,400
ec6f97128397721fcf654a724258535474ed42bd
Removing line 949 and extra lines
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -945,11 +945,6 @@ function initialSetup() {\n});\nsocket.on('source_tallydata', function(sourceId) { //gets all Source Tally Data\n-\n- let tally_data = data;\n-\n-\n-\nlet source = GetSourceBySourceId(sourceId);\...
JavaScript
MIT License
josephdadams/tallyarbiter
Removing line 949 and extra lines