Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize official source code #78

Merged
merged 14 commits into from
Dec 6, 2024
Merged

Synchronize official source code #78

merged 14 commits into from
Dec 6, 2024

Conversation

openwrtdiy
Copy link
Owner

No description provided.

dibdot and others added 14 commits November 27, 2024 23:05
* add new tld option

Signed-off-by: Dirk Brenken <[email protected]>
(cherry picked from commit cb767dc)
If UCI store values as a list instead of an option, conversation for the
collectd configuration is not work correctly. This is due to the use of
a DynamicList type element in the UI (for example, for the RRATimespans
field). For this function argument val receives as array instead of a
string, so no additional conversion is required.

Signed-off-by: Aleksey Kolosov <[email protected]>
Signed-off-by: Paul Donald <[email protected]>
(cherry picked from commit 63b7e63)
With this change if the specified config file (from UCI) doesn't exist,
it won't error out. instead it treats it as an empty file.
Previously, when clicking edit on the custom_config option in the UI, it
will show an error because the file doesn't exist there by default. As a
result, a user can't easily add (paste) a config file content.

Signed-off-by: Milad Mohtashamirad <[email protected]>
(cherry picked from commit a30ae19)
As the app is now javascript-based, depend on luci-base
instead of luci-compat.

(modified from 3e7fe9f and 019e29f)

Signed-off-by: Hannu Nyman <[email protected]>
Backport translations from master.
Sync.

Signed-off-by: Hannu Nyman <[email protected]>
If a non-EFI image comes first in the list of images, it would have
been selected even on an EFI system.

Signed-off-by: Jakob Haufe <[email protected]>
(cherry picked from commit cb45737)
Closes openwrt#7449

Signed-off-by: Paul Donald <[email protected]>
(cherry picked from commit 1ee9d0c)
Closes openwrt#7449

Signed-off-by: Paul Donald <[email protected]>
(cherry picked from commit e76155d)
This commit fixes incorrect peer detection when using IP v6 by deleting all the square the square brackets from the wgHost variable.

Signed-off-by: Tom Haley <[email protected]>
(cherry picked from commit 5c97a89)
shellquote method is introduced so an injected code cannot be executed by the popen command.

Signed-off-by: Tom Haley <[email protected]>
(cherry picked from commit 101ea16)
Fixed incorrect peer detection if port is not set (default port is used)

Signed-off-by: Tom Haley <[email protected]>
(cherry picked from commit 27ecfda)
…ault port

Fixed incorrect peer detection if IP v6 is used and no port for peer is defined.

Signed-off-by: Tom Haley <[email protected]>
(cherry picked from commit 461d632)
@openwrtdiy openwrtdiy merged commit d9f965c into diy-23.05 Dec 6, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants