]> git.proxmox.com Git - proxmox-backup.git/history - src
src/api2/node/status.rs: rework api, implement reboot and shutdown
[proxmox-backup.git] / src /
2020-04-30 Dietmar Maurersrc/api2/node/status.rs: rework api, implement reboot...
2020-04-30 Dietmar Maurersrc/api2/node/tasks.rs: use api macro features for...
2020-04-30 Dietmar Maurersrc/api2/node/tasks.rs: allow users to list/access...
2020-04-30 Dietmar Maureruse resonable acl paths (fixup)
2020-04-30 Dietmar Maureruse reasonable acl paths
2020-04-30 Dietmar Maurercached_config: avoid parsing non-existent files multipl...
2020-04-29 Dominik Csapakchange index to templates using handlebars
2020-04-29 Dietmar Maureruse proxmox 0.1.25, use new EnumEntry feature
2020-04-29 Dietmar Maureravoid problems with missing acl.cfg and user.cfg
2020-04-29 Dietmar Maurersrc/api2/admin/datastore.rs - get_datastore_list: only...
2020-04-29 Dietmar Maurersrc/api2/config/datastore.rs_ add delete property to...
2020-04-29 Dietmar Maurersrc/api2/config/remote.rs: fix white space
2020-04-29 Dietmar Maurersrc/api2/config/remote.rs: add delete parameter to...
2020-04-29 Dietmar Maurersrc/api2/pull.rs: require Datastore.Prune if delete...
2020-04-29 Dietmar Maurersrc/config/acl.rs: introduice privileges and roles...
2020-04-28 Dietmar Maurerfix api2::types::ACL_ROLE_SCHEMA
2020-04-28 Dietmar Maurersrc/config/acl.rs - fix regression tests
2020-04-28 Dietmar Maureradd Datastore.Backup, Datastore.PowerUser and Datastore...
2020-04-28 Dietmar Maurerimplemnt backup ownership, improve datastore access...
2020-04-27 Dietmar Maurersrc/config/cached_user_info.rs - lookup_privs: correctl...
2020-04-27 Dietmar Maurersrc/config/acl.rs: introduce more/better datastore...
2020-04-27 Dietmar Maurersrc/config/acl.rs: rtename PRTIV_DATASTORE_ALLOCATE...
2020-04-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add dns sub command
2020-04-25 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: fix node parameter...
2020-04-25 Dietmar Maurermove src/api2/config/network.rs to src/api2/node/network.rs
2020-04-24 Dietmar Maurersrc/config/network.rs: auto-add lo, and implement a...
2020-04-24 Wolfgang Bumillerxattr: cleanup: don't use pxar types in the API
2020-04-24 Wolfgang Bumillerxattr: api cleanup
2020-04-24 Wolfgang Bumillerxattr: use checked_mul to increase size
2020-04-24 Wolfgang Bumillertools: pub use Fd from proxmox crate
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement netwerk...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: new command to show...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: only show pending...
2020-04-24 Dietmar Maurersrc/config/network.rs: implement network reload, set...
2020-04-24 Dietmar Maurersrc/config/network.rs: use a simple String for comments
2020-04-24 Dietmar Maurersrc/config/network/parser.rs: corectly detect vanished...
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: implement update/delete...
2020-04-23 Dietmar Maurersrc/config/network.rs; support interface comments,...
2020-04-23 Dietmar Maurersrc/config/network.rs: avoid newline after family options
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: implement update/delete...
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: only allow one default...
2020-04-23 Dietmar Maurersrc/config/network.rs: do not allow to change interface...
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bond-slaves
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bridge-ports
2020-04-23 Dietmar Maurersrc/config/network.rs: introduce NetworkInterfaceType
2020-04-23 Dietmar Maurersrc/config/network.rs: cleanup (new helper combine_entry)
2020-04-23 Dietmar Maurersrc/config/network.rs: write changes to interfaces.new
2020-04-23 Dietmar Maurersrc/config/network.rs: use a single mtu setting (instea...
2020-04-23 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: improve network...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format datastore...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format network list...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: allow to update 'auto'...
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: parse MTU settings
2020-04-22 Dietmar Maurersrc/config/network.rs: only save attriubutes used by...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: implement delete property
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: allow to update configurati...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: improve network api
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: remove debug println
2020-04-22 Dietmar Maurersrc/config/network/helper.rs: fix CIDR regex
2020-04-22 Dietmar Maurersrc/api2/types.rs: add schemas for IP/CIDR
2020-04-22 Dietmar Maurersrc/api2/config/datastore.rs_ fix method docs
2020-04-22 Dietmar Maurersrc/config/network.rs: remove netmask support
2020-04-21 Dietmar Maurersrc/api2/types.rs: define NETWORK_INTERFACE_NAME_SCHEMA
2020-04-21 Dietmar Maurersrc/config/network.rs: move type definitions to src...
2020-04-21 Dietmar Maurerrename ConfigMethod to NetworkConfigMethod
2020-04-21 Dietmar Maurersrc/api2/config/network.rs: start network configuration api
2020-04-21 Dietmar Maurersrc/config/network.rs: impleement load/save
2020-04-21 Dietmar Maurersrc/config/network.rs: add Interface flags 'exists...
2020-04-21 Dietmar Maurersrc/config/network.rs: cleanup autostart flag handling
2020-04-21 Dietmar Maurersrc/config/network/helper.rs: new helper get_network_in...
2020-04-20 Dietmar Maurersrc/config/network.rs: simplify code
2020-04-20 Dietmar Maurersrc/config/network.rs: read/write /etc/network/interfaces
2020-04-18 Dietmar Maurersrc/config/cached_user_info.rs: cache it up to 5 seconds
2020-04-18 Dietmar Maurerfix permission tests using non-uri parameters
2020-04-18 Dietmar Maurersrc/config/cached_user_info.rs: new check_privs helper
2020-04-18 Dietmar Maurersrc/api2/access.rs: cleanup
2020-04-18 Dietmar Maurersrc/api2/types.rs: use anyhow::Error in test cases
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/pull.rs: add access permission
2020-04-17 Dietmar Maurersrc/api2/subscription.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/reader.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/config/remote.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/config/datastore.rs: impl digest check for...
2020-04-17 Dietmar Maurersrc/api2/backup.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/admin/datastore.rs: add access permissions...
2020-04-17 Dietmar Maureracl: change path "storage" to "datastore"
2020-04-17 Dietmar Maurersrc/api2/access/role.rs: use schema ACL_ROLE_SCHEMA
2020-04-17 Dietmar Maurermove type defs from src/api2/access/acl.rs to src/api2...
2020-04-17 Dietmar Maurersrc/api2/access/role.rs: new api to list roles
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/access/acl.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/tasks.rs: use api macro, implement access...
2020-04-16 Dietmar Maurersrc/api2/node/syslog.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/status.rs: add access permissions
2020-04-16 Dietmar Maurersrc/server/rest.rs: reduce delay for permission error...
2020-04-16 Dietmar Maurersrc/api2/node/services.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/journal.rs: add access permissions
2020-04-16 Dietmar Maurerstart impl. access permissions
2020-04-16 Dietmar Maurersrc/config/cached_user_info.rs: new helper class
next