Commit Graph

2586 Commits (c788dac0f11f9d3da0b348b20e5f6a4a309699dd)

Author SHA1 Message Date
Steve Clement 0cfe265469
Merge pull request #4410 from 4ekin/fix-i18n
Fix i18n in controllers, views, Attribute model
2019-04-04 16:14:36 +09:00
iglocska 6f6e41b497 new: [tags] refactor of the tag picker
- massive performance boost
- re-introduction of the custom tags
2019-04-03 15:52:05 +02:00
4ekin 5c51e78320 fix: TODO i18n strings in Attribute Model and updated default.pot 2019-04-02 16:59:49 +03:00
iglocska c6974d217e Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-01 16:21:30 +02:00
iglocska ab858d5f17 new: [feeds] Feed/Server cache search added
- /feeds/searchCaches added
2019-04-01 16:09:24 +02:00
iglocska 76d14c00cb Merge branch 'thumbnail' into 2.4 2019-03-29 20:29:37 +01:00
Andras Iklody ed110cd962
Merge pull request #4392 from SteveClement/tools
chg: [diag] Added a more dynamic way for submodule version status.
2019-03-29 20:23:10 +01:00
Steve Clement b2191c9927
Merge pull request #4252 from mokaddem/sightingFiltering
Sighting filtering
2019-03-28 14:50:15 +01:00
Steve Clement 3b94ab3b33 chg: [diag] Added a more dynamic way for submodule version status. 2019-03-28 10:40:32 +01:00
Steve Clement 823ea745be
Merge pull request #4337 from mokaddem/submoduleDiagnostic
Submodule diagnostic
2019-03-27 17:27:53 +01:00
4ekin 7a88c87b70 fix: fixed i18n string representation in Server Controller and Model 2019-03-26 17:02:05 +03:00
iglocska 96951afc47 fix: [sync] Adding a new server caused the pull/push rules to be incorrectly set to an empty string over '[]' causing sync issues, fixes #4369
- this fix resolves the issue - new servers added should be fine
- it also retroactively fixes broken server connections
2019-03-25 17:36:01 +01:00
iglocska 45f84dfd72 new: [UI] disable threat level from the UI based on a server setting, fixes #4359
- bye shitty deprecated field
2019-03-25 12:30:38 +01:00
iglocska b519230f28 fix: [API] fixed adding malware-samples unencrypted with the encrypt key set, fixes #4355 2019-03-24 22:30:41 +01:00
iglocska 6cef13b8fa fix: [exports] Fixed copy pasta fail breaking the cached exports 2019-03-21 09:44:47 +01:00
Andras Iklody bcca86c468
Merge pull request #4308 from mokaddem/galaxyMatrixStat
Galaxy matrix statistics available for eligible galaxy
2019-03-19 17:25:10 +01:00
iglocska beed84a335 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-19 17:23:22 +01:00
iglocska 7141f70b20 Merge branch 'kafka' into 2.4 2019-03-19 17:23:05 +01:00
iglocska 49be0f8b7a chg: [db script] version bump 2019-03-19 17:20:46 +01:00
Andras Iklody 7f93270710
Merge pull request #4342 from liviuvalsan/bug_fix_bro_export
Fixing bug when exporting to Bro MISP attributes from events that contain a percentage sign inside the event info
2019-03-19 16:49:00 +01:00
iglocska dc2b7f8675 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-19 16:00:23 +01:00
iglocska 6efd909bfe new: [Required taxonomies]
- Flip taxonomies into required mode to ensure that events cannot be published without at least one tag from each required taxonomy to be set
2019-03-19 15:59:31 +01:00
Andras Iklody 2fd599b172
Merge pull request #4341 from liviuvalsan/attribute_performance_improvements
Addressing performance issues for fetching attributes when blocking attributes via proposals
2019-03-19 15:34:41 +01:00
Liviu Valsan 4656a5c1fa Fixing bug when exporting to Bro MISP attributes from events that contain a percentage sign inside the event info 2019-03-19 14:46:16 +01:00
Liviu Valsan fe3241addb Addressing performance issues for fetching attributes when blocking attributes via proposals 2019-03-19 14:23:08 +01:00
mokaddem 54f1d3bdff fix: [Galaxy:update] Cast GalaxyElement into a String Ensuring the correct type
before the insertion
2019-03-19 13:57:16 +01:00
iglocska 7fbc4dc34c new: [REST client] Added history/bookmarks 2019-03-19 10:55:27 +01:00
mokaddem 600e4b0573 new: [diagnostic] Fetch submodules git status 2019-03-18 16:17:10 +01:00
Nikos Filippakis 9d59b10368 Publish events to Kafka
Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>
2019-03-18 15:53:22 +01:00
mokaddem 52e2b9dea7 Merge branch '2.4' of github.com:MISP/MISP into sightingFiltering 2019-03-18 13:37:53 +01:00
mokaddem 7c40de3036 chg: [Attribute] Implemented Iglocska review
- Do not pass image data to the view anymore
- Improved conditions
- Added light support of gif
2019-03-18 09:59:54 +01:00
mokaddem 051a7594e1 Merge branch '2.4' of github.com:MISP/MISP into thumbnail 2019-03-18 08:49:34 +01:00
mokaddem 27c42f798e chg: [submodules] added skeleton for submodules git status - WiP 2019-03-15 16:08:47 +01:00
mokaddem d28da557ce chg: [diagnostic] Added GD in PHP extension 2019-03-15 12:25:09 +01:00
mokaddem d60095112f Merge branch '2.4' of github.com:MISP/MISP into galaxyMatrixStat 2019-03-15 11:18:34 +01:00
Nikos Filippakis b783b5e393 Fix checking of incorrect flags when publishing to ZMQ
* Check Plugin.ZeroMQ_event_notifications_enable instead of Plugin.ZeroMQ_attribute_notifications_enable in Event.php
* Check Plugin.ZeroMQ_audit_notifications_enable instead of Plugin.ZeroMQ_user_notifications_enable in Log.php
* Check Plugin.ZeroMQ_object_notifications_enable instead of Plugin.ZeroMQ_attribute_notifications_enable in MispObject.php

Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>
2019-03-13 11:51:40 +01:00
mokaddem 04798bf7e4 new: [galaxyMatrix] Added possibility to pick a galaxy to view it's
statistic.
2019-03-12 15:36:00 +01:00
iglocska 6f46c022de fix: [object references] Fixed an issue with the reference type not being loaded correctly 2019-03-11 16:44:34 +01:00
iglocska 8b8d6c9256 fix: [export] cached exports for bro were broken
- bro still hasn't been migrated to restsearch
- the exception for this in the caching algorithm called the wrong function
2019-03-11 10:29:45 +01:00
iglocska fc34510eda new: [Feeds] New overlap tool finished
- compare a feed against a combination of feeds/servers to find if you can cover the contents with a combination of other cached feeds
2019-03-10 18:09:46 +01:00
iglocska 947e59aec7 new: [Feeds] Implementation of the feed coverage tool (WIP) 2019-03-09 22:19:37 +01:00
iglocska e5abc97df5 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-03 23:42:11 +01:00
iglocska 45fdac214f fix: [grammar] Pluralisation fixed for the freetext import results, fixes #4021
- Sunday last minute commit aced
2019-03-03 23:41:58 +01:00
Steve Clement f03c519038
Merge pull request #3658 from ancailliau/issue-3639
Fixes issue #3639
2019-03-03 07:35:13 +05:30
mokaddem 823078f834 new: [eventFiltering] Added support of sighting filtering 2019-03-01 11:54:29 +01:00
iglocska 4e5fcbcbc2 fix: [UI] Contributor list fixed 2019-02-28 08:30:17 +01:00
iglocska 0cbd53f3e7 fix: [feed] Feed pulls don't update the timestamp of the event
- affects freetext feeds
- this blocks the further propagation of the modifications
2019-02-27 20:53:33 +01:00
iglocska a0d30fb1dc fix: [docs] added object template update CLI command to the automation page 2019-02-26 18:11:34 +01:00
iglocska adaf27883d fix: [performance] Massive performance bug resolved for taxonomy tag selector 2019-02-25 22:53:31 +01:00
iglocska 47d139c296 chg: [CS] indentation 2019-02-23 12:55:43 +01:00