mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2017-11-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USER_SERVICE_PERMS' table to the database. * Incremented the database version to 272. * Added a 'Service Permissions' button to the Edit User dialog in rdadmin(1).
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <rdconfig.h>
|
||||
#include <rdformpost.h>
|
||||
#include <rdstation.h>
|
||||
#include <rdsvc.h>
|
||||
#include <rdsystem.h>
|
||||
#include <rduser.h>
|
||||
|
||||
@@ -69,6 +70,8 @@ class Xport : public QObject
|
||||
void DeleteLog();
|
||||
void ListLogs();
|
||||
void ListLog();
|
||||
RDSvc *GetLogService(const QString &svc_name);
|
||||
bool ServiceUserValid(const QString &svc_name);
|
||||
void Rehash();
|
||||
void SaveLog();
|
||||
void ListSchedCodes();
|
||||
|
||||
Reference in New Issue
Block a user