]> git.proxmox.com Git - flutter/proxmox_login_manager.git/history - lib/proxmox_login_form.dart
tree wide: avoid using private types in public APIs for State
[flutter/proxmox_login_manager.git] / lib / proxmox_login_form.dart
2024-04-09 Thomas Lamprechttree wide: avoid using private types in public APIs...
2024-04-09 Thomas Lamprechttree wide: check if build context is still valid after...
2024-04-09 Thomas Lamprechttree wide: use SizedBox over Container if just done...
2024-04-09 Thomas Lamprechttree wide: avoid unnecessary new keyword
2024-04-09 Thomas Lamprechttree wide: prefer const constructors
2024-04-09 Thomas Lamprechttree wide: avoid unnecessary this
2024-04-03 Thomas Lamprechttree wide: various small lint auto-fixes
2024-04-03 Thomas Lamprechttree wide: use 'const' with the constructor to improve...
2024-04-03 Thomas Lamprechtadapt to toggleableActiveColor property having been...
2023-07-05 Thomas Lamprechtlogin form: set TextInputAction.next for origin field
2023-07-05 Thomas Lamprechtlogin form: make onOriginSubmitted a required callback
2023-07-04 Dominik Csapaktfa: allow closing tfa form
2023-07-04 Dominik Csapaktfa: only open tfa form when there is at least one...
2023-07-03 Thomas Lamprechtupdate to new-format TFA login
2023-05-02 Dominik Csapaklogin form: use wrapper function for biometric interface
2023-04-28 Thomas Lamprechtlogin connection test: avoid the word test
2023-04-25 Dominik Csapaklogin form: restructure _tryGetAccessDomains
2023-04-25 Dominik Csapaklogin form: factor out the ConnectionErrorDialog
2023-04-25 Aaron Lautererlogin form: fix port autodetection
2023-04-21 Dominik Csapaklogin form: try port 8006 and 443 if none is given
2023-04-21 Dominik Csapakoptionally save passwords with biometric storage
2023-04-21 Dominik Csapaklogin form: count the loading progresses
2023-04-21 Dominik Csapaklogin form: move condition into handler
2023-03-15 Thomas Lamprechtlogin form: dart fmt
2022-12-05 Dominik Csapaklogin: fix login for saved ipv6 addresses
2022-09-08 Dominik Csapakimprove colors of login screen
2022-09-08 Dominik Csapakmigrate from FlatButton to TextButton
2022-09-08 Aaron Lautererlogin_form: keep Continue button above Android softnav
2021-12-14 Thomas Lamprechtcolors and stuff
2021-06-10 Thomas LamprechtTFA: fix awaiting TOTP verification page
2021-03-12 Thomas Lamprechtmigrate to sound null safety
2020-09-23 Tim Marxinform user about unsupported pve version
2020-09-23 Thomas Lamprechtfix issue when 443 port is used
2020-09-22 Tim Marxadd autofill group to login form
2020-09-22 Tim Marxcatch expired sessions before login
2020-09-18 Tim Marxadd multi session usage
2020-09-18 Tim Marxchange proxmox logo styles
2020-09-14 Tim Marxadd autofill hints to form fields
2020-09-09 Tim Marxadd close button to login form
2020-09-09 Tim Marxadd onsubmitted handler for origin & password field
2020-09-07 Tim Marxlogin form: ensure textfields are visibile when keyboar...
2020-08-27 Tim Marxtrim form fields
2020-07-23 Tim Marxinitial commit