Commit Graph

1608 Commits (bedaae5a7c0f1465222957044e7ad1cc4a3e72ec)

Author SHA1 Message Date
WolverinDEV 817fedd00a Some minor fixes 2021-01-22 18:01:37 +01:00
WolverinDEV e28217979d Made the echo test popoutable 2021-01-22 17:54:19 +01:00
WolverinDEV 6a280ffaa2 Made the video viewer poped out by default 2021-01-22 17:45:07 +01:00
WolverinDEV ec5e1e1e9a Using the same disabled effect on dropdowns as on the flat input boxes 2021-01-22 17:44:18 +01:00
WolverinDEV 13e0d66420 Updated the changelog and minor display bugfixing 2021-01-22 17:40:37 +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 db20070b49 Don't popout the channel edit/create modal 2021-01-22 16:54:00 +01:00
WolverinDEV 9e63ab4dc9 Updating stuff to the new modal functionality 2021-01-22 16:50:55 +01:00
WolverinDEV b819f358f9 Using the new modal functions for the channel edit modal 2021-01-22 16:50:07 +01:00
WolverinDEV 3958fb29b4 Adjusted the connect modal to be optionally popoutable 2021-01-22 14:45:23 +01:00
WolverinDEV 16ad080df9 Some prep for IPC events 2021-01-22 13:34:43 +01:00
WolverinDEV e760a4760d First prep for IPC events 2021-01-22 13:04:09 +01:00
WolverinDEV 26ea806686 Using the new variable concept 2021-01-21 17:54:55 +01:00
WolverinDEV c8b6998e35 Introducing the new UI variable system 2021-01-17 23:11:21 +01:00
WolverinDEV 7918af1b31 Avoiding modal double rendering on opening 2021-01-17 18:47:49 +01:00
WolverinDEV 3257e90bc1 Fixed some missing translations and fixed a small bug 2021-01-17 13:07:39 +01:00
WolverinDEV 651ccf4c92 Updated the ChangeLog.md 2021-01-16 13:53:15 +01:00
WolverinDEV 1bbad1e010 Fixed some minor permission editor bugs 2021-01-16 13:50:27 +01:00
WolverinDEV db174831b4 Correctly applying the right scroll bars and allow the permission editor to shrink in it's height. 2021-01-16 13:41:45 +01:00
WolverinDEV 7b1852e647 Fixed all popout modals 2021-01-16 13:36:06 +01:00
WolverinDEV 568aac4d04 Improved text style for longer phrases in other languages 2021-01-16 10:11:49 +01:00
WolverinDEV fbcfceb32b Fixed the TeaWeb client for safari 2021-01-16 00:03:01 +01:00
WolverinDEV 64a28ffa4c Removed support for H265 for IOs browser (they don't support our profile id) 2021-01-15 23:37:02 +01:00
WolverinDEV c2bfa7b318 Fixed the history toggle (Thanks to Vafin) 2021-01-15 21:27:58 +01:00
WolverinDEV 36f5668586 Fixed some video related bugs 2021-01-12 21:18:55 +01:00
WolverinDEV d26353e383 Merge branch 'master' into develop 2021-01-12 04:42:11 +01:00
dependabot[bot] 054c7ca4c4 Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-12 04:40:13 +01:00
WolverinDEV 38c9ca0602 Fixed file names 2021-01-12 04:38:21 +01:00
WolverinDEV 3786ad5813 Introducing the new client service provider and removing the old obsolete statistics service 2021-01-12 04:38:21 +01:00
WolverinDEV 48cd099d1e Using the backend API for getting the client version 2021-01-12 04:38:21 +01:00
WolverinDEV 57b48ee106 Bumped detect-browser version 2021-01-12 04:38:21 +01:00
WolverinDEV 1aed67a520 Fixed some compile errors 2021-01-12 04:38:21 +01:00
WolverinDEV 4c515cc055 Directly importing logging methods and some general code and logging messages cleanup 2021-01-12 04:38:21 +01:00
WolverinDEV 55f9c2737f Some app cleanups 2021-01-12 04:38:21 +01:00
WolverinDEV 20ea542598 Reworked the settings module 2021-01-12 04:38:21 +01:00
WolverinDEV b3848a8d12 Added the ability to delete history entries and fixed a small react updating bug 2021-01-12 04:38:21 +01:00
WolverinDEV 7ce2f10662 Some minor bugfixing 2021-01-12 04:38:21 +01:00
WolverinDEV 3b12badcc1 Removed the old connect modal 2021-01-12 04:38:21 +01:00
WolverinDEV 05c1ba83be Removed the old connection log module 2021-01-12 04:38:21 +01:00
WolverinDEV 943f1414fe Reloading connection profiles when changed by the settings 2021-01-12 04:38:21 +01:00
WolverinDEV 99e7ad0ce4 Don't list failed entries within the connection log when earlier connections succeeded and we can assume where we wanted to connect to 2021-01-12 04:38:21 +01:00
WolverinDEV 3ad4272236 Automatically updating the connect password if we got prompted to enter a password 2021-01-12 04:38:21 +01:00
WolverinDEV ee7a472eaa Finishing my work on the new connect modal 2021-01-12 04:38:21 +01:00
WolverinDEV bc2e48bd4a Fixed file names 2021-01-12 04:18:11 +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 474ad7af01 Using the backend API for getting the client version 2021-01-12 03:49:09 +01:00
WolverinDEV b5b06164a7 Bumped detect-browser version 2021-01-12 00:39:36 +01:00
WolverinDEV 9692963172 Merge branch 'master' into develop 2021-01-10 19:02:21 +01:00
WolverinDEV f2333159ca Updating the Russian translation 2021-01-10 19:02:11 +01:00