WolverinDEV
|
9d12b49b74
|
Trying to invoke docker with "-it"
|
2020-04-03 00:37:06 +02:00 |
WolverinDEV
|
bc3cdbd283
|
Added a require sudo line to the travis script
|
2020-04-03 00:31:42 +02:00 |
WolverinDEV
|
a44fd1719f
|
Adding script permissions
|
2020-04-03 00:28:09 +02:00 |
WolverinDEV
|
c90eb0246f
|
Merge branch (local) 'react-tree'
# Conflicts:
# .travis.yml
|
2020-04-03 00:23:52 +02:00 |
WolverinDEV
|
06672360c3
|
Merged with the master branch
|
2020-04-03 00:15:47 +02:00 |
WolverinDEV
|
b5b5911664
|
Uncommented the travis deploy step
|
2020-04-03 00:08:03 +02:00 |
WolverinDEV
|
6ad80c6f6a
|
Updated the travis yml
|
2020-04-03 00:06:58 +02:00 |
WolverinDEV
|
41eac54c70
|
Merge pull request #83 from TeaSpeak/react-tree
Using webpack to build/bundle the project
|
2020-04-03 00:05:48 +02:00 |
WolverinDEV
|
afb4d6c9a5
|
Merge pull request #80 from Vafin84/master
Update 21.03.2020
|
2020-04-03 00:05:33 +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
|
cafdf637cf
|
Updated the build scripts for an successfully client build
|
2020-04-02 17:40:09 +02:00 |
WolverinDEV
|
c460d05ee5
|
Improved the webpack script and using constants for build version detection
|
2020-04-01 21:47:33 +02:00 |
WolverinDEV
|
b297147f98
|
Some small error fixes
|
2020-04-01 15:40:45 +02:00 |
WolverinDEV
|
3f907c627d
|
Merge remote-tracking branch 'remotes/origin/master' into react-tree
# Conflicts:
# shared/js/ui/modal/permission/HTMLPermissionEditor.ts
|
2020-04-01 15:37:15 +02:00 |
WolverinDEV
|
39d109e9af
|
Made the shared app workable for the native client
|
2020-04-01 15:36:37 +02:00 |
WolverinDEV
|
3044e035bc
|
Removing unused imports from generate module declarations
|
2020-04-01 01:17:36 +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
|
d5ed46150e
|
Added tr caching to webpack
|
2020-03-31 15:19:53 +02:00 |
WolverinDEV
|
2d5006bf64
|
Updated the package file and added the package-lock.json
|
2020-03-31 13:50:17 +02:00 |
WolverinDEV
|
228c9d631e
|
Fixed the identity worker and compile it with webpack
|
2020-03-31 13:44:16 +02:00 |
WolverinDEV
|
a789e5674f
|
Improved opus build scripts
|
2020-03-31 02:14:48 +02:00 |
WolverinDEV
|
824e7c677b
|
Removed not needed script
|
2020-03-31 02:12:18 +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
|
c2fa1badcb
|
Using correct target
|
2020-03-31 00:43:14 +02:00 |
WolverinDEV
|
8f80ba42e8
|
Updated the opus build and enforced as emscripten web build
|
2020-03-30 18:16:03 +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
|
e422418e5a
|
Fixed bug where an invalid permission value kicks you from the server
|
2020-03-28 23:22:44 +01:00 |
WolverinDEV
|
5f0c1b303a
|
Updated some declaration
|
2020-03-28 13:58:36 +01:00 |
WolverinDEV
|
6ebe771178
|
Correct sorting of modifiers
|
2020-03-28 11:30:03 +01:00 |
WolverinDEV
|
9a511b502c
|
Fixed the teaclient
|
2020-03-27 23:53:17 +01:00 |
WolverinDEV
|
13b65a1f35
|
Starting with webpack
|
2020-03-27 23:36:57 +01:00 |
WolverinDEV
|
a6f0fcdda9
|
Starting with webpack
|
2020-03-27 23:36:14 +01:00 |
WolverinDEV
|
a7c8d764f4
|
Added a welcomer guide
|
2020-03-27 16:15:15 +01:00 |
WolverinDEV
|
dce44b6486
|
Fixed regex pattern for identity import
|
2020-03-21 20:49:02 +01:00 |
Vafin84
|
ebc578725e
|
Update 21.03.2020
|
2020-03-21 14:02:59 +03:00 |
WolverinDEV
|
3e3cdd5fec
|
Updating the changelog and fixed a compile error
|
2020-03-19 15:13:12 +01:00 |
WolverinDEV
|
1ef614b573
|
Specify the protocol for the proxy url (else the TeaClient would not work)
|
2020-03-19 14:41:00 +01:00 |
WolverinDEV
|
b4fc739a13
|
Added image preview and preview overlay
|
2020-03-19 14:31:45 +01:00 |
WolverinDEV
|
7250c146d8
|
Improved the connect modal overflow behaviour
|
2020-03-19 11:48:40 +01:00 |
WolverinDEV
|
45092d4ebd
|
Using proper icons for the client info
|
2020-03-19 11:35:39 +01:00 |
WolverinDEV
|
b2fe92359f
|
Fixed the default translation repository
|
2020-03-19 10:59:41 +01:00 |
WolverinDEV
|
9cf6810896
|
removed debugger statement
|
2020-03-19 10:37:49 +01:00 |
WolverinDEV
|
d8d5817d7c
|
Fixed failing identity file import
|
2020-03-19 10:37:36 +01:00 |
WolverinDEV
|
2f6b356855
|
Fixed build for the client
|
2020-03-18 23:32:17 +01:00 |
WolverinDEV
|
e2d66987a9
|
Updating the sound system
|
2020-03-18 23:00:24 +01:00 |