[Mayan EDMS: 1878] Re: Mayan EDMS version 2.5.2 released

2017-07-09 Thread David Kornahrens
Thanks. I sent you an email to just complete the quote to get this fixed the right way. Our developer doesn't understand the steps I don't believe. On Sunday, July 9, 2017 at 2:36:24 PM UTC-4, Roberto Rosario wrote: > > Yes, the production.py file is part of the distribution and overwritten on

[Mayan EDMS: 1870] Re: Email document link to multiple addresses...

2017-07-09 Thread Roberto Rosario
Normally it is not no. My guess is that Django doesn't allow this for spam reasons. But, now that mailing profiles have been added, it is easier to add your own emailing backend with specific features like this. On Tuesday, November 22, 2016 at 7:09:02 AM UTC-4, gioboske wrote: > > > Is it

[Mayan EDMS: 1870] Re: Email document link to multiple addresses...

2017-07-09 Thread Roberto Rosario
Scratch that. It seems Django added support for recipient lists (https://docs.djangoproject.com/en/1.11/topics/email/#emailmessage-objects). Will how to add support for this. On Sunday, July 9, 2017 at 2:31:00 PM UTC-4, Roberto Rosario wrote: > > Normally it is not no. My guess is that Django

[Mayan EDMS: 1874] Re: Document Cache

2017-07-09 Thread Roberto Rosario
The cache can be moved to S3 with the same process used to move the document storage to S3. In version 2.5.2 support was added to disable the cache, partially or completely. Limiting the cache to a certain amount of space is a good idea, and a good solution without having to migrate the cache

[Mayan EDMS: 1877] How Mayan's file converter works.

2017-07-09 Thread Roberto Rosario
If you've ever wondered how Mayan is able to show images from files, check out this blog post which goes over the process: http://www.mayan-edms.org/post/mayan-converter/ -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from

Re: [Mayan EDMS: 1875] Re: Status of Issue 139

2017-07-09 Thread Roberto Rosario
I've been going over this issue and will be trying a few ideas in the next development cycle. On Friday, June 9, 2017 at 6:46:43 PM UTC-4, Mark Phillips wrote: > > Issue #139 - https://gitlab.com/mayan-edms/mayan-edms/issues/139 > > Issue #178 (referenced in issue #139) - >

[Mayan EDMS: 1875] Re: CMIS Suport

2017-07-09 Thread Roberto Rosario
The list of API endpoints is found in the "API Documentation" link in the "Tools" menu. It is also interactive. On Monday, June 12, 2017 at 4:19:01 AM UTC-4, Shital Hase wrote: > > Thanks > > How I get API list of Mayan EMDS? > > > > On Saturday, May 20, 2017 at 12:33:13 AM UTC+5:30, Roberto

[Mayan EDMS: 1866] Re: Web Form Upload; How-To

2017-07-09 Thread Roberto Rosario
To rephrase, you want to have an upload form separate from Mayan using something like PHP? If that's the case you can do it using the REST API from a PHP page. On Sunday, July 2, 2017 at 7:25:04 PM UTC-4, David Kornahrens wrote: > > I'm looking to see if anyone has information regarding to

[Mayan EDMS: 1879] Re: Web Form Upload; How-To

2017-07-09 Thread David Kornahrens
Yes sir. So I want to create a web-form outside of Mayan EDMS. Hosted on our website, that allows people to upload different things to our EDMS. Thx, David On Sunday, July 9, 2017 at 2:12:12 PM UTC-4, Roberto Rosario wrote: > > To rephrase, you want to have an upload form separate from

[Mayan EDMS: 1864] Re: After 5 Documents; Not able to Upload Files

2017-07-09 Thread Roberto Rosario
Has this issue manifested again? On Monday, June 5, 2017 at 10:15:46 PM UTC-4, David Kornahrens wrote: > > Weird. I took a snapshot of the droplet, just in case something went > wrong. I checked for an upgrade using the Docker upgrade steps. No dice. > Then, I updated the Droplet to a 2GB

[Mayan EDMS: 1866] Re: cabinets permissions

2017-07-09 Thread Roberto Rosario
The cabinets should behave in the way you expect: one user should not be able to see the other user's cabinet. I'll mark an issue to check this. Thanks for the heads up. On Friday, June 2, 2017 at 4:36:46 PM UTC-4, Nicolas Loyce wrote: > > Hi, I would like to attribute one cabinet for each

[Mayan EDMS: 1872] Re: Mayan EDMS version 2.5.2 released

2017-07-09 Thread Roberto Rosario
Yes, the production.py file is part of the distribution and overwritten on upgrades. Use the local.py for user changes or the environments variables to make persistent changes. On Sunday, July 9, 2017 at 10:13:16 AM UTC-4, David Kornahrens wrote: > > Roberto, > Will upgrading via the Docker

[Mayan EDMS: 1863] Re: Mayan EDMS version 2.5.2 released

2017-07-09 Thread David Kornahrens
Roberto, Will upgrading via the Docker method override the "/usr/local/lib/python2.7/dist-packages/maya/settings/production.py" file? That is the file we put the custom DJANGO in for the DJANGO-STORAGES to function. Thanks, David -- --- You received this message because you are subscribed

Re: [Mayan EDMS: 1879] Re: Status of Issue 139

2017-07-09 Thread Mark Phillips
Thanks! On Sun, Jul 9, 2017 at 11:47 AM, Roberto Rosario wrote: > I've been going over this issue and will be trying a few ideas in the next > development cycle. > > On Friday, June 9, 2017 at 6:46:43 PM UTC-4, Mark Phillips wrote: >> >> Issue #139 -