]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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
2020-04-16 Dietmar Maurerdepend on proxmox 0.1.21
2020-04-15 Dietmar Maurersrc/config/user.rs - cached_config: do not store/return...
2020-04-15 Dietmar Maurersrc/config/acl.rs: implement cached_config
2020-04-15 Dietmar Maurersrc/api2/node/dns.rs: use api macro (cleanup)
2020-04-15 Dietmar Maureracl: improve NoAccess handling
2020-04-15 Aaron LautererDocu: first proof reading
2020-04-15 Dietmar Maurerpxar extract: remove pattern from arg_param, add targe...
2020-04-15 Dietmar Maurerpxar create: remove exclude from arg_param
2020-04-14 Dietmar Maurerfix previous commit - use result.
2020-04-14 Dietmar Maureracl update: check path
2020-04-14 Dietmar Maureracl update: check if user exist.
2020-04-14 Dietmar Maurersrc/config/user.rs: implement user config cache
2020-04-14 Dietmar Maureracl api: implement update
2020-04-13 Dietmar Maurerstart ACL api
2020-04-12 Dietmar Maureracl: use BTreeMap and BTreeSet to avoid sort()
2020-04-12 Dietmar Maureracl: implement roles(), add regression tests.
2020-04-11 Dietmar Maureradd acl config
2020-04-09 Dietmar Maurergui: improve login view (use realms)
2020-04-09 Dietmar MaurerPASSWORD_SCHEMA: set max_length to 1024 (for tickets)
2020-04-09 Dietmar Maurerapi: add default property to domain list
2020-04-09 Dietmar Maurerapi: correctly sort access subdirmap
2020-04-09 Dietmar Maurerapi: add list_domains
2020-04-09 Dietmar Maurerapi: move config/user to access/users, implement change...
2020-04-08 Dietmar Maurerimplement auth framework
2020-04-08 Dietmar Maureradd user configiguration
2020-04-06 Dietmar Maurergc: log pending removals
2020-04-01 Dietmar Maurergui: preview prune selection
2020-04-01 Dietmar Maurerprune api: return a usable result (we run synchronous...
2020-03-31 Dominik Csapakfix 'keep-monthly' field name
2020-03-26 Dietmar Maurergui - DataStoreContent: avoid useless icons, display...
2020-03-26 Dietmar Maurergui - DataStoreContent: move control code into controll...
2020-03-26 Dietmar Maurergui: add prune dialog
2020-03-26 Dietmar Maurersrc/server/rest.rs: use correct formatter
2020-03-26 Dietmar Maurergui: cleanup DataStoreContent.js
2020-03-26 Dietmar Maurergui: display DataStoreConfig above DataStoreContent
2020-03-25 Dietmar Maurergui: use a tree panel for DataStoreContent
2020-03-25 Dietmar Maurerdepend on proxmox 0.1.20
2020-03-19 Wolfgang Bumillerbump proxmox dependency to 0.1.19
2020-03-18 Dominik Csapakadd 'rsync' to build_depends
next