Commit Graph

493 Commits (a61caa3a6a541e6f9761ae99c033c7457050bc0b)

Author SHA1 Message Date
Luciano Righetti 2af550c860 fix: pr comments, update acl to allow all for /servers/openapi view, remove rest client from events menu, remove php7 return hint. 2021-06-04 15:54:13 +02:00
Luciano Righetti 546aacec2c new: add initial version of openapi spec, add ReDoc js files. 2021-06-03 17:49:36 +02:00
Luciano Righetti 8507d324eb fix: servers cannot be edited via API when MISP.host_org_id setting is empty. 2021-05-11 15:04:59 +02:00
mokaddem 1946960c88
new: [servers:edit] Fetches available orgs and tags from remote server
- Componentized views and made them responsive
- Usage of picker for orgs and tags
- For server pull rule, fetches available choices from remote server
2021-04-20 10:46:43 +02:00
mokaddem b86af240b6
new: [servers:diagnostic] Tool to remove orphaned correlations 2021-04-08 15:50:45 +02:00
iglocska 8f13e5f41a
fix: [internal] ThreatLevel::list() function renamed
- causes issues under certain PHP versions as it's a reserved keyword
2021-03-30 09:38:41 +02:00
Jakub Onderka 374b10d623 new: [UI] Reworked galaxy quick view 2021-03-19 20:51:08 +01:00
Jakub Onderka 2f1efc4561
Merge pull request #7186 from JakubOnderka/threat-level-list
chg: [internal] Threat levels list
2021-03-10 08:38:19 +01:00
Jakub Onderka 3935dee16b chg: [internal] Threat levels list 2021-03-10 08:17:11 +01:00
iglocska f592b11ba6
Merge branch '2.4' into develop 2021-03-09 23:24:18 +01:00
iglocska eebe031091
fix: [unsafe API keys] fixed
- if you really have to use them, they should work again

- please don't use them, you are disclosing your APIkey via the URL
- apache logs, proxy logs they will all have your APIkey
- adding headers with your APIkey isn't so difficult
- if a tool you use has no way of configuring headers, reach out to your vendor, they ought to do something about that
2021-03-09 23:10:19 +01:00
Jakub Onderka 599819f7f9 new: [authkeys] Allowed IPs 2021-03-03 09:23:07 +01:00
Jakub Onderka 8a3144f112 new: [security] Content-Security-Policy support 2021-02-26 13:21:00 +01:00
Jakub Onderka 412d9dba1d
Merge pull request #6906 from JakubOnderka/compressed-requests
new: [sync] Compressed requests support
2021-02-18 18:03:11 +01:00
Jakub Onderka bf004ad52d chg: [internal] Simplified ServersController::serverSettings 2021-02-18 17:58:34 +01:00
Jakub Onderka 8342f4e8b4 new: [security] Security audit 2021-02-18 17:58:34 +01:00
Jakub Onderka ab1808a1ed fix: [idTranslator] Distinguish between not found and unreachable 2021-02-11 13:44:56 +01:00
Jakub Onderka d6f9cdc5b1 fix: [internal] idTranslator could show invalid results 2021-02-08 15:28:26 +01:00
Jakub Onderka 2ce6d0b240 fix: [internal] Fix some warnings 2021-01-28 14:09:05 +01:00
iglocska 0a1c3f3458
Merge branch '2.4' into develop 2021-01-22 11:57:08 +01:00
iglocska a8688501c3
fix: [diagnostics] complain about PHP >= 8.0 2021-01-22 11:55:35 +01:00
Jakub Onderka f19516a66c
Merge pull request #6890 from JakubOnderka/php-diagnostics-unit
fix: [UI] Show proper unit for diagnostics
2021-01-21 16:19:19 +01:00
iglocska 4cbaf60da8
fix: [update] fixed due to issues introduced with the branch flag 2021-01-20 16:39:10 +01:00
iglocska 8ee0555798
new: [API] update command got new branch parameter
- instruct the update process to be prepended by a checkout of a given branch
- passed via a URL parameter (/servers/update/branch:develop)
OR
- passed via a JSON object ({"branch": "develop"})
2021-01-20 14:21:31 +01:00
Jakub Onderka fe0d0e3fa1 fix: [UI] Show proper unit for diagnostics 2021-01-20 09:38:34 +01:00
Jakub Onderka 69f901110a new: [sync] Compressed requests support 2021-01-19 17:59:08 +01:00
Jakub Onderka 7c28f9b966 new: [server] Compare server events overlap 2021-01-18 11:34:38 +01:00
Jakub Onderka 56ef2f9874 new: [internal] New ability to get JSON data from event preview 2021-01-18 10:15:36 +01:00
Jakub Onderka 2bdaa351ad chg: [internal] Simplified code for index and event preview 2021-01-18 10:15:36 +01:00
Jakub Onderka a466d48df5
Merge pull request #6853 from JakubOnderka/server-diagnostic-fix
fix: [server] Handle case when checking CLI version is not possible
2021-01-13 14:54:28 +01:00
Jakub Onderka ed816c4da6 fix: [server] Handle case when checking CLI version is not possible 2021-01-13 14:24:25 +01:00
Jakub Onderka bf08b6719a new: [UI] Show link to event preview for ID translator 2021-01-12 10:51:04 +01:00
Jakub Onderka e80cd38f0f chg: [idTranslator] Allow to use from GET request 2021-01-08 10:52:07 +01:00
Jakub Onderka d80475241b chg: [idTranslator] Check also servers that we push 2021-01-08 10:52:07 +01:00
Jakub Onderka 1996687db7 chg: [sync] Return content encoding in postTest 2021-01-07 00:33:46 +01:00
Jakub Onderka 5bc7037c45 fix: [internal] Check if setting value is scalar 2020-12-17 13:50:25 +01:00
Jakub Onderka 66eb224409 chg: [UI] Allow to set syslog setting from UI 2020-11-19 21:32:14 +01:00
Jakub Onderka 071f8877b3 chg: [internal] Throw exception if setting name doesn't exists 2020-11-19 19:08:14 +01:00
mokaddem 89f307bd07 Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-11-18 09:22:40 +01:00
Jakub Onderka db1e7621b2 fix: [internal] MISP update without branch 2020-11-17 15:04:08 +01:00
mokaddem 3ccaa50a37
Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-11-17 10:33:22 +01:00
Jakub Onderka 7c85cdf88c fix: [internal] Diagnostic data download 2020-11-16 23:48:01 +01:00
mokaddem dc65c79130
Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-11-13 16:26:35 +01:00
iglocska 2dfe32ce57
fix: [rest client] implenented changes for advanced authkeys
- strip auth headers in the history
- but not in the actual request
2020-11-13 12:49:14 +01:00
mokaddem 6e1dad515b
Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-11-13 11:04:33 +01:00
iglocska 39911b16c6
Merge branch '2.4' into CRUD 2020-11-13 08:47:22 +01:00
Jakub Onderka 843b2ce7cf
Merge pull request #6560 from JakubOnderka/rest-client-handle-exceptions
fix: [RestClient] Catch exceptions and show error message to user
2020-11-12 23:36:55 +01:00
mokaddem 1879bc05b7
Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-11-12 09:05:12 +01:00
iglocska 46bc6ef4b2
fix: [regression] invalid server loaded for connection test 2020-11-12 08:21:24 +01:00
iglocska dbffebe503
Merge branch '2.4' into CRUD 2020-11-11 11:19:23 +01:00