Commit Graph

583 Commits (a7905b40cededa7fb54e2c735b8196c9aae03f94)

Author SHA1 Message Date
iglocska a7905b40ce
Merge branch 'develop' into 2.4 2023-02-01 14:37:06 +01:00
Sami Mokaddem 56b9aefb49
chg: [servers:testConnection] Prematurely close the session allowing concurrent requests 2023-01-20 11:02:54 +01:00
iglocska e3d716b9a7
fix: [postTest] speculative fix for case sensitivity of headers
- as reported by @DavoDirty
2023-01-02 12:29:33 +01:00
iglocska 6393e993bf
new: [security setting] disable admin file management
- for compliance reasons, disable the upload of images for the various logos / decorations
- setting can be enabled/disabled via CLI only
2022-11-22 13:24:46 +01:00
Jakub Onderka 0ed444a4d1 fix: [acl] Only site admin can call server pull/push 2022-10-27 12:15:25 +02:00
Jakub Onderka b712415a88 fix: [idTranslator] Show error when remote event not found 2022-10-26 13:54:49 +02:00
Jakub Onderka 1ab9c41981 chg: [internal] Use JsonTool more often vol. 2 2022-10-19 14:36:55 +02:00
Jakub Onderka 7cd1ed76ce chg: [internal] Use specific controller version of jsonDecode 2022-10-10 22:07:25 +02:00
iglocska 33c31210ec
Merge branch 'develop' into auth_key_reset 2022-09-09 14:44:53 +02:00
iglocska 9148d10e39
chg: [serverscontroller] createnewkey aligned with new parameter 2022-09-09 14:44:22 +02:00
Sami Mokaddem 646d921d67
Merge remote-tracking branch 'origin/develop' into tomking2_feature/propagate_tag_deletion 2022-09-01 11:07:35 +02:00
Sami Mokaddem 49575533ad
Merge remote-tracking branch 'origin/develop' into feature-workflows-2 2022-08-04 10:08:56 +02:00
iglocska a04f3964e7
new: [correlation rework] round 2
- long list of fixes
- update scripts
- correlation engine management interface
- recorrelation/truncation tools
- various performance tunings and bug fixes
2022-08-03 15:44:27 +02:00
Sami Mokaddem ed59e09161
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-07-21 13:21:14 +02:00
Luciano Righetti b4fb6251ce
new: mysql db tuning recommendations in server diagnostics 2022-07-19 13:36:53 +02:00
Sami Mokaddem 99a76812bc
Merge remote-tracking branch 'origin/develop' into feature-workflows-2 2022-07-07 09:09:39 +02:00
Sami Mokaddem 8e746960a1
chg: [workflow] Improved integration with settings + added global setting to enable/disable workflow feature 2022-06-24 12:45:20 +02:00
Jakub Onderka f0a4ea6d09 fix: [internal] DB changes array 2022-06-08 09:55:03 +02:00
Sami Mokaddem d8f8225b9e
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows 2022-05-30 14:37:36 +02:00
Luciano Righetti 0f9d0d1ad6 fix: remove unused param 2022-05-20 16:25:38 +02:00
Luciano Righetti 5c324ff56b fix: missing file 2022-05-20 16:23:36 +02:00
Luciano Righetti 9ff4746156 chg: show diagnostic issue if session is file based 2022-05-20 16:13:31 +02:00
iglocska a4cba3fdc6
new: [modules] action module type added
- hooking function type
- add a hooking point via `$this->Module->executeActions($hook_name, $user, $input, $logging_options, $error)`
- will execute the enabled modules for the hook name and depending on the module's type (blocking/not blocking) allow for breaking the execution when false is returned.
- For a sample skeleton, see the misp-modules project
2022-05-04 01:23:13 +02:00
Tom King 5de04ecffa chg: Merge from develop 2022-04-20 08:07:36 +01:00
Jakub Onderka 6431f286c6 new: [internal] Move REST client to new Api controller 2022-04-10 12:02:03 +02:00
Sami Mokaddem bd24e875ee
chg: [feed] Show filtering on type only for server 2022-04-04 13:53:09 +02:00
Sami Mokaddem 6c258015a1
chg: [servers:getAllTypes] Moved the type and object collection action for filtering in the model 2022-04-04 11:52:47 +02:00
iglocska 86832556a4
chg: [ipUser] API now accepts lists of IPs
{
    "ip": ["8.8.8.8", "1.1.1.1"]
}
2022-03-10 13:47:27 +01:00
iglocska 7174b86999
new: [admin API] /servers/ipUser added
- requires user IP logging to be enabled
- search for a user behind an IP via /servers/ipUser, post a JSON containing the user's IP such as this:

{
   "ip": "8.8.8.8"
}
2022-03-10 13:41:22 +01:00
iglocska 11d91386d5
fix: [sync] automatic sync data creation was lacking authkey
- fixed for both old style and advanced authkeys
2022-03-02 20:50:57 +01:00
Jakub Onderka d72dd18bad fix: [security] Do not allow to fetch value of redacted setting 2022-02-26 10:37:56 +01:00
Jakub Onderka 6504612d2c chg: [internal] Limit size of CSP report 2022-02-23 13:43:10 +01:00
Tom King 5f618ed0ca chg: Update from upstream develop 2022-02-17 10:41:58 +00:00
Jakub Onderka 50d284b643
Merge pull request #7986 from JakubOnderka/better-security
chg: [internal] Do not modify session when not necessary
2021-12-30 14:40:01 +01:00
Sami Mokaddem 1434e02075
fix: [server:add] Pass the correct variables to the view 2021-12-21 16:08:59 +01:00
Sami Mokaddem 3ca751c812
chg: [server:edit] Include the object name in addition to the template UUID for PUSH
The name of the object could be unknown by the instance for PULL so we keep it on the old behavior.
2021-12-15 16:10:42 +01:00
Sami Mokaddem f8d2782fb9
fix: [server:edit] Extra field in group by leading to object duplication 2021-12-13 08:10:03 +01:00
Sami Mokaddem 3db4a4636b
chg: [server:synchronisation] Usage of template_uuid instead of the object name 2021-12-10 09:52:07 +01:00
Sami Mokaddem 4848d1013a
fix: [servers:edit] Capture filtering freetext tags for PUSH 2021-12-10 09:31:33 +01:00
Sami Mokaddem 014ae34c53
new: [server:synchronisation] Type filtering during PULL synchronisation
Warning: This feature can introduce unwanted behaviours and inconsistencies
2021-12-09 12:29:03 +01:00
Luciano Righetti 1fcb393b32 fix: do not try to autocomplete with users authkey 2021-12-08 09:01:00 +01:00
Jakub Onderka b100377a73 chg: [internal] Do not modify session when not necessary 2021-11-25 11:58:32 +01:00
Jakub Onderka d7d8211dd9 chg: [internal] Use ProcessTool in AttachmentTool 2021-11-15 10:04:37 +01:00
Jakub Onderka aecf9499ad chg: [internal] Check if update is possible 2021-11-14 19:09:38 +01:00
Jakub Onderka a213817d11 chg: [UI] Use TimeHelper for zmq status 2021-11-14 19:09:38 +01:00
Jakub Onderka 763a9b6e6e fix: [internal] Param order 2021-11-14 19:09:38 +01:00
Jakub Onderka c388bb3882 chg: [internal] Move version checking to one function 2021-11-14 19:09:38 +01:00
Jakub Onderka bbb2ad13ca chg: [internal] Simplified remove version checking 2021-11-14 19:09:37 +01:00
Luciano Righetti ba0399a6fb chg: remove MISP.use_simple_background_jobs setting in favor of SimpleBackgroundJobs.enabled 2021-11-10 16:44:02 +01:00
Luciano Righetti 5826fafe51 fix: allow start worker by queue type 2021-11-10 16:36:38 +01:00