mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +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:
@@ -47,6 +47,7 @@ class EditUser : public QDialog
|
||||
void localAuthToggledData(bool state);
|
||||
void passwordData();
|
||||
void groupsData();
|
||||
void servicesData();
|
||||
void feedsData();
|
||||
void adminToggledData(bool state);
|
||||
void okData();
|
||||
@@ -90,6 +91,7 @@ class EditUser : public QDialog
|
||||
QCheckBox *user_edit_podcast_button;
|
||||
QCheckBox *user_delete_podcast_button;
|
||||
QPushButton *user_assign_perms_button;
|
||||
QPushButton *user_assign_svcs_button;
|
||||
QPushButton *user_assign_feeds_button;
|
||||
QLabel *user_create_carts_label;
|
||||
QLabel *user_delete_carts_label;
|
||||
|
||||
Reference in New Issue
Block a user