[PR #2125] [MERGED] Enabled trust-dns and some updates. #3054

Closed
opened 2026-03-03 09:25:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2125
Author: @BlackDex
Created: 12/1/2021
Status: Merged
Merged: 12/7/2021
Merged by: @dani-garcia

Base: mainHead: trust-dns


📝 Commits (1)

  • e327583 Enabled trust-dns and some updates.

📊 Changes

9 files changed (+1294 additions, -621 deletions)

View changed files

📝 Cargo.lock (+222 -85)
📝 Cargo.toml (+6 -9)
📝 src/api/admin.rs (+3 -3)
📝 src/main.rs (+10 -0)
📝 src/static/scripts/bootstrap-native.js (+219 -178)
📝 src/static/scripts/bootstrap.css (+688 -259)
📝 src/static/scripts/datatables.css (+2 -2)
📝 src/static/scripts/datatables.js (+143 -84)
📝 src/static/templates/admin/diagnostics.hbs (+1 -1)

📄 Description

  • Enabled trust-dns feature which seems to help a bit when DNS is
    causing long timeouts. Though in the blocking version it is less visible
    then on the async branch.
  • Updated crates
  • Removed some redundant code
  • Updated javascript/css libraries

Resolves #2118
Resolves #2119


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2125 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `trust-dns` --- ### 📝 Commits (1) - [`e327583`](https://github.com/dani-garcia/vaultwarden/commit/e327583aa56a5129999d6295ff8a2be1ffa6d2a1) Enabled trust-dns and some updates. ### 📊 Changes **9 files changed** (+1294 additions, -621 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+222 -85) 📝 `Cargo.toml` (+6 -9) 📝 `src/api/admin.rs` (+3 -3) 📝 `src/main.rs` (+10 -0) 📝 `src/static/scripts/bootstrap-native.js` (+219 -178) 📝 `src/static/scripts/bootstrap.css` (+688 -259) 📝 `src/static/scripts/datatables.css` (+2 -2) 📝 `src/static/scripts/datatables.js` (+143 -84) 📝 `src/static/templates/admin/diagnostics.hbs` (+1 -1) </details> ### 📄 Description - Enabled trust-dns feature which seems to help a bit when DNS is causing long timeouts. Though in the blocking version it is less visible then on the async branch. - Updated crates - Removed some redundant code - Updated javascript/css libraries Resolves #2118 Resolves #2119 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:25:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3054
No description provided.