Custom Query (1174 matches)
Results (283 - 285 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1075 | no-action | Separate celery ignores logging | ||
| Description |
I use a systemd init script to start celeryd. In that init script, I specify a log file with the --logfile option. The logfile option is ignored when from_celery sets up logging. |
|||
| #1074 | duplicate | Upload audio to GNU MediaGoblin via the API | ||
| Description |
Currently it's not possible to upload audio to GNU MediaGoblin via the API, this would be very useful. Activity Streams 1.0 does support audio they should look something like: {
"id": "https://gmg.site.tld/api/audio/someid",
"objectType": "audio",
"displayName": "Title of this audio",
"embedCode": "<html><to><embed></embed></to></html>",
"stream": {
"url": "https://gmg.site.tld/path/to/audio.ogg",
},
"author": {
"id": "acct:someone@gmg.site.tld",
...
},
"url": "https://gmg.site.tld/html/version/for/users/click"
}
Pump.io does look like it is able to store audio, they have the model which is here. This defines:
They also have all the usual properties possible on a object and can be interacted as such (liking, commenting, etc.) |
|||
| #1072 | fixed | [API] Updated objects don't have "updated" field | ||
| Description |
This is probably quite low priority, but for completeness sake, objects should have a "updated" field in addition to the "published" field, when said objects have been updated at least once, as Pump.io objects have. Hopefully the DB already has that info, and it's only a matter of showing it via API. |
|||
