]> git.proxmox.com Git - proxmox.git/history - proxmox-rest-server/src/api_config.rs
rest-server: support configuring the privileged connection
[proxmox.git] / proxmox-rest-server / src / api_config.rs
2024-02-01 Wolfgang Bumillerrest-server: support configuring the privileged connection
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-03-02 Wolfgang Bumillerrest-server: more convenient alias-list for ApiConfig
2023-03-02 Wolfgang Bumillerrest-server: make all ApiConfig methods builder-style
2023-03-02 Wolfgang Bumillerrest-handler: more convenient auth/index handler setters
2023-03-02 Wolfgang Bumillerrest-server: drop ServerAdapter, move AuthError
2023-03-02 Wolfgang Bumillerrest-server: make adapter optional
2023-03-02 Wolfgang Bumillerrest-server: drop Router from ApiConfig
2023-03-02 Wolfgang Bumillerrest-server: make handlebars optional as 'templates...
2023-03-02 Wolfgang Bumillerrest-server: cleanup unreadable code
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-06-21 Hannes Laimerproxmox-rest-server: replace print with log macro
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-04-06 Thomas Lamprechtrest server: rust fmt
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-05 Dietmar Maurerproxmox-rest-server: use new ServerAdapter trait instea...
2021-10-05 Dietmar Maurerproxmox-rest-server: pass owned RestEnvironment to...
2021-10-05 Dietmar Maurerproxmox-rest-server: cleanup, access api_auth using...
2021-10-01 Dietmar Maurerproxmox-rest-server: make get_index async
2021-10-01 Dietmar Maurerproxmox-rest-server: fix spelling errors
2021-09-30 Dietmar Maurerrename CommandoSocket to CommandSocket
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-21 Dietmar Maurerrest server: cleanup auth-log handling
2021-09-21 Dietmar Maurermake get_index and ApiConfig property (callback)
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...