little_brother
little_brother copied to clipboard
Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
Since version 0.3 the GIU supports configuration of users and rule sets. However, the application still contains functionality to read obsolete configuration files. Also, the test cases regarding rule sets...
If no time limit per day is given, the maximum time per day must be limited by the difference of min and max time per day.
Current behavior: logging is only available to the host admin users. Desired behavior: logging should be available to the LittleBrother admin user in the web frontend. Slave hosts should sent...
Current behavior: The status page and about page are always available without login. Also, the status can be retrieved by the taskbar without credentials. Desired behavior: There should an optional...
When approaching the end of a session sometimes (always) a message regarding the overall remaining play time is played instead of the remaining play time in the session.
There seems to be a problem when a Docker container is put into hibernation. After wake up LittleBrother resumes its work but gets stuck in the next call contacting the...
I'm not clear how to write the configuration file to accomplish my goal. I want to apply different limits to different processes, as alluded to in the README introduction. I...
Current behavior: Due to changes required to make the transaction behavior work with multiple threads the caching of persistent data has more or less been deactivated. This results in CPU...
Current behavior: Setting the admin password requires editing the configuration file. Desired behavior: There should be a page of the web frontend allowing the user to set the password.
Current behavior: in some locations of the source code regional timestamps are used. Desired behavior: only utc timestamps must be used internally. The timezone for display should be configurable.