bitwarden_rs/src
BlackDex 5c54dfee3a Fixed an issue when DNS resolving fails.
In the event of a failed DNS Resolving checking for new versions will
cause a huge delay, and in the end a timeout when loading the page.

- Check if DNS resolving failed, if that is the case, do not check for
  new versions
- Changed `fn get_github_api` to make use of structs
- Added a timeout of 10 seconds for the version check requests
- Moved the "Unknown" lables to the "Latest" lable
2020-06-03 17:07:32 +02:00
..
api Fixed an issue when DNS resolving fails. 2020-06-03 17:07:32 +02:00
db Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
static Fixed an issue when DNS resolving fails. 2020-06-03 17:07:32 +02:00
auth.rs Fixed issue #908 2020-03-19 17:37:10 +01:00
config.rs Redesign of the admin interface. 2020-05-28 10:46:25 +02:00
crypto.rs Updated ring 2020-03-16 16:39:20 +01:00
error.rs Change the mails content types to more closely match what we sent before 2020-05-07 00:51:46 +02:00
mail.rs Update lettre to alpha release instead of git commit, and update the rest of dependencies while we are at it 2020-05-31 17:58:06 +02:00
main.rs Update startup banner to direct usage/config questions to the forum 2020-05-13 12:29:47 -07:00
util.rs use format! for rounding to fix arm issue 2020-05-22 12:10:56 +02:00