Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 1173)

Ticket Resolution Summary Owner Reporter
#5460 fixed Log IP address when a user enters a wrong password Elinvention
Description

If I try to login with a wrong password, this message is logged:

WARNING:mediagoblin.auth.tools:Wrong password for u'elinvention'

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:

WARNING:mediagoblin.auth.tools:Wrong password for u'elinvention' from xxx.xxx.xxx.xxx

#5459 fixed Relative URLs on pages often mis-formed cpence
Description

On my MG installation (0.9.0, Python 3), the relative pagination links seem to be mis-formed.

  • On the front page (Recent Media), they are of the form "?page=3", which doesn't work.
  • On collection pages, they are of the form "u/username/collection/coll/?page=2", missing the leading slash, which also doesn't work.
#5458 fixed batchaddmedia does not properly parse the "media:location" header field Tim McIver
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.

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