Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 1173)

Ticket Resolution Summary Owner Reporter
#1055 fixed API feed sort order Jonas Haraldsson
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 Jonas Haraldsson
Description

All timestamps are generated from localtime (datetime.datetime.now()) and the API displays them as UTC ("2014-12-11T13:03:59.261590+00:00") (#1023) which will be off by n hours depending on which timezone the server is in.

Probably best fixed by changing timestamp generation to use datetime.datetime.utcnow()

#1078 fixed /api/user/<user>/inbox gives error 500 Jonas Haraldsson
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'

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