Commit Graph

599 Commits (2.4)

Author SHA1 Message Date
Jakub Onderka 2dd74ed79b chg: [CLI] Simplify updating JSON structures 2024-04-21 10:37:08 +02:00
Sami Mokaddem 9e19438a16
Merge remote-tracking branch 'origin/develop' into notes 2024-02-07 17:17:29 +01:00
Sami Mokaddem 9887843358
chg: [servers:getVersion] Include the remote instance UUID if user has perm_sync permission 2024-02-07 17:15:58 +01:00
Sami Mokaddem ea7e48b2a7
Merge remote-tracking branch 'origin/develop' into notes 2024-02-06 15:04:09 +01:00
Sami Mokaddem f649814afb
chg: [analyst-data:pull] Change in pull strategy + few improvements 2024-02-05 10:59:20 +01:00
Sami Mokaddem eaf8a2b98a
chg: [analyst-data] Added `locked` flag, support of orgc/org, analyst-data-blocklist and most implementation of push synchronisation - WiP 2024-02-01 14:24:41 +01:00
Sami Mokaddem 8cef82f1ea
chg: [server:sync/analyst-data] Started integration of server synchronisation - WiP 2024-01-31 15:10:08 +01:00
Jakub Onderka b1d31d653d fix: [admin] Show logos in SVG format in admin 2024-01-30 14:49:37 +01:00
Jakub Onderka 11a67099cc new: [CLI] Add ability to show running jobs 2024-01-08 19:09:04 +01:00
Jakub Onderka 9c346e8282 fix: [internal] Code style 2024-01-04 17:59:23 +01:00
Jakub Onderka 9ac760110c fix: [internal] Remove unused variables 2024-01-04 17:33:26 +01:00
iglocska 5bed463416
chg: [logging] fail silently if logging entry can't be saved
- can happen when the log change is too large for example
- no need to roll back / break sync for example if a log entry is too large, just fail silently.
2023-12-07 15:17:58 +01:00
TomOgs 0e89fd0124
fix: prevent push_rules from being required in API requests to /server/edit endpoint 2023-08-22 21:04:37 +08:00
Luciano Righetti f125630c1c fix: properly handle different cert file extensions in server sync. #9084 2023-06-28 09:42:12 +02:00
Christophe Vandeplas c5483cf4b5 fix: [cleanup] removes some TODO messages #103 2023-05-21 10:09:05 +02:00
Sami Mokaddem c305e4e873
chg: [servers:index] Added filtering capability 2023-04-18 11:11:59 +02:00
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