aboutsummaryrefslogtreecommitdiff
path: root/src/web
Commit message (Expand)AuthorAgeFilesLines
* web_server.rs: handle error properly and refactorcompat/index-without-trailing-slashAlex Auvolat2023-08-281-23/+13
* support index on path missing a trailing slashQuentin Dufour2023-08-081-28/+102
* *: apply clippy recommendations.Jonathan Davies2023-05-091-1/+1
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-4/+4
* Prepare for v0.8.2Alex Auvolat2023-03-131-5/+5
* web/web_server.rs: Handle X-Forwarded-For here too.Jonathan Davies2023-03-061-1/+14
* Fix duplicated content-type in error documentBaptiste Jonglez2023-01-291-1/+0
* Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
* Bump everything to v0.8.1Alex Auvolat2023-01-021-5/+5
* cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are b...Alex Auvolat2022-10-141-1/+1
* Make all HTTP services optionnalAlex Auvolat2022-09-072-199/+212
* Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-5/+5
* First version of admin API (#298)Alex2022-05-242-28/+18
* First implementation of K2V (#293)Alex2022-05-101-2/+2
* Fix some new clippy lintsfix-resyncAlex Auvolat2022-03-141-2/+1
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-5/+5
* Add metrics to web endpointAlex Auvolat2022-03-142-4/+78
* Add tracing integration with opentelemetryAlex Auvolat2022-03-142-2/+2
* More permissive OPTIONS on S3 APIv0.6.1better-corsAlex Auvolat2022-03-011-2/+2
* Process CORS earlier in pipelineAlex Auvolat2022-02-281-1/+1
* Multipart improvementsAlex Auvolat2022-01-241-3/+3
* Handle OPTIONS on website endpointbucket-corsAlex Auvolat2022-01-241-3/+7
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-52/+60
* Make use of website config, return error document on errorAlex Auvolat2022-01-131-26/+102
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-1/+1
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-2/+1
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-1/+1
* Model changesAlex Auvolat2022-01-041-4/+12
* New model for bucketsAlex Auvolat2022-01-042-18/+25
* Improved handling of HTTP rangestrinity-1686a2021-11-292-1/+11
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-5/+6
* add support for vhost-style s3 bucketTrinity Pointard2021-11-162-112/+3
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-4/+4
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-1/+3
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-222-2/+4
* First port of Garage to NetappAlex Auvolat2021-10-221-5/+5
* Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0Alex Auvolat2021-05-281-5/+5
* rename types to CamelCaseTrinity Pointard2021-05-031-3/+2
* fix clippy warnings on webTrinity Pointard2021-05-032-12/+13
* make most requested changesTrinity Pointard2021-04-272-2/+1
* document api crateTrinity Pointard2021-04-271-1/+1
* document web crateTrinity Pointard2021-04-273-2/+13
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+2
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-191-5/+5
* Update Cargo.toml files with AGPL license infov0.2.0Alex Auvolat2021-03-181-5/+7
* Merge pull request 'add support for caching headers' (#49) from trinity-1686a...Alex2021-03-181-1/+1
|\
| * add support for caching headersTrinity Pointard2021-03-181-1/+1
* | Prepare for release 0.2Alex Auvolat2021-03-181-5/+5
|/
* Update dependenciesAlex Auvolat2021-03-161-2/+1
* WIP migrate to tokio 1Alex Auvolat2021-03-151-1/+1