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

25 Commits

Author SHA1 Message Date
Lukas Schulte Pelkum
695b900f28
write Content-Type and Content-Length headers 2023-06-17 18:35:26 +02:00
Lukas Schulte Pelkum
9708263373
print specific notices for legacy storage drivers 2023-06-17 18:27:11 +02:00
Lukas Schulte Pelkum
05a27a00c0
make config compatibility layer more abstract 2023-06-17 18:20:25 +02:00
Lukas Schulte Pelkum
127af0a907
print Hastebin support removal notice 2023-06-17 15:23:39 +02:00
Lukas Schulte Pelkum
bdac813e59
implement paste reports 2023-06-17 15:16:22 +02:00
Lukas Schulte Pelkum
b9a6a81821
implement SQLite storage driver 2023-06-13 01:22:05 +02:00
Lukas Schulte Pelkum
6260f20fc4
implement info endpoint 2023-06-08 19:55:43 +02:00
Lukas Schulte Pelkum
dc16506932
integrate the web server into the startup logic 2023-06-08 19:44:32 +02:00
Lukas Schulte Pelkum
941da057ae
reimplement v2 API controller 2023-06-07 19:51:54 +02:00
Lukas Schulte Pelkum
8b1a4d23b7
restructure storage driver 2023-06-07 18:25:28 +02:00
Lukas Schulte Pelkum
3575c02c1e
restructure startup & config logic 2023-06-07 17:46:19 +02:00
Lukas Schulte Pelkum
e93b292daf
refactor package structure & remove v1 API 2022-08-29 15:58:20 +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
681ee9f1d0
Fix some stuff 2021-04-15 20:59:32 +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
f97531e765 Implement transfer tool 2020-08-26 22:12:36 +02:00
Lukas SP
27284a0b3a Improve storage driver termination 2020-08-24 18:08:27 +02:00
Lukas SP
d1720c92f2 Implement web server starting log 2020-08-23 16:44:06 +02:00
Lukas SP
51765d6f03 Implement basic web server structure and get paste endpoint 2020-08-23 00:32:46 +02:00
Lukas SP
db5e57fb04 Implement storage driver termination 2020-08-23 00:07:34 +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
Lukas SP
5689c90a1c Initialize basic Go project 2020-08-22 22:13:43 +02:00