Commit Graph

23 Commits (4be80d39a80d4375dc80a45e43d8e67db0125793)

Author SHA1 Message Date
Jeroen Pinoy 6bf4c9d7e1
fix: [GalaxyClusters] fix tag_name restsearch filter (#9512) 2024-01-28 09:11:37 +01:00
iglocska 713a9f4df3
fix: [objects] restsearch first/last seen filters added
- also a fix for the allowedlists generating notice errors / not firing correctly
2024-01-19 18:11:28 +01:00
Jakub Onderka 9c15f17b6e fix: [API] Missing includeUuid param for Sighting rest search 2024-01-16 17:43:33 +01:00
Jakub Onderka 65d379ae3f fix: [API] Missing UUID param for Sighting rest search 2024-01-16 17:18:20 +01:00
Stefano Ortolani 815f8f6f3c fix: searching events by event_tags 2024-01-03 18:08:00 +00:00
iglocska b5437eda1d
fix: [RPZ] export custom parameters ingored, fixes #9420 2023-11-28 14:06:44 +01:00
Luciano Righetti e1f99a2824 fix: api order not working because of dropped param/incorrect handling, related to #9359 2023-11-09 09:56:57 +01:00
iglocska 00d22d29b1
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-10-05 17:05:59 +02:00
iglocska a3c728674f
chg: [event restsearch] exposed includeGranularCorrelations
- and also made it visible in the JSON output
2023-10-05 17:05:22 +02:00
Tom King 24ac6ae4b8 fix: [Attribute REST] Add sharinggroup as an allowed parameter for attribute filtering 2023-10-03 14:41:55 +01:00
iglocska 2c931c6058
fix: [API] filter parameters added 2023-09-24 19:29:43 +02:00
iglocska e9c410687b
chg: [tests] make em happy with re-including a filter parameter that worked before, albeit unintentionally 2023-09-24 14:34:13 +02:00
iglocska a316e9ff64
fix: [ibternal] invalid ; instead of ,
- Me not think good.
2023-09-24 09:21:32 +02:00
iglocska 83ffa8eb9f
fix: [restsearch] parameters fixed 2023-09-24 08:43:13 +02:00
Jeroen Pinoy 9e66f12a7f
fix: [RestSearch] allow filtering on eventinfo for events and attributes 2023-09-19 20:06:15 +02:00
Jeroen Pinoy d8415342b0
chg: [attributes/restSearch] add clarifying comments 2021-03-30 14:22:46 -07:00
mokaddem 5c04b9a8c1
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-05-28 14:06:30 +02:00
mokaddem 51391f8e57
chg: [galaxyCluster] Added drafty version of restSearch 2020-05-26 11:17:58 +02:00
iglocska eed82bff99
new: [API] added threat_level_id as a restSearch filter 2020-05-05 18:07:51 +02:00
mokaddem d5f5552d91
chg: [events:exports] Migrated majority of export type to use restSearch 2020-04-06 11:49:39 +02:00
iglocska 4bfcc3211b
new: [API] object level restSearch added
still WiP
2020-02-29 08:57:32 +01:00
mokaddem a1fdea754d
Merge branch 'zoidberg-timeline' into zoidberg-final 2019-12-06 15:40:51 +01:00
iglocska 1c5afa49ed
new: [refactor] Massive internal refactor and cleanup of deprecated APIs
- new centralised restSearch function in AppController as entry point via all controllers
- new component handling restSearch related support functions, such as parameter mapping
- hollowed out all deprecated export functions on the event/attribute controller
  - replaced with a new functionality that remaps them to restSearch
  - all functionality should be maintained with all additional advantages introduced with restsearch
- additional cleanup (some unused functions removed)
2019-11-29 10:11:30 +01:00