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

12 Commits

Author SHA1 Message Date
b9a6a81821 implement SQLite storage driver 2023-06-13 01:22:05 +02:00
dc16506932 integrate the web server into the startup logic 2023-06-08 19:44:32 +02:00
941da057ae reimplement v2 API controller 2023-06-07 19:51:54 +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
317d7e6d88 Fix cleanup SQL query 2022-02-07 19:53:23 +01:00
1818fac196 Remove the paste-specific autoDelete field 2021-07-30 21:51:33 +02:00
149abf77f1 Fix paste saving SQL query 2021-07-22 23:33:19 +02:00
9eaf9c3053 Fix postgres migration 2021-07-22 22:44:00 +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
a1d037801c Implement working postgres driver 2021-04-15 21:30:37 +02:00