1. 01 Jul, 2022 11 commits
  2. 27 Jun, 2022 1 commit
  3. 24 Jun, 2022 1 commit
  4. 23 Jun, 2022 2 commits
  5. 22 Jun, 2022 3 commits
  6. 21 Jun, 2022 4 commits
  7. 20 Jun, 2022 2 commits
  8. 15 Jun, 2022 10 commits
  9. 14 Jun, 2022 4 commits
  10. 13 Jun, 2022 2 commits
    • Jérome Perrin's avatar
      dms: disable open button in PDF viewer · c54c4bc0
      Jérome Perrin authored
      It does not make any sense to open PDF files from this gadget.
      
      Also remove duplicate line with documentProperties
      c54c4bc0
    • Jérome Perrin's avatar
      dms: support password protected PDFs in viewer · 407b7727
      Jérome Perrin authored
      This is intended to store sensitive documents that users will only
      be able to view from ERP5, but not to easily print or download.
      
      To use this, some customization is needed. First, PDF needs to be
      saved with a password. Then, PDF_getContentPassword type based method
      needs to be customized to return the password.
      
      When using this, we use different password for each document, by
      deriving a password from a master key using document properties (such
      as document reference for example)
      407b7727