Commit graph

112 commits

Author SHA1 Message Date
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
Tamer dee319c4c9
Update README.md
Show support for RHEL 9.
2022-11-06 10:55:33 +01:00
Tamer d2d5df7fef
Merge pull request #5 from MarcHagen/patch-1
Move root out of location context
2022-07-29 16:17:07 +02:00
Marc 33f675f5fb
Move root out of location context
We are also loading images, (like favicon.ico), these will also redirect to index.php.
Side effect, this causes the CSRF to be regenerated in the session.
2022-07-29 13:59:52 +02:00
Tamer 2c5e73482c
Switch to Stars 2022-04-19 14:14:16 +02:00
Tamer 218478e5ac
Update CHANGELOG.md 2022-04-19 09:37:58 +02:00
Tamer f7e37072a2
Update CHANGELOG.md 2022-04-19 09:37:48 +02:00