]> git.proxmox.com Git - proxmox-backup.git/history - src
config: add token.shadow file
[proxmox-backup.git] / src /
2020-10-29 Fabian Grünbichlerconfig: add token.shadow file
2020-10-29 Fabian Grünbichlerapi: add Authid as wrapper around Userid
2020-10-29 Thomas LamprechtGC: improve task logs
2020-10-29 Thomas LamprechtGC: fix logging leftover bad chunks
2020-10-29 Dominik Csapakserver/worker_task: simplify task log writing
2020-10-29 Thomas Lamprechtworker task: remove debug print, faster modulo
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-29 Dietmar Maurersend sync job status emails
2020-10-29 Dietmar Maurerschedule_datastore_sync_jobs: remove unneccessary clone()
2020-10-29 Dietmar Maurersend_job_status_mail: corectly escape html characters
2020-10-29 Dietmar Maurergarbage_collection: log deduplication factor
2020-10-29 Dietmar Maurergarbage_collection: log bad chunks (still_bad value)
2020-10-29 Dominik Csapakfix #2998: encode mtime as i64 instead of u64
2020-10-29 Dietmar Maurerverify: directly pass manifest to filter function
2020-10-28 Thomas Lamprechtclient: adapt to change datastroe status return schema
2020-10-28 Thomas Lamprechttools: socket: fix typo in comment
2020-10-28 Dominik Csapaktools/logrotate: fix compression logic
2020-10-28 Thomas Lamprechtdo_verification_job: fix "never-reverify" and refactor...
2020-10-28 Thomas Lamprechtdocument verify job structs
2020-10-28 Thomas Lamprechtdo verification: always verify if manifest load fails
2020-10-28 Dietmar Maurerverify: avoid generics and use &dyn Fn() for filter
2020-10-28 Dietmar Maurerverify: improve code reuse, fix filter function
2020-10-28 Dietmar Maurerjobstate: fix doctest
2020-10-28 Dietmar Maurerfix compile warning
2020-10-28 Dietmar Maurersend notification mails for GC and verify jobs
2020-10-28 Dietmar Maurersrc/server/verify_job.rs: add missing file
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-27 Dominik Csapakapi/{verify, syncjobs}: add optional datastore parameter
2020-10-27 Dominik Csapakadmin/datastore: add more info to status call
2020-10-27 Dominik Csapakbackup/datastore: save garbage collection status to...
2020-10-27 Dominik Csapakbackup/datastore: count still bad chunks for the status
2020-10-27 Thomas Lamprechtapt auth: add newline to the end
2020-10-27 Thomas Lamprechthack: workaround unused code warning until proxmox...
2020-10-27 Thomas Lamprechttools: get_hardware_address: better error handling
2020-10-27 Thomas Lamprechtimplement subscription handling and api
2020-10-27 Thomas Lamprechttools: http: add simple general post method
2020-10-27 Thomas Lamprechtapi: disks: cleanup use statement
2020-10-26 Thomas Lamprechtget_hardware_address: must be uppercased
2020-10-24 Thomas Lamprechtapi: add world accessible ping dummy endpoint
2020-10-22 Fabian Grünbichlerapt: improve error messages
2020-10-22 Stefan Reiterapt: add /changelog API call similar to PVE
2020-10-22 Stefan Reiterfix #2934: list to-be-installed packages in updates
2020-10-22 Stefan Reiterapt: refactor package detail reading into function
2020-10-22 Stefan Reiterapt: use 'apt-get changelog --print-uris' in get_change...
2020-10-22 Stefan Reiterapt: allow filter to select different package version
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Dominik Csapaktools/zip: fix doc tests
2020-10-21 Hannes Laimerapi proxy: remove old verification scheduling
2020-10-21 Hannes Laimerset a different worker_type based on what is going...
2020-10-21 Hannes Laimerproxy: add scheduling for verification jobs
2020-10-21 Hannes Laimerapi2: add verification admin endpoint and do_verificati...
2020-10-21 Hannes Laimerapi2: add verification job config endpoint
2020-10-21 Hannes Laimerrename VERIFY_SCHEDULE_SCHEMA to VERIFICATION_SCHEDULE_...
2020-10-21 Dietmar Maureradd test for escape_unit
2020-10-21 Dietmar Maurersystemd::escape_unit - allow '.' and '_'
2020-10-21 Wolfgang Bumillerpass params by ref to recurse_files
2020-10-21 Wolfgang Bumillerwhitespace fixup
2020-10-21 Dominik Csapakapi2/admin/datastore/pxar_file_download: download direc...
2020-10-21 Dominik Csapaktools: add AsyncChannelWriter
2020-10-21 Dominik Csapaktools: add zip module
2020-10-21 Dietmar Maurerfix for prevoius patch: we want to copy all valid tickets
2020-10-21 Dylan Whytefix #3038: check user before renewing ticket
2020-10-20 Dietmar Maurerbackup: avoid Transport endpoint is not connected error
2020-10-20 Dietmar Maurerpaperkey: use svg as image format to provide better...
2020-10-20 Dietmar Maurerproxmox-backup-client: use HumanByte to render snapshot...
2020-10-20 Thomas Lamprechtlogrotate: drop useless comment
2020-10-20 Thomas Lamprechtlog rotate: move basic rotation logic into module for...
2020-10-20 Thomas Lamprechtlog rotate: do NOT compress first rotation
2020-10-20 Thomas Lamprechtlog rotate: factor out compression in private function
2020-10-20 Thomas Lamprechtlog rotate: do NOT overwrite file with possible writers
2020-10-20 Stefan Reiterfix #2988: allow verification after finishing a snapshot
2020-10-20 Stefan Reiteradd verify_backup_dir_with_lock for callers already...
2020-10-20 Fabian Grünbichlerunbreak build
2020-10-20 Stefan Reiterdatastore: cleanup open and load config only once
2020-10-20 Stefan Reiterfix missing block_in_place for remove_backup
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Fabian Grünbichlercompletion: fix ACL path completion
2020-10-19 Fabian GrünbichlerREST: rename token to csrf_token
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Fabian Grünbichlerfix typos
2020-10-19 Fabian Grünbichlerfix indentation
2020-10-19 Thomas Lamprechtfixup worker task: add time prefix again
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-19 Dietmar Maurerhttp_client: set connect timeout to 10 seconds
2020-10-16 Thomas Lamprechtapi: access: log to separate file, reduce syslog to...
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-16 Stefan Reiterrustdoc: overhaul backup rustdoc and add locking table
2020-10-16 Stefan Reiterrustdoc: add crate level doc
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-16 Dietmar Maurermark_used_chunks: simply ignore vanished files
2020-10-15 Thomas Lamprechtserver: rest: refactor code to avoid multiple log_respo...
2020-10-15 Thomas Lamprechtcode cleanups
next