garrit-schroeder
garrit-schroeder
function EWSService(oauth_token, ews_url) { this.service = new ews.ExchangeService(ews.ExchangeVersion.Exchange2013); this.service.Credentials = new ews.OAuthCredentials(oauth_token); this.service.Url = new ews.Uri(ews_url); } EWSService.prototype.move_mail_to_junk = function (item_id) { var properties = new ews.PropertySet([ ews.BasePropertySet.IdOnly, ews.EmailMessageSchema.Subject, ews.EmailMessageSchema.ParentFolderId...
Mounting the following paths works (fine) for me - `/var/www/MISP/app/webroot/img/orgs` - `/var/www/MISP/app/webroot/img/custom` Uploading new images for organisations or misp customization is working, but the default PNG files are not created.
There already is a pull request for this project: https://github.com/coolacid/docker-misp/pull/95
When you install MISP in the official way you install redis tooe. Why not in docker as well? Additionally we should think about security. Currently redis is not setup to...
What do you think about putting this in its own container?
Having a more variable spoken approach sound good. Only naming convention will break my current PR https://github.com/coolacid/docker-misp/pull/88 This one is especially designed to allow setting MISP variables via ENVs in...
Changes will be overwritten. (If an administrator sets them in the first place. You always have the option to ignore this.) But wrapping this into the init block as well...
Well there are settings that can be changed by cake starting with MISP already. For example MISP.live=true. That's why I opted with M(isp)_S(etting)_ And then the actual setting name and...
MISP Bug (I believe) https://github.com/MISP/MISP/issues/6923. Updating Object Templates fails. But should work fine in the future.
I verified and of course the --delte flag was wrong. Fixed it.