Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pw-protect /admin endpoint | B Stack | 2022-02-15 |
| | | | | Use a hardcoded password from the config file. | ||
* | add expiry, and wsgi usage to support that | B. Stack | 2022-02-13 |
| | | | | | | | | | 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. | ||
* | add redirects after delete, and simplify css calls | B. Stack | 2022-02-13 |
| | |||
* | add admin page, delete function, and APPNAME var | B. Stack | 2022-02-12 |
| | | | | | | 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. | ||
* | use UUID for paste id, and more js removal | B. Stack | 2022-02-11 |
| | | | | | Using uuids means that titles need to be used for displaying "replies," "in response to," and so on. | ||
* | add support for title, and ensure no js | B. Stack | 2022-02-11 |
| | |||
* | add private paste | sudan | 2016-02-22 |
| | |||
* | code highlight | sudan | 2016-01-25 |
| | |||
* | style | sudan | 2016-01-21 |
| | |||
* | merge from jiawei | sudan | 2016-01-20 |
|\ | |||
| * | update layout tmpl | ofshellohicy | 2014-07-23 |
| | | |||
| * | continue to remove useless feature | ofshellohicy | 2014-07-18 |
| | | |||
| * | remove useless feature | ofshellohicy | 2014-07-18 |
|/ | |||
* | Added as example app | Armin Ronacher | 2011-12-05 |