mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDUser::feedAuthorized()' method. * Added a 'SavePodcast' method to the Web API. * Added a 'GetPodcast' method to the Web API. * Added a 'DeletePodcast' method to the Web API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -93,6 +93,7 @@ class RDUser
|
||||
bool groupAuthorized(const QString &group_name);
|
||||
QStringList groups() const;
|
||||
bool cartAuthorized(unsigned cartnum) const;
|
||||
bool feedAuthorized(const QString &keyname);
|
||||
QString serviceCheckDefault(QString serv) const;
|
||||
QStringList services() const;
|
||||
static bool emailIsValid(const QString &addr);
|
||||
|
||||
Reference in New Issue
Block a user