]> git.ipfire.org Git - ipfire.org.git/history - src/web/nopaste.py
wiki: Remove superfluous slash when creating user links
[ipfire.org.git] / src / web / nopaste.py
2024-03-04  Michael TremerMerge remote-tracking branch 'rico/docs'
2024-03-04  Michael TremerMerge remote-tracking branch 'rico/master'
2024-03-04  Michael Tremernopaste: Complain if no file has been uploaded
2024-02-23  Michael Tremernopaste: Bring back the upload page
2024-02-23  Michael Tremernopaste: Update the raw handler
2024-02-23  Michael Tremernopaste: Rename entry to paste
2024-02-23  Michael Tremernopaste: Don't store content with the pastes any more
2024-02-23  Michael Tremernopaste: Send users when this object expires
2024-02-23  Michael Tremernopaste: Fix passing the correct account
2024-02-23  Michael Tremernopaste: Don't send HTML errors to cURL
2024-02-23  Michael Tremernopaste: Require authentication on the cURL interface
2024-02-23  Michael Tremernopaste: Add a simple cURL interface
2024-02-23  Michael Tremernopaste: Simplify pasting content
2024-02-22  Michael Tremernopaste: Correctly count views
2024-02-22  Michael TremerMerge remote-tracking branch 'rico/docs'
2024-02-22  Michael Tremernopaste: Create an extra object for pastes
2024-02-22  Michael Tremernopaste: Guess mimetype if none given
2024-01-10  Michael TremerMerge remote-tracking branch 'origin/new-design'
2024-01-07  Michael Tremeranalytics: Record some page views
2023-12-20  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-12-20  Rico HoppeMerge remote-tracking branch 'origin/new-design' into...
2023-12-14  Michael Tremerweb: No longer cache any dynamically generated pages
2023-11-27  Michael TremerMerge branch 'master' into new-design
2023-06-26  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-06-26  Michael Tremerweb: Drop unused CacheMixin
2019-11-19  Michael TremerDrop checking URL blacklists to block users
2019-06-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2019-06-22  Michael TremerDeploy rate-limiting
2019-04-18  Michael Tremernopaste: Encode texts into bytes before sending them...
2019-02-27  Michael Tremernopaste: Do not cache upload page
2018-11-06  Michael TremerAdd decorator to check if request is coming from a...
2018-11-02  Michael TremerMerge remote-tracking branch 'origin/master'
2018-10-26  Michael Tremerweb: Rename base module
2018-10-25  Michael TremerUse Vary header to avoid caching of pages where login...
2018-10-22  Michael Tremernopaste: Make code prettifying work again
2018-10-22  Michael Tremernopaste: Drop guessing mime types
2018-10-22  Michael Tremernopaste: Refactor everything