]> git.ipfire.org Git - ipfire.org.git/history - src/backend/nopaste.py
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / backend / nopaste.py
2024-02-23  Michael Tremernopaste: Show uploader IP address to admins
2024-02-23  Michael Tremernopaste: Add a proper text representation
2024-02-23  Michael Tremernopaste: Don't store content with the pastes any more
2024-02-23  Michael Tremernopaste: Require an account when creating new pastes
2024-02-23  Michael Tremernopaste: Remove the TCP service
2024-02-23  Michael Tremernopaste: Simplify pasting content
2024-02-23  Michael Tremernopaste: Implement PROXY protocol on the TCP service
2024-02-23  Michael Tremernopaste: Hash for duplicates
2024-02-22  Michael Tremernopaste: Remove link to accounts
2024-02-22  Michael Tremernopaste: Correctly count views
2024-02-22  Michael TremerMerge remote-tracking branch 'rico/docs'
2024-02-22  Michael Tremernopaste: Drop accounts
2024-02-22  Michael Tremernopaste: Tidy up the cleanup task
2024-02-22  Michael Tremernopaste: Create an extra object for pastes
2024-02-22  Michael Tremernopaste: Create a service that takes pastes through...
2024-02-22  Michael Tremernopaste: Store blobs in a separate table
2024-02-22  Michael Tremernopaste: Guess mimetype if none given
2019-02-27  Michael Tremernopaste: Fix uploading files that never expire
2018-11-02  Michael TremerMerge remote-tracking branch 'origin/master'
2018-10-22  Michael Tremernopaste: Cleanup expiry time calculation
2018-10-22  Michael Tremernopaste: Drop guessing mime types
2018-10-22  Michael Tremernopaste: Refactor everything
2018-10-11  Michael Tremernopaste: Drop using memcache
2018-10-10  Michael TremerRun 2to3 to move to Python 3
2018-07-12  Michael TremerIntroduce autotools