Commit Graph

1602 Commits (ff610bf3eeef9e1d0221a12074a796383fdbeab2)

Author SHA1 Message Date
WolverinDEV 9c4e660b16 Fixed changes from develop which somehow got into master 2020-12-21 20:28:08 +01:00
WolverinDEV 943affff98 Merge branch 'develop'
# Conflicts:
#	shared/js/text/bbcode/renderer.ts
2020-12-21 20:26:59 +01:00
WolverinDEV de052d566b Tem changes for the new channel create modal 2020-12-21 20:25:07 +01:00
WolverinDEV 65406447f5 Fixed too early initialize 2020-12-21 20:24:00 +01:00
WolverinDEV 04d953ec6d Fixed Travis compile 2020-12-21 20:07:09 +01:00
WolverinDEV 58256bb548 Fixed the Poke message URL renderer 2020-12-21 20:07:09 +01:00
WolverinDEV ba1e6b605a Fixed a small crash 2020-12-21 20:07:09 +01:00
WolverinDEV 16b9c09fd0 Fixed Video preview crash and added error boundaries 2020-12-21 20:07:09 +01:00
WolverinDEV a62807f40f Fixed URL emitting 2020-12-21 20:07:09 +01:00
WolverinDEV ee9678f0f4 Added some error boundaries to keep the ui functional even if elements may throw and error for a connection instance 2020-12-21 20:07:09 +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 46df628f27 Updating the channel client count on client switch 2020-12-21 20:07:09 +01:00
WolverinDEV 363bde8cbd Some minor updates 2020-12-21 20:07:09 +01:00
WolverinDEV 0d1193031d Properly outlining the permission why a video subscription isn't possible 2020-12-21 20:07:09 +01:00
WolverinDEV 1675d7faf6 Improved video control handling 2020-12-21 20:07:09 +01:00
WolverinDEV bd5148e944 Fixed some minor bugs and made broadcast settings reeditable 2020-12-21 20:07:09 +01:00
WolverinDEV 87d5e4697d Some minor fixes/improvements 2020-12-21 20:07:09 +01:00
WolverinDEV fee49bdeae Directly connection when hitting enter on the address line 2020-12-21 20:07:09 +01:00
WolverinDEV 7fdcdb8f21 Fixed private conversation mode 2020-12-21 20:07:09 +01:00
WolverinDEV 37583d10c0 Updated avatar as well wehn switching the client info 2020-12-21 20:07:09 +01:00
WolverinDEV f056c29332 Fixed client info 2020-12-21 20:07:09 +01:00
WolverinDEV a77bd89e15 Fixed icon renderer bug 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 d4ab372173 Improved the video rendering and selection 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 de527a750d Fixed music bot compiler error 2020-12-21 20:07:09 +01:00
WolverinDEV 88f4033a3e Video now has to be manually activated in order to watch it 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 de3ab5843a Fixed the context menu within popout windows for the web client 2020-12-21 20:07:09 +01:00
WolverinDEV 1253d6a4fb Fixed a compiling error 2020-12-21 20:07:09 +01:00
WolverinDEV 069c02a76e Allowing to drag client tags 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 c8aab5fa6d Fixed HTML link copy pasting 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 68388f693a Fixed Travis compile 2020-12-21 19:13:25 +01:00
WolverinDEV 8717b3dd1d Fixed the Poke message URL renderer 2020-12-21 18:10:16 +01:00
WolverinDEV 426b328804 Fixed a small crash 2020-12-21 17:51:51 +01:00
WolverinDEV c1a683e505 Fixed Video preview crash and added error boundaries 2020-12-19 20:14:51 +01:00
WolverinDEV f87dfed579 Fixed URL emitting 2020-12-19 16:14:07 +01:00
WolverinDEV a5afa5cce3 Added some error boundaries to keep the ui functional even if elements may throw and error for a connection instance 2020-12-18 19:25:27 +01:00
WolverinDEV 5da2877c8b Added file transfer to the side bar 2020-12-18 19:18:01 +01:00
WolverinDEV 3412faf125 A lot of updates and added a new feature 2020-12-18 17:06:38 +01:00
WolverinDEV 001bececbe Updating the channel client count on client switch 2020-12-18 12:23:00 +01:00
WolverinDEV 41f9facf31 Some minor updates 2020-12-17 11:55:53 +01:00
WolverinDEV eb94db0773 Properly outlining the permission why a video subscription isn't possible 2020-12-16 23:49:36 +01:00
WolverinDEV fdae0c77e8 Improved video control handling 2020-12-16 23:11:57 +01:00