Lukas Schulte Pelkum
|
239ad901dd
|
Implement GitHub actions CI
|
2021-04-18 21:31:07 +02:00 |
|
Lukas Schulte Pelkum
|
e6f0d0948b
|
Update documentation
|
2021-04-18 21:25:17 +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
|
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
|
078d9895a2
|
Prevent from sending deletion token hash
|
2020-10-02 18:25:39 +02:00 |
|
Lukas SP
|
87450098cb
|
Fix readme
|
2020-09-19 16:53:14 +02:00 |
|
Lukas SP
|
4048edbabb
|
Implement automatic paste deletion
|
2020-09-19 01:56:50 +02:00 |
|
Lukas SP
|
17d2fa91c5
|
Fix readme
|
2020-09-19 01:14:39 +02:00 |
|
Lukas SP
|
386e878f07
|
Fix copy behaviour
|
2020-09-16 20:17:40 +02:00 |
|
Lukas SP
|
bd92974182
|
Implement line highlighting [SHITCODE]
|
2020-09-16 20:06:01 +02:00 |
|
Lukas SP
|
1731fb8924
|
Change highlight.js theme
|
2020-09-11 18:02:44 +02:00 |
|
Lukas SP
|
6b4563c7c9
|
Implement S3 missing object error handling
|
2020-09-02 19:13:49 +02:00 |
|
Lukas SP
|
71e6baad95
|
Add GCC to Dockerfile (cgo)
|
2020-08-28 19:56:26 +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
|
f63b94f8c1
|
Open the deletion token copy prompt when creating a paste
|
2020-08-26 20:47:15 +02:00 |
|
Lukas SP
|
76515c0108
|
Implement basic frontend notification system
|
2020-08-26 20:34:43 +02:00 |
|
Lukas SP
|
98cf1b396e
|
Improve some frontend stuff
|
2020-08-24 21:53:23 +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
|
7d0c25fb2f
|
Seed random generator
|
2020-08-24 20:28:09 +02:00 |
|
Lukas SP
|
5585a26ab0
|
Switch from snowflake to random string ID system
|
2020-08-24 20:22:53 +02:00 |
|
Lukas SP
|
a1cd915759
|
Fix tabulator key input
|
2020-08-24 19:30:33 +02:00 |
|
Lukas SP
|
fa7699d17b
|
Implement MongoDB storage driver
|
2020-08-24 19:18:05 +02:00 |
|
Lukas SP
|
f5357a2c9d
|
Fix buggy frontend routing
|
2020-08-24 18:32:14 +02:00 |
|
Lukas SP
|
6b0d0007e2
|
Implement the spinner functionality
|
2020-08-24 18:23:52 +02:00 |
|
Lukas SP
|
09135a493f
|
Fix double semicolon
|
2020-08-24 18:09:18 +02:00 |
|
Lukas SP
|
27284a0b3a
|
Improve storage driver termination
|
2020-08-24 18:08:27 +02:00 |
|
Lukas SP
|
eec83518ad
|
Fix typo in README
|
2020-08-24 18:06:14 +02:00 |
|
Lukas SP
|
01f2cfcb6d
|
Refactor frontend JavaScript
|
2020-08-24 18:00:04 +02:00 |
|
Lukas SP
|
5149434cff
|
Implement S3 storage driver
|
2020-08-23 23:44:47 +02:00 |
|
Lukas SP
|
8317fef5f7
|
Implement rate limiting
|
2020-08-23 23:07:07 +02:00 |
|
Lukas SP
|
5272426dac
|
Improve frontend mobile view
|
2020-08-23 21:31:49 +02:00 |
|
Lukas SP
|
b2899c28f5
|
Make frontend responsive
|
2020-08-23 21:24:11 +02:00 |
|
Lukas SP
|
d70251a4fb
|
Dockerize the application
|
2020-08-23 21:05:20 +02:00 |
|
Lukas SP
|
bb196a1c6a
|
Remove trailing slash of paste creation endpoint
|
2020-08-23 21:02:16 +02:00 |
|
Lukas SP
|
215315af14
|
Implement CORS headers
|
2020-08-23 20:29:18 +02:00 |
|
Lukas SP
|
bfe9c5b628
|
Implement frontend
|
2020-08-23 20:02:51 +02:00 |
|
Lukas SP
|
d1720c92f2
|
Implement web server starting log
|
2020-08-23 16:44:06 +02:00 |
|
Lukas SP
|
6d8bd2c2b5
|
Implement information endpoint
|
2020-08-23 16:40:06 +02:00 |
|
Lukas SP
|
7b8fab05a2
|
Update readme
|
2020-08-23 16:37:14 +02:00 |
|
Lukas SP
|
a3166a87f0
|
Implement legacy hastebin support
|
2020-08-23 16:22:20 +02:00 |
|
Lukas SP
|
cc150b82ac
|
Implement deletion token hashing
|
2020-08-23 16:06:40 +02:00 |
|
Lukas SP
|
0fc4ada144
|
Rework frontend routing and prepare frontend rewrite
|
2020-08-23 16:03:56 +02:00 |
|
Lukas SP
|
7a77bfe92b
|
Tidy modules
|
2020-08-23 14:14:37 +02:00 |
|
Lukas SP
|
13b0e961ae
|
Fix frontend routing
|
2020-08-23 14:13:17 +02:00 |
|
Lukas SP
|
0f90b267c7
|
Fix error
|
2020-08-23 00:45:56 +02:00 |
|