Commit Graph

209 Commits (main)

Author SHA1 Message Date
WolverinDEV a98503285f Starting with the whisper system 2020-08-26 12:33:53 +02:00
WolverinDEV 1a2d78eec5 removed debugging statement 2020-08-24 10:37:54 +02:00
WolverinDEV aa7b9fff43 Some minimal client improvements 2020-08-22 17:50:38 +02:00
WolverinDEV 9189fc20a6 Some minor compiler fixes and disabled the webpack entry chunk size limit warning since we're loading the entry chunk so or so async with our loader 2020-08-21 00:02:05 +02:00
WolverinDEV e77b9e1184 Some minor code cleanups 2020-08-19 22:55:43 +02:00
WolverinDEV 07c1f6ff15 Removed some debug code 2020-08-19 19:36:17 +02:00
WolverinDEV 400b4f4293 Improved the audio API especially for the web client 2020-08-19 19:33:57 +02:00
WolverinDEV 0d7a34c31a Commiting changes before going on vacation (Still contains errors) 2020-08-13 13:05:37 +02:00
WolverinDEV 405bc7512d Some restructuring for the voice connection part 2020-08-10 19:39:28 +02:00
WolverinDEV 92e5b72677 Reworked the connection API a bit and the voice unsupported icon now changes with the voice connection state 2020-08-10 14:41:34 +02:00
WolverinDEV 3218682c92 Added a proper popup for the native client. 2020-08-09 18:58:19 +02:00
WolverinDEV 6b623a4d11 Some minor W2G and general changes 2020-08-08 15:20:32 +02:00
WolverinDEV 4b7cd15a24 Adding W2G support for the native client 2020-08-08 01:03:19 +02:00
WolverinDEV 31ceb97565 Adding W2G basic functionality. Expended the popout modal 2020-08-07 13:40:11 +02:00
WolverinDEV 83cfe0bfd5 The web audio player now only gets constructed on a users gesture 2020-08-05 19:10:24 +02:00
WolverinDEV 0725bea8dd Improved logging output and fixed a build error 2020-08-05 18:48:27 +02:00
WolverinDEV 2a2cfee8b0 Including the assemble files into webpack 2020-08-05 18:25:08 +02:00
WolverinDEV e59fb839c9 Updated .gitignore files and changed client js directory name to app 2020-08-05 16:36:55 +02:00
WolverinDEV 21c51548eb Merged all scss files directly into the app and do not load them separately 2020-08-05 16:34:39 +02:00
WolverinDEV 33c8b75957 Fixed icon and avatar loading 2020-08-01 11:26:08 +02:00
WolverinDEV 7a6bf5914d Cleaned up the log a bit 2020-07-24 00:41:04 +02:00
WolverinDEV 3320a7c46c Improved the web server connection connect algorithm 2020-07-24 00:29:36 +02:00
WolverinDEV 234e6d66b0 Added a basic notification system (Settings UI needs to be developed) 2020-07-22 00:55:28 +02:00
WolverinDEV cc3e9134ef Improved settings type safety 2020-07-19 18:49:00 +02:00
WolverinDEV 64cefce509 Disabled the transpile only flag in the typescript loader plugin 2020-07-19 17:12:41 +02:00
WolverinDEV d3df4f0976 Fixed script node decoding 2020-06-12 19:33:05 +02:00
WolverinDEV 99b75f34d6 Improved audio de/encoding 2020-06-12 18:27:33 +02:00
WolverinDEV 5af68c0a1c Fixed some minor transfer bugs as well added some more features required for the native clients file transfer 2020-06-10 22:44:50 +02:00
WolverinDEV c9474ad011 Added a work around for the, sometimes not working emcmake command 2020-06-10 18:48:48 +02:00
WolverinDEV 804f8de18d Reworked the file transfer system, added a channel file browser and fixed some minor bugs 2020-06-10 18:13:56 +02:00
WolverinDEV 0abd6c3178 Using TCP only, because TeaSpeak does not really support UDP yet (missing packet resend for SCTP) 2020-04-19 23:21:37 +02:00
WolverinDEV 37bd67af85 Some minor changed related to the WebRTC bridge 2020-04-19 17:44:59 +02:00
WolverinDEV df8136acb1 Fixed some small stuff 2020-04-18 20:25:58 +02:00
WolverinDEV 7b261d6f15 Using React for the client channel and a lot of performance updates related to the channel tree 2020-04-18 19:37:30 +02:00
WolverinDEV 10a5ccbff3 Fixed some native client related bugs 2020-04-11 11:43:41 +02:00
WolverinDEV f7d6671457 A lot of updated related to the menu bar and the basic event handler system 2020-04-09 15:10:14 +02:00
WolverinDEV a52584a4fa Fixed chunk naming and removed unessesery any casts 2020-04-03 16:26:46 +02:00
WolverinDEV 6a85e91f53 Fixed an audio transmission bug 2020-04-03 15:59:32 +02:00
WolverinDEV ca4e8f81b4 Successfully registered opus submodule 2020-04-03 01:02:51 +02:00
WolverinDEV dc4c020b61 Fixing travis build script 2020-04-02 22:53:48 +02:00
WolverinDEV 16161abd80 Moved the native opus codec into the web directory 2020-04-02 18:01:30 +02:00
WolverinDEV 7c98e5ec7d Updated the gitignore files and some small changes 2020-04-02 17:58:33 +02:00
WolverinDEV 39d109e9af Made the shared app workable for the native client 2020-04-01 15:36:37 +02:00
WolverinDEV 51d135aab2 Removed DOMPurify and fixed the opus web worker 2020-03-31 16:43:21 +02:00
WolverinDEV 3ec30c07f9 Removed moment and webrtc adapter and bundle it with webpack 2020-03-31 15:47:25 +02:00
WolverinDEV bc9375afa1 Cleaned up the opus worker a bit 2020-03-31 02:11:55 +02:00
WolverinDEV 956f778c01 Made the opus replay working again 2020-03-31 01:27:59 +02:00
WolverinDEV 0e3a415983 Refactored the app to use webpack 2020-03-30 13:44:18 +02:00
WolverinDEV 447e84ed0f Reset all js files and start from zero, this time more structured 2020-03-29 12:54:15 +02:00
WolverinDEV 5f0c1b303a Updated some declaration 2020-03-28 13:58:36 +01:00
WolverinDEV 3e3cdd5fec Updating the changelog and fixed a compile error 2020-03-19 15:13:12 +01:00
WolverinDEV e2d66987a9 Updating the sound system 2020-03-18 23:00:24 +01:00
WolverinDEV 4526d6b6bf Added correct hostname resolving 2020-02-16 18:09:59 +01:00
WolverinDEV 7f1bc4db5f Some chat related updates 2020-01-31 00:54:00 +01:00
WolverinDEV 98a1e628ee
Improved background performance when voice is muted
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 13:16:10 +01:00
WolverinDEV 90ee270547
Removed not needed micro task
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-21 12:22:51 +01:00
WolverinDEV 53a4cf8490
Fixed web PPT hook
Signed-off-by: WolverinDEV <git@teaspeak.de>
2019-12-03 17:19:14 +01:00
WolverinDEV f82041b9d2 Fixed another build error 2019-11-25 00:16:59 +01:00
WolverinDEV b1eb215734 Small fix 2019-11-24 20:16:09 +01:00
WolverinDEV 94b132c22a removed debugging message 2019-11-24 15:49:09 +01:00
WolverinDEV 005e26024a Improved web PPT keyhook 2019-11-24 15:47:58 +01:00
WolverinDEV 3d974345a2 Added option to removed DNS-Proxy 2019-11-24 01:16:07 +01:00
WolverinDEV 626fe34e69 Using the working host as remote host.
So the file transfer works as well
2019-11-23 23:57:48 +01:00
WolverinDEV 794475ea22 Added IPv6 support for certificate skip and creating dual connections. 2019-11-23 23:41:37 +01:00
WolverinDEV fafd37ae52 Added support for IPv4 direct connect without a need of a certificate 2019-11-22 21:51:26 +01:00
WolverinDEV 6a796faffa Added possibility to flush clients audio buffer 2019-11-09 16:17:48 +01:00
WolverinDEV cbad10f717 Added support within the UI to change a clients playback latency 2019-11-09 15:56:01 +01:00
WolverinDEV fef378c3a6 Removed files which should be ignored 2019-10-30 22:28:51 +01:00
WolverinDEV 69d39991e4 A lot of changes 2019-10-13 21:33:07 +02:00
WolverinDEV 6d2ecc3c69 A lot of changes 2019-09-12 23:59:35 +02:00
WolverinDEV 3b3430db5e Some updates 2019-08-30 23:06:39 +02:00
WolverinDEV b164685ffe Some minor fixed to make the app buildadle on windows 2019-08-21 20:07:00 +02:00
WolverinDEV b881b31153 Fixed building 2019-08-21 13:50:21 +02:00
WolverinDEV 87f43c18da Removed webassembly types, which no come with the TS library 2019-08-21 12:24:38 +02:00
WolverinDEV 1602b4200b fixed some declaration issues related to the major emscripten version change 2019-08-21 12:23:43 +02:00
WolverinDEV 016f7cec9a A lot of new style changes 2019-08-21 10:00:01 +02:00
WolverinDEV 724317e6c3 Beginning with the new dark design and the new chat functionality 2019-07-10 00:52:08 +02:00
WolverinDEV 4ab9e594d2 implemented getters and setters 2019-06-20 11:54:23 +02:00
WolverinDEV 395eff3b8e improving the vad filter 2019-06-20 11:52:33 +02:00
WolverinDEV c8ebb5fd03 Fixed missing webassembly type declarations (npm repo for that went down) 2019-05-25 20:24:30 +02:00
WolverinDEV c14adff062 fixed body padding for small devices 2019-05-24 22:41:19 +02:00
WolverinDEV 86a3d15a8a Removed unneeded callback 2019-05-21 22:19:42 +02:00
WolverinDEV e50bcde66b added a method to detect if a filter is supported 2019-05-21 19:32:15 +02:00
WolverinDEV a5365465a2 Restructured project and fixed some minor issues 2019-05-21 18:15:02 +02:00
WolverinDEV 8dcaa08296 Moved codec workers to web 2019-05-21 11:20:34 +02:00
WolverinDEV 8515a85649 Added mic not allowed error 2019-05-20 20:02:47 +02:00
WolverinDEV 47c43ea428 Moved web only files to web source root 2019-05-20 19:28:20 +02:00
WolverinDEV 620b9e6203 Fixed "stucking" keys on window blur 2019-05-20 18:44:36 +02:00
WolverinDEV 908ac4aaeb Added and saving master sound volume 2019-04-29 18:49:01 +02:00
WolverinDEV 6d537bac15 Added a lot of new stuff 2019-04-04 21:47:52 +02:00
WolverinDEV 41c45a0c8a Upgraded the web client to work with the TeaClient again 2019-03-31 20:07:03 +02:00
WolverinDEV 040c218fb2 A lot of changes 2019-03-17 12:15:39 +01:00
WolverinDEV d9c0fa37f7 Added a lot of new things 2019-03-07 15:30:53 +01:00
WolverinDEV 664f8b2abd
Implemented the Material Design and fixed some bugs (#33)
* cleaned up some files

* Fundamental style update

* Redesigned some style

* fixed hostbanner popup

* Removed old identity stuff

* fixed close listener

* Fixed changelog date

* fixed release chat icons

* fixed url

* Fixed hostbanner

* Uploaded missing images

* Improved update handling

* Improved script files

* Fixed loading error and icon error

* fixed Yes/No modal

* Fixed loader issues with MS Edge

* fixed modal style bug

* Fixed control bar overflow for small devices

* Improved error handling on identity creation

* Logging generate error to terminal

* fixed possible php error

* fixed some possible loading errors when other files have'nt been already loaded.

* removed debug message

* Changed emsrcypten flags

* Improved codec error handling

* removed webassembly as required dependency

* Improved and fixed channel tree issues

* Improved the sliders

* Removed unneeded files

* fixed loader versions cache

* second slight performance improved (dont animate elements anymore if they are not shown)

* Fixed query visibility setting

* not showing useless client infos for query clients

* Added an auto reconnect system

* Added a canceled message and increased reconnect interval

* removed implemented todo

* fixed repetitive channel names

* Reworked the channel tree selected lines

* Fixed channel tree names

* Fixed name alignment

* fixed the native client

* added min width to the server select groups to avoid a disappearing effect on shrink

* fixed bugged downloaded icons
2019-02-17 16:08:10 +01:00
WolverinDEV 8080d426e7 Added forum account UI and fixed firefox not working issue 2019-01-28 20:36:11 +01:00
WolverinDEV 97d0443cf5 Updated declaration files 2018-12-04 18:48:35 +01:00
WolverinDEV 05642f3fbe Fixed build scripts :) 2018-11-26 21:30:08 +01:00
WolverinDEV f37b918a5b Better implementation of PPT and key listener. 2018-11-17 16:25:44 +01:00
WolverinDEV 69b4730bd8 Draft for native ppt (need to commit, restructuring stuff) 2018-11-17 12:28:16 +01:00
WolverinDEV 69537aee79 Implemented speex for the native client 2018-11-14 19:29:29 +01:00
WolverinDEV 5ac06d4819 Fixed crashes and improved weblist 2018-11-12 13:00:13 +01:00
WolverinDEV 4ba97f30ca Fixed declaration destination path 2018-11-06 18:07:52 +01:00
WolverinDEV bbbd8f6365 Reworked basic UI and added the hostbanner to the UI 2018-11-03 12:16:13 +01:00
WolverinDEV b5252faad7 Updated and simplified build scripts 2018-10-28 23:59:15 +01:00
WolverinDEV 5cbaa747ba Restructured project 2018-10-28 23:01:09 +01:00
WolverinDEV bc4d274705 A mass of updates (Better client communication and speaker selection) 2018-10-28 18:25:43 +01:00
WolverinDEV a5f5829c56 Added keep directory tree alive files 2018-10-04 22:58:23 +02:00
WolverinDEV ce1a8ffdd8 Completely switched to scss and added vendor files again 2018-10-04 22:56:56 +02:00
WolverinDEV 8d1a6628fb Updated the project structure, for the upcoming client (Still needs some work) 2018-10-03 22:04:29 +02:00