Custom Query (1173 matches)
Results (310 - 312 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1055 | fixed | API feed sort order | ||
| Description |
GMG API feeds ('/api/user/inbox', '/api/user/feed') sort order is oldest first, while pump.io feeds sort order is newest first. |
|||
| #1065 | fixed | Timestamps are not UTC | ||
| Description |
All timestamps are generated from localtime (
Probably best fixed by changing timestamp generation to use |
|||
| #1078 | fixed | /api/user/<user>/inbox gives error 500 | ||
| Description |
Error - <type 'exceptions.AttributeError'>: 'list' object has no attribute 'order_by' URL: http://mediagoblin.jonash.local/api/user/kabniel/inbox File '/srv/mediagoblin.local/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__ app_iter = self.application(environ, sr_checker) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 342 in __call__ return self.call_backend(environ, start_response) File '/srv/mediagoblin.local/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg/werkzeug/wsgi.py', line 588 in __call__ return self.app(environ, start_response) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 276 in call_backend return self._finish_call_backend(request, environ, start_response) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend response = controller(request) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/decorators.py', line 427 in wrapper return controller(request, *args, **kwargs) File '/srv/mediagoblin.local/mediagoblin/mediagoblin/federation/views.py', line 163 in inbox_endpoint inbox = inbox.order_by(Activity.published.desc()) AttributeError: 'list' object has no attribute 'order_by' |
|||
