1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

16 Commits

Author SHA1 Message Date
b2ad618781 implement console commands 2023-06-17 21:52:09 +02:00
e8a88e21ae implement cleanup task 2023-06-17 18:55:55 +02:00
695b900f28 write Content-Type and Content-Length headers 2023-06-17 18:35:26 +02:00
05a27a00c0 make config compatibility layer more abstract 2023-06-17 18:20:25 +02:00
127af0a907 print Hastebin support removal notice 2023-06-17 15:23:39 +02:00
b9a6a81821 implement SQLite storage driver 2023-06-13 01:22:05 +02:00
8b1a4d23b7 restructure storage driver 2023-06-07 18:25:28 +02:00
3575c02c1e restructure startup & config logic 2023-06-07 17:46:19 +02:00
e93b292daf refactor package structure & remove v1 API 2022-08-29 15:58:20 +02:00
1a574add49 remove deletion token notation support 2022-08-22 16:58:36 +02:00
e8f7fa239e Add option to define ID and modification token generation characters (#17) 2021-07-24 17:00:29 +02:00
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
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
542bb5b17d Implement deletion token toggle & master 2021-04-20 16:38:00 +02:00
681ee9f1d0 Fix some stuff 2021-04-15 20:59:32 +02:00
1792ef1c38 Rework project structure 2021-04-15 20:15:42 +02:00