]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2020-11-02 Thomas Lamprechttools: file logger: avoid some possible unwraps in...
2020-11-02 Thomas Lamprechtfile logger: allow reopening file
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-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-19 Thomas Lamprechtfile logger: add option to make the backup user the...
2020-10-16 Thomas Lamprechtserver/rest: also log user agent
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-10-16 Thomas Lamprechttools file logger: fix example and comments
2020-10-16 Thomas Lamprechttools: file logger: use option struct to control behavior
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-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
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-24 Thomas Lamprechtfollowup: server/state: rename task_count to internal_t...
2020-07-24 Dominik Csapakserver/state: add spawn_internal_task and use it for...
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-06-22 Dietmar Maurersrc/tools/daemon.rs: reopen STDOUT/STDERR journald...
2020-06-22 Wolfgang Bumillertools::daemon: sync with child after MainPid message
2020-06-22 Wolfgang Bumillertools::daemon: fetch exe name in the beginning
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-18 Dietmar Maurerdepend on proxmox 0.1.31 - use Value to store result...
2020-05-07 Dietmar Maurersrc/server/command_socket.rs: do not abort loop on...
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-19 Dietmar Maurerupdate to nix 0.16
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-12-07 Dietmar Maurersrc/server/formatter.rs: impl. new result attribute...
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 Wolfgang Bumillermove api schema into proxmox::api crate
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-11 Wolfgang Bumillerclippy: use write_all in file logger
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumillersrc/server/state.rs: update to tokio alpha.2
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: use tokio::timer::delay
2019-09-02 Wolfgang Bumillersrc/tools/daemon.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/state.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/h2service.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/command_socket.rs: switch to async
2019-08-03 Dietmar Maureruse new proxmox::tools::nodename
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
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-07-01 Wolfgang Bumillerdaemon: remove last use of tools::read/write
2019-06-28 Dietmar Maurerfile download: avoid unnecessary copy
2019-06-26 Dietmar Maurersrc/server/h2service.rs: implement generic h2 service
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: further cleanups and renaming ...
2019-05-09 Dietmar Maurersrc/server/formatter.rs: rename format_result to format...
2019-05-09 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement upload...
2019-05-08 Dietmar Maurerrc/api2/admin/datastore/h2upload.rs: implement BackupEn...
2019-05-08 Dietmar Maurersrc/server/rest.rs: use generics to pass RpcEnvironment
next