]> git.proxmox.com Git - proxmox-backup.git/history - src/server
d/control: add ',' after qrencode dependency
[proxmox-backup.git] / src / server /
2020-10-05 Dominik Csapaktask archive rotation: better handle non-existing archive
2020-10-05 Thomas LamprechtREST server: avoid hard coding world readable API endpoints
2020-10-02 Thomas Lamprechtrest server: cleanup use statements
2020-09-30 Dominik Csapaktasks: improve behaviour on upgrade
2020-09-30 Dominik Csapakserver/worker_task: fix panic on slice range when index...
2020-09-29 Dominik Csapakproxmox-backup-proxy: add task archive rotation
2020-09-29 Dominik Csapakserver/worker_task: remove unecessary read_task_list
2020-09-29 Dominik Csapakserver/worker_task: add TaskListInfoIterator
2020-09-29 Dominik Csapakserver/worker_task: write older tasks into archive...
2020-09-29 Dominik Csapakserver/worker_task: split task list file into two
2020-09-29 Dominik Csapakserver/worker_task: refactor locking of the task list
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-28 Dominik Csapakserver/worker_task: factor out task list rendering
2020-09-21 Dominik Csapakfix #3017: check array boundaries before using
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-08 Thomas Lamprechtui: add translation support
2020-09-08 Thomas Lamprechttools: rename extract_auth_cookie to extract_cookie
2020-09-08 Dominik Csapakserver/worker_task: fix upid_read_status
2020-09-04 Dietmar Maurerserver/worker_task: fix 'unknown' status for some big...
2020-08-18 Wolfgang Bumillerturn UPID into an API type
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapakserver/worker_task: let upid_read_status also return...
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-12 Dietmar Maurerworker_task: new_thread() - remove unused tokio channel
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-03 Dominik Csapakworker_task: add getter for upid
2020-08-03 Dominik Csapakworker_task: refactor log text generator
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-07-09 Dominik Csapakfix cross process task listing
2020-06-26 Dominik CsapakWorkerTask: add warnings and count them
2020-06-26 Dominik Csapakimprove 'debug' parameter
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-29 Dietmar Maurersrc/server/worker_task.rs: make worker_is_active_local pub
2020-05-28 Dominik Csapakfix inserting of worker tasks
2020-05-18 Dietmar Maurerdepend on proxmox 0.1.31 - use Value to store result...
2020-05-07 Dietmar Maurersrc/server/worker_task.rs: implement and use status...
2020-05-07 Dietmar Maurersrc/server/command_socket.rs: do not abort loop on...
2020-05-05 Dietmar Maurergarbage_collect: call fail_on_abort to abort GV when...
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
2020-01-16 Wolfgang Bumillerbump proxmox crate version
2020-01-16 Wolfgang Bumillerfix use of deprecated items
2020-01-16 Wolfgang Bumillerimport ordering cleanup
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-19 Dietmar Maurersrc/server/worker_task.rs: set worker thread name
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
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 Bumillersome clippy fixups
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/server/worker_task.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-21 Wolfgang Bumiller/var/run -> /run
2019-08-21 Wolfgang Bumillerswitch from create_dir_chown to create_path
2019-08-03 Dietmar Maureruse new proxmox::tools::nodename
2019-08-03 Dietmar Maurerremove src/tools/procfs.rs, use proxmox::sys::linux...
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-06-28 Dietmar Maurerfile download: avoid unnecessary copy
2019-06-26 Dietmar Maurersrc/server/h2service.rs: implement generic h2 service
2019-06-25 Dietmar Maurersrc/api2/admin/datastore.rs: use a worker log log prune...
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
next