Commit Graph

2964 Commits

Author SHA1 Message Date
Robert Chacón
2323aba0f3 Update mikrotik.rs 2024-12-21 10:50:05 -07:00
Robert Chacón
bc09fba6ba Update mikrotikFindIPv6.py 2024-12-21 10:49:04 -07:00
Robert Chacón
c3d8b7d356 Merge pull request #619 from LibreQoE/tree_view_parent_link
Shaper Tree View includes an "up one level" link.
2024-12-21 08:11:07 -08:00
Robert Chacón
c75c3e98d1 Merge pull request #618 from LibreQoE/air_gapped_mgmt
Air gapped mgmt
2024-12-21 08:10:59 -08:00
Herbert Wolverson
35a89fc8d5 Hopefully fix Mikrotik reader for UISP. 2024-12-21 10:09:05 -06:00
Herbert Wolverson
168fca6b00 Shaper Tree View includes an "up one level" link. 2024-12-21 09:19:08 -06:00
Herbert Wolverson
1ac32d7b40 Version checks runs in a thread separate from the UI, and the UI no longer has to wait for a version check to happen. 2024-12-21 08:43:52 -06:00
Herbert Wolverson
5de9a29f09 Fully bundle FontAwesome in the "vendor" directory, no external request required. 2024-12-21 08:17:42 -06:00
Robert Chacón
debc094dbf Merge pull request #616 from LibreQoE/embed_python
No More Embed python version requirement
2024-12-20 23:32:39 -08:00
Robert Chacón
a967643242 Update integrationSplynx.py 2024-12-20 22:24:45 -07:00
Robert Chacón
35bebff8a8 Update integrationSplynx.py 2024-12-20 22:21:42 -07:00
Robert Chacón
fbbe455ed4 Merge pull request #617 from LibreQoE/rchac-patch-7
Splynx Integration Overhaul
2024-12-20 20:53:27 -08:00
Robert Chacón
d27765ce0e Update integrationSplynx.py 2024-12-20 20:47:35 -07:00
Robert Chacón
13474fb766 Splynx Integration Overhaul 2024-12-20 20:12:33 -07:00
Herbert Wolverson
46e942172e Fixup build_rust.sh to undo the last set of "optimizations". 2024-12-20 14:42:20 -06:00
Herbert Wolverson
9332bffb07 Remove dependency on a specific Python version. 2024-12-20 13:39:12 -06:00
Robert Chacón
e5f715a89c Merge pull request #607 from LibreQoE/dashboard-revamp
Improve Default Dashboard
2024-12-20 07:58:45 -08:00
Robert Chacón
4b089757ce Merge pull request #614 from LibreQoE/rchac-patch-6
Fix python pip issue with Ubuntu Server 24.04
2024-12-20 07:10:27 -08:00
Robert Chacón
8a2415bf4c Update main.rs 2024-12-20 08:00:36 -07:00
Robert Chacón
d517697915 Update build_dpkg.sh 2024-12-20 07:47:50 -07:00
Robert Chacón
de022079f2 Update VERSION_STRING 2024-12-20 07:45:27 -07:00
Robert Chacón
aa482058d4 Update troubleshooting.md 2024-12-19 16:31:19 -07:00
Robert Chacón
0ffd8093fe Update build_dpkg.sh 2024-12-19 04:45:15 -07:00
Robert Chacón
e02d1c4b7e Update requirements.txt 2024-12-19 04:44:21 -07:00
Robert Chacón
af9456d3f9 Fix ModuleNotFoundError
Fixes errors:
- ModuleNotFoundError: No module named 'binpacking'
- ModuleNotFoundError: No module named 'apscheduler'
2024-12-19 04:11:43 -07:00
Robert Chacón
3515b306f8 Add missing files from .deb 2024-12-19 04:04:07 -07:00
Robert Chacón
062c53f280 Merge pull request #612 from LibreQoE/rchac-patch-4
Fix python requirements, rework #553
2024-12-19 02:55:22 -08:00
Robert Chacón
d69eccd780 Update requirements.txt 2024-12-19 03:54:12 -07:00
Robert Chacón
ea5cf4cefb Update .readthedocs.yaml 2024-12-19 03:53:33 -07:00
Robert Chacón
2a1ef1a05b Update requirements.txt 2024-12-19 03:49:09 -07:00
Robert Chacón
2af7a1111e Update Compute.md 2024-12-18 08:32:04 -07:00
Robert Chacón
5e40fa190e Update Compute.md 2024-12-18 02:16:09 -07:00
Robert Chacón
19342e3d6c Update Compute.md 2024-12-17 19:07:53 -07:00
Robert Chacón
9a79bff081 Merge pull request #611 from LibreQoE/rchac-patch-3
v1.5-BETA-5 Version string
v1.5-beta-5
2024-12-17 17:10:50 -08:00
Robert Chacón
4fbe3a5141 Update ShapedDevices.example.csv 2024-12-17 18:09:58 -07:00
Robert Chacón
34861bf994 Update VERSION_STRING 2024-12-17 18:09:30 -07:00
Robert Chacón
af3b56f2a4 Merge pull request #610 from LibreQoE/in_progress_do_not_run
Hotfix!
2024-12-17 15:47:35 -08:00
Herbert Wolverson
c99ba6dc95 Merge remote-tracking branch 'origin/sqm-fix' into in_progress_do_not_run 2024-12-17 12:15:33 -06:00
Robert Chacón
9b84ec228c Merge pull request #609 from LibreQoE/sqm-fix
Allow fq_codel - fix bug
2024-12-17 10:13:34 -08:00
Robert Chacón
5398e29a7a Allow fq_codel - fix bug 2024-12-17 11:13:12 -07:00
Herbert Wolverson
e27a33c733 Increase hash table size to allow 128k mapped IPs. 2024-12-17 10:20:56 -06:00
Herbert Wolverson
78943e6589 Very important: the insight ingest check was inverted. 2024-12-17 10:07:59 -06:00
Herbert Wolverson
3e143bcbf1 Fixup warnings. 2024-12-17 09:56:38 -06:00
Herbert Wolverson
f9f718430e Add webserver_listen option to lqos.conf. By default it will be ":::9123" as before. If specified, it can change the port or address. 2024-12-17 09:52:08 -06:00
Herbert Wolverson
57aff77eeb Now that we don't have an internal FFI barrier to worry about, we can re-enable LTO fo better binaries. 2024-12-17 09:44:15 -06:00
Herbert Wolverson
817b4b3fef Merge remote-tracking branch 'origin/issue_542_reverse_proxy' into in_progress_do_not_run 2024-12-17 09:40:46 -06:00
Herbert Wolverson
ee6aeed515 Merge remote-tracking branch 'origin/develop' into in_progress_do_not_run 2024-12-17 09:39:49 -06:00
Herbert Wolverson
15e16fa981 Actually prevent Insight from sending if it hasn't been enabled. 2024-12-17 09:11:18 -06:00
Herbert Wolverson
8329a5e404 This *should* fixup the async snafu preventing the web UI from working with the inline Insight client. 2024-12-17 08:57:49 -06:00
Herbert Wolverson
2882085dec This *should* fixup the async snafu preventing the web UI from working with the inline Insight client. 2024-12-17 08:55:43 -06:00