5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-18 06:03:59 +03:00

Commit Graph

  • 5b11e52b08 ui: sync jobs: change default sorting to 'store' -> 'direction' -> 'id' Dominik Csapak 2024-11-25 12:15:36 +01:00
  • e302382890 ui: sync jobs: revert to single list for pull/push jobs Dominik Csapak 2024-11-25 12:15:35 +01:00
  • 28d6afc2d7 cli: manager: sync: add 'sync-direction' parameter to list Dominik Csapak 2024-11-25 12:15:34 +01:00
  • 403ad1f6d1 api: admin: sync: add optional 'all' sync type for listing Dominik Csapak 2024-11-25 12:15:33 +01:00
  • 23185135bb api: admin: sync: add direction to sync job status Dominik Csapak 2024-11-25 12:15:32 +01:00
  • d394c33a0c update proxmox-notify to 0.5.1 Thomas Lamprecht 2024-11-26 14:47:00 +01:00
  • 0db4d9031b api types: add missing conf to blob archive name mapping Christian Ebner 2024-11-26 13:24:19 +01:00
  • d9f36232f1 docs: removable datastores: rephrasing and typos Fabian Grünbichler 2024-11-26 13:05:49 +01:00
  • 3b9cf7b7a1 docs: add information for removable datastores Hannes Laimer 2024-11-26 12:43:22 +01:00
  • 8c7492b99b api: types: add 'mount_status' to schema Hannes Laimer 2024-11-26 12:43:21 +01:00
  • e90baeaaa8 api: maintenance: allow setting of maintenance mode if 'unmounting' Hannes Laimer 2024-11-26 12:43:19 +01:00
  • feeace2696 docs: client: change disk name from backup to disk Stefan Hanreich 2024-11-26 12:29:07 +01:00
  • caba859692 ui: use same label for removable datastore created from disk Christian Ebner 2024-11-26 12:14:25 +01:00
  • a910ee8c0d docs: explain some further caveats of the change detection modes Christian Ebner 2024-11-26 09:55:02 +01:00
  • 67a7e3c3eb client: fix example commands for client usage Stefan Hanreich 2024-11-26 12:04:28 +01:00
  • 1a0eec9469 docs: update online-help-info reference map Thomas Lamprecht 2024-11-26 12:07:38 +01:00
  • 80c9afae4e ui: add onlineHelp for consent-banner option Gabriel Goller 2024-11-26 11:34:22 +01:00
  • 20e58c056f ui: utils: add task description for mounting/unmounting Dominik Csapak 2024-11-26 11:45:49 +01:00
  • 8dccdeb942 docs: notification: add webhook endpoint documentation Lukas Wagner 2024-11-08 15:41:24 +01:00
  • 9c4a934c71 ui: utils: enable webhook edit window Lukas Wagner 2024-11-08 15:41:23 +01:00
  • 6a9aa3b9f4 management cli: add CLI for webhook targets Lukas Wagner 2024-11-08 15:41:22 +01:00
  • aa8f7f6208 api: notification: add API routes for webhook targets Lukas Wagner 2024-11-08 15:41:21 +01:00
  • 5a52d1f06c reuse-datastore: avoid creating another prune job Gabriel Goller 2024-11-26 10:54:28 +01:00
  • f73bc28f03 bump pxar dependency Fabian Grünbichler 2024-11-26 11:24:20 +01:00
  • 4174dafd32 bump version to 3.2.12-1 Thomas Lamprecht 2024-11-25 22:52:48 +01:00
  • 779f82ebdf ui: datastore summary: also trigger navgiation-store load on mount/unmount Thomas Lamprecht 2024-11-25 21:32:18 +01:00
  • 668d8dfda4 ui: datastore summary: do single info-panel load on failure Thomas Lamprecht 2024-11-25 20:44:42 +01:00
  • fc2d288434 ui: datastore summary: also stop/start rrd store on failure edges Thomas Lamprecht 2024-11-25 20:42:21 +01:00
  • 2de3d5385c ui: datastore summary: only start/stop other stores on edges Thomas Lamprecht 2024-11-25 20:34:35 +01:00
  • d11deccff1 ui: datastore summary: trigger status store load after unmount Thomas Lamprecht 2024-11-25 20:27:34 +01:00
  • f784201c63 ui: datastore summary: start store updates after mount task is done Thomas Lamprecht 2024-11-25 20:22:31 +01:00
  • 127de88a95 ui: datastore summary: fixate connection-info button position & add separator Thomas Lamprecht 2024-11-25 19:43:16 +01:00
  • 09155de386 api: disks: only return UUID of partitions if it actually is one Hannes Laimer 2024-11-25 17:22:13 +01:00
  • 18d4c4fc35 bin: debug: add inspect device command Hannes Laimer 2024-11-25 17:22:12 +01:00
  • c8835f5882 ui: support create removable datastore through directory creation Hannes Laimer 2024-11-25 17:22:11 +01:00
  • 42e3b2f12a node: disks: replace BASE_MOUNT_DIR with DATASTORE_MOUNT_DIR Hannes Laimer 2024-11-25 17:22:10 +01:00
  • 43466bf538 api: node: include removable datastores in directory list Hannes Laimer 2024-11-25 17:22:09 +01:00
  • 94a068e316 api: node: allow creation of removable datastore through directory endpoint Hannes Laimer 2024-11-25 17:22:08 +01:00
  • f0e1cb86d6 ui: render 'unmount' maintenance mode correctly Hannes Laimer 2024-11-25 17:22:07 +01:00
  • 703a822c97 ui: maintenance: fix disable msg field if no type is selected Hannes Laimer 2024-11-25 17:22:06 +01:00
  • aaac857282 ui: add datastore status mask for unmounted removable datastores Hannes Laimer 2024-11-25 17:22:05 +01:00
  • b1b6489233 ui: utils: make parseMaintenanceMode more robust Hannes Laimer 2024-11-25 17:22:04 +01:00
  • c74b289174 ui: tree: render unmounted datastores correctly Hannes Laimer 2024-11-25 17:22:03 +01:00
  • 9cafa1775b ui: add (un)mount button to summary Hannes Laimer 2024-11-25 17:22:02 +01:00
  • 51148a0b1e ui: add removable datastore creation support Hannes Laimer 2024-11-25 17:22:01 +01:00
  • 62963e6452 ui: add partition selector form Hannes Laimer 2024-11-25 17:22:00 +01:00
  • e8eeee0b52 docs: add removable datastores section Hannes Laimer 2024-11-25 17:21:59 +01:00
  • b17ebd5c2c datastore: handle deletion of removable datastore properly Hannes Laimer 2024-11-25 17:21:58 +01:00
  • 2f874935b5 add auto-mounting for removable datastores Hannes Laimer 2024-11-25 17:21:57 +01:00
  • 919925519a bin: manager: add (un)mount command Hannes Laimer 2024-11-25 17:21:56 +01:00
  • 76609915d6 pbs-api-types: add mount_status field to DataStoreListItem Hannes Laimer 2024-11-25 17:21:55 +01:00
  • 40a2b110bf api: add check for nested datastores on creation Hannes Laimer 2024-11-25 17:21:54 +01:00
  • 91c67298f4 api: removable datastore creation Hannes Laimer 2024-11-25 17:21:53 +01:00
  • 2b31406a37 api: admin: add (un)mount endpoint for removable datastores Hannes Laimer 2024-11-25 17:21:52 +01:00
  • 46d7e573a9 datastore: add helper for checking if a datastore is mounted Hannes Laimer 2024-11-25 17:21:51 +01:00
  • 66389b2fd9 maintenance: add 'Unmount' maintenance type Dietmar Maurer 2024-11-25 17:21:50 +01:00
  • 652b774eb0 maintenance: make is_offline more generic Hannes Laimer 2024-11-25 17:21:49 +01:00
  • 89c650b83e pbs-api-types: add backing-device to DataStoreConfig Hannes Laimer 2024-11-25 17:21:48 +01:00
  • ffc8265e1f ui: login view: add missing trailing comma Thomas Lamprecht 2024-11-25 20:46:27 +01:00
  • 4ef241a63b ui: update online help info reference-map Thomas Lamprecht 2024-11-25 19:45:41 +01:00
  • 37440cd93a d/control: update versioned dependency for widget-toolkit Thomas Lamprecht 2024-11-25 18:51:33 +01:00
  • d399fe50da update proxmox-rest-server dependency to 0.8.4 Thomas Lamprecht 2024-11-25 18:50:27 +01:00
  • ccf08921ee docs: add section about consent banner Gabriel Goller 2024-09-13 15:10:33 +02:00
  • dea876fd5e ui: show consent banner before login Gabriel Goller 2024-09-13 15:10:32 +02:00
  • 28028b15b7 api: add consent api handler and config option Gabriel Goller 2024-09-13 15:10:31 +02:00
  • d3f2e69cad ui: set min length for new passwords to 8 Shannon Sterz 2024-10-04 15:40:54 +02:00
  • fb5b6f3eab api: enforce minimum character limit of 8 on new passwords Shannon Sterz 2024-10-04 15:40:53 +02:00
  • 9f3733c5ed api: ignore password parameter in the update_user endpoint Shannon Sterz 2024-10-04 15:40:52 +02:00
  • 6a619b2488 ui: sync job: fix source group filters based on sync direction Christian Ebner 2024-11-25 12:03:23 +01:00
  • 674ae4947b web ui: notification: remove matcher overiddes Lukas Wagner 2024-11-11 13:56:19 +01:00
  • b0448d0ad1 d/control: bump proxmox-widget-toolkit dependency Lukas Wagner 2024-11-11 13:56:18 +01:00
  • eb126116ca docs: images: add installer guide screenshots Christoph Heiss 2024-09-27 17:25:08 +02:00
  • 5cacfe02da docs: add installation wizard guide Christoph Heiss 2024-10-01 16:23:31 +02:00
  • d363818641 docs: add installation media preparation guide Christoph Heiss 2024-10-01 16:23:30 +02:00
  • 391822f9ce run cargo fmt Fabian Grünbichler 2024-11-25 13:18:11 +01:00
  • 2009d8de41 api types: replace PathPatterns with Vec<PathPattern> Fabian Grünbichler 2024-11-25 12:02:09 +01:00
  • 1bb680017b fix #2996: client: allow optional match patterns for restore Christian Ebner 2024-11-12 11:43:16 +01:00
  • 70545af183 client: catalog shell: use dedicated api type for patterns Christian Ebner 2024-11-12 11:43:15 +01:00
  • 33031f9835 pxar: bin: use dedicated api type for restore pattern Christian Ebner 2024-11-12 11:43:14 +01:00
  • 45b5556765 api-types: implement dedicated api type for match patterns Christian Ebner 2024-11-12 11:43:13 +01:00
  • a6c3192233 docs: deduplicate background details for garbage collection Christian Ebner 2024-11-14 16:15:51 +01:00
  • 75c695bea4 docs: add security implications of prune and change detection mode Christian Ebner 2024-11-14 16:15:50 +01:00
  • 8e057c3874 sync config: forbid setting resync_corrupt for push jobs Fabian Grünbichler 2024-11-25 11:18:52 +01:00
  • 19818d1449 fix #3786: docs: add resync-corrupt option to sync-job Gabriel Goller 2024-11-22 13:16:17 +01:00
  • 590187ff53 fix #3786: ui/cli: add resync-corrupt option on sync-jobs Gabriel Goller 2024-11-22 13:16:16 +01:00
  • 0974ddfa17 fix #3786: api: add resync-corrupt option to sync jobs Gabriel Goller 2024-11-22 13:16:15 +01:00
  • b5be65cf8a snapshot: add helper function to retrieve verify_state Gabriel Goller 2024-11-22 13:16:14 +01:00
  • 3dc9d2de69 server: push: log encountered empty backup groups during sync Christian Ebner 2024-11-22 18:39:17 +01:00
  • 62228d39f2 server: push: add error context to api calls and priv checks Christian Ebner 2024-11-22 13:26:04 +01:00
  • 83810759ee api types: extend backup archive name parsing tests Fabian Grünbichler 2024-11-22 12:07:10 +01:00
  • db5bf33cfe api types: add unit tests for backup archive name parsing Christian Ebner 2024-11-22 11:30:11 +01:00
  • 7ad5ad82e5 client: drop unused parse_archive_type helper Christian Ebner 2024-11-22 11:30:10 +01:00
  • 6771869cc1 client/server: use dedicated api type for all archive names Christian Ebner 2024-11-22 11:30:09 +01:00
  • addfae26cf api types: introduce BackupArchiveName type Christian Ebner 2024-11-22 11:30:08 +01:00
  • e932ec101e datastore: move ArchiveType to api types Christian Ebner 2024-11-22 11:30:07 +01:00
  • cbf7bbefb7 pxar: extract: make invalid ACLs non-fatal Fabian Grünbichler 2024-10-08 10:33:55 +02:00
  • 4e37c678dc pxar: add file name to path_info when applying metadata Fabian Grünbichler 2024-10-08 10:33:54 +02:00
  • da11d22610 fix #5710: api: backup: stat known chunks on backup finish Christian Ebner 2024-10-08 11:46:17 +02:00
  • 6265b1103a server: push: various smaller improvements to error messages Christian Ebner 2024-11-21 16:43:37 +01:00
  • 2134a2af48 push: move log messages for removed snapshot/group Fabian Grünbichler 2024-11-22 09:56:26 +01:00