forked from OCA/server-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Syncing from upstream OCA/server-auth (16.0) #428
Merged
Merged
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
Fix website in manifest Run pre-commit Move models to own files. Apply OCA conventions Remove logging causing the tests to fail Add application icon Split models into files. Use lambda for defaults Add icon to menuitem Use lambda as suggested Add missing keepass lib Show information if user lacks public key Add note about no https Fix domain for user_id in send wizard. Add permanent note to wizard
vault_controller
…lect all possible users due to access rights - Disable the features if browser isn't using a secure context (https/localhost) - Load required assets in inbox and share frontends - Allow the user to switch a parent of an entry within the same vault - Allow to create entries for vaults using the main menu Entries - Fix bug that encrypted a share twice due to multiple extension with VaultAbstract - Fix a bug on share create that throws a warning about changed values
…changed Note about disaster recovery project Add missing dependency to base_setup for res.config.settings view
Before the path if we create a new child entry from other entry, the complte_name of the entry is not changing when we save the new entry. Doing this changes, we are getting the complete_name correctly. TT38729
vault: Searchpanel improvements: - Add a domain to only show records with children. - Set limit to False. TT38731 vault: Add Vaults to searchpanel view. TT38731
…he fields and files aren't overwritten
… Re-encrypt vaults if the user changes the private key - Recompute access. Unittests
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-14.0/server-auth-14.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-vault/
With the changes introduced on odoo/odoo@a251b14#diff-99de14b6e0a411718ac3adaaf779395155841c7ca9d95fa258369656dae63d18 the tests of vault and vault_share are failing.
…th more than 2 defined rigths. Before the patch, an error would occur when clicking on OK after warning about key re-encryption. This is because the public_key field of user rights other than the one initiating the deletion is not available. After the patch, the public_key field is computed, and therefore, when re-encrypting, the error no longer occurs.
…for vault.entry vault: Ensure that the keys are loaded before blocking UI vault: Button to verify and re-encrypt a vault. Right deletion only flags the vault. Unittests
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-15.0/server-auth-15.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault/
Currently translated at 96.3% (184 of 191 strings) Translation: server-auth-15.0/server-auth-15.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-15.0/server-auth-15.0-vault_share Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault_share/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-15.0/server-auth-15.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault/
Currently translated at 100.0% (47 of 47 strings) Translation: server-auth-15.0/server-auth-15.0-vault_share Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault_share/es/
Currently translated at 100.0% (197 of 197 strings) Translation: server-auth-15.0/server-auth-15.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-vault/es/
…nd reading an entry
…d. Improve readme documentation about this requirement
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-16.0/server-auth-16.0-vault Translate-URL: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-vault/
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.
bt_gitbot