diff --git a/dms/README.rst b/dms/README.rst index 45eb2d0a6..32c7ca6dd 100644 --- a/dms/README.rst +++ b/dms/README.rst @@ -120,6 +120,7 @@ Known issues / Roadmap - If Inherit permissions from related record (the inherit_access_from_parent_record field from storage) is changed when directories already exist, inconsistencies may occur because groups defined in the directories and subdirectories will still exist, all groups in these directories should be removed before changing. - Since portal users can read ``dms.storage`` records, if your module extends this model to another storage backend that needs using secrets, remember to forbid access to the secrets fields by other means. It would be nice to be able to remove that rule at some point. - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example). +- Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo. Bug Tracker =========== diff --git a/dms/readme/ROADMAP.rst b/dms/readme/ROADMAP.rst index 8e714e036..607ed9190 100644 --- a/dms/readme/ROADMAP.rst +++ b/dms/readme/ROADMAP.rst @@ -6,3 +6,4 @@ - If Inherit permissions from related record (the inherit_access_from_parent_record field from storage) is changed when directories already exist, inconsistencies may occur because groups defined in the directories and subdirectories will still exist, all groups in these directories should be removed before changing. - Since portal users can read ``dms.storage`` records, if your module extends this model to another storage backend that needs using secrets, remember to forbid access to the secrets fields by other means. It would be nice to be able to remove that rule at some point. - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example). +- Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo. diff --git a/dms/static/description/index.html b/dms/static/description/index.html index a58362333..d55845b0e 100644 --- a/dms/static/description/index.html +++ b/dms/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -498,6 +497,7 @@

Known issues / Roadmap

  • If Inherit permissions from related record (the inherit_access_from_parent_record field from storage) is changed when directories already exist, inconsistencies may occur because groups defined in the directories and subdirectories will still exist, all groups in these directories should be removed before changing.
  • Since portal users can read dms.storage records, if your module extends this model to another storage backend that needs using secrets, remember to forbid access to the secrets fields by other means. It would be nice to be able to remove that rule at some point.
  • Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).
  • +
  • Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo.
  • @@ -550,9 +550,7 @@

    Other credits

    Maintainers

    This module is maintained by the OCA.

    - -Odoo Community Association - +Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.