Commit Graph

513 Commits (76d14c00cbc2e5215814eb18e8e0f6b6c83c7763)

Author SHA1 Message Date
iglocska 76d14c00cb Merge branch 'thumbnail' into 2.4 2019-03-29 20:29:37 +01:00
Steve Clement 3b94ab3b33 chg: [diag] Added a more dynamic way for submodule version status. 2019-03-28 10:40:32 +01:00
Steve Clement 823ea745be
Merge pull request #4337 from mokaddem/submoduleDiagnostic
Submodule diagnostic
2019-03-27 17:27:53 +01:00
4ekin 7a88c87b70 fix: fixed i18n string representation in Server Controller and Model 2019-03-26 17:02:05 +03:00
iglocska 45f84dfd72 new: [UI] disable threat level from the UI based on a server setting, fixes #4359
- bye shitty deprecated field
2019-03-25 12:30:38 +01:00
mokaddem 600e4b0573 new: [diagnostic] Fetch submodules git status 2019-03-18 16:17:10 +01:00
Nikos Filippakis 9d59b10368 Publish events to Kafka
Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>
2019-03-18 15:53:22 +01:00
mokaddem 27c42f798e chg: [submodules] added skeleton for submodules git status - WiP 2019-03-15 16:08:47 +01:00
mokaddem d28da557ce chg: [diagnostic] Added GD in PHP extension 2019-03-15 12:25:09 +01:00
iglocska a0d30fb1dc fix: [docs] added object template update CLI command to the automation page 2019-02-26 18:11:34 +01:00
iglocska fede678d5d new: [setting] Added new setting to set external baseurl
- idea is to decouple the baseurl (used to prepend links) from the announce baseurl (for sharing groups / emailing)
2019-02-19 09:37:56 +01:00
Hannah Ward 451a9db3a1
new: Add CORS settings for external integration 2019-02-14 16:32:50 +00:00
iwitz 917e8d245c
fix: working directory in update function
fixes a path problem mentioned in issue #3528
2019-02-12 15:30:51 +01:00
iwitz 0af739b7c1
chg: test url for proxy
this way the check works even if only github is whitelisted by the web proxy
2019-02-11 14:27:41 +01:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
iglocska 60e7b542e7 chg: [documentation] Added new CLI function to automation page 2019-02-09 20:59:05 +01:00
chrisr3d aef4e51cdb
add: [diagnostic] Added check for STIX2 python library 2019-02-08 11:26:42 +01:00
iglocska fe1a7b8947 new: [CLI] Server settings refactored, fixes #4074
- moved most of the codebase to the model
- streamlining of the setting change
- hooked the callback system into the CLI version of the setter
2019-02-01 14:44:52 +01:00
iglocska cf39ec3b3e fix: [description] setSetting CLI command description fixed 2019-01-29 11:17:56 +01:00
iglocska 498a7ae77c new: [feeds] Opened up feed inspection to host org users and added servers to overlap matrix 2019-01-20 10:19:05 +01:00
iglocska 2f1b8bb9fb fix: [caching] Some minor fixes 2019-01-18 17:02:02 +01:00
iglocska eb56fe4e01 chg: [remote cache] Further progress on caching remote instances 2019-01-18 15:33:04 +01:00
iglocska 9c5fbdd7e9 new: [server caching] Initial version WIP 2019-01-18 09:06:23 +01:00
iglocska 48130c282b chg: [session] Added warning about setting the timeout to 0 2019-01-10 22:00:47 +01:00
iglocska 814f27d7bd fix: [timeout setting] Fixed invalid cooke timeout name 2019-01-09 05:05:17 +01:00
iglocska c24d9ed944 chg: [documentation] Added JSON structure update commands to CLI documentation 2019-01-08 13:58:11 +01:00
iglocska beabd36417 new: [config backup] Added logging and a second protective measure
- if the current config.php is hosed, don't start the backup process and overwrite the backup
2019-01-07 08:37:24 +01:00
iglocska 6e8afdaa3a new: [tag collections] Add default tag collection per instance 2019-01-01 17:11:10 +01:00
iglocska d79757ad73 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-12-12 16:01:15 +01:00
iglocska c7a4b6f1f5 fix: [sync] Issue with events not updating on a pull
- overzealous protection removed
- Conditions blocking an event edit via a pull now rely on the locking mechanism, relaxed via an internal sync link
2018-12-12 15:58:36 +01:00
keram79 e34e62efe8
Fix error handling in Server.php
according to http://php.net/manual/de/exception.getmessage.php , the parenthesis are required
2018-12-06 19:42:44 +01:00
iglocska 7759c62a8e new: [CLI] Documentation updated 2018-12-03 11:08:06 +01:00
devnull- 299db8ada8
Merge pull request #8 from MISP/2.4
Update issue 1643 rebase 2.4
2018-11-27 16:40:05 +01:00
iglocska af0f40ab97 new: [server settings] Added automatic backup system for the server settings 2018-11-26 09:12:01 +01:00
iglocska 2aeafd8b79 fix: [sync] Fixed a blocking bug preventing a full push from working with sharing group events 2018-11-23 16:21:48 +01:00
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
Christophe Vandeplas 5701dda67b fix: fixes variable initialization inconsistency in Server push
Fixes issues like: Warning (2): count(): Parameter must be an array or an object that implements Countable in [/var/www/MISP/app/Model/Server.php, line 2353]
2018-11-21 15:55:12 +02:00
Steve Clement f3850747da chg: [config] Added permission check for .git directory 2018-10-29 09:56:12 +09:00
garanews 4501338233
fix separate misspelling
separate vs seperate
2018-10-25 09:12:17 +02:00
Steve Clement 93dbc6f9ca chg: [tools] Changed testForBinExec as the x-sharedlib type is not only on OpenBSD, Debian has the same type when check if executable.
chg: [tools] Added typeinfo to the return so you see in the UI what type it thinks it is. (In case you forced the parameter on the CLI)
2018-10-24 09:22:47 +09:00
Steve Clement cebca8bcb7 chg: [tools] Added x-sharedlib clause in testForBinExec if on OpenBSD. 2018-10-19 08:53:10 +09:00
iglocska c96be93e3c fix: [internal] Fix of wonky model function calls across the application for getting default attachment directories 2018-10-18 09:51:14 +02:00
iglocska 91983ffdef new: [logging] Log why an event could not be pulled 2018-10-16 14:05:30 +02:00
Amaury Leroy 225e6b9f91 Rebase issue 1643 2018-10-16 14:02:46 +02:00
www-data f9183dee3b Merge branch '2.4' into py-virtualenv 2018-10-15 17:09:18 +09:00
iglocska 6f86836bdb fix: [workers] manage workers by default defaulted to false (should be true) 2018-10-11 18:01:09 +02:00
Anthony Vaccaro 61e9851397 Add "manage workers" option.
This is enabled by default, which replicates the current behaviour of having controls to start, stop and restart workers in the server settings page.
When set to disabled, these controls are hidden, which allows server administrators to manage the worker processes externally, e.g. via systemd.

A sample systemd unit file has also been included into the INSTALL directory.
2018-10-08 12:28:22 +10:00
Steve Clement 05e0c412ef chg: [fix] Some fixed to the python virtualenv tweaks 2018-09-28 14:58:55 +02:00
www-data 80fcca5f4c chg: [python] Added initial python virtualenv support, STIX Tests only. 2018-09-25 21:29:34 +02:00
iglocska d8efe959e9 fix: [sync] Invalid model call in the server pull using the update technique 2018-09-12 15:48:43 +02:00