Commit graph

425 commits

Author SHA1 Message Date
WolverinDEV
767c54bae2 Added printenv to get env variables and try to debug the git-release thing 2019-02-22 16:23:06 +01:00
WolverinDEV
8521bf9638 Updated .travis.yml 2019-02-22 16:13:15 +01:00
WolverinDEV
eb838cd497 "fixed" .gitignore files 2019-02-22 16:02:03 +01:00
WolverinDEV
90b5c194f6 Removed is_fork from master branch 2019-02-22 15:55:01 +01:00
WolverinDEV
66018f3b8b Fixed banner not working #2 2019-02-21 20:15:14 +01:00
WolverinDEV
1b9b1cd5e4 Fixed hostbanner not showing for dynamic host banners 2019-02-21 20:13:02 +01:00
WolverinDEV
a7ac30b380 added support for windows 2019-02-20 22:08:23 +01:00
WolverinDEV
583ac36a30 Fixed some .gitingores and uploaded missing css file 2019-02-20 22:06:04 +01:00
WolverinDEV
3638085ce3 Fixed cspacers 2019-02-20 17:07:22 +01:00
WolverinDEV
bbb14eb4d7 fixed deploy stuff 2019-02-19 20:37:15 +01:00
WolverinDEV
3bdc28b077 Added auto deploy 2019-02-19 17:13:26 +01:00
WolverinDEV
9da2034535 Fixed some travis stuff 2019-02-19 16:47:45 +01:00
WolverinDEV
6679f2c8e3 updated travis 2019-02-19 16:41:01 +01:00
WolverinDEV
9069381b44 execute command to get build path 2019-02-19 16:27:19 +01:00
WolverinDEV
0b91e843f4 Using abs paths for the build directory 2019-02-19 16:10:36 +01:00
WolverinDEV
64ac8cfc52 Fixed container name 2019-02-19 16:03:25 +01:00
WolverinDEV
774bfd7c0c Improved .travis.yml 2019-02-19 15:57:42 +01:00
WolverinDEV
20fd790c59 Changed packed file names 2019-02-18 21:00:56 +01:00
WolverinDEV
65e6c5b1f7 Merging material with master 2019-02-17 21:55:19 +01:00
WolverinDEV
d7f48aa9ff Removed unneeded submodules 2019-02-17 16:45:51 +01:00
WolverinDEV
fb7edd32b8 Added opus script again 2019-02-17 16:41:26 +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
1c024ad483 fixed bugged items #2 2019-02-17 16:06:43 +01:00
WolverinDEV
096d26cbad fixed bugged downloaded icons 2019-02-17 16:06:30 +01:00
WolverinDEV
5844310d6e added min width to the server select groups to avoid a disappearing effect on shrink 2019-02-17 16:02:37 +01:00
WolverinDEV
e4b18688ac fixed the native client 2019-02-17 15:25:31 +01:00
WolverinDEV
1dc228e9a6 Fixed name alignment 2019-02-17 14:03:20 +01:00
WolverinDEV
308d51874c Fixed channel tree names 2019-02-17 14:01:51 +01:00
WolverinDEV
e092dcc33c Reworked the channel tree selected lines 2019-02-17 13:56:49 +01:00
WolverinDEV
7b5eecbc2d fixed repetitive channel names 2019-02-17 13:29:51 +01:00
WolverinDEV
b640adaef3 removed implemented todo 2019-02-17 13:14:46 +01:00
WolverinDEV
6daf7f0716 Added a canceled message and increased reconnect interval 2019-02-17 13:10:20 +01:00
WolverinDEV
3663adfe4f Added an auto reconnect system 2019-02-17 13:08:40 +01:00
WolverinDEV
35dff37a40 not showing useless client infos for query clients 2019-02-17 12:54:26 +01:00
WolverinDEV
fea3819024 Fixed query visibility setting 2019-02-17 12:51:42 +01:00
WolverinDEV
525d2ceb29 second slight performance improved (dont animate elements anymore if they are not shown) 2019-02-17 12:40:31 +01:00
WolverinDEV
fd6c3d1562 fixed loader versions cache 2019-02-17 12:35:12 +01:00
WolverinDEV
7c01b624c8 Removed unneeded files 2019-02-17 12:28:23 +01:00
WolverinDEV
a636e5eeaf Improved the sliders 2019-02-17 12:25:40 +01:00
WolverinDEV
d70667e309 Improved and fixed channel tree issues 2019-02-17 12:17:17 +01:00
WolverinDEV
050b34129b removed webassembly as required dependency 2019-02-16 11:37:10 +01:00
WolverinDEV
fa30d3d055 Improved codec error handling 2019-02-16 11:35:59 +01:00
WolverinDEV
e1a1e72c51 Changed emsrcypten flags 2019-02-16 11:18:40 +01:00
WolverinDEV
40be7dc34d removed debug message 2019-02-16 11:09:27 +01:00
WolverinDEV
34f59e8b9f fixed some possible loading errors when other files have'nt been already loaded. 2019-02-16 11:01:18 +01:00
WolverinDEV
eced2dc522 fixed possible php error 2019-02-16 10:30:48 +01:00
WolverinDEV
01032afe21 Logging generate error to terminal 2019-02-15 22:01:37 +01:00
WolverinDEV
0b203451d7 Improved error handling on identity creation 2019-02-15 22:01:22 +01:00
WolverinDEV
31aafa4e87 Fixed control bar overflow for small devices 2019-02-15 22:01:05 +01:00
WolverinDEV
c4875ee23d fixed modal style bug 2019-02-15 21:14:11 +01:00