This ticket is no longer relevant.
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
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.
Mar 24 2017
May 27 2016
Apr 7 2016
Mar 30 2016
Mar 8 2016
In T981#15995, @Adityab wrote:@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 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.
Nov 25 2015
Nov 23 2015
Nov 18 2015
Oh, this happens only with Firebug console opened. It does not happen with built-in development tools. I'm closing this for now.
Nov 16 2015
Nov 5 2015
Implemented as fileapi_manticore option.
Nov 3 2015
Nov 2 2015
Oct 29 2015
Oct 27 2015
Oct 22 2015
A couple of updates:
Oct 21 2015
Update: @machniak informed me that it shall be simpler for Chwala to just 'register' the uuid to Manticore. Then, Manticore can send a request to retrieve that file when needed.
Oct 20 2015
An update: Chwala may or may not store user login credentials for external storage based one what the administrator chooses. However, it becomes impractical to present a login dialog to Manticore users when they want to save a document.
Oct 16 2015
So in Manticore's upcoming Chwala storage adapter,
Oct 14 2015
Oct 13 2015
I see this as a simple configuration option for Chwala that defines Manticore URL. That would then be passed to kolab_files as Chwala boolean capability.