Commit Graph

1785 Commits (1c0df3687ae3d1e72f61523af8d8367db783ebb7)

Author SHA1 Message Date
Jakub Onderka 8aea49d926 fix: [view] Remove unused variables 2022-04-18 19:54:12 +02:00
Jakub Onderka d2b5796b56 chg: [internal] Remove unnecessary array_values call 2022-04-18 19:54:12 +02:00
Jakub Onderka 781829cad5 chg: [internal] No need to edit types 2022-04-18 19:54:12 +02:00
Jakub Onderka 9d2ed56906 chg: [internal] Remove not used mapping variable 2022-04-15 18:13:58 +02:00
Jakub Onderka ceaed9533d fix: [internal] Remove unnecessary loadModel 2022-04-15 18:13:21 +02:00
Jakub Onderka 104ea79afc chg: [internal] Simplify and speedup code for freetext importing 2022-04-15 14:31:17 +02:00
Jakub Onderka ff150b8834 chg: [internal] Do not generate export array when initializing Event class 2022-04-10 09:49:21 +02:00
Sami Mokaddem 903b461272
chg: [events:index] Quick search in event index only searches on event.info
The quickfilter used to search in all possible fields in the event and it was massively used by users who only wanted to search in the event.info field.
The search_all feature has been moved in the search index modal under the name `search in all fields` and the quick search input now only perform searches on the event.info field.
2022-04-06 10:07:10 +02:00
Jakub Onderka cc3b7271d9 fix: [api] EventsController::toggleProtect 2022-03-26 12:10:26 +01:00
iglocska bd047201a6
fix: [publish] button missing for users, fixes #8233 2022-03-21 17:08:03 +01:00
iglocska 205ddb0b5a
fix: [event view] make having a valid PGP setup optional for viewing events
- don't throw an exception, rather set an empty key
2022-03-18 13:54:31 +01:00
iglocska dddcc1dcff
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-18 10:12:39 +01:00
iglocska 891572be9f
fix: [signing] fail gracefully if pgp not configured on event index
- return the index, but set fingerprint as null rather than throwing an exception
2022-03-18 10:11:29 +01:00
Sami Mokaddem b0a4660a88
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-03-18 09:14:29 +01:00
Sami Mokaddem ae0e335a05
chg: [events:restSearchExport] Format export based on the responseType 2022-03-18 09:14:10 +01:00
iglocska 1b5edc99cf
fix: [event index] minimal mode fixed for signed events 2022-03-17 15:22:02 +01:00
iglocska e8dcb31623
Merge branch 'feature/protected_mode' into develop 2022-03-17 01:43:44 +01:00
iglocska 17adbc26ae
chg: [signing validation] fixes
- correctly handle edits in regards to tamper proofing events
- handle an edge case of missing organisation data loaded for displaying if an event is removed by failing the validation
2022-03-17 00:47:06 +01:00
iglocska ab54f9cbfd
fix: [ACL] event protect/unprotect received ACL checks 2022-03-16 01:28:59 +01:00
iglocska 26de0a8b0c
new: [events] index and view signing checks added
- exclude events that can't be signed with a valid key as required by the event from the index for automaticTools (MISP + PyMISP)
- sign the data only for automaticTools (MISP + PyMISP)
2022-03-15 22:59:52 +01:00
iglocska c5d6e4a07c
fix: [signing] canonisation support by culling whitespaces 2022-03-14 15:54:24 +01:00
iglocska 0f9645f20e
fix: [signing] generating event signature fixes 2022-03-14 00:30:44 +01:00
iglocska 6a64dc35e4
chg: [event edit] execute validation for signing keys if applicable 2022-03-13 16:42:07 +01:00
iglocska 09a9e55896
new: [protected mode] functionalities added to the events controller
- protect/unprotect events
- include pgp signature in event on load when applicable
2022-03-13 12:35:58 +01:00
Sami Mokaddem c83a7b0b5b
chg: [events:index] Simplified endpoint 2022-03-10 12:10:37 +01:00
Sami Mokaddem 3f9629ad0c
new: [events:index] Multi-select export of events 2022-03-10 10:18:39 +01:00
iglocska 7537d62e7f
chg: [event view] rework
- use the factories
- a host of new elements added
- new side panels
- changed the behaviour of several existing functionalities
- various other small improvements
2022-03-06 23:51:25 +01:00
iglocska 0a0a9f4fe2
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-02-20 17:23:33 +01:00
iglocska e57c32404a
chg: [menu] added the MISP event JSON population to the populate from... menu 2022-02-20 17:21:51 +01:00
Jakub Onderka 9c357bec9c chg: [internal] Speedup when no events found 2022-02-19 16:07:10 +01:00
iglocska f8a0feb59c
chg: [event warnings] load the new behaviour and set the view variable with the contents 2022-02-17 09:24:12 +01:00
iglocska a9e0086a97
new: [event population] added 2022-02-10 12:39:22 +01:00
chrisr3d be805ef644 Merge branch '2.4' of https://github.com/MISP/MISP into develop 2022-02-02 16:22:31 +01:00
iglocska 25253978f0
fix: [API key] shown on automation page when using classic keys 2022-02-02 15:00:08 +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
Jakub Onderka f9eeeed4fe chg: [internal] Make JSONConverterTool method static 2021-12-14 22:35:50 +01:00
Luciano Righetti ed85319d7b fix: typos, bump js version 2021-12-06 16:20:51 +01:00
Luciano Righetti 869ef3e874 fix: use from/until input in UI filters 2021-12-06 16:01:12 +01:00
Luciano Righetti 08913a0a73 add: timestamp and publish_timestamp filters and optional columns to /events/index 2021-12-06 14:27:29 +01:00
Jakub Onderka b100377a73 chg: [internal] Do not modify session when not necessary 2021-11-25 11:58:32 +01:00
Luciano Righetti 96a46b6899 chg: merge develop, fix conflicts. 2021-11-08 14:37:27 +01:00
iglocska 952a98dba8
Merge branch 'local_only' into develop 2021-11-08 14:15:18 +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
Jakub Onderka d99813bdc0 chg: [internal] Code cleanup 2021-10-29 17:28:31 +02:00
Luciano Righetti c16c2784d2 chg: move metadata parameter to last, refactor Server calls to background jobs to new tool 2021-10-29 17:25:33 +02:00
Jakub Onderka 24b8c64c58 fix: [UI] Ignore harvest exception 2021-10-29 17:24:35 +02:00
Jakub Onderka a4f9d14602 fix: [API] Remove default filters for viewEventAttributes 2021-10-29 16:30:24 +02:00
Jakub Onderka 6d8d1dc2a6 chg: [internal] Do not check event tags conflicts 2021-10-29 14:52:31 +02:00
Jakub Onderka 7669d609e4 chg: [UI] Check empty event before filtering 2021-10-29 14:44:19 +02:00