Commit Graph

18 Commits

Author SHA1 Message Date
Marcel f931627c77
Fix typos (#20) 2021-07-31 12:58:26 +02:00
Lukas Schulte Pelkum e8f7fa239e
Add option to define ID and modification token generation characters (#17) 2021-07-24 17:00:29 +02:00
Lukas Schulte Pelkum 99504e0bba
Implement API v2 (#13)
* Add documentation notice

* Rename the deletion token to modification token

* Implement API basics

* Implement paste modification endpoint (#10)

* Implement paste metadata

* Implement report webhook support

* Document API

* Document paste entity

* Update syntax highlighting types (js -> jsonc)

* Update migrator
2021-07-22 22:26:21 +02:00
Lukas Schulte Pelkum 185f1511a6
Update readme 2021-06-20 16:26:26 +02:00
Ringo Hoffmann 8cbb62070e
Add content length cap for paste creation endpoint (#8)
* add content length cap

* add development docker compose stack

* Fix paste creation error notification data

* Add length cap to hastebin endpoint as well

* Mention length cap in Readme

Co-authored-by: Lukas Schulte Pelkum <kbrt@protonmail.com>
2021-05-23 20:55:16 +02:00
Lukas Schulte Pelkum 542bb5b17d
Implement deletion token toggle & master 2021-04-20 16:38:00 +02:00
Lukas Schulte Pelkum e6f0d0948b
Update documentation 2021-04-18 21:25:17 +02:00
Lukas SP 87450098cb Fix readme 2020-09-19 16:53:14 +02:00
Lukas SP 4048edbabb Implement automatic paste deletion 2020-09-19 01:56:50 +02:00
Lukas SP 17d2fa91c5 Fix readme 2020-09-19 01:14:39 +02:00
Lukas SP bf96209d99 Implement SQL storage driver 2020-08-28 19:55:10 +02:00
Lukas SP 5585a26ab0 Switch from snowflake to random string ID system 2020-08-24 20:22:53 +02:00
Lukas SP fa7699d17b Implement MongoDB storage driver 2020-08-24 19:18:05 +02:00
Lukas SP eec83518ad Fix typo in README 2020-08-24 18:06:14 +02:00
Lukas SP 5149434cff Implement S3 storage driver 2020-08-23 23:44:47 +02:00
Lukas SP 8317fef5f7 Implement rate limiting 2020-08-23 23:07:07 +02:00
Lukas SP 7b8fab05a2 Update readme 2020-08-23 16:37:14 +02:00
Lukas SP 266fd21e76
Initial commit 2020-08-22 22:09:17 +02:00