]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/shortlog
flutter/proxmox_dart_api_client.git
2020-04-23 Tim Marxfix displayName for guests
2020-04-20 Tim Marxconvert wearout field to jsonObject -> api endpoint...
2020-04-17 Tim Marxadd timeout to auth call
2020-04-17 Tim Marxfix wrong null check
2020-04-15 Tim Marxremove osdid field from PveNodesDisksListModel
2020-04-14 Tim Marxcorrect types for class fields
2020-04-14 Tim Marxadd getQemuStatus method
2020-04-14 Tim Marxadd unified typed getStatus method
2020-04-14 Tim Marxrearrange class fields
2020-04-14 Tim Marxmake ProxmoxApiException toString more verbose
2020-04-14 Tim Marxtemporarily revert to async for handleAccessTicketResponse
2020-04-14 Tim Marxadd null check
2020-04-14 Tim Marxwhitespace and format cleanup
2020-04-14 Tim Marxadd getNodeDisksList api call
2020-04-14 Tim Marxadd getNodeAptUpdate api call
2020-04-14 Tim Marxadd getNodeServices api call
2020-04-14 Tim Marxadd getNodeRRDdata api call
2020-04-14 Tim Marxadd getNodeStatus api call
2020-04-14 Tim Marxadd lxcMigrate api call
2020-04-14 Tim Marxadd getLxcStatusCurrent api call
2020-04-14 Tim Marxadd getLxcConfig api call
2020-04-14 Tim Marxadd qemuMigrate api call
2020-04-14 Tim Marxadd qemu migrate precondition api call
2020-04-14 Tim Marxadd pve task log api calls
2020-04-14 Tim Marxfix annotations for enum classes
2020-04-14 Tim Marxmove osChoices to model class
2020-04-14 Tim Marxadd startdate field to qemu config model
2020-04-14 Tim Marxrework getQemuConfig api call
2020-04-14 Tim Marxremove getClusterTask json coversion
2020-04-14 Tim Marxfix query parameter type
2020-04-14 Tim Marxadd _postWithValidation conviniece wrapper
2020-04-14 Tim Marxadd retry logic to get request
2020-03-11 Tim Marxmove all model exports to pve_model
2020-03-11 Tim Marxadd qemu status api call with models
2020-03-11 Tim Marxadd qemu rrd api call
2020-03-11 Tim Marxadd custom datetime serializer
2020-03-11 Tim Marxstore origin in authenticate method for native usage
2020-03-11 Tim Marxupdate packages
2020-03-11 Tim Marxfix readme
2020-02-14 Dominik Csapakadd Product prefix as parameter
2020-02-14 Dominik Csapakadd generic get and post requests
2020-01-08 Tim Marxadd retry package
2020-01-03 Tim Marxstyle fix
2020-01-03 Tim Marxmove api class to api client package
2020-01-03 Tim Marxrename client to ProxmoxApiClient
2020-01-03 Tim Marxupdate readme about model creation
2020-01-03 Tim Marxmove model classes to api client package
2019-12-30 Tim Marximplement missing native utils functions
2019-12-30 Tim Marxupdate gitignore
2019-12-23 Tim Marxremove unnecessary await
2019-12-17 Tim Marxadd test for ticket response handler
2019-12-17 Tim Marxfix ticket response regex
2019-12-17 Tim Marxremove unsused startTime parameter
2019-12-17 Tim Marxadd tests for response validation
2019-12-17 Tim Marxuse validate extension method instead of throwing gener...
2019-12-17 Tim Marxconvert response validation function to extension method
2019-12-17 Dominik Csapakadd statusCode to ProxmoxApiException
2019-09-23 Tim Marxfix regex error
2019-09-23 Tim Marximplement ticket storage for web
2019-09-23 Tim Marxadd export for credentials
2019-09-23 Tim Marximplement ticket from storage for web
2019-09-23 Tim Marxadd api exception to exports
2019-09-23 Tim Marxadd optional response validation
2019-09-16 Tim Marxadd platform aware conditional export
2019-09-12 Tim Marxadd platform aware origin handling, implemented web...
2019-09-11 Tim Marxmake authorization endpoint optional
2019-09-11 Tim Marxget ticket endpoint for web from window
2019-09-10 Tim Marximport dart:html before dart:io
2019-08-29 Tim Marxchange auth from cookie to authorization header
2019-08-12 Tim Marxadd support for web
2019-08-12 Tim Marxadd support for web
2019-08-08 Tim Marxrename package
2019-08-08 Tim Marxadd initial auth support
2019-08-08 Tim Marxinitial commit