| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
| |
The flask dev server seems incapable of using the @timer
decorator, so we need the whole wsgi implementation, for
which I've added a script.
Arbitrary expiration options are available in the config
file.
|
|
|
|
|
|
| |
The admin can view the links to private pastes, and can delete
pastes from the web console. For now, the admin page is not
protected, so this is not production-ready.
|
| |
|
|
|
|
|
| |
Using uuids means that titles need to be used for displaying
"replies," "in response to," and so on.
|
|
|
|
|
| |
By just writing a new initdb command so we don't need manage.py
anymore.
|
|
So the next step will be to make it work with flask 2 (current)
|