summaryrefslogtreecommitdiff
path: root/hagrid-routes.conf
AgeCommit message (Expand)Author
2021-06-11nginx: increase burst window for fpr lookups to 1000Vincent Breitmoser
2021-04-28nginx: use application/octet-stream content-type for WKD routesVincent Breitmoser
2021-03-05nginx: add option for loose rate limitingVincent Breitmoser
2020-11-06Revert social-proof commitsVincent Breitmoser
2020-09-07vks: return api errors on invalid endpoints for all of /vksVincent Breitmoser
2020-08-06nginx: adapt csp for profile pagesVincent Breitmoser
2020-08-06profiles: add profile pages with social proofs supportWiktor Kwapisiewicz
2020-05-11nginx: slightly improve etag, cors and cache-control handling againVincent Breitmoser
2020-05-04nginx: include CORS headers for failed requests, too!Vincent Breitmoser
2020-03-26nginx: fix pks routes (again)Vincent Breitmoser
2020-02-05wkd: fix location of policy fileVincent Breitmoser
2020-01-31wkd: add nginx routesVincent Breitmoser
2020-01-30nginx: discourage caching of key results, and remove etag headerVincent Breitmoser
2019-10-05news: add atom feedVincent Breitmoser
2019-09-12nginx: fix hkp routesVincent Breitmoser
2019-07-12nginx: further improve rewrite rules (get rid of most ifs)Vincent Breitmoser
2019-07-12errors: use 429 for rate limiting instead of 503Vincent Breitmoser
2019-07-12fix pks index after rate limitingVincent Breitmoser
2019-07-12nginx: add some rate limiting and improve error handlingVincent Breitmoser
2019-07-12errors: add hagrid templated error handlerVincent Breitmoser
2019-07-02nginx: be more flexible when handling full-uid --searchesDaniel Kahn Gillmor
2019-06-23debug: add /debug to display key debug infoVincent Breitmoser
2019-06-15nginx: pass /vks/by-email routes through hagrid, for nowVincent Breitmoser
2019-06-15nginx: forward vks upload routesVincent Breitmoser
2019-06-11nginx: use lua for case transformationVincent Breitmoser
2019-06-11handle more errors in nginxVincent Breitmoser
2019-06-11split human-readable interface and hkpVincent Breitmoser
2019-06-10database: keep links in their own dir, and rename "published" dir to "pub"Vincent Breitmoser
2019-06-10rewrite requests to workaround angular bracket issueVincent Breitmoser
2019-06-06increase buffer size in nginx configVincent Breitmoser
2019-06-04Rework APIVincent Breitmoser
2019-05-14add CORS headers to /vks/v1 and /pks/lookup endpointsVincent Breitmoser
2019-05-14redirect all HTTP 502 errors to HTTP 500 in nginxVincent Breitmoser
2019-05-14update hagrid-routes againVincent Breitmoser
2019-05-14fix paths handling in hagrid (for nginx, too)Vincent Breitmoser
2019-03-12Rename functions, templates, paths to publish key bindings.Justus Winter
2019-03-12Rename functions, templates, paths to delete key bindings.Justus Winter
2019-03-07Serve /apidoc, improve README.Justus Winter
2019-03-06Limit size of uploads.Justus Winter
2019-03-06Add missing route for /pks/add.Justus Winter
2019-03-04Version our VKS API.Justus Winter
2019-03-01Fix Content-Disposition headers for HKP served via nginx.Justus Winter
2019-02-28Use /vks/ as prefix for our API.Justus Winter
2019-02-27split up nginx filesVincent Breitmoser