Commit Graph

18 Commits

Author SHA1 Message Date
ThePeGaSuS f073f41984 Add the ability to use tabs inside the paste box and choose between Tabs/Spaces à la GitHub 2026-03-31 20:30:52 +02:00
ComputerTech 4199090913 Fix AttributeError in production.py's stop/status commands 2026-03-31 12:30:13 +01:00
ComputerTech 2977bfffb1 Show JSON decoding errors in production.py 2026-03-31 12:23:10 +01:00
ComputerTech af4ac1287c Fix port precedence: respect config.json over hardcoded defaults 2026-03-31 12:21:31 +01:00
ComputerTech a35c60ce63 Improve production.py robustness with orphan detection and kill command 2026-03-31 12:19:09 +01:00
ComputerTech 8365b38673 Implement user deletion tokens, admin panel, and security hardening 2026-03-31 12:05:06 +01:00
ComputerTech cdbd700c2e Allow configuring paste ID and encryption key lengths in config.json 2026-03-28 01:15:14 +00:00
ComputerTech f8cc163ba9 Switch to AES-128 for shorter decryption keys in URLs (backwards compatible) 2026-03-28 01:08:21 +00:00
ComputerTech 7803f97714 Make expiry options dynamic in index.html 2026-03-28 01:01:26 +00:00
ComputerTech a46cba7143 Remove 'Never' expiry (1-year max) and fix Raw blob URL issue 2026-03-28 01:00:52 +00:00
ComputerTech d0289f85d5 Add missing CSP nonces to scripts; fix Nginx static path for remote server 2026-03-27 16:14:17 +00:00
ComputerTech 3e724a5974 Allow production.py to load site config; update default port to 5500 2026-03-27 16:12:08 +00:00
ComputerTech 53b908e651 Fix the clear button and improve rate limiting 2026-03-27 16:04:26 +00:00
ComputerTech 0bb85da6bb Comprehensive security & reliability audit: hardened CSP, fixed vulnerabilities, improved theme management, and added line numbers toggle. 2026-03-27 15:22:53 +00:00
ComputerTech 6d05b40021 Fix: UTC expiry, ID-collision retry, init_db leak, view_paste race, debug warning, Prism SRI hashes 2026-03-27 12:16:03 +00:00
ComputerTech 8339d0f2d9 Security: headers, input validation, db connection safety 2026-03-27 01:30:48 +00:00
ComputerTech 89a7c33adb Fix plaintext POST pastes rendering without encryption key 2026-03-26 21:27:52 +00:00
ComputerTech 14be14e437 Initial commit — Bastebin 2026-03-26 14:44:36 +00:00