]> git.proxmox.com Git - proxmox-backup.git/history - src/server
proxmox-rest-server: pass owned RestEnvironment to get_index
[proxmox-backup.git] / src / server /
2021-10-01 Dietmar Maurerproxmox-rest-server: make check_auth async
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurermove src/server/h2service.rs into proxmox-rest-server...
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maureruse UPID and systemd helpers from proxmox 0.13.4
2021-09-23 Dietmar Maurerworker task: allow to configure path and owner/group
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-21 Dominik Csapakapi: make some workers log on CLI
2021-09-21 Dominik Csapakserver: refactor abort_local_worker
2021-09-21 Dietmar Maurerrename pbs-systemd to proxmox-systemd
2021-09-21 Dietmar Maurerworker_state: move tasktype() code to src/api2/node...
2021-09-21 Dietmar Maurermove src/server/rest.rs to proxmox-rest-server crate
2021-09-21 Dietmar Maurerrest server: cleanup auth-log handling
2021-09-21 Dietmar Maurerrest server: do not use pbs_api_types::Authid
2021-09-21 Dietmar Maurerrest server: return UserInformation from ApiAuth::check...
2021-09-21 Dietmar Maurermake get_index and ApiConfig property (callback)
2021-09-21 Dietmar Maurerrest server: simplify get_index() method signature
2021-09-21 Dietmar Maurermove normalize_uri_path and extract_cookie to proxmox...
2021-09-21 Dietmar Maurermove src/tools/compression.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/server/formatter.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/server/environment.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurercleanup User configuration: use Updater
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove token_shadow to pbs_config workspace
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-08-31 Wolfgang Bumillermore import cleanups
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-30 Wolfgang Bumillermove some API return types to pbs-api-types
2021-08-25 Wolfgang Bumilleruse ApiType trait
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-20 Wolfgang Bumillermove channel/stream helpers to pbs-tools
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-19 Wolfgang Bumillermove 'wait_for_local_worker' from client to server
2021-07-19 Wolfgang Bumillermove more helpers to pbs-tools
2021-07-16 Dominik Csapakapi: admin/datastore: add new 'prune-datastore' api...
2021-07-16 Dominik Csapakserver/prune_job: add proper permission checks to ...
2021-07-16 Dominik Csapakserver/prune_job: add 'keep_all' logic to 'prune_datastore'
2021-07-16 Dominik Csapakserver/prune_job: factor out 'prune_datastore'
2021-07-11 Thomas Lamprechtrest: log response: avoid unnecessary mut on variable
2021-07-09 Wolfgang Bumillermove client::pull to server::pull
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-07 Wolfgang Bumillermove UPID to pbs-api-types, add UPIDExt
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillertree-wide: switch to using mod.rs
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-07-03 Thomas LamprechtREST: set error message extenesion for bad-request...
2021-07-03 Thomas LamprechtREST: rust fmt
2021-06-28 Hannes Laimerverify-job: move snapshot filter into function
2021-06-02 Dominik Csapakserver/prune_job: fix locking during prune jobs
2021-05-31 Fabian Grünbichlerreorder serde usage/derive
2021-05-11 Wolfgang Bumillerrefactor send_command
2021-04-26 Dominik Csapakserver/jobstate: improve name of 'try_update_state_file'
2021-04-26 Dominik Csapakserver/jobstate: add 'updatd' to Finish variant
2021-04-23 Dominik Csapakapi2/tape/backup: list backed up snapshots on failed...
2021-04-22 Thomas Lamprechtserver/rest: fix new type ambiguity
2021-04-12 Thomas Lamprechtenable tape backup by default
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 Thomas Lamprechtcode cleanup: drop extra newlines at EOF
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-19 Dominik Csapakapi2/tape/backup: include a summary on notification...
2021-03-19 Dominik Csapakserver/email_notifications: do not double html escape
2021-03-19 Dominik Csapakserver/email_notifications: do not panic on template...
2021-03-11 Dominik Csapakserver/worker_task: improve endtime for unknown tasks
2021-03-11 Dominik Csapaktape/send_load_media_email: move to server/email_notifi...
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-03-08 Dominik Csapaktape/backup: add success/error notifications
2021-03-05 Dominik Csapakapi2/tape: add notify_user to backup(-jobs) and restore...
2021-03-03 Dietmar Maurerui: enable experimental tape UI if tape.cfg exists
2021-02-19 Dietmar Maureradd helper to compute job scheduling state
2021-02-17 Stefan Reiterrest: implement tower service for UnixStream
2021-01-29 Dietmar Maurerworker_task: log something when we receive an abort...
2021-01-26 Dominik Csapakserver/worker_task: improve newline handling in upid_re...
2021-01-26 Fabian Grünbichlerverify: factor out common parameters
2021-01-26 Fabian Grünbichlerallow complex Futures in tower_service impl
2021-01-26 Fabian Grünbichlerreport: type-alias function call tuple
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: fix for_kv_map
2021-01-20 Fabian Grünbichlerclippy: fix/allow needless_range_loop
2021-01-20 Fabian Grünbichlerclippy: pass &str/&[..] instead of &String/&Vec
2021-01-20 Fabian Grünbichlerclippy: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: convert single match to if let
2021-01-20 Fabian Grünbichlerclippy: use unwrap_or_default
2021-01-20 Fabian Grünbichlerclippy: remove explicit returns
next