emily
6b3724b765
edited the way api keys are handled.
...
Since API keys are now loaded from the auth server, this means that there is a delay between starting the software, loading the keys, and loading all the module files.
Due to nodejs running Async, the modules are being loaded BEFORE the api keys have been returned from the auth server.
So now the api keys are being set inside the module every time the module is being called.
This has absolutely no impact on performance, or security, plus, this was the easiest solution, especially as it required no big changes to the rest of the code
2026-01-14 03:01:30 +01:00
emily
5a85a7da4c
implemented initial version of the authentication system
...
Also removed some code that as it turns out, is useless, as electron is a shit software which completely takes over stdin, so there is no way to actually write anything on the CLI
2026-01-14 02:57:51 +01:00
emily
80eb9dac23
removed console.log from the .env file loader
2026-01-14 02:56:14 +01:00
Minning, Eric
947e981ac0
Merge branch 'feature/ui-test' into 'develop'
...
Implemented the script part from the custom_document.html file into the base...
See merge request proj-wise2526-video2document/video2document!85
2026-01-12 18:42:43 +01:00
eric.minning
bef9c44a2f
Fixed a smal error in the document generation button of the costum document creation section
2026-01-12 18:37:39 +01:00
Verena Schulz
60b9f8a3b9
Small style changes
2026-01-12 17:15:38 +01:00
eric.minning
4dd7b512a1
Expanded the function to change the language of the program. Added the dedicated language dropdown list
2026-01-11 15:56:21 +01:00
Verena Schulz
d21bbbce12
Implemented the visibility regulation of the custom document section
2026-01-10 19:51:29 +01:00
eric.minning
7bce7c8d36
Implemented the script part from the custom_document.html file into the base script.js and renderer.js
2026-01-10 19:04:37 +01:00
Verena Schulz
3c3d7a1d3e
Joined custom_document html and css elements with index and style
2026-01-10 18:08:21 +01:00
Heyne, Stefan Norbert Robert
1c85272abc
Merge branch 'feature/customdocument26' into 'feature/ui-test'
...
delete button and function implemented
See merge request proj-wise2526-video2document/video2document!84
2026-01-10 14:41:13 +01:00
Heyne, Stefan Norbert Robert
18b624736d
Merge branch 'feature/ui-test' into 'feature/customdocument26'
...
# Conflicts:
# electron/main/custom_document.html
# electron/main/index.html
2026-01-10 14:38:40 +01:00
santa
12f99e9f2b
delete button and function implemented, help page
2026-01-10 14:22:27 +01:00
eric.minning
c833d5bb74
Fixed errors and added the loading of step 3 document types
2026-01-08 17:18:43 +01:00
Azeufack Noupeu, Willy
7647398974
Merge branch 'feature/s4-07-parakeet' into 'develop'
...
S4-07 – Local Parakeet transcription module (Python + NeMo)
See merge request proj-wise2526-video2document/video2document!54
2026-01-08 15:50:47 +01:00
Heyne, Stefan Norbert Robert
43e21cfd8d
Merge branch 'feature/customdocument26' into 'feature/ui-test'
...
Add start scripts for Windows and Unix environments that checks if node is...
See merge request proj-wise2526-video2document/video2document!82
2026-01-08 15:41:36 +01:00
Heyne, Stefan Norbert Robert
4c1897741f
Merge branch 'feature/customdocument26' into 'develop'
...
custom document backend implemented
See merge request proj-wise2526-video2document/video2document!81
2026-01-08 15:39:49 +01:00
eric.minning
f3cc6b5798
Changed the language selection so it also shows the flags
2026-01-08 15:32:30 +01:00
Azeufack Noupeu Willy
7e4cf93cae
Merge branch 'feature/s4-07-parakeet' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/s4-07-parakeet
2026-01-08 15:26:59 +01:00
Azeufack Noupeu Willy
fe86fa1a2f
Implemented local Parakeet transcription module (S4-07)
2026-01-08 15:09:59 +01:00
santa
ed5a86dce0
custom document backend implemented
2026-01-08 14:25:14 +01:00
Azeufack Noupeu Willy
1e4bde93b1
Merge branch 'develop' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into develop
2026-01-08 13:46:41 +01:00
Hughes, Mike
c62ee5aa41
Merge branch 'fix/remove-misleading-env-file' into 'develop'
...
env example is in UTF 16 which, when copied and used as the .env, is...
See merge request proj-wise2526-video2document/video2document!79
2026-01-07 21:15:29 +01:00
Verena Schulz
0a5fa79668
Added comments and to do
2026-01-07 17:34:14 +01:00
eric.minning
30b94c4e62
Polished the code in the script.js and renderer.js
2026-01-07 16:14:22 +01:00
eric.minning
cc883905bc
Expanded the change languages file and function
2026-01-06 14:03:28 +01:00
Verena Schulz
40edcaa69d
Some changes for step 5
2026-01-04 21:33:57 +01:00
Verena Schulz
c7625e5713
Fixed download button positioning
2026-01-04 21:20:44 +01:00
Verena Schulz
f5c2e2700b
Added headings, some finetuning
2025-12-30 16:53:25 +01:00
MikeHughes-BIN
9c156a7df3
env example is in UTF 16 which, when copied and used as the .env, is unreadable and breaks the Programm
2025-12-23 13:48:27 +01:00
Hughes, Mike
797898fb8b
Merge branch 'develop' into 'main'
...
Develop
See merge request proj-wise2526-video2document/video2document!78
2025-12-22 14:27:25 +01:00
Minning, Eric
f81c9bc4e8
Merge branch 'fix/add-error-logging-main' into 'develop'
...
Add error logging to file submission process
See merge request proj-wise2526-video2document/video2document!77
2025-12-22 14:25:29 +01:00
Minning, Eric
7b630646cc
Merge branch 'develop' into 'main'
...
Develop
See merge request proj-wise2526-video2document/video2document!76
2025-12-22 14:25:10 +01:00
MikeHughes-BIN
b57972bf1b
Add error logging to file submission process
2025-12-22 14:21:50 +01:00
Hughes, Mike
a96a3bebd1
Merge branch 'fix/export_function_windows' into 'develop'
...
Fix/export function windows
See merge request proj-wise2526-video2document/video2document!75
2025-12-22 14:06:44 +01:00
MikeHughes-BIN
8c0130337e
Fix for windows power shell command
2025-12-19 15:31:08 +01:00
Hughes, Mike
4a7aeec869
Merge branch 'develop' into 'main'
...
Add start scripts for Windows and Unix environments that checks if node is...
See merge request proj-wise2526-video2document/video2document!74
2025-12-19 09:48:39 +01:00
Hughes, Mike
4f3b03f881
Merge branch 'feature/starting-scripts' into 'develop'
...
Add start scripts for Windows and Unix environments that checks if node is...
See merge request proj-wise2526-video2document/video2document!73
2025-12-19 09:47:31 +01:00
MikeHughes-BIN
4e4308ae51
Included starting scripts
2025-12-19 09:45:11 +01:00
MikeHughes-BIN
01913590b0
Edited the README
2025-12-19 09:36:49 +01:00
MikeHughes-BIN
f750966952
Add start scripts for Windows and Unix environments that checks if node is installed, installs dependencys and starts the programm
2025-12-18 22:55:26 +01:00
Hughes, Mike
26ed7e3c58
Merge branch 'develop' into 'main'
...
Fixed the change speaker feature. every step till the point where its send to...
See merge request proj-wise2526-video2document/video2document!72
2025-12-17 16:58:15 +01:00
Hughes, Mike
9e05c744aa
Merge branch 'feature/ui-test' into 'develop'
...
Feature/ui test
See merge request proj-wise2526-video2document/video2document!71
2025-12-17 16:51:18 +01:00
Verena Schulz
df7ca369de
Merge branch 'feature/ui-test' of gitlab.rlp.net:proj-wise2526-video2document/video2document into feature/ui-test
2025-12-17 16:42:11 +01:00
Verena Schulz
b6bf178c48
First restructure changes
2025-12-17 16:42:02 +01:00
Hughes, Mike
43749fd073
Merge branch 'feature/ui-test' into 'develop'
...
Fixed the change speaker feature. every step till the point where its send to...
See merge request proj-wise2526-video2document/video2document!70
2025-12-17 16:15:37 +01:00
Hughes, Mike
f616e06a7e
Merge branch 'develop' into 'feature/ui-test'
...
# Conflicts:
# main.js
2025-12-17 16:14:18 +01:00
eric.minning
de43bdd190
Small fix regarding an old line which caused an error
2025-12-17 16:09:06 +01:00
eric.minning
b742411dcc
Fixed the display and resetting of the audio
2025-12-17 15:55:00 +01:00
eric.minning
bbaab9cd21
Merge branch 'feature/ui-test' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/ui-test
2025-12-17 15:29:18 +01:00