Commit Graph

114 Commits (main)

Author SHA1 Message Date
gapodo 1c28f62f36 settings and resolver 2023-11-21 01:54:51 +01:00
WolverinDEV 7a351893ab Reworked the icon upload and select modal and fixed some minor css issues 2021-05-05 16:28:10 +02:00
WolverinDEV f2ab9800d4 Rendering the main UI only via IPC 2021-04-29 22:18:11 +02:00
WolverinDEV 1cae741b17 Adding popout to channel conversations and fixed doubling of chat messages 2021-04-29 14:51:30 +02:00
WolverinDEV 871231cbd5 Some minor changes 2021-04-27 13:30:33 +02:00
WolverinDEV b54c564151 Removed some unneeded code 2021-04-25 11:37:37 +02:00
WolverinDEV a414caef42 Using a React modal for the YesNo prompt and ensured that only string will be passed 2021-04-24 14:52:08 +02:00
WolverinDEV 943c33ff4b Make the about mopdal popoutable 2021-04-19 13:27:09 +02:00
WolverinDEV d4179db329 Improved the Recorder API 2021-04-05 23:05:44 +02:00
WolverinDEV 1dfa10b09b Adding an UI for the new client audio processing unit 2021-03-30 11:20:27 +02:00
WolverinDEV e1e98b07d5 Renamed device_id to deviceId 2021-03-25 12:35:59 +01:00
WolverinDEV 0b5f519735 Encapsulated the external modal from spawning and administrating windows 2021-03-20 15:10:16 +01:00
WolverinDEV e2be859266 Finally got fully rid of the initial backend glue and changes all systems to provider 2021-03-18 18:25:20 +01:00
WolverinDEV 38ea11725f Using a provider for the dns resolver 2021-03-18 12:55:35 +01:00
WolverinDEV 64b618d0bf Using react to render the image preview and removed the main app template 2021-03-17 21:20:03 +01:00
WolverinDEV 61da22895f Mostly using direct assets instead of stored files somewhere within the project. 2021-03-17 13:28:27 +01:00
WolverinDEV 66021b125b Some more minor updates 2021-03-16 16:40:17 +01:00
WolverinDEV a82d474b32 Removed the audio lib 2021-03-16 15:55:27 +01:00
WolverinDEV 1b2de3ed63 Added the possibility to popout modals and finished the work on the bookmark modals 2021-03-16 15:14:03 +01:00
WolverinDEV 4394d36383 Adding the new video spotlight mode 2021-03-12 17:46:27 +01:00
WolverinDEV 5df48b0bbf Some minor compile and client fixing changes 2021-02-20 18:34:42 +01:00
WolverinDEV b9310b3fec Reworked the BrowserIPC module 2021-02-20 17:46:17 +01:00
WolverinDEV 281748ac7e Implemented #170 2021-02-15 19:03:22 +01:00
WolverinDEV e5ed31fb47 Fixed some bugs and fixed a critical bug within the event registry 2021-02-15 15:53:01 +01:00
WolverinDEV c297c441b0 Fixed modal paths 2021-02-09 10:11:40 +01:00
WolverinDEV 9e63ab4dc9 Updating stuff to the new modal functionality 2021-01-22 16:50:55 +01:00
WolverinDEV 16ad080df9 Some prep for IPC events 2021-01-22 13:34:43 +01:00
WolverinDEV 7b1852e647 Fixed all popout modals 2021-01-16 13:36:06 +01:00
WolverinDEV bf5d1c4771 Introducing the new client service provider and removing the old obsolete statistics service 2021-01-12 03:52:16 +01:00
WolverinDEV b2ea8b498a Fixed some compile errors 2021-01-10 18:32:17 +01:00
WolverinDEV 84e907adbb Directly importing logging methods and some general code and logging messages cleanup 2021-01-10 17:36:57 +01:00
WolverinDEV 71d049302c Reworked the settings module 2021-01-10 16:13:15 +01:00
WolverinDEV a01c91e43b Removed the old connection log module 2021-01-10 14:15:20 +01:00
WolverinDEV 853c522129 Automatically updating the connect password if we got prompted to enter a password 2021-01-10 13:48:53 +01:00
WolverinDEV 38d655eee4 Fixed microphone mute/unmute for web clients 2021-01-09 13:01:41 +01:00
WolverinDEV d2503aa4e6 Properly implemented the connection history logger 2021-01-08 23:51:26 +01:00
WolverinDEV 6b5adf30c7 Fixed some microphone issues 2021-01-08 21:30:48 +01:00
WolverinDEV f1d24df7ac Rendering the hostbanner via React 2021-01-05 14:46:09 +01:00
WolverinDEV 2a120987cf Sloppy allowing the user to controll it's max bandwidth used 2021-01-04 21:28:47 +01:00
WolverinDEV 8480587f4f A lot of updates and added a new feature 2020-12-21 20:07:09 +01:00
WolverinDEV d4ab372173 Improved the video rendering and selection 2020-12-21 20:07:09 +01:00
WolverinDEV de3ab5843a Fixed the context menu within popout windows for the web client 2020-12-21 20:07:09 +01:00
WolverinDEV 0035e73179 Some minor bugfixing and enabled context menus for every clickable client tag 2020-12-21 20:07:09 +01:00
WolverinDEV fea0993c7d Some minor chat related bugfixing and separated the chat controller form the chat modal 2020-12-21 20:07:09 +01:00
WolverinDEV 2041ed5fc3 Recoded the client info ui in React and increased responsibility to variable changes 2020-12-07 19:37:06 +01:00
WolverinDEV 903c29ac51 Added channel movement and reordering 2020-12-03 17:52:20 +01:00
WolverinDEV afc107391f Fixed bug where voice replays even though the client is muted 2020-12-03 12:10:44 +01:00
WolverinDEV 46d9ead8ba Updated the package version to 1.5.0 and some minor changes 2020-12-02 18:23:42 +01:00
WolverinDEV 33422db12e Implemented support for the native client 2020-11-29 21:00:59 +01:00
WolverinDEV 1759fb1756 Using tr as imported function and changed the shared app declaration build mechanism 2020-11-29 14:42:02 +01:00