]> git.proxmox.com Git - pve-manager.git/history - PVE/API2/APT.pm
ui: dc/BackupEdit: use correct validation
[pve-manager.git] / PVE / API2 / APT.pm
2021-06-30 Fabian Ebnerapi: apt: add PUT and POST handler for repositories
2021-06-30 Fabian Ebnerapi: apt: add call for repository information
2021-06-25 Thomas Lamprechtapi: apt versions: track proxmox-backup-file-restore
2021-06-25 Thomas Lamprechtapi/apt: whitespace/indentation cleanup
2020-11-05 Stefan Reiterapt: add libproxmox-backup-qemu0 to displayed packages
2020-09-07 Stoiko Ivanovuse PVE::Tools::sendmail for update notifications
2020-08-21 Thomas Lamprechtpveversion: track proxmox-backup-client
2020-07-08 Thomas LamprechtRevert "Close #1623: replace apt-get to apt"
2020-07-07 Moayad AlmalatClose #1623: replace apt-get to apt
2020-05-10 Thomas Lamprechtapi: apt/versions: track libpve-network-perl as optiona...
2020-05-03 Wolfgang LinkAdd libproxmox-acme-perl to pveversion
2019-12-03 Thomas Lamprechtapi: apt versions: handle packages without filename...
2019-11-30 Thomas Lamprechtapi: apt/versions: track ifupdown and ifupdown2 as...
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-10-30 Thomas Lamprechtpveversion: track libspice-server1 (again)
2019-06-15 Thomas Lamprechtperl: fix some common typos found with codespell
2019-06-04 Thomas Lamprechtdrop references to un-maintained sheepdog plugin
2019-05-24 Thomas Lamprechtapi apt versions: update package lists for PVE 6
2019-03-19 Thomas Lamprechtapi/apt: remove unused variable
2018-10-23 Thomas Lamprechtadd pve-edk2-firmware to pveversion package list
2018-02-16 Fabian Grünbichlerpveversion: use AptPkg::Version, not Dpkg::Version
2018-02-16 Fabian Grünbichlerpveversion: sort kernel packages by version
2018-02-15 Thomas LamprechtAPT API: versions: add new pve packages
2018-02-15 Thomas LamprechtAPT API: versions: split up long line and refactor
2017-03-16 Fabian GrünbichlerAPT: update packages and package names
2016-10-14 Dietmar Maurerpveversion: add smartmontools
2016-10-14 Dietmar Maurerpveversion: add pve-docs package
2016-09-21 Emmanuel Kasperdo not test for the cgmanager package in pveversion...
2016-08-12 Dominik Csapakadd novnc-pve to pveversion -v
2016-05-10 Wolfgang LinkAdd ceph in optional packages
2016-02-26 Dietmar Maurerdo not use Net::SSL
2015-08-25 Wolfgang Linkcomplete optional packet list for pveversion
2015-08-10 Dietmar Maurerpveversion: add criu package
2015-08-10 Wolfgang LinkAdd extra optional list to pveversion
2015-06-30 Dietmar Maurerfix bug #648: forward call to correct node
2015-06-19 Dietmar Maurerpveversion: also remove clvm
2015-06-19 Dietmar Maurerpveversion: also list lxcfs and cgmanager
2015-06-19 Dietmar Maurerpveversion: fix package list for pve 4.0
2015-03-06 Dietmar Maurerfix proxversion -v for jessie release
2014-09-04 Stanislav German... GUI: add new email_from option to datacenter.cfg
2013-09-24 Dietmar Maurerbump version to 3.1-14 - avoid warning in daily cron...
2013-09-09 Dietmar Maureruse correct changelog urls for pve repositories.
2013-09-09 Dietmar Maurercorretly use proxy CONNECT
2013-08-26 Dietmar Maurerchangelog: proxy API call to correct node
2013-08-23 Dietmar Maurerapt: only consider installed packages
2013-08-16 Dietmar Maurertry to guess changelog url fro security updates
2013-08-14 Dietmar Maurerinclude glusterfs-client version in 'pveversion -v'
2013-08-02 Dietmar Maurerbug fix: only send updated package list once
2013-08-02 Dietmar Maurerapt: try to send updated packe list only once
2013-08-02 Dietmar Maurerapt: try to detect new packages
2013-08-02 Dietmar Maurerimpl. a better way to suppress output from apt-get...
2013-08-02 Dietmar Maurerbe more quiet
2013-08-02 Dietmar Maurerrun 'apt-get update' in quiet mode when starting from...
2013-08-01 Dietmar Maurerfix changelog url for pve repository
2013-07-29 Dietmar Maureradd correct url for proxmox package changelogs
2013-07-26 Dietmar Maurertell apt to use http_proxy settings
2013-07-19 Dietmar Maurerfix bug #437: include pve-libspice-server1 in package...
2013-06-21 Dietmar Maureradd/use API for pveversion
2013-06-19 Dietmar MaurerAllow to send notification mail about new packages.
2013-06-19 Dietmar Maureruse interactive vnc shell to run system upgrade
2013-06-19 Dietmar Maurerapt: group by Origin
2013-06-18 Dietmar Maurerimplement better method to compute changelog url
2013-06-18 Dietmar Maurerapt-get upgrade: pass --force-confdef and --force-confo...
2013-06-18 Dietmar Maurerimprove changelog viewer
2013-06-18 Dietmar Maureruse LWP to download changelog
2013-06-18 Dietmar Maureravoid warning about uninitialize values
2013-06-18 Dietmar Maurerapt: always create new AptPkg::Cache object.
2013-06-18 Dietmar Maurerimplement changelog API
2013-06-17 Dietmar Maurerapt: fix changelog url
2013-06-13 Dietmar Maureradd changelog url to package info
2013-06-13 Dietmar Maurerimplement apt-get dist-upgrade
2013-06-13 Dietmar Maurerimplement apt-get update
2013-06-13 Dietmar Maurercache apt query in /var/lib/pve-manager/pkgupdates
2013-06-13 Dietmar Maureradd API for apt using libapt-pkg-perl