Custom Query (1174 matches)
Results (319 - 321 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1028 | fixed | Federated models | ||
| Description |
As we progress with federation new models are required to hold data we didn't need to store before and certain data shouldn't be required anymore. I have come up with example models which I think will work well as well as a generic foreign key implementation. I've attached the org-mode file for future reference but I've uploaded the exported HTML version to: |
|||
| #1026 | fixed | Inbox links and url points to feed (outbox) addresses | ||
| Description |
Inbox links and url points to feed (outbox) addresses. Current: u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
u'objectTypes': [u'activity'],
u'totalItems': 2,
u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}
Expected: u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}
|
|||
| #1025 | fixed | API object IDs are integers | ||
| 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 |
|||
