serveradmin icon indicating copy to clipboard operation
serveradmin copied to clipboard

Configuration management database system of InnoGames

Results 6 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...