Commit graph

79 commits

Author SHA1 Message Date
WolverinDEV
b9f23ca6cc Properly returning no description if the channel description is empty 2021-04-25 11:52:03 +02:00
WolverinDEV
eebe7aa6b9 Reworked the channel info modal with React 2021-04-24 22:56:52 +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
f933b5d2bf Adding the new React server info modal 2021-04-24 12:58:32 +02:00
WolverinDEV
7ed13f5b6a Removed the old server info modal and using the new React based and popoutable modal 2021-04-24 11:32:56 +02:00
WolverinDEV
d4179db329 Improved the Recorder API 2021-04-05 23:05:44 +02:00
WolverinDEV
0ad881cd27 Showing client channel group inheritance 2021-03-24 18:39:19 +01:00
WolverinDEV
5a02b70fb1 Don't spam permission errors if we don't have the permission to view the channel description 2021-03-24 17:58:47 +01:00
WolverinDEV
b1c2b80ec8 Updated the permission editor to be popoutable 2021-03-23 12:03:00 +01:00
WolverinDEV
582b93852b Reworked the server group assignment modal 2021-03-21 16:51:30 +01:00
WolverinDEV
f3f5fd0618 Fixed and moved the w2g part 2021-03-20 19:12:21 +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
89b63a425d Using a react poke modal 2021-03-17 22:36:49 +01:00
WolverinDEV
081ed060ed Removed the old html tag system for channels 2021-03-17 21:23:07 +01:00
WolverinDEV
1d27f33a96 Removed the devel blocks 2021-03-16 15:59:22 +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
6ff210be07 Added the new bookmark system and updated the bookmark UI 2021-03-14 19:39:08 +01:00
WolverinDEV
2cf94eaf4b Fixed some minor issues 2021-02-26 19:54:07 +01:00
WolverinDEV
e8f23ec609 Removed the old invite ui and saving the cached password when you create a channel 2021-02-20 19:39:23 +01:00
WolverinDEV
564aadb8a3 Fixed missing channel joined sound 2021-02-20 19:02:48 +01:00
WolverinDEV
b9310b3fec Reworked the BrowserIPC module 2021-02-20 17:46:17 +01:00
WolverinDEV
a1e1df6a2d Added a chat invite link resolver which allows to easily connect within the client 2021-02-20 16:57:52 +01:00
WolverinDEV
fbbf319ef3 Added the new invite system 2021-02-19 23:05:48 +01:00
WolverinDEV
65d7051819 Allowing the user to easily edit the channel name mode 2021-01-22 17:38:23 +01:00
WolverinDEV
f80b9e9caa Fixed channel name alignment 2021-01-22 16:57:08 +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
d2503aa4e6 Properly implemented the connection history logger 2021-01-08 23:51:26 +01:00
WolverinDEV
ea780c403b Remove not required client info for query clients 2021-01-07 14:27:36 +01:00
WolverinDEV
26505f2aeb Outsourced PIP into the video controller itself 2021-01-07 10:51:22 +01:00
WolverinDEV
2211da243d Globally rendering the app via React 2021-01-05 18:13:57 +01:00
WolverinDEV
b112a79113 Correctly handling the server side bar 2021-01-05 16:26:26 +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
12a7b6eb50 Reimplemented the music bot manage UI 2020-12-29 16:53:04 +01:00
WolverinDEV
810f50f336 Updating the channel edit modal and some minor bugfixing 2020-12-22 13:32:56 +01:00
WolverinDEV
348dcdb923 Added file transfer to the side bar 2020-12-21 20:07:09 +01:00
WolverinDEV
8480587f4f A lot of updates and added a new feature 2020-12-21 20:07:09 +01:00
WolverinDEV
dd67527c64 Some minor changes, bugfixes and improvements 2020-12-21 20:07:09 +01:00
WolverinDEV
a1c1911b71 Improved channel update performance 2020-12-21 20:07:09 +01:00
WolverinDEV
0457c68a04 Some video related changes and bugfixes (requires nightly 18) 2020-12-21 20:07:09 +01:00
WolverinDEV
787de619de The sidebar now is completely disconnected from the connection handler itself and only renders what's needed. 2020-12-21 20:07:09 +01:00
WolverinDEV
cb505d39cf Reworked the side bar algorithm. This should heavily improve the memory footprint especially on muti connection sessions 2020-12-21 20:07:09 +01:00
WolverinDEV
1253d6a4fb Fixed a compiling error 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
5407fcb9ff Improved channel private conversation mode behaviour 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