| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix deletion order bug | Sebastien Braun | 2010-10-06 | 1 | -2/+11 |
| | | | | | | | PVSCheckPrivileges::instance() is statically allocated. When it is deleted, the QCoreApplication is already gone (since it is stack- allocated), and the destructor of QFileSystemWatcher waits forever. | ||||
| * | Implement administratively configured user privileges | Sebastien Braun | 2010-10-06 | 1 | -1/+160 |
| | | | | | | | The administrator can set a list of users and a list of groups to see as privileged. This list is reloaded whenever the configuration file changes, or changes to the user/group database are detected. | ||||
| * | Add Permission checking and session information code. | Sebastien Braun | 2010-10-05 | 1 | -0/+314 |
