Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (244 - 246 of 1173)

Ticket Resolution Summary Owner Reporter
#624 fixed Consider using itsdangerous for mail tokens. Elrond
Description

itsdangerous is an interesting package to use crypto to stop us using local storage for things.

There are two major use cases:

  1. For verification tokens in the emails.
  2. For sessions.

the tokens are quite easy. I have a "proof of concept" branch at elrond/itsdangerous. The sessions aren't too complex either, but need some more thinking and some decisions.

We need to make up our mind: Do we want this?

Note: #580 might be related, because we are considering to drop beaker.

#471 wontfix Consider using user_dev for mediagoblin.db by default Aleksej
Description

MediaGoblin needs to be able to write into user_dev. OK.

When using sqlite, MediaGoblin by default needs to be able to write to mediagoblin.db and mediagoblin.db-journal. That means (at least in the beginning) being able to write to the directory with MediaGoblin itself.

If it not even worse for security, it would be better if mediagoblin.db was in user_dev, so only one directory needs to be writable.

#197 fixed Contributors to the code may be surprised to learn of PEP-8 Will Kahn-Greene Caleb Davis
Description
I know I was...There are places in redmine mentioning PEP-8 style
guidelines
(`http://www.python.org/dev/peps/pep-0008/ <http://www.python.org/dev/peps/pep-0008/>`_),
but there is no prominent mention in the contributor docs. This
suggestion just came up again in IRC. This issue needs:


-  decide where to mention and link to PEP-8
-  add it to the contributor documentation



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