Radical radical
  • Norway
  • Joined on 2025-04-28
radical pushed to main at gorb/backend 2025-05-25 16:40:17 +00:00
6c47d22ae6 fix: add bunny config to docker
radical deleted branch wip/messaging-test from gorb/backend 2025-05-25 16:14:17 +00:00
radical deleted branch wip/messaging from gorb/backend 2025-05-25 16:14:12 +00:00
radical deleted branch wip/messaging-wss from gorb/backend 2025-05-25 16:14:11 +00:00
radical deleted branch wip/json-deserialization from gorb/backend 2025-05-25 16:14:08 +00:00
radical deleted branch deadpool-diesel from gorb/backend 2025-05-25 16:14:06 +00:00
radical deleted branch wip/images from gorb/backend 2025-05-25 16:14:03 +00:00
radical pushed to main at gorb/bunny-api-tokio 2025-05-24 01:34:15 +00:00
53e5238485 fix: use correct syntax in doctests
6832215aaa build: add dev-dependencies for doctest
Compare 2 commits »
radical pushed to main at gorb/backend 2025-05-24 01:09:37 +00:00
6fe1163969 build: update bunny-api-tokio dependency
radical pushed to main at gorb/bunny-api-tokio 2025-05-24 01:06:10 +00:00
d66a3d0850 build: bump version
a9e05c3156 feat: add endpoints from bunny.net API
e55dd32305 fix: Use own API Key on edge_storage
Compare 3 commits »
radical pushed to main at gorb/backend 2025-05-23 23:29:27 +00:00
b5b68c71ba fix: return not found when CDN returns not found
radical pushed to main at gorb/backend 2025-05-23 23:09:23 +00:00
8605b81e7b style: cargo clippy && format
radical pushed to main at gorb/backend 2025-05-23 23:06:22 +00:00
860fa7a66e Merge pull request 'feat: Bunny CDN integration for images' (#17) from wip/images into main
97072d54d1 feat: user avatars
d6364a0dc0 feat: add debug error printing
81f7527c79 feat: move image check to utils.rs
149b81973d Merge branch 'main' into wip/images
Compare 11 commits »
radical merged pull request gorb/backend#17 2025-05-23 23:06:22 +00:00
feat: Bunny CDN integration for images
radical pushed to wip/images at gorb/backend 2025-05-23 18:34:03 +00:00
97072d54d1 feat: user avatars
d6364a0dc0 feat: add debug error printing
81f7527c79 feat: move image check to utils.rs
Compare 3 commits »
radical pushed to main at gorb/bunny-api-tokio 2025-05-23 18:17:42 +00:00
52df8dae74 Update README.md
radical pushed to wip/images at gorb/backend 2025-05-23 11:45:22 +00:00
149b81973d Merge branch 'main' into wip/images
82ac501519 Merge pull request 'deadpool, diesel and errors!' (#16) from deadpool-diesel into main
a670b32c86 feat: migrate to diesel and new error type in stats
49e08af3d9 feat: migrate to diesel and new error type in invites
dfe2ca9486 feat: migrate to diesel and new error type in users
Compare 19 commits »
radical created pull request gorb/backend#17 2025-05-23 11:08:11 +00:00
WIP: feat: Bunny CDN integration for images
radical pushed to main at gorb/backend 2025-05-23 11:07:22 +00:00
82ac501519 Merge pull request 'deadpool, diesel and errors!' (#16) from deadpool-diesel into main
a670b32c86 feat: migrate to diesel and new error type in stats
49e08af3d9 feat: migrate to diesel and new error type in invites
dfe2ca9486 feat: migrate to diesel and new error type in users
6190d76285 feat: migrate to diesel and new error type in servers
Compare 18 commits »
radical merged pull request gorb/backend#16 2025-05-23 11:07:21 +00:00
deadpool, diesel and errors!