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:
Fred Gleason
2020-09-17 16:19:26 -04:00
parent 288b7a9826
commit 6516c20ff6
13 changed files with 559 additions and 3 deletions

View File

@@ -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);