Commit Graph

1227 Commits (fe3cd9d81425af5d4fd8d8bacbb5390381fbbfc8)

Author SHA1 Message Date
mokaddem fe3cd9d814 chg: [eventFiltering] Improved detection of advanced filtering 2019-02-01 15:36:59 +01:00
mokaddem 1b8ff623fd Merge remote-tracking branch 'origin/2.4' into eventFiltering 2019-02-01 15:18:15 +01:00
mokaddem f8efffe830 chg: [eventFiltering] WIP - UI displays all elements 2019-02-01 11:35:01 +01:00
mokaddem bd47e9c38d chg: [eventFiltering] WIP - fixed filtering bugs and improved warning
filtering
2019-02-01 09:46:41 +01:00
mokaddem 7bf66a0d14 chg: [eventFiltering] WIP -Improved filtering and UI 2019-01-31 16:22:11 +01:00
mokaddem 1b3de72883 chg: [eventFiltering] WIP - Integrating new filtering behavior into
Model
2019-01-31 14:39:24 +01:00
iglocska 41e7474a30 Revert "fix: [API] Use restresponse to view an added event via /events/add"
This reverts commit 66037a36c5.
2019-01-31 14:17:45 +01:00
iglocska 63ebc32d5d fix: [deprecated stix export] fixed, parameters weren't correctly taken into account
- affects /events/stix
2019-01-31 13:27:33 +01:00
iglocska 66037a36c5 fix: [API] Use restresponse to view an added event via /events/add 2019-01-31 11:49:15 +01:00
iglocska b838b9c0c6 fix: [events ui] fix to the event view pagination reseting sorting, fixes #4058 2019-01-28 16:13:15 +01:00
iglocska 2136ce5b9e fix: [API] removed invalid parameter lookup 2019-01-26 11:14:55 +01:00
iglocska 00aff33769 fix: [restsearch] Added returnformat to URL parameters
- attributes/restSearch was additionally missing the published filter
2019-01-26 10:16:33 +01:00
mokaddem a291669c2e fix: Mass edit and AttackMatrix work again on objectAttributes 2019-01-23 09:39:49 +01:00
iglocska e0bff38b5f fix: [stix2] added attachment inclusion to the download from stix2 UI element 2019-01-22 11:54:52 +01:00
iglocska 27d048db0c fix: [performance] Potential performance fix for older MySQL versions using the wrong index as key during fetchAttributes()
- observer a server prioritising the deleted flag index when filtering attributes, leading to a massive performance loss
- hacky solution to make deleted and object_id (during flattening) indeces unusable
2019-01-22 08:28:15 +01:00
iglocska 8086b9de0a Merge branch 'features/server_caching' into 2.4 2019-01-18 16:16:00 +01:00
iglocska 24146af9db new: [remote caching] First release version of the remote caching 2019-01-18 16:15:22 +01:00
mokaddem 8a710ea367 Merge branch '2.4' into UISelector 2019-01-17 14:54:15 +01:00
mokaddem 8708d5133c fix: [attackMatrix] do not throw an error for an edge case where the
user did not have full permission
2019-01-17 14:04:01 +01:00
mokaddem 2325942832 fix/new: [attackMatrix] Attack Matrix works again + added support in tag
collection
2019-01-17 11:19:40 +01:00
iglocska 76497420fa new: [publishing] Unpublish function added
- users were jumping through hoops to unpublish an event
2019-01-17 08:27:16 +01:00
mokaddem 5b7fff5df2 [UI] generic_picker merged the pre_picker into the picker - WIP 2019-01-10 14:40:30 +01:00
mokaddem 49c42438e1 chg: [tagging] WIP - bulk tagging via generic picker on event and
complete support for TagCollection
2019-01-09 16:09:05 +01:00
mokaddem bbdbd3b184 chg: [tagging] WIP - bulk tagging via generic picker on tag level 2019-01-09 14:19:14 +01:00
mokaddem 1aabdad239 new: [UI] generic_picker - WIP 2019-01-08 14:50:55 +01:00
iglocska a1332808e7 fix: [over-sanitisation] cleared up over-sanitised message in the events controller 2019-01-03 21:15:06 +01:00
iglocska 515bf89766 fix: [tag collections] Fixed several bugs linking to the wrong tag collection when attaching them to an event/attribute 2019-01-01 19:20:49 +01:00
iglocska 783214f840 fix: [tag collections] Fixed an issue where if a collection was added that already had all tags attached from before, the process would get stuck with no feedback to the user 2019-01-01 19:09:46 +01:00
iglocska 760dbed37d new: [tag collections] First feature complete minimal version of the tag collection system 2019-01-01 16:38:57 +01:00
iglocska 2ce3bdddbe fix: [sync] Fixed an incorrectly formatted event index output when minimal:1 is passed, breaking the sync pull
- ffs
2018-12-13 10:28:58 +01:00
iglocska 147ab92aa9 fix: [api] Fixed event index to include sharing group metadata 2018-12-12 19:24:12 +01:00
Sami Mokaddem 260f75d8c3 fix: [upload_analysis_file] Prevent object creation on non-existing events 2018-12-12 11:16:00 +01:00
iglocska 9d527ee8f5 fix: [UI] Fixed event edit warning 2018-12-06 11:57:18 +01:00
iglocska 258e548d9d fix: [UI] Fixed crappy old style flash mesage on events/add that has been an eye sore for ages 2018-12-05 09:39:51 +01:00
iglocska 3c227f0621 new: [UI] Added warning for users not to edit events as site admins 2018-12-05 09:34:46 +01:00
iglocska 86a028adb3 fix: [mactime] Some minor fixes 2018-11-23 15:31:24 +01:00
iglocska 1ca46ea6ff Merge branch 'new_mactime_feature' into mactime_merge 2018-11-23 14:52:43 +01:00
iglocska 65da1e8fa8 fix: [CS] CS brought up to date 2018-11-23 14:22:18 +01:00
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
iglocska 5220dcec72 new: [API] Various enhancements and fixes to the APIs
- Added result count to restsearch API via the x-result-count header
- Added the includeProposals parameter to the attribute level restsearch
- Readability of events controller improved
- Fixed a bug blocking malware samples from being added using /events/add when the encrypt=1 flag was set for raw sample inclusion
2018-11-23 13:44:19 +01:00
iglocska 316543ce3b fix: [API] CSV ignore flag restored to old behaviour
- if not set, only return published events / to_ids flagged events by default
- setting ignore:0 will result in the default behaviour
- setting ignore:1 will result in unpublished events and non to_ids attributes being filtered out
- fixed a bug that broke the CSV api if ignore:0 was passed
2018-11-11 21:06:57 +01:00
Steve Clement af265b299a
Merge pull request #3826 from MISP/sortingOnTimestamp
chg: [eventview] changed default attribute sorting to timestamp->desc
2018-11-13 12:38:17 +09:00
iglocska a48897849c fix: [API] throw a proper error when trying to edit an event without access to doing so 2018-11-07 14:24:00 +01:00
mokaddem bbdbc475e3 chg: [eventview] changed default attribute sorting to timestamp->desc 2018-10-31 09:06:39 +01:00
Aks6193 8f83041389
Update EventsController.php
Add: Mactime object relationship
2018-10-29 19:30:24 +00:00
iglocska ef2920d953 fix: [bug] Fixed bug with stacking login screens ontop of an event view 2018-10-29 19:31:07 +01:00
iglocska 1187fb2a27 new: [API] Added CSV as return format for event index 2018-10-21 22:47:22 +02:00
iglocska c96be93e3c fix: [internal] Fix of wonky model function calls across the application for getting default attachment directories 2018-10-18 09:51:14 +02:00
iglocska 9057123d6d fix: [API] Handle multiple event IDs being queries or not using the event ID filter when generating the CSV output file names 2018-10-17 20:38:24 +02:00
Amaury Leroy db782440f2 Define filename (instead of download.csv) 2018-10-16 11:32:11 +02:00