serveradmin icon indicating copy to clipboard operation
serveradmin copied to clipboard

Configuration management database system of InnoGames

Results 12 serveradmin issues
Sort by recently updated
recently updated
newest added

This PR from @hasegeli aims to make it possible to subscribe to changes of objects matching a custom `Query` using the `adminapi` module. One can use the `subscribe_changes` method to...

This adds support for changing the servertype via the normal commit API. It performs some sanity checking and finally modifies the commit to include attribute removals if an attribute was...

## The Problem Currently we use plain django signals. These have a few problems: The signals are completely best effort. We don't note down which signal receiver actually reacted to...

This PR implements the adminapi in Rust supporting: - SSH Authentication - Token authentication - Querying of objects - Creation of new objects Other APIs (like pushing the firewall) are...

For some messages it is useful to render the HTML such as for example if you have multiple messages and want to display them as list.

enhancement