Commit Graph

384 Commits

Author SHA1 Message Date
emily df5ac8913d fixed pipeline 2026-01-15 16:54:09 +01:00
Spanier, Pit 30ef4d4738 Merge branch 'fix/main-file-safe' into 'develop'
Enhance module retrieval by categorizing AI and transcription modules

See merge request proj-wise2526-video2document/video2document!92
2026-01-15 16:43:13 +01:00
MikeHughes-BIN 9696434145 Enhance module retrieval by categorizing AI and transcription modules 2026-01-15 16:38:59 +01:00
MikeHughes-BIN d84d4f6dee Added last modified 2026-01-15 16:31:00 +01:00
Hughes, Mike 862d4b7a96 Merge branch 'feature/ui-test' into 'develop'
Feature/ui test

See merge request proj-wise2526-video2document/video2document!91
2026-01-15 16:28:51 +01:00
Hughes, Mike 97075e79a6 Merge branch 'feature/customdocument26' into 'feature/ui-test'
Feature/customdocument26

See merge request proj-wise2526-video2document/video2document!90
2026-01-15 14:46:27 +01:00
Hughes, Mike 9fc44bea63 Merge branch 'feature/speaker_renaming' into 'develop'
Remade replace Speaker module which now takes the premade speaker mapping json...

See merge request proj-wise2526-video2document/video2document!89
2026-01-15 14:36:24 +01:00
Hughes, Mike 9d5b71e2c7 Merge branch 'feature/ui-test' into 'feature/customdocument26'
# Conflicts:
#   electron/main/custom_document.html
2026-01-15 14:34:52 +01:00
santa fdfbdec75a Merge branch 'feature/customdocument26' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/customdocument26 2026-01-15 14:19:32 +01:00
santa 977f2f8244 help page 2026-01-15 14:14:14 +01:00
MikeHughes-BIN ecece5009e minor changes to Text 2026-01-15 13:52:51 +01:00
Hughes, Mike b6f887466b Merge branch 'develop' into 'feature/speaker_renaming'
# Conflicts:
#   main.js
2026-01-15 13:06:07 +01:00
MikeHughes-BIN e40be401c8 Case sensitivity doesnt matter anymore 2026-01-15 10:45:32 +01:00
MikeHughes-BIN 1f96d90a2d Remade replace Speaker module which now takes the premade speaker mapping json and directly replaces speakers in the document. Also refined the Standard documents so consistency is improved 2026-01-15 10:38:28 +01:00
Spanier, Pit 33ce22ec45 Merge branch 'feature/authentication-implementation' into 'develop'
implemented initial version of the authentication system

See merge request proj-wise2526-video2document/video2document!88
2026-01-15 09:59:29 +01:00
Spanier, Pit b9f3967b61 Merge branch 'feature/documentation' into 'develop'
Feature/documentation

See merge request proj-wise2526-video2document/video2document!87
2026-01-15 09:58:38 +01:00
Hughes, Mike 8cd654bcbc Merge branch 'feature/45-extend-readme-s5-01' into 'develop'
Feature/45 extend readme s5 01

See merge request proj-wise2526-video2document/video2document!86
2026-01-15 09:57:56 +01:00
Verena Schulz 66762b8251 Implemented hover effect 2026-01-14 19:04:27 +01:00
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
Aarthi Manivannan, Premanathan Aarthi Manivannan 641b17820f Update file README.md 2026-01-12 21:40:11 +01:00
MikeHughes-BIN 11f7db1b1c speaker-renaming module created 2026-01-12 19:07:42 +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
Aarthi Manivannan, Premanathan Aarthi Manivannan 0010e400b5 Update file README.md 2026-01-11 19:35:15 +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
santa 6f722b68e1 help page step1-3 description and documenttypes edit, delete, safe 2026-01-10 19:34:06 +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
Heyne, Stefan Norbert Robert 4bd6804567 Merge branch 'feature/customdocument26' into 'main'
delete button and function implemented

See merge request proj-wise2526-video2document/video2document!83
2026-01-10 14:29:42 +01:00
santa 12f99e9f2b delete button and function implemented, help page 2026-01-10 14:22:27 +01:00
emily 6c41da781e initial version of the software documentation 2026-01-08 20:37:06 +01:00
emily 9b8561e4ce euh, removed another unneeded variable .-. 2026-01-08 19:33:10 +01:00
emily 39af2c3312 removed unneeded variable in main.js 2026-01-08 19:32:23 +01:00
emily 9ad335d872 just a line removed so i have something to push to see if the branch creation succeeded 2026-01-08 19:19:09 +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
Hughes, Mike cf56947c3b Merge branch 'feature/customdocument26' into 'main'
custom document backend implemented

See merge request proj-wise2526-video2document/video2document!80
2026-01-08 14:32:35 +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