Commit Graph

26 Commits

Author SHA1 Message Date
Lukas Schulte Pelkum 317d7e6d88
Fix cleanup SQL query 2022-02-07 19:53:23 +01:00
Lukas Schulte Pelkum e8e2b49466
Use text/plain as fallback content type for hastebin support 2022-01-29 22:17:42 +01:00
Baalaji 15b32b093e
Mongo: Uprev Driver and update code for MongoDB Server 4.2+ (#27)
* Update mongodb driver to 1.8.0

Signed-off-by: baalajimaestro <me@baalajimaestro.me>

* mongodb_driver: Update to support MongoDB 4.2+

https://docs.mongodb.com/manual/reference/method/db.collection.updateOne/\#update-with-an-aggregation-pipeline
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2021-11-27 19:34:57 +01:00
Lukas Schulte Pelkum 1818fac196
Remove the paste-specific autoDelete field 2021-07-30 21:51:33 +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 149abf77f1
Fix paste saving SQL query 2021-07-22 23:33:19 +02:00
Lukas Schulte Pelkum 9eaf9c3053
Fix postgres migration 2021-07-22 22:44:00 +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 86522b63df
Fix file system driver ID listing 2021-04-18 22:05:48 +02:00
Lukas Schulte Pelkum a1d037801c
Implement working postgres driver 2021-04-15 21:30:37 +02:00
Lukas Schulte Pelkum ce9794b2c6
Restructure drivers 2021-04-15 21:03:26 +02:00
Lukas Schulte Pelkum 1792ef1c38
Rework project structure 2021-04-15 20:15:42 +02:00
Lukas Schulte Pelkum de2add44ec
Bump to Go 1.16 2021-04-15 19:26:17 +02:00
Lukas SP 4048edbabb Implement automatic paste deletion 2020-09-19 01:56:50 +02:00
Lukas SP 6b4563c7c9 Implement S3 missing object error handling 2020-09-02 19:13:49 +02:00
Lukas SP bf96209d99 Implement SQL storage driver 2020-08-28 19:55:10 +02:00
Lukas SP f97531e765 Implement transfer tool 2020-08-26 22:12:36 +02:00
Lukas SP 5a9a5a8885 Implement ID listing method in storage driver implementations 2020-08-26 21:59:22 +02:00
Lukas SP 55e65f5ecf Encode IDs in file storage driver to prevent unallowed file access 2020-08-24 21:40:18 +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 27284a0b3a Improve storage driver termination 2020-08-24 18:08:27 +02:00
Lukas SP 5149434cff Implement S3 storage driver 2020-08-23 23:44:47 +02:00
Lukas SP 51765d6f03 Implement basic web server structure and get paste endpoint 2020-08-23 00:32:46 +02:00
Lukas SP 6011123ab1 Implement file storage driver 2020-08-23 00:06:29 +02:00
Lukas SP ba0aebdb62 Implement basic configuration and storage structure 2020-08-22 23:24:38 +02:00