Your comments
We don't support this feature in the community edition
You can set the session timeout in the file web.xml
<!-- Session Configuration --> <session-config> <session-timeout>60</session-timeout> </session-config>
The MyCollab uses the web.xml, so if you set the value there so it will be affected to the MyCollab instance
MyCollab can run without any limitation in localhost, If you are using the reverse proxy then it should forward the request to your local MyCollab instance which could be the same server (localhost) with reverse proxy or different machine.
Hi Tarek,
We don't have the policy to sell the premium source code. But you can customize the source code of the community edition follows the GPLv3 license
Thanks,
Hai Nguyen
This feature is on our schedule for the next release. Please be patient for a while.
This issue is fixed in the MyCollab 5.4.9, which we have just released today.
Yes, you are right. The page does not recognize the line end character, and this issue is caused by ckeditor wrapped in our code. We will fix this issue in the next release which is expected within the next 2 weeks.
We don't support right now. If you need this feature please sponsor development if you need it at short time.
You don't need to create the schema by yourself, but when you install the MyCollab then we will create the schema as long as you give the right db information. By the way, the sql script is located at https://github.com/MyCollab/mycollab/tree/master/mycollab-migration/src/main/resources/db/migration for your reference
Customer support service by UserEcho
We don't support this feature in the community edition