Commit Graph

613 Commits

Author SHA1 Message Date
bergware cd1a855217 Revert "Revised nchan control"
This reverts commit 9d43ac866f.
2025-03-29 18:51:32 +01:00
bergware 400404a913 Revert "Update DefaultPageLayout.php"
This reverts commit 0bdfad0564.
2025-03-29 18:51:24 +01:00
bergware a2e216a552 Revert "Update DefaultPageLayout.php"
This reverts commit 674b73d5b0.
2025-03-29 18:51:15 +01:00
bergware b2b152d320 Revert "Revised nchan control"
This reverts commit 49598e28b0.
2025-03-29 18:51:06 +01:00
bergware fd0fdafa26 Wireless: always include stored networks 2025-03-29 16:02:34 +01:00
bergware 353920d4c9 Wireless: fix max length of SSID, username, password 2025-03-29 08:24:20 +01:00
bergware 49598e28b0 Revised nchan control 2025-03-29 08:07:59 +01:00
bergware 674b73d5b0 Update DefaultPageLayout.php 2025-03-29 07:45:30 +01:00
bergware 0bdfad0564 Update DefaultPageLayout.php 2025-03-29 07:43:34 +01:00
bergware 9d43ac866f Revised nchan control 2025-03-29 07:35:54 +01:00
bergware d86ee94845 Revised nchan control 2025-03-29 04:15:04 +01:00
bergware eb489a1c1c Revert "General: move blur timer to timers object to allow general timer handling"
This reverts commit 44cf606870.
2025-03-29 04:08:12 +01:00
bergware 44cf606870 General: move blur timer to timers object to allow general timer handling
+ align syntax formatting and remove trailing spaces
2025-03-29 00:51:41 +01:00
Squidly271 8106c85709 Update DefaultPageLayout.php 2025-03-28 14:15:15 -04:00
bergware 10724e841e Wireless: fix open networks 2025-03-27 12:55:35 +01:00
Squidly271 aa3935505d Update DefaultPageLayout.php 2025-03-27 00:42:53 -04:00
bergware 64d099f690 Wireless enhancements
- Added "Regulatory region" selection
- Added "automatic" choice in security selection for manually configured networks
- Added support for "auto" security setting on initial boot
2025-03-27 04:56:03 +01:00
tom mortensen 6519b15ddd Merge pull request #2088 from Squidly271/patch-52
Refactor: Larger arrows on Shares page
2025-03-25 12:18:37 -07:00
tom mortensen 5a9b51a73d Merge pull request #2087 from Squidly271/patch-51
Refactor: Honour page reload timer when live updates disabled
2025-03-25 12:18:17 -07:00
bergware 187801808a Wireless: code update 2025-03-25 17:45:12 +01:00
Squidly271 bbee4a592a Refactor: Larger arrows on Shares page 2025-03-25 10:04:27 -04:00
Squidly271 1a0b131a8c Refactor: Honour page reload timer when live updates disabled 2025-03-25 08:34:37 -04:00
bergware 4587d67ae9 Wireless: code update 2025-03-25 09:17:36 +01:00
bergware e87172da13 Wireless: fix potential double entries in station list 2025-03-25 04:55:53 +01:00
bergware 37b760f297 Wireless: fix potential double entries in station list 2025-03-25 04:53:45 +01:00
bergware 2437620c35 Wireless: fix potential double entries in station list 2025-03-25 04:39:53 +01:00
bergware f171b47c6a Wireless: fix potential double entries in station list 2025-03-25 04:38:03 +01:00
bergware d92a07c5cc Wireless: fix potential double entries in station list 2025-03-25 04:33:06 +01:00
bergware 5b74fb7d08 Wireless: fix potential double entries in station list 2025-03-25 00:40:16 +01:00
bergware 1cf608e7fb wireless : ignore possible 'null' named networks 2025-03-24 23:33:19 +01:00
bergware 45072f9d08 Merge remote-tracking branch 'upstream/master' 2025-03-24 23:16:19 +01:00
bergware 9bd9e10f1f Wireless: fix potential double entries in station list 2025-03-24 23:10:42 +01:00
bergware 8043d9e32e Wireless: fix potential double entries in station list
Also added wireless band under "info"
2025-03-24 21:52:53 +01:00
bergware 75a522a92c Wireless: fix potential double entries in station list 2025-03-24 21:11:51 +01:00
tom mortensen e5c0dacecb Merge pull request #2081 from Squidly271/nchan-fix
Refactor: Prevent nchan updates on browsers not in focus
2025-03-24 11:58:15 -07:00
Squidly271 57e4579dfe Stop monitored on unload if live updates enabled 2025-03-24 13:46:33 -04:00
Squidly271 782baac3f0 Stop monitored subs when unloading page 2025-03-24 11:33:38 -04:00
bergware 402830cef1 Dashboard: fix restore to default function 2025-03-24 15:16:37 +01:00
Squidly271 bd9419c4c6 Update DefaultPageLayout.php 2025-03-21 22:56:45 -04:00
bergware 0ffe15774a Wrappers: fix PHP error 2025-03-21 22:34:10 +01:00
bergware fd3e5de80f File manager: style fixes 2025-03-21 15:20:27 +01:00
Zack Spear 1768d77c31 feat: Enhance ReplaceKey to handle installation response and notifications
* Added logic to process the response from KeyInstaller's installKey method.
* Implemented error handling and notification system based on installation success or failure.
* Notifications include event, subject, and description for better user feedback.
2025-03-20 14:48:29 -07:00
Zack Spear 58bee5744d fix: KeyInstaller class responseComplete usage 2025-03-20 12:41:38 -07:00
Zack Spear 80869a032c refactor: Simplify writeJsonFile method and adjust forceCheck logic in ReplaceKey
* Removed appending functionality from writeJsonFile for cleaner implementation.
* Inverted condition for forceCheck to improve logic clarity.
2025-03-20 12:31:04 -07:00
Zack Spear bd640b1f62 feat: ReplaceKey 7 day window around regExp & new forceCheck param (#10)
* feat: ReplaceKey 7 day window around regExp & new forceCheck param

* feat: Enhance writeJsonFile to support appending data
2025-03-18 15:51:08 -07:00
Tom Mortensen b03a4e436b fix: if singled disabled array disk, should still be able to create shares 2025-03-17 12:18:39 -07:00
bergware 9d61441e7d Wireless: fix PHP errors with manual network adding 2025-03-12 23:50:41 +01:00
bergware 607a73e933 Wireless: escape shell argument 2025-03-12 16:44:16 +01:00
bergware 3fab0cabb6 Wireless: allow '$' character in username or password
- Need to escape the '$' character for PHP
2025-03-12 14:44:16 +01:00
tom mortensen 87079ffc3d Merge pull request #2036 from Mainfrezzer/Mainfrezzer-patch-1
Avoid automatic shutdown while being logged in and visiting Boot.php
2025-03-04 21:14:23 -08:00