~vcs-imports/gnome-control-center/+git/gnome-control-center:applications-sandbox-escape

Last commit made on 2021-05-18
Get this branch:
git clone -b applications-sandbox-escape https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
applications-sandbox-escape
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

826e789... by Felipe Borges <email address hidden>

applications: Indicate when an app has permissions to escape the sandbox

Applications that can talk to "org.freedesktop.Flatpak" can run
flatpak-spawn --host, circumventing the sandbox permissions and running
arbitrary commands in the host.

Inspired by https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/258

Fixes #838

1e917d0... by Ian Douglas Scott

mouse: Use HdyActionRow

More consistent styling with other panels, and removes a lot of xml.

092c77b... by Mohammed Sadiq <email address hidden>

user: Allow activating rows

HdyActionRow are not activatable by default. Explicitly enable them.

5a18b36... by treysis <email address hidden>

Network: Show all IPv6 addresses for an interface

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1300

25a5a8e... by aurisc4

Updated Lithuanian translation

ba110fc... by Daniel Șerbănescu

Update Romanian translation

(cherry picked from commit 3e9d08287c3a9ed5981ad455f39f340648e63680)

6524c9a... by Carlos Garnacho

network: Make IPv4/v6 pages drive the scrolledwindow adjustments

Those 2 pages in the connection editor dialog are scrollable, but don't
hook focus changes so they drive the adjustments. Make them do so.

93bbd53... by Felipe Borges <email address hidden>

network/connection-editor: Fix focus chain to allow keyboard navigation

Otherwise tabbing will never focus in the inner widgets.

afe1c35... by Felipe Borges <email address hidden>

network: Indicate the maximum password length accepted for wifi hotspots

The Wifi Hotspot setup dialog will error "Must have a minimum of 8 characters"
for all the situations in which nm_utils_wpa_psk_valid and nm_utils_wep_key_valid
report a given password to be invalid.

The case when this error is most obvious is when you enter a very lengthy password
and the dialog shows the very same error about the minimum password length.

These changes make the dialog account for the Maximum password length as well. It
assumes 16 characters for WEP and 63 characters for WPA/WPA2.

df9c4d7... by Jan Kot <email address hidden>

info-overview: Hide software_updates_row when allow-updates is false.