Commit Graph

  • 1ce8a5d0b7 depend on proxmox 0.1.21 Dietmar Maurer 2020-04-16 09:36:28 +0200
  • 109d7817cd src/config/user.rs - cached_config: do not store/return digest Dietmar Maurer 2020-04-15 11:35:57 +0200
  • 5354511fd0 src/config/acl.rs: implement cached_config Dietmar Maurer 2020-04-15 11:30:47 +0200
  • bd098a7f77 src/api2/node/dns.rs: use api macro (cleanup) Dietmar Maurer 2020-04-15 10:09:18 +0200
  • 8d048af2bf acl: improve NoAccess handling Dietmar Maurer 2020-04-15 08:11:43 +0200
  • 4f3db187cf Docu: first proof reading Aaron Lauterer 2020-04-14 17:12:47 +0200
  • 9a328319dd pxar extract: remove pattern from arg_param, add target instead Dietmar Maurer 2020-04-15 06:41:37 +0200
  • 7e3d2e5b41 pxar create: remove exclude from arg_param Dietmar Maurer 2020-04-15 06:31:46 +0200
  • 9c06f6c292 fix previous commit - use result. Dietmar Maurer 2020-04-14 17:35:44 +0200
  • 9f4e47dd93 acl update: check path Dietmar Maurer 2020-04-14 17:23:48 +0200
  • d83175dd69 acl update: check if user exist. Dietmar Maurer 2020-04-14 13:46:27 +0200
  • 68ccdf09a4 src/config/user.rs: implement user config cache Dietmar Maurer 2020-04-14 13:45:45 +0200
  • 9765092ede acl api: implement update Dietmar Maurer 2020-04-14 08:40:53 +0200
  • ed3e60ae69 start ACL api Dietmar Maurer 2020-04-13 11:09:44 +0200
  • a83eab3c4d acl: use BTreeMap and BTreeSet to avoid sort() Dietmar Maurer 2020-04-12 17:13:53 +0200
  • 0815ec7e65 acl: implement roles(), add regression tests. Dietmar Maurer 2020-04-12 13:06:50 +0200
  • 5c6cdf9815 add acl config Dietmar Maurer 2020-04-11 12:24:26 +0200
  • 9abcae1b0e gui: improve login view (use realms) Dietmar Maurer 2020-04-09 13:37:14 +0200
  • b88f9c5b1e PASSWORD_SCHEMA: set max_length to 1024 (for tickets) Dietmar Maurer 2020-04-09 13:35:58 +0200
  • 879546aff6 api: add default property to domain list Dietmar Maurer 2020-04-09 13:35:08 +0200
  • 73b40e9b46 api: correctly sort access subdirmap Dietmar Maurer 2020-04-09 13:34:07 +0200
  • 708db4b3ae api: add list_domains Dietmar Maurer 2020-04-09 11:36:45 +0200
  • 685e13347e api: move config/user to access/users, implement change_password Dietmar Maurer 2020-04-09 10:19:38 +0200
  • 7d817b0358 implement auth framework Dietmar Maurer 2020-04-08 11:57:14 +0200
  • 579728c641 add user configiguration Dietmar Maurer 2020-04-06 12:09:27 +0200
  • cf459b1982 gc: log pending removals Dietmar Maurer 2020-04-06 09:50:40 +0200
  • d16122cd87 gui: preview prune selection Dietmar Maurer 2020-04-01 14:14:44 +0200
  • dda7015497 prune api: return a usable result (we run synchronous anyways) Dietmar Maurer 2020-04-01 12:24:28 +0200
  • 5b5ca60a07 fix 'keep-monthly' field name Dominik Csapak 2020-03-31 08:42:05 +0200
  • aeee4329b0 gui - DataStoreContent: avoid useless icons, display file path Dietmar Maurer 2020-03-26 18:01:04 +0100
  • 5f44899207 gui - DataStoreContent: move control code into controller (cleanup) Dietmar Maurer 2020-03-26 17:23:51 +0100
  • b1127fd0d0 gui: add prune dialog Dietmar Maurer 2020-03-26 13:23:28 +0100
  • 4299ca727c src/server/rest.rs: use correct formatter Dietmar Maurer 2020-03-26 12:54:20 +0100
  • 3383973532 gui: cleanup DataStoreContent.js Dietmar Maurer 2020-03-26 11:17:15 +0100
  • 555dfe7b8e gui: display DataStoreConfig above DataStoreContent Dietmar Maurer 2020-03-26 08:38:35 +0100
  • e8f0ad19af gui: use a tree panel for DataStoreContent Dietmar Maurer 2020-03-25 15:17:28 +0100
  • a83ee10c49 depend on proxmox 0.1.20 Dietmar Maurer 2020-03-25 15:17:16 +0100
  • 9abc1166b0 bump proxmox dependency to 0.1.19 Wolfgang Bumiller 2020-03-19 10:05:08 +0100
  • 99c287861e add 'rsync' to build_depends Dominik Csapak 2020-03-18 16:23:12 +0100
  • 6650a242fb rewrite future select in upgrade_to_backup_protocol using select macro Dominik Csapak 2020-03-18 11:32:51 +0100
  • 66b4593b04 fix typo Dominik Csapak 2020-03-17 15:54:02 +0100
  • 0e7ab0567c buildsys: add missing dependency Wolfgang Bumiller 2020-03-16 14:54:23 +0100
  • 10426c1750 Makefile - upload: upload to correct product repos Dietmar Maurer 2020-03-03 10:56:07 +0100
  • 106a204d49 bump version to 0.1.3-1 v0.1.3 Dietmar Maurer 2020-03-03 07:25:57 +0100
  • fc19041a0b TODO.rst: add Chores section Dietmar Maurer 2020-03-02 13:40:18 +0100
  • ca26db1140 delete unused src/storage/config.rs Dietmar Maurer 2020-03-02 13:31:38 +0100
  • 90c5239d46 use SectionConfig from proxmox 0.1.18-1 Dietmar Maurer 2020-03-02 12:52:11 +0100
  • 53ea655669 docs/administration-guide.rst: add small section to explain output-format Dietmar Maurer 2020-02-28 12:25:09 +0100
  • f40cf85212 docs/epilig.rst: remove fuse to avoid RST warnings Dietmar Maurer 2020-02-28 11:55:25 +0100
  • 33ebff3a1d TODO.rst: update Dietmar Maurer 2020-02-28 11:35:27 +0100
  • 693f5d5ee8 remove unused qemu-io code Dietmar Maurer 2020-02-28 11:30:56 +0100
  • 239d9bae95 depend on proxmox 0.1.17 Dietmar Maurer 2020-02-28 10:16:19 +0100
  • 18deda403d src/bin/proxmox-backup-client.rs - list_groups: render full snapshot path for last-backup column Dietmar Maurer 2020-02-28 09:09:22 +0100
  • 6882b3716c src/bin/proxmox-backup-manager.rs: avoid compiler warning Dietmar Maurer 2020-02-28 08:52:12 +0100
  • 32d192a952 catalog: shell: Use the new logic including resolving symlinks for catalog Christian Ebner 2020-02-27 17:12:59 +0100
  • fee5528e59 catalog: shell: introduce new CatalogPathStack to navigate in catalog shell. Christian Ebner 2020-02-27 17:12:58 +0100
  • 4145c36749 catalog: add missing function documentation. Christian Ebner 2020-02-27 17:12:57 +0100
  • c2f9149461 catalog: introduce is_symlink() to check if DirEntry is a symlink. Christian Ebner 2020-02-27 17:12:56 +0100
  • 11ee5c0563 catalog: derive PartEq for equality checks of two DirEntry's. Christian Ebner 2020-02-27 17:12:55 +0100
  • 536683e73b src/backup/dynamic_index.rs: Add LruCache for chunks. Christian Ebner 2020-02-27 15:56:28 +0100
  • 35ddf0b419 catalog: shell: Introduce clear-selected command. Christian Ebner 2020-02-27 14:33:33 +0100
  • 8e464141cf catalog: shell: Improve list-selected command. Christian Ebner 2020-02-27 14:22:04 +0100
  • 351b913d1e pxar::decoder: Return the correct symlink target size. Christian Ebner 2020-02-27 14:09:56 +0100
  • 189996cf4a proxmox-backup-client: expose exclude match patterns to cli. Christian Ebner 2020-02-27 13:13:12 +0100
  • ac3faaf5c0 src/bin/proxmox-backup-manager.rs: cleanup output handling Dietmar Maurer 2020-02-28 07:42:36 +0100
  • 4939255fb4 src/tools/format.rs: move output rendering code to this new file Dietmar Maurer 2020-02-28 07:30:35 +0100
  • c81b2b7c70 src/bin/proxmox-backup-client.rs - list_groups: use format_and_print_result_full() Dietmar Maurer 2020-02-27 13:31:23 +0100
  • c2043614f7 src/bin/proxmox-backup-client.rs: use new output formath helpers from proxmox 0.15.1-1 Dietmar Maurer 2020-02-27 12:41:15 +0100
  • e23f586344 src/bin/proxmox-backup-client.rs - status: improve alignment Dietmar Maurer 2020-02-27 11:38:09 +0100
  • be2425ff85 src/bin/proxmox-backup-client.rs - status: do not print header Dietmar Maurer 2020-02-27 11:31:05 +0100
  • f24fc1166b src/bin/proxmox-backup-client.rs - list_snapshots: use format_and_print_result_full() Dietmar Maurer 2020-02-27 11:27:44 +0100
  • af934f8cf6 tools::lru_cache: Improve access() and insert() by using HashMap::entry(). Christian Ebner 2020-02-25 18:45:28 +0100
  • e3ab9a383c tools::lru_cache: Separate LinkedList part of LruCache into own struct. Christian Ebner 2020-02-25 18:45:27 +0100
  • 75c2ee7bab tools::lru_cache: Make key generic. Christian Ebner 2020-02-25 18:45:26 +0100
  • 03f779c6f5 catalog: shell: Improve output of stat command. Christian Ebner 2020-02-26 17:14:19 +0100
  • 6dea60aa9f Add zsh completion scripts Christian Ebner 2020-02-25 13:56:39 +0100
  • ea5f547fdc src/bin/proxmox-backup-client.rs - list_snapshot_files: use format_and_print_result_full() Dietmar Maurer 2020-02-26 13:49:47 +0100
  • 390c5bdde4 src/bin/proxmox-backup-client.rs - status: use format_and_print_result_full Dietmar Maurer 2020-02-26 13:29:00 +0100
  • 03ac286c80 src/bin/proxmox-backup-manager.rs: use crate::tools::runtime::block_on() Dietmar Maurer 2020-02-26 11:37:38 +0100
  • dd04383bb8 src/tools/runtime.rs: call OPENSSL_thread_stop to avoid race with openssl cleanup handlers Dietmar Maurer 2020-02-26 10:38:55 +0100
  • ca2dbb8af1 src/client/backup_writer.rs: also print archive size Dietmar Maurer 2020-02-25 14:11:36 +0100
  • 0bcbb5434e cleanup unused module Wolfgang Bumiller 2020-02-25 11:35:35 +0100
  • cee53b34df docs: add documentation for pxar Christian Ebner 2020-02-20 18:55:29 +0100
  • 495b238bc1 pxar: Change text of warning for files matched by exclude patterns. Christian Ebner 2020-02-20 14:29:13 +0100
  • 6da73c823f src/client/backup_writer.rs: prefix upload stats with archive name Dietmar Maurer 2020-02-24 13:24:46 +0100
  • e02c3d461f src/client/backup_writer.rs: implement verbose options Dietmar Maurer 2020-02-24 12:48:40 +0100
  • ee5fe978e2 src/client/backup_writer.rs: reduce verbosity Dietmar Maurer 2020-02-24 11:33:00 +0100
  • e899d33e49 docs: fix typo Christian Ebner 2020-02-19 16:36:59 +0100
  • 50b8f9dd67 docs: Add documentation for .pxarexclude files Christian Ebner 2020-02-19 16:32:39 +0100
  • 8ce49a76da src/backup/backup_info.rs: fix SNAPSHOT_PATH_REGEX and GROUP_PATH_REGEX Dietmar Maurer 2020-02-18 13:16:35 +0100
  • 9e003074cb runtime: fix blocking strategy: Wolfgang Bumiller 2020-02-17 09:48:22 +0100
  • 1283d58ca9 runtime: remove IN_TOKIO thread local variable Wolfgang Bumiller 2020-02-13 08:56:37 +0100
  • 3243f93ce7 administration-guide.rst: documnet new PBS_FINGERPRINT env var Dietmar Maurer 2020-02-11 12:06:02 +0100
  • a6e3da987c src/client/http_client.rs: do not store fingerprints passed via options in cache Dietmar Maurer 2020-02-11 11:54:43 +0100
  • 1bd6f32b43 src/client/http_client.rs: always convert fingerprint to lowercase Dietmar Maurer 2020-02-11 11:37:24 +0100
  • d1c657276a src/client/http_client.rs: remove useless password_env Dietmar Maurer 2020-02-11 11:10:13 +0100
  • a05c0c6ff6 src/bin/proxmox-backup-client.rs: allows to pass fingerprint via env vars Dietmar Maurer 2020-02-11 11:01:57 +0100
  • b69b8af26b s/pbsbanner/proxmox-backup-banner/ + move to /usr/lib Thomas Lamprecht 2020-02-10 14:43:26 +0100
  • e2b5e75a3e pbsbanner: use match and also return error Thomas Lamprecht 2020-02-07 18:30:41 +0100
  • 274b0c7bb7 add login banner service Thomas Lamprecht 2020-02-06 22:08:07 +0100