Custom Query (1173 matches)
Results (244 - 246 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #624 | fixed | Consider using itsdangerous for mail tokens. | ||
| Description |
itsdangerous is an interesting package to use crypto to stop us using local storage for things. There are two major use cases:
the tokens are quite easy. I have a "proof of concept" branch at 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 | ||
| 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 | ||
| 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 |
|||
