]> git.proxmox.com Git - proxmox-backup.git/history - src/server
api2/tape/restore: return backup manifest in try_restore_snapshot_archive
[proxmox-backup.git] / src / server /
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
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: use strip_prefix instead of manual stripping
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
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ünbichlercleanup: remove unnecessary 'mut' and '.clone()'
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-29 Dietmar Maurercleanup: disable debug message when we detect a stopped...
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-01 Fabian Grünbichlerremove BackupGroup::list_groups
2020-11-30 Wolfgang Bumillertiny clippy hint
2020-11-30 Wolfgang Bumillerminor cleanup
2020-11-24 Fabian Grünbichlerverification: fix message in notification mail
2020-11-24 Fabian Grünbichlerverification job: log failed dirs
2020-11-11 Mira Limbeckadd versions command to proxmox-backup-manager
2020-11-11 Oguz Bektasreport: use '$' instead of '#' for showing commands
2020-11-11 Oguz Bektasreport: fix grammar error
2020-11-11 Fabian Grünbichlerrest: check for disabled token (user)
2020-11-06 Fabian Grünbichlertasks: allow access to job tasks
2020-11-06 Dietmar Maurerget rid of backup@pam
2020-11-05 Dietmar Maurerconfig: make notify a property string
2020-11-04 Thomas Lamprechtapi: factor out auth logger and use for all API authent...
2020-11-04 Thomas Lamprechtworker task: fix passing upid to send command
2020-11-04 Dietmar Maurerproxy: use new datastore notify settings
2020-11-03 Thomas Lamprechtreport: add more commands/files to check
2020-11-03 Thomas Lamprechtreport: avoid lazy_static for command/files/.. definitions
2020-11-03 Hannes Laimerreport: add api endpoint and function to generate report
2020-11-03 Dominik Csapakserver/worker_task: add tasktype to return the api...
2020-11-02 Dominik Csapakserver/gc_job: add 'to_stdout'
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-11-02 Thomas Lamprechtcommand socket: make create_control_socket private
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-11-02 Thomas Lamprechtserver: add CommandoSocket where multiple users can...
2020-11-02 Thomas Lamprechtpull out /run and /var/log directory constants to buildcfg
2020-11-02 Dietmar Maurernotify: add link to server GUI
2020-11-02 Dietmar Maurergc: remove extra empty lines in email notification...
2020-10-31 Thomas Lamprechtapi: apt: implement support to send notification email...
2020-10-31 Thomas Lamprechtworker task: drop debug prints
2020-10-31 Thomas Lamprechttrivial: fix typo in comment
2020-10-31 Dietmar Maurercleanup: fix wording in GC status emails
2020-10-30 Fabian Grünbichlerverify: introduce & use new Datastore.Verify privilege
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-30 Dietmar Maurerproxy: split out code to run garbage collection job
2020-10-30 Hannes Laimerproxy: move prune logic into new file
2020-10-29 Fabian GrünbichlerREST: extract and handle API tokens
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
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 Dietmar Maurersend sync job status emails
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 Maurerverify: directly pass manifest to filter function
2020-10-28 Thomas Lamprechtdo_verification_job: fix "never-reverify" and refactor...
2020-10-28 Thomas Lamprechtdo verification: always verify if manifest load fails
2020-10-28 Dietmar Maurerverify: improve code reuse, fix filter function
2020-10-28 Dietmar Maurerjobstate: fix doctest
next