Commit Graph

554 Commits (1c0df3687ae3d1e72f61523af8d8367db783ebb7)

Author SHA1 Message Date
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
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
Luciano Righetti 9f65954499 fix: class not found issue 2021-11-09 14:38:48 +01:00
Luciano Righetti 2146cd49f7 chg: add background jobs settings to the ui editor 2021-11-09 14:19:07 +01:00
Luciano Righetti f2c9d12eae chg: merge develop, fix conflicts. 2021-11-08 11:35:20 +01:00
Luciano Righetti f80fcec2db chg: rename settings 2021-11-05 15:46:42 +01:00
Jakub Onderka c9597ba3e9 new: Store system settings in database 2021-11-05 09:19:56 +01:00
Luciano Righetti 7ba758efb0 new: support existing worker controls via supervisor api 2021-11-04 11:42:17 +01:00
Luciano Righetti b1eaed2b1b chg: merge develop, fix conflicts 2021-11-03 13:54:20 +01:00
Luciano Righetti cce5e581d4 fix: add missing jobId param to enqueue() calls 2021-11-02 16:25:43 +01:00
Luciano Righetti 6280311206 chg: use new bg jobs tool in servers controller 2021-11-02 11:09:41 +01:00
Jakub Onderka 53b0da0aae
Merge pull request #7897 from JakubOnderka/preview-index-api
Preview index api
2021-10-29 12:50:36 +02:00
Jakub Onderka 358bf8b029 new: [API] Return JSON for server index preview 2021-10-28 21:56:41 +02:00
Jakub Onderka f6470e4326 fix: [internal] removeOrphanedCorrelations 2021-10-28 21:35:46 +02:00
Jakub Onderka 459afd6f67 chg: [internal] Code cleanup for Server::pull method 2021-10-16 09:26:42 +02:00
Jakub Onderka 3dd23605bc chg: [internal] Refactor FileAccessTool 2021-10-03 23:53:03 +02:00
Jakub Onderka 861fdffada chg: [internal] Move methods to specific controllers 2021-09-26 12:23:23 +02:00
Jakub Onderka f7371ccda4 chg: [internal] Server controller cleanup 2021-08-25 10:29:45 +02:00
Jakub Onderka 157dbed32b chg: [sync] Simplify server post test code 2021-08-21 11:29:14 +02:00
Jakub Onderka c04c009567
Merge pull request #7676 from JakubOnderka/connection-test-server-sync
chg: [sync] Use server sync tool for connection test
2021-08-21 11:03:04 +02:00
Jakub Onderka d1ff149df2 chg: [sync] Use server sync tool for connection test 2021-08-20 17:42:55 +02:00
Jakub Onderka 0174336156 chg: [sync] Pull just necessary data when pulling sightings 2021-08-11 18:42:22 +02:00
Jakub Onderka b4661c4d3e
Merge pull request #7587 from JakubOnderka/rest-client-user-agent
Change User-Agent to MISP REST Client
2021-08-11 10:02:43 +02:00
Jakub Onderka f81c101679 new: [test] Push to remote server 2021-08-09 13:02:29 +02:00
Jakub Onderka 17e2790997 new: [test] Sync 2021-08-09 12:55:46 +02:00
Jakub Onderka 158fb40861
Merge pull request #7619 from JakubOnderka/get-remote-update
chg: [internal] Use ServerSyncTool for fetching remote user info
2021-08-03 15:32:32 +02:00
Jakub Onderka a4c69e5c6e chg: [internal] Use ServerSyncTool for fetching remote user info 2021-08-03 15:06:59 +02:00