Custom Query (1173 matches)
Results (4 - 6 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5583 | no-action | "Create Account" and "Start an Instance" are squished together | ||
Description |
On the main starting page of Mediagoblin (when the user is logged out), there are two buttons: "Create an account on this site" and "Set up MediaGoblin on your own server". The two buttons appear to have no margin between them, forcing them to be as close together as possible. This is using the "base.css" theme. |
|||
#5374 | fixed | "Deathorize applications" causes server error after federation migrations | ||
Description |
Clicking the "Deauthorize applications" link on current master causes a server error. Error - <class 'sqlalchemy.exc.InvalidRequestError'>: Entity '<class 'mediagoblin.db.models.AccessToken'>' has no property 'user' URL: https://goblinrefuge.com/mediagoblin/edit/deauthorize/ File '/path/to/mediagoblin/lib/python2.7/site-packages/paste/exceptions/errormiddleware.py', line 144 in __call__ app_iter = self.application(environ, sr_checker) File '/path/to/mediagoblin/mediagoblin/app.py', line 342 in __call__ return self.call_backend(environ, start_response) File '/path/to/mediagoblin/lib/python2.7/site-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/wsgi.py', line 591 in __call__ return self.app(environ, start_response) File '/path/to/mediagoblin/mediagoblin/app.py', line 276 in call_backend return self._finish_call_backend(request, environ, start_response) File '/path/to/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend response = controller(request) File '/path/to/mediagoblin/mediagoblin/decorators.py', line 47 in wrapper return controller(request, *args, **kwargs) File '/path/to/mediagoblin/mediagoblin/decorators.py', line 74 in new_controller_func return controller(request, *args, **kwargs) File '/path/to/mediagoblin/mediagoblin/edit/views.py', line 296 in deauthorize_applications access_tokens = AccessToken.query.filter_by(user=request.user.id) File 'build/bdist.linux-x86_64/egg/sqlalchemy/orm/query.py', line 1256 in filter_by File 'build/bdist.linux-x86_64/egg/sqlalchemy/orm/util.py', line 1218 in _entity_descriptor InvalidRequestError: Entity '<class 'mediagoblin.db.models.AccessToken'>' has no property 'user' |
|||
#768 | fixed | "Deploying MediaGoblin" manual tells to "adduser --system", meaning no shell, then to "su -" without specifying a shell → cannot log in. | ||
Description |
There's something in the docs that doesn't make much sense for me:
and then sudoes to mediagoblin user. Also, it says:
In my opinion, user mediagoblin should get shell permissions and when finished remove them. Otherwise, do everything as another user and at the end chown it all, but it may break something. |