[Mayan EDMS: 1858] Recent Documents

2017-07-06 Thread David Kornahrens
I'm having a hard time understanding the recent document section. I'm the master user, so is there a setting where I can change "recent documents" to display truly the recent documents for all users? I would like this as a review of what information is loaded into the system. Thanks, David --

[Mayan EDMS: 1857] Re: [Docker] Missing static content after upgrade

2017-07-06 Thread Roberto Rosario
The static files are meant to be in the image and not in the volume. But it seems that is not the case. Will add a collectstatic step to the upgrade process. Thanks for figuring this out! On Sunday, June 25, 2017 at 9:06:55 AM UTC-4, Mirco Hansen wrote: > > Hi, > > I managed it by running

[Mayan EDMS: 1856] Re: mimetype configuration...

2017-07-06 Thread Roberto Rosario
The mimetype app does its best to determine the mime type as the entire image conversion pipeline is based on mimetypes. In theory, it should be able to add the possibility of changing the mimetype. I would prefer to add support for the "message/rfc822" directly. Either by typecasting it as a

[Mayan EDMS: 1854] Re: Digital Ocean Volumes

2017-07-06 Thread Roberto Rosario
Hi David, managed to read the encrypted messages. Thanks. On Sunday, July 2, 2017 at 7:21:24 PM UTC-4, David Kornahrens wrote: > > Hey Roberto, > I wrote you back, but was having difficulties with our O365 auto > encrypting then emails. DIdn't like some of the terminology we used, I > guess.

[Mayan EDMS: 1854] Re: Document Cache

2017-07-06 Thread Roberto Rosario
Yes, the document cache can also be move to an S3 object storage. But be aware that moving the document cache to a remote storage can add unforeseen slowdowns when displaying images. The document cache stores the image representation of the documents to speed up display of the thumbnails,

[Mayan EDMS: 1852] Re: Avoiding duplication

2017-07-06 Thread Roberto Rosario

[Mayan EDMS: 1852] Re: Avoiding duplication

2017-07-06 Thread Roberto Rosario
Two changes just recently landed on the code regarding this. - "Add support to search documents and document pages by checksum." (https://gitlab.com/mayan-edms/mayan-edms/commit/0820d0c0e6519853b1218e73993201ada688b4e8) - "Add duplicated document scan support."