Custom Query (1173 matches)
Results (253 - 255 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #927 | fixed | Clean up Federation | ||
| Description |
Elrond found some issues over his review of the federation code recently merged. These need fixing before 0.7.0. Garbage Collection
Feed Endpoint
Whoami Endpoint
MediaComment.unserialize
Mediagoblin INI/Config file
json_error
media_type/image: api_* upload utils
views.py security
view.py style
If any more issues are found please add them to this ticket. This is a rather large issue but most of the tasks in them are so small it doesn't warrant splitting them up. |
|||
| #945 | fixed | Host metadata does not confirm to spec (/.well-known/meta-data) | ||
| Description |
The /.well-known/host-meta endpoint is providing JSON when it should by default provide XML. According to the spec XML should be the default and JSON and lrdd should be given if requested. This seems to be a problem with upstream pump.io as they only provide JOSN and not XML. As we're providing a upstream compatible interface this should be decided upstream and we will implement whatever is decided upstream. The specific part of rfc6415 which deals with Host Meta is under section 2:
The JSON/JRD should be provided at /.well-known/host-meta.json (as per 6.2). Upstream bug is: https://github.com/e14n/pump.io/issues/1048 |
|||
| #952 | fixed | Force footer to the bottom of the page | ||
| Description |
Currently the footer (" Powered by MediaGoblin, a GNU project. Released under the AGPL. Source code available.") goes right below the content. If the content only takes 50% of the page the footer is half way up the page, this should be forced to the bottom of the page. |
|||
