Commit graph

118 commits

Author SHA1 Message Date
Tamer 4ebe793848
Update README.md 2023-03-03 19:10:13 +01:00
Tamer ff2d46080b
Update README.md 2023-03-03 19:10:01 +01:00
Tamer 3450b9e330
Update CHANGELOG.md 2023-03-01 11:48:52 +01:00
Tamer c15052fe84
Update CHANGELOG.md 2023-03-01 11:48:42 +01:00
Tamer abd39016a4
Merge pull request #16 from hybula/main
New release
2023-03-01 11:46:13 +01:00
Tamer 33e9d18373
Merge pull request #14 from MarcHagen/patch-1
Fix TypeError reported in #12
2023-03-01 11:45:07 +01:00
Tamer 6a2805345e
Merge pull request #15 from MarcHagen/patch-2
Fix #13 - add output scroll
2023-03-01 11:44:41 +01:00
Marc 6bd6b150cf
Fix #13
Removing the `overflow: hidden` to allow scrolling.
Override the `margin-bottom` with 0 from bootstrap
Add `padding-bottom` 1rem for some extra space between scollbar and content
2023-03-01 10:36:51 +01:00
Marc f31f7e4510
Fix #12
Uncaught TypeError: posix_kill(): Argument #1 ($process_id) must be of type int, string given
2023-03-01 10:25:40 +01:00
dqos ec986a4413 Update screenshot.png 2023-01-25 21:03:13 +01:00
dqos 567b815e84 Update screenshot.png 2023-01-25 21:02:16 +01:00
dqos 02aab51608 Update screenshot.png 2023-01-25 20:57:24 +01:00
dqos a71b4c88ae Merge remote-tracking branch 'origin/main' into release 2023-01-05 10:03:32 +01:00
dqos c88d81cda8 Update CHANGELOG.md 2023-01-05 10:02:44 +01:00
Tamer 8d414025f5
Merge pull request #11 from hybula/main
Release 1.1.2
2023-01-05 09:58:55 +01:00
Tamer 2b2c79ebaa
Merge pull request #10 from deliciousbob/patch-2
Update config.php as const LG_CUSTOM_HEAD was missing
2023-01-05 09:57:09 +01:00
Hirzinger Robert bc9ed9fc7b
Update config.php as const LG_CUSTOM_HEAD was missing 2023-01-05 01:11:40 +01:00
Tamer 0c75a2da67
Merge pull request #9 from hybula/main
Move bugfix into production
2022-12-27 10:27:24 +01:00
Tamer 7bdccec971
Update CHANGELOG.md 2022-12-27 10:26:13 +01:00
Tamer b1ccf61f61
Merge pull request #8 from kimma/fix-ipv6-issues
Fix ipv6 issues
2022-12-27 10:23:41 +01:00
Kim-Eirik Karlsen a82b94332b
Should be &&, just like for the ipv4 equivalent above. 2022-12-27 00:24:31 +01:00
Kim-Eirik Karlsen 8267094825
Specify ipv4 for ping as the dns resolv of ping may default to ipv6 unless specified. 2022-12-27 00:23:52 +01:00
Tamer 3f085f9b03
Merge pull request #7 from hybula/main
Release 1.1.0
2022-11-23 22:36:39 +01:00
dqos f968ffcf61 Update CHANGELOG.md 2022-11-23 22:15:03 +01:00
dqos 0234c12e8a Add custom <head> feature 2022-11-23 22:05:42 +01:00
dqos 67fb411882 Add Upgrading tips 2022-11-23 21:50:09 +01:00
dqos 5a6dd4164f Update BS to version 5.2.3 2022-11-23 21:49:05 +01:00
dqos dae589f32f Add POSIX installation 2022-11-23 21:46:45 +01:00
Tamer 1c5c53452a
Merge pull request #6 from MarcHagen/feature/live_mtr
Live MTR output
2022-11-23 21:38:27 +01:00
Marc Hagen 3c84c973bc
Tabs > spaces 2022-11-23 13:07:49 +01:00
Marc Hagen 38e509c526
Tabs > spaces 2022-11-23 13:05:48 +01:00
Marc Hagen 3a6796562a
Load LookingGlass first 2022-11-23 13:02:22 +01:00
Marc Hagen 1ec912a08e
Use templateData 2022-11-23 13:00:07 +01:00
Marc Hagen 303f4ab474
Load LookingGlass first 2022-11-23 12:59:16 +01:00
Marc Hagen d7f2b365d9
Fix missing docker config.php 2022-11-23 12:58:01 +01:00
Marc Hagen 3dd95168a9
Use apt-get, don't install recommended packages 2022-11-23 12:54:08 +01:00
Marc Hagen 06a4fe5f74
Ignore base config, not docker config 2022-11-23 12:53:47 +01:00
Marc Hagen d402cb4cc4
Rewrite method / session handling 2022-11-23 12:50:50 +01:00
Marc Hagen f7737e933e
Include bootstrap file, cleanup/simplify html 2022-11-23 12:50:12 +01:00
Marc Hagen 35cb2241be
Add bootstrap file for base vars, functions and includes 2022-11-23 12:48:11 +01:00
Marc Hagen f975812a1d
Add LG_MAPS_QUERY 2022-11-23 12:46:55 +01:00
Marc Hagen 335b74ef7c
disable formatter 2022-11-23 12:46:42 +01:00
Marc Hagen 4156a806b1
Rewrite callBackend to be ES6 2022-11-23 12:04:10 +01:00
Marc Hagen abddfc4a64
Use constants to define methods 2022-11-23 12:03:16 +01:00
Marc Hagen b3098f8013
Replace deprecated document.execCommand with navigator.clipboard 2022-11-23 11:51:58 +01:00
Marc Hagen 5be59c4e35
Use consts 2022-11-23 11:50:57 +01:00
Marc Hagen caafc380ea
Better session checking, and use consts 2022-11-23 11:48:54 +01:00
Marc Hagen f6a470e8f8
Add live MTR to LookingGlass 2022-11-23 11:48:40 +01:00
Marc Hagen c18884639e
Use consts 2022-11-23 11:48:14 +01:00
Marc Hagen dc106e2975
Adding const used throughout the project 2022-11-23 11:47:51 +01:00