]> git.proxmox.com Git - proxmox-backup.git/history - src/server/rest.rs
server/rest: add ApiAuth trait to make user auth generic
[proxmox-backup.git] / src / server / rest.rs
2021-04-08 Stefan Reiterserver/rest: add ApiAuth trait to make user auth generic
2021-04-07 Thomas Lamprechtserver: rest: collapse nested if for less indentation
2021-04-07 Thomas Lamprechtserver: rest: switch from fastest to default deflate...
2021-04-07 Dominik Csapakserver/rest: compress static files
2021-04-07 Dominik Csapakserver/rest: compress api calls
2021-04-07 Dominik Csapakserver/rest: add helper to extract compression headers
2021-04-01 Thomas Lamprechtserver/rest: drop now unused imports
2021-04-01 Stefan Reiterserver/rest: extract auth to seperate module
2021-03-29 Thomas Lamprechtserver/rest: fix type ambiguity
2021-03-29 Thomas Lamprechtserver/rest: rust format
2021-03-03 Dietmar Maurerui: enable experimental tape UI if tape.cfg exists
2021-02-17 Stefan Reiterrest: implement tower service for UnixStream
2021-01-26 Fabian Grünbichlerallow complex Futures in tower_service impl
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-14 Fabian Grünbichlerproxmox 0.10: adapt to moved ParameterSchema
2021-01-14 Fabian Grünbichlertokio 1.0: update to new tokio-openssl interface
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
2021-01-11 Wolfgang Bumillerapi: tfa management and login
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-11-11 Fabian Grünbichlerrest: check for disabled token (user)
2020-11-04 Thomas Lamprechtapi: factor out auth logger and use for all API authent...
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-10-30 Thomas Lamprechtserver/rest: accept also = as token separator
2020-10-30 Thomas Lamprechtserver/rest: user constants for HTTP headers
2020-10-30 Fabian Grünbichlerapi tokens: add authorization method
2020-10-29 Fabian GrünbichlerREST: extract and handle API tokens
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-19 Fabian GrünbichlerREST: rename token to csrf_token
2020-10-16 Thomas Lamprechtserver/rest: also log user agent
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-10-16 Thomas Lamprechtserver: rest: also log the query part of URL
2020-10-16 Thomas Lamprechtserver: rest: implement max URI path and query length...
2020-10-16 Thomas Lamprechtserver/rest: forward real client IP on proxied request
2020-10-15 Thomas Lamprechtserver: rest: refactor code to avoid multiple log_respo...
2020-10-15 Thomas Lamprechtcode cleanups
2020-10-12 Thomas Lamprechtserver/REST: check auth: code cleanup, better variable...
2020-10-12 Thomas Lamprechtserver/REST: make handle_request private
2020-10-12 Thomas Lamprechtserver: get index: make content-type non mutable
2020-10-12 Thomas Lamprechtserver/rest: code cleanup: use async
2020-10-08 Fabian GrünbichlerREST: don't print CSRF token
2020-10-05 Thomas LamprechtREST server: avoid hard coding world readable API endpoints
2020-10-02 Thomas Lamprechtrest server: cleanup use statements
2020-09-08 Thomas Lamprechtui: add translation support
2020-09-08 Thomas Lamprechttools: rename extract_auth_cookie to extract_cookie
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-29 Wolfgang Bumillerbump proxmox to 0.3, cleanup http_err macro usage
2020-07-23 Dominik Csapakserver/rest: add console to index
2020-07-23 Dominik Csapakserver/config: add mechanism to update template
2020-07-16 Thomas Lamprechtserver: add path value to NOT_FOUND http error
2020-07-10 Dietmar Maurersrc/server/rest.rs: avoid compiler warning
2020-07-09 Dietmar Maurersrc/server/rest.rs: disable debug logs
2020-06-26 Dominik Csapakimprove 'debug' parameter
2020-04-29 Dominik Csapakchange index to templates using handlebars
2020-04-18 Dietmar Maurersrc/config/cached_user_info.rs: cache it up to 5 seconds
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-16 Dietmar Maurersrc/server/rest.rs: reduce delay for permission error...
2020-04-16 Dietmar Maurerstart impl. access permissions
2020-04-09 Dietmar Maurerapi: add list_domains
2020-03-26 Dietmar Maurersrc/server/rest.rs: use correct formatter
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2019-12-17 Thomas Lamprechtadd CSS file for PBS ExtJS6 basic ui
2019-12-17 Thomas Lamprechthandle_static_file_download: move from and_then to...
2019-12-16 Dietmar Maurerapi2: update for latest proxmox-api changes
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-11-23 Dietmar Maurerrename ApiHandler::Async into ApiHandler::AsyncHttp
2019-11-22 Dietmar Maurersrc/server/rest.rs: simplify code
2019-11-22 Dietmar Maurersrc/server/rest.rs: rename get_request_parameters_async...
2019-11-22 Dietmar Maurersrc/server/rest.rs - only pass ObjectSchema to get_requ...
2019-11-22 Dietmar Maurersrc/server/rest.rs: cleanup async code
2019-11-22 Dietmar Maurermove src/api_schema/config.rs -> src/server/config.rs
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Wolfgang Bumillerapi/compat: drop api_handler submodule
2019-11-21 Wolfgang Bumillerapi: BoxFut -> ApiFuture
2019-11-21 Dietmar Maureruse const api definitions
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: use tokio::timer::delay
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: switch to async
2019-08-03 Dietmar Maureruse new proxmox::tools::nodename
2019-07-03 Dietmar Maurersrc/server/rest.rs: avoid unwrap
2019-07-03 Dietmar Maurersrc/server/rest.rs: log peer address, use hyper MakeService
2019-06-28 Dietmar Maurerfile download: avoid unnecessary copy
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-05-24 Dietmar Maurersrc/server/rest.rs: correctly verify json parameters
2019-05-23 Dietmar Maurersrc/server/rest.rs: improve error handling
2019-05-14 Dietmar Maurersrc/server/rest.rs: do not log 1xx status codes as...
2019-05-09 Dietmar Maurerhandle_async_api_request: put rpcenv into a Box
2019-05-09 Dietmar Maurersrc/server/formatter.rs: rename format_result to format...
2019-05-08 Dietmar Maurersrc/server/rest.rs: use generics to pass RpcEnvironment
2019-05-07 Dietmar Maurersrc/server/rest.rs: make handle_(a)sync_api_request...
2019-05-07 Dietmar Maurermove normalize_path to tools::normalize_uri_path
2019-04-16 Wolfgang Bumillerapi_schema: allow generic api handler functions
2019-04-01 Dietmar Maurersrc/server/rest.rs: use formatter to encode errors
2019-04-01 Dietmar Maurersrc/server/rest.rs: generate csrf token if we have...
2019-03-19 Dietmar Maurersrc/server/rest.rs: correctly extract content type
2019-03-05 Dietmar Maurersrc/tools/ticket.rs: define const TICKET_LIFETIME
2019-02-27 Dietmar Maurerrc/server/rest.rs: allow to pass parameters as applicat...
next