Skip to content

Tags: zedstar/cockpit

Tags

140

Toggle 140's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
140

- Use SSCG to generate SSL certificates if available
- Add a "cockpit-bridge --rules" option to output the rules
- Allow auth commands to store credentials for future challenges
- Allow users to change Docker container environment variables
- Disable shutdown/reboot button for unprivileged users on the System page
- Fix binary channel data for child iframes, used e. g. in Docker terminals

139

Toggle 139's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
139

- Show more information about virtual machines, such as boot order
- Fix enablement of timer systemd units created on Services page
- Fix Storage crash on multiple iSCSI sessions
- cockpit-docker is now installable with docker-ce or other alternatives
- Hide docker push commands on Registry image pages for  "pull" roles

138

Toggle 138's commit message

Verified

This tag was signed with the committer’s verified signature.
stefwalter Stef Walter
138

- Only allow mdraid disk removal when it won't destroy data
- Allow DN style usernames in the Kubernetes dashboard
- Simplify protocol that cockpit talks to session authentication processes

137

Toggle 137's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
137

 * Read ~/.ssh/known_hosts for connecting to remote machines with ssh
 * The Storage LVM setup can add unpartitioned free space as a physical volume
 * NetworkManager's Team plugin can be used on architectures other than x86_64
 * Cockpit's web server understands and properly responds to HTTP HEAD requests
 * Allow parameter substitution in manifest when spawning peer bridges

136

Toggle 136's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
136

 * Reorder menu items in a more logical way
 * Relax some package requirements on Fedora
 * Don't allow removing the last MDRAID disk member on the Storage page
 * Document the http-stream2 bridge payload type, now preferred to http-stream1

135

Toggle 135's commit message

Verified

This tag was signed with the committer’s verified signature.
stefwalter Stef Walter
135

 * It is now possible to use file descriptors passed over the DBus API
 * Add "Disks" tab to Virtual Machines
 * Hide the top navigation bar if empty, i.e. if dashboard is not available
 * Redesign the page menu and machine switcher
 * Show "Locked/Unlocked" indicator for privilege escalation in the top bar
 * Make privilege escalation work with sudo reauthorization
 * Add developer tool for closing active pages
 * Use official /etc/ssh/ssh_known_hosts for adding remotely managed machines
 * Connect to other machines with SSH via cockpit-bridge instead of cockpit-ws�

134

Toggle 134's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
134

 * Show /etc/motd in the "System" task page
 * Drop "System" service actions which are intended for scripts
 * Make login page translatable
 * NetworkManager now activates slave interfaces by itself
 * Add call timeout option to the cockpit.dbus() API
 * The Debian packaging is now able to apply binary patches

133

Toggle 133's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
133

 * Remotely managed machines are now configured in /etc/cockpit/machines.d/*.json
 * Fix NetworkManager's "MTU" dialog layout
 * Build the cockpit-tests package for releases too
 * Split translations into individual packages
 * Packages now configure alternate cockpit-bridge's to interact with the system

132

Toggle 132's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
132

 * Make basic SELinux functionality available without setroubleshootd
 * Allow changing the MAC address for ethernet adapters and see them for bonds
 * Hide "autoconnect" checkbox for network devices without settings
 * Support for external providers other than libvirt on Machines page
 * Some tooltip fixes
 * Add option to restrict max read size to the Cockpit file API
 * Relax dependencies on cockpit-bridge package on Debian/Ubuntu
 * Rename cockpit-test-assets package to cockpit-tests

131

Toggle 131's commit message

Verified

This tag was signed with the committer’s verified signature.
stefwalter Stef Walter
131

 * Show session virtual machines on Machines page
 * Fix use of the TAB key on login page
 * Robust naming and detection of network bond master
 * Debian packaging fixes