Fred Gleason
c0fcdf8346
2023-03-17 Fred Gleason <fredg@paravelsystems.com>
...
* Added the API documentation to the 'rivendell-opsguide' RPM
package.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2023-03-17 11:52:10 -04:00
Fred Gleason
8d838928a2
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
...
* Corrected errors in the WebAPI documentation regarding the
argument type of the 'LINE<n>_TIME_TYPE' field in the 'SaveLog' call.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2023-01-18 09:13:58 -05:00
Fred Gleason
9ae7f909cb
2020-09-22 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'PostImage' method to the Web API.
* Added a 'RemoveImage' method to the Web API.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-09-23 13:11:11 -04:00
Fred Gleason
5a549b7866
2020-09-21 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'PostPodcast' method to the Web API.
* Added a 'RemovePodcast' method to the Web API.
* Added a 'PostRss' method to the Web API.
* Added a 'RemoveRss' method to the Web API.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-09-22 15:20:01 -04:00
Fred Gleason
6516c20ff6
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>
2020-09-17 16:19:26 -04:00
Fred Gleason
f0992ac144
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
...
* Documented the 'RDFontEngine::bigLabelFont()' method.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-08-13 09:06:05 -04:00
Fred Gleason
ad028fd7c5
2020-08-12 Fred Gleason <fredg@paravelsystems.com>
...
* Added 'RDFontEngine::bigLabelFont()' and
'RDFontEngine::bigLabelFontMetrics()' methods.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-08-12 12:22:35 -04:00
Fred Gleason
a46698f9d5
2019-10-08 Fred Gleason <fredg@paravelsystems.com>
...
* Documented the font management system in 'docs/apis/fonts.xml'
(built as 'docs/apis/fonts.pdf'.
2019-10-08 13:23:21 -04:00
Fred Gleason
37da80e1c3
2019-08-06 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored ripcd(8) to manage JACK port [dis]connections directly,
rather than by delegation to caed(8).
2019-08-06 19:54:38 -04:00
Fred Gleason
2ee6a00114
2019-07-02 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a typo in the 'EditCart' call in 'docs/apis/web_api.xml'.
2019-07-02 17:59:42 -04:00
Fred Gleason
8f008d1d70
2019-05-29 Fred Gleason <fredg@paravelsystems.com>
...
* Documented the 'Stop Recording' ['SR'] command in the CAE
API documentation.
2019-05-29 18:45:08 -04:00
Fred Gleason
06dd4c336b
2019-02-07 Fred Gleason <fredg@paravelsystems.com>
...
* Replaced the 'Add Event', 'Delete Event' and 'Modify Event'
commands in the RDCatch Monitor Protocol with multicast update
events.
2019-02-07 13:35:14 -05:00
Fred Gleason
efa4999fa2
2019-01-29 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in the 'EditCut' web API call that caused attempts
to clear the 'START_DAYPART' and 'END_DAYPART' fields to return
an error.
2019-01-29 16:32:06 -05:00
Fred Gleason
9e93dddb02
2019-01-10 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored dropbox instance management to use multicast
notifications.
2019-01-10 18:11:18 -05:00
Fred Gleason
542fb7d6a6
2018-07-27 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'SaveFile' test method to the web API.
* Added a 'SaveString' test method to the web API.
* Refactored the multipart-mime parser in 'RDFormPost' to process
UTF-8 strings correctly.
2018-07-27 14:28:55 -04:00
Fred Gleason
bb60b722d1
2018-06-12 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'card-num' parameter to the 'Meter Enable' ['ME'] command
in caed(8).
* Added an 'RDCae::enableMetering()' method.
* Modified rdairplay(1) to enable metering explicitly.
* Modified rdcartslots(1) to enable metering explicitly.
* Modified rdlibrary(1) to enable metering explicitly.
* Modified rdpanel(1) to enable metering explicitly.
2018-06-12 19:00:55 +00:00
Fred Gleason
ea11505dbe
2018-06-12 Fred Gleason <fredg@paravelsystems.com>
...
* Changed the name of the 'Initial Audio Ports' control to
'Active Audio Ports' in the 'Configure JACK' dialog in rdadmin(1).
2018-06-12 15:15:59 +00:00
Fred Gleason
96fdfff8a0
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'STATIONS.JACK_PORT' field to the database.
* Incremented the database version to 287.
* Added an 'Initial Audio Ports' control to the 'JACK Configuration'
dialog in rdadmin(1).
* Implemented 'Activate JACK Port' ['JA'] and 'Remove JACK Port' ['JR']
RMLs.
2018-06-11 15:59:05 +00:00
Fred Gleason
aa2fad829c
2018-03-25 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed typos in 'docs/apis/Makefile.am' that broke the
'make dist' target.
2018-03-25 09:56:16 -04:00
Fred Gleason
af0ac339a6
2018-03-24 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'LogType' value to the 'RDNotification::Type
enumeration.
* Added support for notifications to rdlogedit(1).
2018-03-24 15:47:20 -04:00
Fred Gleason
7ce4b2ff10
2018-03-11 Fred Gleason <fredg@paravelsystems.com>
...
* Converted ripcd(8) to use RDApplication.
* Documented a 'Notification' message type in
'docs/apis/notification.xml'.
* Added an 'RDMulticaster' class.
* Added an 'mcast_recv_test' program in 'tests/'.
* Added a 'SYSTEM.NOTIFICATION_ADDRESS' field to the database.
* Incremented the database version to 276.
* Added an 'Mcast Address for Notifications' control to the
'System-Wide Settings' dialog in rdadmin(1).
* Implemented the 'Process Notification' ['ON'] command in
ripcd(8).
* Added an 'RDRipc::sendNotification()' method.
* Added an 'RDRipc::notificationReceived()' signal.
2018-03-11 20:24:39 -04:00
Fred Gleason
97a6045992
2017-12-21 Fred Gleason <fredg@paravelsystems.com>
...
* Added log locking logic to the 'SaveLog' Web API call.
2017-12-21 11:47:34 -05:00
Fred Gleason
aec8bba723
2017-12-20 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'LOGS.LOCK_GUID' field to the database.
* Incremented the database version to 274.
* Added a 'LockLog' call to the Web API.
2017-12-20 18:16:22 -05:00
Fred Gleason
83d36698a0
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
...
* Added 'FILTER' and 'RECENT' call parameters to the 'ListLogs' Web
API call.
2017-11-08 10:25:39 -05:00
Fred Gleason
b48b2de8a6
2017-11-06 Fred Gleason <fredg@paravelsystems.com>
...
* Moved the contents of 'docs/ripc.txt' to 'docs/apis/ripc.xml.'
2017-11-06 14:04:43 -05:00
Fred Gleason
20b2ff3444
2017-11-06 Fred Gleason <fredg@paravelsystems.com>
...
* Moved the contents of 'docs/catchd.txt' to 'docs/apis/catchd.xml.'
2017-11-06 12:52:55 -05:00
Fred Gleason
c3dbac74e9
2017-11-06 Fred Gleason <fredg@paravelsystems.com>
...
* Added the Operations Guide to 'rivendell.spec.in'.
2017-11-06 10:17:21 -05:00
Fred Gleason
086bd39dd0
2017-11-03 Fred Gleason <fredg@paravelsystems.com>
...
* Renamed 'docs/docbook/' to 'docs/apis/'.
* Qualified all 'id=' tag attributes as 'xml:id=' in the Operations
Guide.
2017-11-03 09:02:27 -04:00