Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1173)

Ticket Resolution Summary Owner Reporter
#1064 fixed API lacking major and minor feed Jessica Tallon
Description

Currently the API only has the /api/user/<username>/feed endpoint and not the /api/user/<username>/feed/major and /api/user/<username>/feed/minor. We should have those feeds and do the same filtering that we do on the major and minor inbox feeds.

#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}

#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)

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