]> git.proxmox.com Git - proxmox-backup.git/history - src/server
verify jobs: add permissions
[proxmox-backup.git] / src / server /
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
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-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-20 Thomas Lamprechtlog rotate: move basic rotation logic into module for...
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Fabian GrünbichlerREST: rename token to csrf_token
2020-10-19 Thomas Lamprechtfixup worker task: add time prefix again
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: 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 Wolfgang Bumillerintroduce TaskState trait
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 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...
next