Custom Query (1173 matches)
Results (115 - 117 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5460 | fixed | Log IP address when a user enters a wrong password | ||
Description |
If I try to login with a wrong password, this message is logged:
I'd like to set up fail2ban for Mediagoblin, but without IP address I can't do much... A message like this would be better:
|
|||
#5459 | fixed | Relative URLs on pages often mis-formed | ||
Description |
On my MG installation (0.9.0, Python 3), the relative pagination links seem to be mis-formed.
|
|||
#5458 | fixed | batchaddmedia does not properly parse the "media:location" header field | ||
Description |
The documentation here: http://mediagoblin.readthedocs.io/en/stable/siteadmin/commandline-upload.html#command-line-batch-uploading states that the path to a media file is given by the "media:location" header field but using this header field name causes a parse error. Looking at the code here: http://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/gmg_commands/batchaddmedia.py#n111 it seems the code is expecting the header field name to be "location". So, I guess either a code change or a documentation change is needed. |