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

23 Commits

Author SHA1 Message Date
b2899c28f5 Make frontend responsive 2020-08-23 21:24:11 +02:00
d70251a4fb Dockerize the application 2020-08-23 21:05:20 +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
bfe9c5b628 Implement frontend 2020-08-23 20:02:51 +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
7b8fab05a2 Update readme 2020-08-23 16:37:14 +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
0fc4ada144 Rework frontend routing and prepare frontend rewrite 2020-08-23 16:03:56 +02:00
7a77bfe92b Tidy modules 2020-08-23 14:14:37 +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
db5e57fb04 Implement storage driver termination 2020-08-23 00:07:34 +02:00
6011123ab1 Implement file storage driver 2020-08-23 00:06:29 +02:00
ba0aebdb62 Implement basic configuration and storage structure 2020-08-22 23:24:38 +02:00
9bd6044e39 Implement basic paste structure 2020-08-22 22:27:37 +02:00
5689c90a1c Initialize basic Go project 2020-08-22 22:13:43 +02:00
266fd21e76 Initial commit 2020-08-22 22:09:17 +02:00