Commit Graph

  • 868c585219 src/backup/datastore.rs: avoid divide by zero Dietmar Maurer 2019-12-19 07:09:39 +0100
  • 217170e11e src/server/worker_task.rs: set worker thread name Dietmar Maurer 2019-12-19 07:07:39 +0100
  • 7e210bd0b4 src/backup/chunk_store.rs: create lock file with correct owner Dietmar Maurer 2019-12-19 06:49:03 +0100
  • 4897426cea ui: allow to create datastore Thomas Lamprecht 2019-12-18 21:32:00 +0100
  • 2e75b6d8bf ui: trailing whitespace cleanup Thomas Lamprecht 2019-12-18 19:21:59 +0100
  • 9710e5d00e ui: select tree item from history url on initial load Thomas Lamprecht 2019-12-18 19:19:30 +0100
  • 84b9eced26 ui: add simple dashboard Thomas Lamprecht 2019-12-18 17:29:05 +0100
  • 2337df7b3d api2: add very basic 'status/usage' endpoint for nodes Thomas Lamprecht 2019-12-18 17:24:04 +0100
  • 6060a57578 debian/: run wrap-and-sort Thomas Lamprecht 2019-12-18 17:22:43 +0100
  • 22b20d04b4 docs: fix typo in introduction.rst Oguz Bektas 2019-12-18 16:56:40 +0100
  • bce023c57c src/tools.rs: fix typo Dietmar Maurer 2019-12-18 14:29:29 +0100
  • 7a550fdc76 Makefile: remove zstd-sys Dietmar Maurer 2019-12-18 13:11:02 +0100
  • 3c50a9d82e administration-guide.rst: fix catalog command syntax Dietmar Maurer 2019-12-18 12:58:18 +0100
  • 0b97bc6158 src/backup/chunk_store.rs: use proxmox::tools::fs::create_path Dietmar Maurer 2019-12-18 12:25:56 +0100
  • 7a00f8df12 drop our zstd-sys replacement Wolfgang Bumiller 2019-12-18 12:23:10 +0100
  • f8ec1473be src/config/datastore.rs: use backup gid instead of uid Dietmar Maurer 2019-12-18 12:20:41 +0100
  • 864d17c4e2 ui/css: adapt look-and-feel to PMG one Thomas Lamprecht 2019-12-18 12:17:23 +0100
  • feaa1ad35f replace file_set_contents with replace_file Wolfgang Bumiller 2019-12-18 11:05:30 +0100
  • a66e7920dc src/api2/config/datastore.rs: set protected flags for create/delete API Dietmar Maurer 2019-12-18 10:52:45 +0100
  • f0db500808 src/api2/config/datastore.rs: fix api docu Dietmar Maurer 2019-12-18 10:48:19 +0100
  • 424766bc3b src/config/datastore.rs: change file owner/permissions Dietmar Maurer 2019-12-18 10:41:58 +0100
  • c07b458cac datastore: set correct owner on datastore.cfg Oguz Bektas 2019-12-17 16:15:25 +0100
  • c99af07876 ui: do not log ticket into console Thomas Lamprecht 2019-12-17 15:44:34 +0100
  • 323515c24c ui: fixup renewing ticket success calback Thomas Lamprecht 2019-12-17 15:42:59 +0100
  • 14f1e63067 chunk_store: create parent directories Oguz Bektas 2019-12-17 15:09:42 +0100
  • ebfb2df22b binary_search_tree: add additional doctest for search_binary_tree_by() Christian Ebner 2019-12-17 15:01:21 +0100
  • 48f6d67764 binary_search_tree: fix off by one error in search_binary_tree_by() Christian Ebner 2019-12-17 14:10:40 +0100
  • 38d9a69875 catalog: decoder and shell: fix incorrect logic in find matching Christian Ebner 2019-12-17 13:15:45 +0100
  • 8af272fd14 ui: show login window if we get a 401 auth exception Thomas Lamprecht 2019-12-17 14:45:13 +0100
  • a602faeb98 ui: re-new ticket every 15 minutes Thomas Lamprecht 2019-12-17 14:44:25 +0100
  • 6cc8abbbd5 proxmox-backup-proxy.service: order after proxmox-backup.service Thomas Lamprecht 2019-12-17 13:00:51 +0100
  • 81cc71c0d7 use proxmox-mini-journalreader to display syslog Dietmar Maurer 2019-12-17 14:06:48 +0100
  • 20197f7cf5 src/api2/node/syslog.rs: use api macro Dietmar Maurer 2019-12-17 13:26:14 +0100
  • 87b4d953bf ui: main init: set username info Thomas Lamprecht 2019-12-17 13:00:17 +0100
  • 3a84100428 ui login: default to root@pam user and focus password field Thomas Lamprecht 2019-12-17 11:35:13 +0100
  • 7f816d468a install ext6-pbs.css Dietmar Maurer 2019-12-17 11:34:29 +0100
  • 9c01e73c2f ui: add "Documentation" button to main view Thomas Lamprecht 2019-12-16 18:16:06 +0100
  • 2d694f8f1f add CSS file for PBS ExtJS6 basic ui Thomas Lamprecht 2019-12-16 18:16:05 +0100
  • 25cdd0e0a1 catalog_shell: impl find for catalog shell. Christian Ebner 2019-12-16 12:13:48 +0100
  • 90dfd0a71d catalog: impl find() for file search by match pattern. Christian Ebner 2019-12-16 12:13:47 +0100
  • a333b4ccea pxar: match_pattern: impl invert() to switch the match type of a MatchPattern. Christian Ebner 2019-12-16 12:13:46 +0100
  • 48af80b3ab pxar: match_pattern: impl traits needed for MatchPattern to be comparable. Christian Ebner 2019-12-16 12:13:45 +0100
  • 255bb86030 pxar: match_pattern: refactor MatchPattern and introduce MatchPatternSlice. Christian Ebner 2019-12-16 12:13:44 +0100
  • dc08934563 drop Cancellable future in favor of abortable Wolfgang Bumiller 2019-12-17 10:52:07 +0100
  • 8554ac5ec3 fix broadcast_future test case Wolfgang Bumiller 2019-12-17 10:47:11 +0100
  • ba3eb88d95 generate authkey: public part needs to be readable by backup group Thomas Lamprecht 2019-12-17 09:53:21 +0100
  • 9c18e93522 handle_static_file_download: move from and_then to await Thomas Lamprecht 2019-12-17 08:56:52 +0100
  • 4e8cff1c9d cipherbench: align/format output nicely Thomas Lamprecht 2019-12-17 08:49:34 +0100
  • 4832f53ab5 cipherbench: be conform with rfc7539, use 12 byte nonce Thomas Lamprecht 2019-12-17 08:45:20 +0100
  • b5907d8ad8 ui: services-administration: s/pmg/proxmox-backup/ Thomas Lamprecht 2019-12-16 16:48:50 +0100
  • 05c031612e d/rules: override dwz helper to avoid build-failure Thomas Lamprecht 2019-12-16 16:38:00 +0100
  • 1182a3c40d Revert "d/control: add llvm-dev to build-dependencies" Thomas Lamprecht 2019-12-16 15:33:57 +0100
  • 2db252aeae d/control: add llvm-dev to build-dependencies Oguz Bektas 2019-12-16 15:16:06 +0100
  • dd8c03a277 buildsys: make deb: use --lib for first pass build Wolfgang Bumiller 2019-12-16 14:07:14 +0100
  • a47a02ae62 src/bin/proxmox-backup-client.rs: use #[api] macro Dietmar Maurer 2019-12-16 13:34:49 +0100
  • ba0f71f5eb d/control: add rsync to build-dependencies Thomas Lamprecht 2019-12-16 11:32:39 +0100
  • f1e8935b45 d/control: add missing build-dependencies Thomas Lamprecht 2019-12-16 11:24:51 +0100
  • 78d5436040 client: use api macro for catalog_shell async fn Wolfgang Bumiller 2019-12-16 11:24:42 +0100
  • 87c423751a src/bin/proxmox-backup-client.rs: use ApiHandler::Async for prune and status Dietmar Maurer 2019-12-16 11:00:43 +0100
  • 8a8a470316 src/bin/proxmox-backup-client.rs: use new ApiHandler::Async Dietmar Maurer 2019-12-16 10:06:26 +0100
  • b9799012cf src/pxar/decoder.rs: require Send Dietmar Maurer 2019-12-16 09:58:26 +0100
  • bb084b9c91 api2: update for latest proxmox-api changes Dietmar Maurer 2019-12-16 09:59:45 +0100
  • 236a396aa1 src/api2/admin/datastore.rs - prune: log retention options Dietmar Maurer 2019-12-14 16:32:16 +0100
  • 503995c767 src/api2/admin/datastore.rs: fix prune worker id Dietmar Maurer 2019-12-14 16:05:21 +0100
  • e1c356ec06 docs/administration-guide.rst: document garbage collection Dietmar Maurer 2019-12-14 15:52:25 +0100
  • 720776b81e generate separate proxmox-backup-docs package Dietmar Maurer 2019-12-13 14:14:28 +0100
  • 729e38f475 Makefile: add upload target Dietmar Maurer 2019-12-13 10:35:43 +0100
  • f374ba4c0b update tests Wolfgang Bumiller 2019-12-13 12:33:49 +0100
  • b5c9a706ce fix cancellable future Wolfgang Bumiller 2019-12-13 12:10:04 +0100
  • 8a1028e0e7 update to url/percent-encoding to 2.1 Wolfgang Bumiller 2019-12-13 11:55:52 +0100
  • db0cb9ce0b update a chunk of stuff to the hyper release Wolfgang Bumiller 2019-12-12 15:27:07 +0100
  • 3f1020b732 src/bin/proxmox-backup-client.rs: implement task stop Dietmar Maurer 2019-12-13 09:43:08 +0100
  • 1ae5677de0 src/api2/types.rs: use PROXMOX_SAFE_ID_FORMAT instead of FILENAME_FORMAT Dietmar Maurer 2019-12-12 14:15:40 +0100
  • d0adf270fb src/api2/types.rs: introduce PROXMOX_SAFE_ID_REGEX, use it for DATASTORE_SCHEMA Dietmar Maurer 2019-12-12 12:37:11 +0100
  • 66c49c21c3 src/api2/types.rs: factor out DATASTORE_SCHEMA Dietmar Maurer 2019-12-11 13:45:23 +0100
  • 567d3e00fb src/api2/node/tasks.rs: new filter "store" to filter tasks for one store Dietmar Maurer 2019-12-11 12:53:34 +0100
  • d3dbe52f37 pxar: match_pattern: refactor match_filename Christian Ebner 2019-12-10 13:01:39 +0100
  • f084505ec5 src/backup/catalog_shell.rs: sort output of list-selected Christian Ebner 2019-12-10 13:01:38 +0100
  • 6d04612955 src/api2/node/tasks.rs: add "running" filter to list only running tasks Dietmar Maurer 2019-12-11 10:52:27 +0100
  • 8560fe3e5f src/api2/node/tasks.rs - extract_upid: avoid duplicate error message Dietmar Maurer 2019-12-10 13:45:56 +0100
  • 5830c20560 src/bin/proxmox-backup-client.rs: add simple task management cli Dietmar Maurer 2019-12-10 13:43:53 +0100
  • 73e57f244e src/backup/datastore.rs - garbage-collection: fix average chunk size Dietmar Maurer 2019-12-10 11:25:29 +0100
  • d105176f45 src/bin/proxmox-backup-client.rs: cleanup - factor out view_task_result() Dietmar Maurer 2019-12-09 18:00:22 +0100
  • 48ef3c3327 cli: avoid useless .into() Dietmar Maurer 2019-12-09 17:40:34 +0100
  • eb7e2ee00b src/bin/proxmox-backup-client.rs: remove unnecessary .to_owned() Dietmar Maurer 2019-12-09 17:11:48 +0100
  • e5f7def40e src/bin/proxmox-backup-client.rs - garbage-collection: display task log Dietmar Maurer 2019-12-09 13:29:23 +0100
  • 0ec9e1b010 src/bin/proxmox-backup-client.rs: impl. and use complete_pxar_archive_name Dietmar Maurer 2019-12-09 13:14:32 +0100
  • 1c6ad6ef90 src/bin/proxmox-backup-client.rs: impl. catalog sub command Dietmar Maurer 2019-12-09 13:07:25 +0100
  • 5a0b484bdd src/client/task_log.rs: move display_task_log into extra file Dietmar Maurer 2019-12-08 11:27:15 +0100
  • 3b03abfe14 src/api2/admin/datastore.rs: remove test_prune, add dry-run to normal prune Dietmar Maurer 2019-12-08 10:59:47 +0100
  • ec137a99c6 src/bin/proxmox-backup-client.r - display_task_log: use string range instead of as_bytes Dietmar Maurer 2019-12-08 10:25:26 +0100
  • b73ff941f6 src/bin/proxmox-backup-client.r - display_task_log: add new strip_date parameter Dietmar Maurer 2019-12-08 10:22:02 +0100
  • 163e9bbe91 src/bin/proxmox-backup-client.rs: new display task log helper Dietmar Maurer 2019-12-07 16:11:26 +0100
  • 6b508dd563 src/server/formatter.rs: impl. new result attribute "active" Dietmar Maurer 2019-12-07 15:29:42 +0100
  • 102d8d4136 src/backup/prune.rs: implement --keep-hourly Dietmar Maurer 2019-12-07 11:23:33 +0100
  • 1af6637004 docs/administration-guide.rst: add hint about ISO week date Dietmar Maurer 2019-12-07 10:45:43 +0100
  • 052c4aa160 src/backup/prune.rs: prune - correctly use iso_week year Dietmar Maurer 2019-12-06 19:41:38 +0100
  • 84322d8c75 docs/administration-guide.rst: doc prune --dry-run Dietmar Maurer 2019-12-06 19:20:05 +0100
  • fa0b950070 pxar: fuse: add support for list- and getxattr Christian Ebner 2019-12-06 14:31:19 +0100
  • 25ad4cbf63 pxar: fuse: cache goodbye table for each directory on opendir and release it on releasedir Christian Ebner 2019-12-06 13:53:38 +0100