-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to increase the note size to 100_000 #4772
Merged
dani-garcia
merged 1 commit into
dani-garcia:main
from
BlackDex:allow-increase-note-size-limit
Jul 24, 2024
Merged
Allow to increase the note size to 100_000 #4772
dani-garcia
merged 1 commit into
dani-garcia:main
from
BlackDex:allow-increase-note-size-limit
Jul 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR adds a config option to allow the note size to increase to 100_000, instead of the default 10_000. Since this might cause issues with the clients (in the future), and will cause issues with importing into a Bitwarden server, i added warnings regarding this. Closes dani-garcia#3168
dani-garcia
approved these changes
Jul 24, 2024
truecharts-admin
referenced
this pull request
in truecharts/public
Aug 12, 2024
…1.32.0@71668d2 by renovate (#25023) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vaultwarden/server](https://github.com/dani-garcia/vaultwarden) | minor | `1.31.0` -> `1.32.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (docker.io/vaultwarden/server)</summary> ### [`v1.32.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.31.0...1.32.0) #### Security Fixes This release has several CVE Reports fixed and we recommend everybody to update to the latest version as soon as possible. - [CVE-2024-39924](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39924) Fixed via [#​4715](https://github.com/dani-garcia/vaultwarden/issues/4715) - [CVE-2024-39925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39925) Fixed via [#​4837](https://github.com/dani-garcia/vaultwarden/issues/4837) - [CVE-2024-39926](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39926) Fixed via [#​4737](https://github.com/dani-garcia/vaultwarden/issues/4737) #### Other changes - Updated web-vault to v2024.6.2 - Fixed issues with password reset enrollment by rolling back a web-vault commit #### What's Changed - use a custom plan of enterprise tier to fix limits by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4726](https://github.com/dani-garcia/vaultwarden/pull/4726) - chore: Dockerfile to Remove port 3012 by [@​calvin-li-developer](https://github.com/calvin-li-developer) in [https://github.com/dani-garcia/vaultwarden/pull/4725](https://github.com/dani-garcia/vaultwarden/pull/4725) - Fix bug where secureNotes is empty by [@​cobyge](https://github.com/cobyge) in [https://github.com/dani-garcia/vaultwarden/pull/4730](https://github.com/dani-garcia/vaultwarden/pull/4730) - Improved HTTP client by [@​dani-garcia](https://github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/4740](https://github.com/dani-garcia/vaultwarden/pull/4740) - Update admin interface by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4737](https://github.com/dani-garcia/vaultwarden/pull/4737) - Fix for RSA Keys which are read only by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4744](https://github.com/dani-garcia/vaultwarden/pull/4744) - Fix Email 2FA login on native app by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4762](https://github.com/dani-garcia/vaultwarden/pull/4762) - Update crates & fix crate vulnerability by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4771](https://github.com/dani-garcia/vaultwarden/pull/4771) - Fix Dockerfile linter warnings by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4763](https://github.com/dani-garcia/vaultwarden/pull/4763) - allow re-invitations of existing users by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4768](https://github.com/dani-garcia/vaultwarden/pull/4768) - Allow to override log level for specific target by [@​Timshel](https://github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/4305](https://github.com/dani-garcia/vaultwarden/pull/4305) - Add support for MFA with Duo's Universal Prompt by [@​0x0fbc](https://github.com/0x0fbc) in [https://github.com/dani-garcia/vaultwarden/pull/4637](https://github.com/dani-garcia/vaultwarden/pull/4637) - Allow to increase the note size to 100\_000 by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4772](https://github.com/dani-garcia/vaultwarden/pull/4772) - Update Rust, Crates and GHA by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4783](https://github.com/dani-garcia/vaultwarden/pull/4783) - Duo: use the formatted db email by [@​Timshel](https://github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/4779](https://github.com/dani-garcia/vaultwarden/pull/4779) - Update rust-toolchain.toml to 1.80.0 by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4784](https://github.com/dani-garcia/vaultwarden/pull/4784) - fix issue with adding ciphers to organizations on native ios app by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4800](https://github.com/dani-garcia/vaultwarden/pull/4800) - Rewrite the Push Notifications section in the configuration template by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4805](https://github.com/dani-garcia/vaultwarden/pull/4805) - Secure send file uploads by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4810](https://github.com/dani-garcia/vaultwarden/pull/4810) - make access_all optional by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4812](https://github.com/dani-garcia/vaultwarden/pull/4812) - Remove lowercase conversion for featureStates by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4820](https://github.com/dani-garcia/vaultwarden/pull/4820) - Fix mail::send_incomplete\_2fa_login panic issue by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4792](https://github.com/dani-garcia/vaultwarden/pull/4792) - Update crates, web-vault and fixes by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4823](https://github.com/dani-garcia/vaultwarden/pull/4823) - Updated web-vault to v2024.6.2b by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4826](https://github.com/dani-garcia/vaultwarden/pull/4826) - Update Rust to 1.80.1 by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4831](https://github.com/dani-garcia/vaultwarden/pull/4831) - Fix data disclosure on organization endpoints by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4837](https://github.com/dani-garcia/vaultwarden/pull/4837) #### New Contributors - [@​cobyge](https://github.com/cobyge) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/4730](https://github.com/dani-garcia/vaultwarden/pull/4730) - [@​0x0fbc](https://github.com/0x0fbc) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/4637](https://github.com/dani-garcia/vaultwarden/pull/4637) **Full Changelog**: dani-garcia/vaultwarden@1.31.0...1.32.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
renovate bot
referenced
this pull request
in NorkzYT/Wolflith
Aug 15, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vaultwarden/server](https://github.com/dani-garcia/vaultwarden) | minor | `1.31.0` -> `1.32.0` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (vaultwarden/server)</summary> ### [`v1.32.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.31.0...1.32.0) #### Security Fixes This release has several CVE Reports fixed and we recommend everybody to update to the latest version as soon as possible. - [CVE-2024-39924](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39924) Fixed via [#​4715](https://github.com/dani-garcia/vaultwarden/issues/4715) - [CVE-2024-39925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39925) Fixed via [#​4837](https://github.com/dani-garcia/vaultwarden/issues/4837) - [CVE-2024-39926](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39926) Fixed via [#​4737](https://github.com/dani-garcia/vaultwarden/issues/4737) #### Other changes - Updated web-vault to v2024.6.2 - Fixed issues with password reset enrollment by rolling back a web-vault commit #### What's Changed - use a custom plan of enterprise tier to fix limits by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4726](https://github.com/dani-garcia/vaultwarden/pull/4726) - chore: Dockerfile to Remove port 3012 by [@​calvin-li-developer](https://github.com/calvin-li-developer) in [https://github.com/dani-garcia/vaultwarden/pull/4725](https://github.com/dani-garcia/vaultwarden/pull/4725) - Fix bug where secureNotes is empty by [@​cobyge](https://github.com/cobyge) in [https://github.com/dani-garcia/vaultwarden/pull/4730](https://github.com/dani-garcia/vaultwarden/pull/4730) - Improved HTTP client by [@​dani-garcia](https://github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/4740](https://github.com/dani-garcia/vaultwarden/pull/4740) - Update admin interface by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4737](https://github.com/dani-garcia/vaultwarden/pull/4737) - Fix for RSA Keys which are read only by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4744](https://github.com/dani-garcia/vaultwarden/pull/4744) - Fix Email 2FA login on native app by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4762](https://github.com/dani-garcia/vaultwarden/pull/4762) - Update crates & fix crate vulnerability by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4771](https://github.com/dani-garcia/vaultwarden/pull/4771) - Fix Dockerfile linter warnings by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4763](https://github.com/dani-garcia/vaultwarden/pull/4763) - allow re-invitations of existing users by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4768](https://github.com/dani-garcia/vaultwarden/pull/4768) - Allow to override log level for specific target by [@​Timshel](https://github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/4305](https://github.com/dani-garcia/vaultwarden/pull/4305) - Add support for MFA with Duo's Universal Prompt by [@​0x0fbc](https://github.com/0x0fbc) in [https://github.com/dani-garcia/vaultwarden/pull/4637](https://github.com/dani-garcia/vaultwarden/pull/4637) - Allow to increase the note size to 100\_000 by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4772](https://github.com/dani-garcia/vaultwarden/pull/4772) - Update Rust, Crates and GHA by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4783](https://github.com/dani-garcia/vaultwarden/pull/4783) - Duo: use the formatted db email by [@​Timshel](https://github.com/Timshel) in [https://github.com/dani-garcia/vaultwarden/pull/4779](https://github.com/dani-garcia/vaultwarden/pull/4779) - Update rust-toolchain.toml to 1.80.0 by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4784](https://github.com/dani-garcia/vaultwarden/pull/4784) - fix issue with adding ciphers to organizations on native ios app by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4800](https://github.com/dani-garcia/vaultwarden/pull/4800) - Rewrite the Push Notifications section in the configuration template by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4805](https://github.com/dani-garcia/vaultwarden/pull/4805) - Secure send file uploads by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4810](https://github.com/dani-garcia/vaultwarden/pull/4810) - make access_all optional by [@​stefan0xC](https://github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/4812](https://github.com/dani-garcia/vaultwarden/pull/4812) - Remove lowercase conversion for featureStates by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4820](https://github.com/dani-garcia/vaultwarden/pull/4820) - Fix mail::send_incomplete\_2fa_login panic issue by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4792](https://github.com/dani-garcia/vaultwarden/pull/4792) - Update crates, web-vault and fixes by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4823](https://github.com/dani-garcia/vaultwarden/pull/4823) - Updated web-vault to v2024.6.2b by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4826](https://github.com/dani-garcia/vaultwarden/pull/4826) - Update Rust to 1.80.1 by [@​dfunkt](https://github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/4831](https://github.com/dani-garcia/vaultwarden/pull/4831) - Fix data disclosure on organization endpoints by [@​BlackDex](https://github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4837](https://github.com/dani-garcia/vaultwarden/pull/4837) #### New Contributors - [@​cobyge](https://github.com/cobyge) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/4730](https://github.com/dani-garcia/vaultwarden/pull/4730) - [@​0x0fbc](https://github.com/0x0fbc) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/4637](https://github.com/dani-garcia/vaultwarden/pull/4637) **Full Changelog**: dani-garcia/vaultwarden@1.31.0...1.32.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/NorkzYT/Wolflith). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6InN0YWdpbmciLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwibWlub3IiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a config option to allow the note size to increase to 100_000, instead of the default 10_000. Since this might cause issues with the clients (in the future), and will cause issues with importing into a Bitwarden server, i added warnings regarding this.
Closes #3168