Commit graph

79 commits

Author SHA1 Message Date
Ada caaae7e732 Linter on CI 2024-04-10 20:13:05 +02:00
Ada 92c6e0aede Merge pull request 'Update module golang.org/x/crypto to v0.22.0' (#38) from renovate/golang.org-x-crypto-0.x into main
Reviewed-on: #38
2024-04-05 19:08:28 +00:00
Renovate bot d1c7046cca Update module golang.org/x/crypto to v0.22.0 2024-04-05 19:00:31 +00:00
Ada 94f9574b40 Merge pull request 'Configure Renovate' (#37) from renovate/configure into main
Reviewed-on: #37
2024-04-05 18:59:37 +00:00
Renovate bot 00f710658e Add renovate.json 2024-04-05 18:58:42 +00:00
Ada 4d14cd6aad Merge pull request '⬆️ bump x/crypto and x/sys dependancies' (#34) from ada/bump-deps into main
Reviewed-on: #34
2024-03-05 18:39:15 +00:00
Ada 10848c034b ⬆️ bump x/crypto and x/sys dependancies 2024-03-05 19:35:19 +01:00
Ada dd1c5a2778 Merge pull request '🔒 Add secret token hashing with argon2id' (#31) from ada/hash-token into main
Reviewed-on: #31
2024-02-26 21:36:25 +00:00
Ada 00baaff708 lock: Add secret token hashing with argon2id 2024-02-26 21:46:19 +01:00
Ada 7c6e18538b Merge pull request ' Implement basic POST request for curl' (#30) from ada/curl-upload into main
Reviewed-on: #30
2024-02-24 23:36:14 +00:00
Ada 660c41bb92 Merge pull request '🧪 Add test to ParseExpiration when a value is to high' (#33) from ada/more-utils-test into main
Reviewed-on: #33
2024-02-24 23:35:36 +00:00
Ada 526cef33c8 🧪 Add test to ParseExpiration when a value is to high 2024-02-25 00:35:11 +01:00
Ada ec0ac7b709 Merge pull request '⬆️ bump go-redis 9.5.1' (#32) from ada/bump-redis into main
Reviewed-on: #32
2024-02-24 23:33:38 +00:00
Ada d99309f5ed ⬆️ bump go-redis 9.5.1 2024-02-25 00:32:26 +01:00
Ada 8968046b11 Implement basic POST request for curl
/ can now read body and create paste, for curl like client, web create with full settings is move to /create
2024-02-24 01:35:26 +01:00
Ada 458467a7f3 Merge pull request 'Add redis connection test before start' (#29) from ada/redis-ping into main
Reviewed-on: #29
2024-02-22 11:55:34 +00:00
Ada f433e443f4 Add redis connection test before start 2024-02-21 14:34:19 +01:00
Ada b8d390e963 Merge pull request ' Support filename' (#27) from ada/backend/filename into main
Reviewed-on: #27
2024-02-21 12:56:35 +00:00
Ada d4806f98e8 Support filename 2024-02-21 13:51:08 +01:00
Ada 6ea5e8cdfc Merge pull request '♻️ Use math/rand/v2' (#28) from ada/use-rand-v2 into main
Reviewed-on: #28
2024-02-21 12:28:39 +00:00
Ada 576bded936 Merge pull request '👷 Add build releases file on tag' (#26) from ada/release into main
Reviewed-on: #26
2024-02-21 12:27:20 +00:00
Ada 7f4a36329c ♻️ Use math/rand/v2 2024-02-19 00:32:27 +01:00
Ada 67ccb71474 👷 Add build releases file on tag 2024-02-18 22:31:19 +01:00
Ada 4ffbe004cb Merge pull request '⬆️ bump go-redis 9.5.0' (#25) from ada/bump-redis into main
Reviewed-on: #25
2024-02-18 20:51:55 +00:00
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