Mar 22 2019
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
This ticket is no longer relevant.
Mar 24 2017
May 27 2016
Apr 7 2016
Mar 30 2016
Mar 8 2016
Mar 7 2016
@vanmeeuwen I'm testing a 30-second timeout for attempting a MongoDB connection, following which Manticore would terminate gracefully. Which is necessary to have anyway in an environment where one runs Manticore directly without systemd.
Mar 6 2016
@Adityab it's been a while now, could you let us know what your assessment is?
Feb 22 2016
Feb 8 2016
@Adityab, assigning to you for an initial assessment on whether this can reasonably be achieved technically.
Feb 5 2016
This may be more important when you know that phantomjs sometimes fail to open some document, then I observe:
Feb 5 12:12:18 localhost manticore: PhantomJS Log : will be back later...
two times per second, and it does not stop until I restart manticore.
Jan 26 2016
Jan 18 2016
So, the default behavior is to set 'Untitled Document' as the placeholder in the title widget. Just like the Manticore UI, you'd need to write your own placeholder logic in the Roundcube UI.
Fixed in ab9f1b8a34ad
Manticore itself should not depend on the mongodb-server package, but kolab-webclient can.
Do you mean that this works for you in your development setup, but not in the packaged version?
Jan 15 2016
Jan 11 2016
Joining the session is already implemented. I'd need more info about the free/busy interface.
Dec 8 2015
Dec 4 2015
Good catch. On it (once I get the session closed event working).
Dec 3 2015
As Chwala uses kolab_auth plugin we can use kolab_auth_role_settings option for this. E.g.:
$config['kolab_auth_role_settings'] = array( 'cn=contractor,%dc' => array( 'fileapi_manticore' => array( 'value' => null, ), ), );
Nov 27 2015
Nov 26 2015
In current implementation Manticore does not know the real file path, so the magic have to be done on Chwala side.