Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 303 of 1173)

Ticket Resolution Summary Owner Reporter
#1023 fixed API timestamps are not timezone aware Jonas Haraldsson
Description

Activity.published (and probably all other API timestamps) is not timezone aware, it is currently in the form of: YYYY-MM-DDThh:mm:ss.ffffff

Expected: YYYY-MM-DDThh:mm:ssZ (RFC3339 date-time is mentioned in pump.io API docs)

#1024 fixed Activity generator is always GMG service Jonas Haraldsson
Description

Activity.generator is always {"objectType":"service", "displayName":"GNU Mediagoblin"}

Expected: {"objectType":"application", "displayName":"MyAppName"} when using an external client for posting.

#1025 fixed API object IDs are integers Jonas Haraldsson
Description

API object IDs are integers, they are also non-unique since the Activity and Activity.object have the same ID.

Expected: url similar to http://mediagoblin.jonash.local/api/{objectType}/{id}

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.