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

46 Commits

Author SHA1 Message Date
e2c9454430 restrict paste metadata dimensions 2023-06-17 20:36:15 +02:00
9a794a82d0 use native middleware.AllowContentType 2023-06-17 20:07:19 +02:00
5b0ba721b8 validate request content type 2023-06-17 18:38:58 +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
18839a2021 implicitly write 200 HTTP status code 2023-06-17 17:10:37 +02:00
c414fd7c59 implement request logging 2023-06-17 17:00:44 +02:00
bdac813e59 implement paste reports 2023-06-17 15:16:22 +02:00
6260f20fc4 implement info endpoint 2023-06-08 19:55:43 +02:00
dc16506932 integrate the web server into the startup logic 2023-06-08 19:44:32 +02:00
a24be8b2ff undo accidental string replacements 2023-06-08 19:27:27 +02:00
4ce806945d implement raw paste handler 2023-06-08 19:24:32 +02:00
a53bd39dbd implement frontend routing 2023-06-08 19:17:34 +02:00
941da057ae reimplement v2 API controller 2023-06-07 19:51:54 +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
e8e2b49466 Use text/plain as fallback content type for hastebin support 2022-01-29 22:17:42 +01:00
c7fcdeb91c Include AutoDelete lifetime in /api/v2/info response 2022-01-29 16:18:40 +01:00
471aff5bc5 Temporarily allow customization of the frontend path (workaround for #36, #37) 2022-01-29 01:28:54 +01:00
bd10c3321e Fix paste creation endpoint redirection loop 2021-10-15 17:45:17 +02:00
1818fac196 Remove the paste-specific autoDelete field 2021-07-30 21:51:33 +02:00
6172ad463b Update paste report webhook request 2021-07-24 17:03:40 +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
4c392b4b52 Implement raw paste endpoint 2021-06-21 20:09:40 +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
5f7df183b4 Force specific Content-Type value for JS (#6) 2021-04-29 14:57:08 +02:00
542bb5b17d Implement deletion token toggle & master 2021-04-20 16:38:00 +02:00
1792ef1c38 Rework project structure 2021-04-15 20:15:42 +02:00
de2add44ec Bump to Go 1.16 2021-04-15 19:26:17 +02:00
078d9895a2 Prevent from sending deletion token hash 2020-10-02 18:25:39 +02:00
5585a26ab0 Switch from snowflake to random string ID system 2020-08-24 20:22:53 +02:00
f5357a2c9d Fix buggy frontend routing 2020-08-24 18:32:14 +02:00
5149434cff Implement S3 storage driver 2020-08-23 23:44:47 +02:00
8317fef5f7 Implement rate limiting 2020-08-23 23:07:07 +02:00
bb196a1c6a Remove trailing slash of paste creation endpoint 2020-08-23 21:02:16 +02:00
215315af14 Implement CORS headers 2020-08-23 20:29:18 +02:00
d1720c92f2 Implement web server starting log 2020-08-23 16:44:06 +02:00
6d8bd2c2b5 Implement information endpoint 2020-08-23 16:40:06 +02:00
a3166a87f0 Implement legacy hastebin support 2020-08-23 16:22:20 +02:00
cc150b82ac Implement deletion token hashing 2020-08-23 16:06:40 +02:00
13b0e961ae Fix frontend routing 2020-08-23 14:13:17 +02:00
0f90b267c7 Fix error 2020-08-23 00:45:56 +02:00
e297a5c2b4 Implement paste deletion endpoint 2020-08-23 00:45:30 +02:00
3aba9adb32 Implement paste creation endpoint 2020-08-23 00:40:20 +02:00
51765d6f03 Implement basic web server structure and get paste endpoint 2020-08-23 00:32:46 +02:00