Commit graph

105 commits

Author SHA1 Message Date
Ada 13e0957535 ⬆️ bump go-redis 9.5.0 2024-02-18 20:32:07 +01:00
Ada 1099a79374 Merge pull request '👷 Docker support' (#19) from ada/docker into main
Reviewed-on: #19
2024-02-18 19:19:29 +00:00
Ada ec05749329 👷 Add docker support and CI related stuff 2024-02-18 19:05:18 +01:00
Ada 420722b804 🔧 Supresss automatic .env load
Automatic load of .env is a problem for Docker and not really usefull in other context
2024-02-18 18:55:57 +01:00
Ada c8c40ba090 Merge pull request '🏗️ Embed static files in binary' (#22) from ada/embed into main
Reviewed-on: #22
2024-02-18 17:53:13 +00:00
Ada 33529fdfe0 Merge pull request '♻️ Simplifies return condition' (#23) from ada/simplifies-return into main
Reviewed-on: #23
2024-02-18 00:15:17 +00:00
Ada 035809f3da Merge pull request '🐛 fix 404 on first hit' (#21) from ada/fix-404 into main
Reviewed-on: #21
2024-02-18 00:14:13 +00:00
Ada f84bcc797f ♻️ Simplifies return condition 2024-02-17 00:32:55 +01:00
Ada 39c10dd9c2 🏗️ Embed static files in binary 2024-02-17 00:23:32 +01:00
Ada 32df287f56 🐛 fix 404 on first hit
On first hit, Server() calls for the first time router(). As a result / and /static are only configured after first hit
2024-02-16 22:41:29 +01:00
Ada 1bc03c1b47 Merge pull request '♻️ Move code from main to module' (#18) from ada/refactor into main
Reviewed-on: #18
2024-02-11 23:40:12 +00:00
Ada 3404053a8d ♻️ Move code from main to module & clean code 2024-02-12 00:37:51 +01:00
Ada 07ca9d04f2 Merge pull request '💄 Move DELETE logic to specific function' (#16) from ada/backend/refactor-delete into main
Reviewed-on: #16
2024-01-23 21:28:50 +00:00
Ada 3a957471bc 💄 Move DELETE logic to specific function 2024-01-23 22:28:19 +01:00
Ada 989fb80bb3 Merge pull request 'bump(go-redis): v9.4.0' (#15) from ada/backend/update-redis into main
Reviewed-on: #15
2024-01-23 21:14:52 +00:00
Ada 8af432cd15 bump(go-redis): v9.4.0 2024-01-23 22:13:21 +01:00
Ada 179f33dd70 Merge pull request ' Plak expiration support' (#14) from ada/backend/expiration into main
Reviewed-on: #14
2024-01-23 21:02:45 +00:00
Ada a6effea4bb Plak expiration support 2024-01-23 22:00:06 +01:00
Ada 2853af7744 Merge pull request 'fix(backend): broken utf8 on raw view' (#13) from fix/raw/utf-8 into main
Reviewed-on: #13
2023-11-26 19:10:56 +00:00
Ada fb42ad7d8d fix(backend): broken utf8 on raw view 2023-11-26 02:53:24 +01:00
Hacki f8dff17e12 Merge pull request 'features' (#12) from features into main
Reviewed-on: #12
2023-11-25 23:10:29 +00:00
Hacki 9e79468016 Remove IDE specific files 2023-11-26 00:08:47 +01:00
Hacki 7092914da4 Added line counter + some return optimization 2023-11-26 00:00:53 +01:00
Hacki c4777e0475 Merge pull request 'clean(backend): make one global redis client' (#10) from clean-db into main
Reviewed-on: #10
2023-11-25 18:18:28 +00:00
Hacki d61b28c71d Merge pull request 'clean(backend): Remove duplicate config example' (#9) from clean-env into main
Reviewed-on: #9
2023-11-25 18:16:16 +00:00
Ada 4ec674bb26 clean(backend): make one global redis client 2023-10-20 03:30:19 +02:00
Ada f41c5fde07 clean(backend): Remove duplicate config example 2023-10-20 02:47:35 +02:00
Akinimaginable 5e8f82c329 Merge pull request '💄 improved pasted frontend + README' (#8) from front-paste into main
Reviewed-on: #8
2023-10-14 23:18:13 +00:00
Akinimaginable d28013ae89 Merge pull request 'add(backend): support paste deletion' (#7) from delete-paste into main
Reviewed-on: #7
2023-10-14 23:17:49 +00:00
Akinimaginable 6d362bcf22 Merge pull request 'fix(backend): XSS on raw.' (#6) from fix-xss-raw into main
Reviewed-on: #6
2023-10-14 23:15:35 +00:00
Hacki 12aca321aa 💄 improved pasted frontend + README 2023-10-15 01:07:56 +02:00
Ada 61f6715be9 add(backend): support paste deletion 2023-10-12 21:46:30 +02:00
Ada 5a175ef04a fix(backend): XSS on raw. 2023-10-12 15:29:14 +02:00
Ada d85ca37d54 Merge pull request 'fix(front): missing /static for css' (#5) from fix-css into main
Reviewed-on: #5
2023-10-12 13:12:40 +00:00
Ada 5f2c9e1f94 fix(front): missing /static for css 2023-10-12 00:39:47 +02:00
Ada 994d7054bb Merge pull request 'Paste view' (#2) from view-paste into main
Reviewed-on: #2
2023-10-10 17:10:15 +00:00
Ada b10ac09fcd changes(front): Use css for paste view 2023-10-10 18:23:46 +02:00
Ada 4663925d5d add(backend): html templates render paste view 2023-10-10 18:23:46 +02:00
Ada 984c1cf3b6 add(backend): paste view 2023-10-10 18:23:46 +02:00
Akinimaginable 2d84849f3e Merge pull request '💄 revamped frontend' (#4) from frontend into main
Reviewed-on: #4
2023-10-08 12:07:30 +00:00
Hacki c74237beef 💄 revamped frontend 2023-10-08 14:06:05 +02:00
Akinimaginable 693ac02c9d Merge pull request 'logs' (#3) from logs into main
Reviewed-on: #3
2023-10-05 22:00:13 +00:00
Hacki 19f56f96cd Merge branch 'main' into logs 2023-10-05 23:57:57 +02:00
Hacki 3018547876 🥅 handled unhandled errors + moved default config from code to .env file 2023-10-05 23:18:02 +02:00
Hacki ac2b9ba9ce improved some return statements and variables allocations 2023-10-04 01:50:04 +02:00
Ada 31767fd38a add(config): empty example 2023-10-04 01:06:47 +02:00
Ada 0c74258e35 add(backend): add url to have raw paste 2023-10-04 00:10:29 +02:00
Ada c26d6b7e9c change(backend): use crypto/rand for secret 2023-10-03 23:20:31 +02:00
Ada 73c06c3636 add(backend): inset data to db and check if path exist in db 2023-10-03 20:41:40 +02:00
Ada 85dff8deca change(backend): serve static file from /static and serve index.html for / 2023-10-03 20:41:35 +02:00