Commit Graph

24032 Commits (b43a89848d3348327820dede08b889896ce4de12)

Author SHA1 Message Date
Alexandre Dulaunoy b43a89848d
chg: [misp-galaxy] updated 2023-05-25 14:20:08 +02:00
Jakub Onderka 749818ebb6
Merge pull request #9094 from dragsu/fix-localisation-diagnostics-typo
fix: localisation typo in diagnostic page
2023-05-23 19:07:02 +02:00
Sura De Silva 496f1fec79 fix: localisation typo diagnostic typo 2023-05-23 21:41:20 +10:00
iglocska 28cccb0001
chg: [schema bump] 2023-05-23 13:26:00 +02:00
iglocska a94777231b
fix: [templates controller] remove CSRF protection from the rearranging
- worst case an attacker messes with the order of a template's fields via CSRF, don't think anyone will ever care
- removes the annoying blackholing for the drag and drop
2023-05-23 10:46:54 +02:00
iglocska 6243e03e5e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2023-05-22 11:27:34 +02:00
iglocska 2252d16c91
fix: [over-correlations] weren't truly case insensitive, causing potential issues matching and entering values
- wrapped adding a new value in a try catch, no need to make synchronisations fail over this
- added case insensitive change to values on entry (table should be all lower-case)
- added update script to lowercase existing values
2023-05-22 11:26:05 +02:00
Andras Iklody a908930559
Merge pull request #9086 from ostefano/workers-fix
Explicitly add dependency to 'php-http/message-factory'
2023-05-20 15:18:02 +02:00
Stefano Ortolani 05c0d4016c Explicitly add dependency to 'php-http/message-factory' 2023-05-20 13:10:20 +01:00
iglocska b82a151c7b
fix: [typo]fixed 2023-05-19 10:24:34 +02:00
iglocska 72e57e3829
fix: [widget] attribute trend widget ambiguity fixed in query
- filtering on time would throw an exception as the loaded relation to Events also contains a timestamp field
2023-05-19 10:21:07 +02:00
iglocska 96971de5ac
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2023-05-17 11:55:06 +02:00
iglocska c89c50e19f
chg: [widget] margin change to allow for large numbers 2023-05-17 11:54:30 +02:00
Alexandre Dulaunoy 679419800a
chg: [warning-lists] updated 2023-05-17 11:53:02 +02:00
Alexandre Dulaunoy ee72f50a66
chg: [misp-objects] updated 2023-05-17 11:52:33 +02:00
Alexandre Dulaunoy 241ba31ae5
chg: [taxonomies] updated 2023-05-17 11:52:12 +02:00
Alexandre Dulaunoy e075514c5c
chg: [misp-galaxy] updated 2023-05-17 11:51:43 +02:00
iglocska 46d2543bd0
new: [dashboard widgets] alternate org evolution widget
- allows for filtering options based on org metadata
- allows for any arbitrary start date to be set
2023-05-17 11:20:01 +02:00
iglocska cb7811a80c
new: [dashboard widgets] Event evolution widget added
- shows the events published as a linechart
- allows for filter options by organisation (metadata)
- allows to set start date
2023-05-17 11:18:53 +02:00
iglocska a36398aa03
Merge branch 'develop' into 2.4 2023-05-16 15:19:12 +02:00
iglocska bb502323ea
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-05-16 15:18:53 +02:00
iglocska 5e542f98a9
Merge branch '2.4' into develop 2023-05-16 15:18:28 +02:00
iglocska 78dcc16ca6
chg: [version] bump 2023-05-16 15:10:35 +02:00
Raphaël Vinot bd21227c59 chg: [PyMISP] Bump. 2023-05-16 14:22:17 +02:00
iglocska 9f5e49995a
Merge branch 'new_widgets' into develop 2023-05-16 14:12:59 +02:00
iglocska 3f601452be
new: [API Activity widget] added for admins
- which key was used and how frequently in the selected time period
- comes with additional filters such as org metadata
2023-05-16 14:11:30 +02:00
iglocska c702f5366d
chg: [dashboard widget UI] made some changes to accomodate the new widgets 2023-05-16 14:11:02 +02:00
iglocska c1ad695a9f
chg: [list dashboard templates] view updated with the relevant changes to show allowed/denied widgets in a given template 2023-05-16 14:10:21 +02:00
iglocska e205d79dac
new: [widget] login widget added for admins
- who logged into the instance via the UI in the past x days / current month / current year, and how frequently?
2023-05-16 14:09:27 +02:00
iglocska 6e39da801e
new: [organisation usage widget (map)] added world map listing the countries / counts for each country of users 2023-05-16 14:06:35 +02:00
iglocska b7bc526e16
chg: [usercontribution widget] added permission check for Security.disclose_user_emails 2023-05-16 14:05:34 +02:00
iglocska aff872aeee
chg: [usage widget] removed autorefresh 2023-05-16 14:05:11 +02:00
iglocska 712321eb81
new: [dashboard templates] show which modules will be visible to the given user 2023-05-16 14:04:32 +02:00
iglocska a60202d9d1
fix: [junk removed] removed accidentally inserted characters
- fell asleep on the keyboard?
2023-05-16 13:41:44 +02:00
iglocska 9e763ba0e5
new: [auth] log api key usage in redis
- lightweight per day slice of api key use
- built as a ranked set in redis for the dashboards
2023-05-16 13:39:31 +02:00
Raphaël Vinot ea345c5776 chg: [PyMISP] Bump. 2023-05-16 12:37:58 +02:00
Christian Studer 47aaef6519
fix: [misp-stix] Bumped latest version with a fix on the way we find whether STIX content has been created with the MISP to STIX conversion feature or is some external content 2023-05-15 21:13:14 +02:00
Christian Studer f51f3d7cb6
fix: [misp-stix] Bumped version fixing some issues with observable objects import 2023-05-15 19:38:09 +02:00
Christian Studer 864c2845fa
chg: [misp-stix] Bumped latest version 2023-05-15 18:03:45 +02:00
Christian Studer c770ffa4ed Merge branch 'develop' of github.com:MISP/MISP into develop 2023-05-15 18:02:55 +02:00
Raphaël Vinot 39093e97dd fix: [CI] once again, this one should be good... 2023-05-12 16:22:40 +02:00
Raphaël Vinot 693ed03de2 fix: [PyMISP] Bump, fix CI 2023-05-12 16:09:06 +02:00
Raphaël Vinot 1a5171f438 fix: [CI] keep trying to debug. 2023-05-12 15:55:54 +02:00
Raphaël Vinot 4eab02e682 fix: [CI] Fix path 2023-05-12 15:41:55 +02:00
Raphaël Vinot 7f877ce74b fix: [CI] PyMISP install and test 2023-05-12 15:36:05 +02:00
Raphaël Vinot bda0f3536c fix: [PyMISP] Update release, fix lief issue. 2023-05-12 12:00:32 +02:00
Raphaël Vinot 1d53868c99 chg: [PyMISP] Bump version 2023-05-12 00:10:36 +02:00
Luciano Righetti 305b456477
Merge pull request #9061 from SteveClement/guides
chg: [doc] Updated ubuntu version and test status. Misc. cake commands.
2023-05-11 10:51:52 +02:00
iglocska dd03bc0432
Merge branch 'develop' into new_widgets 2023-05-05 14:31:03 +02:00
iglocska cc9ab78fe4
new: [widget] monitor the trending attribute values
- filter by timeframe among other filters
2023-05-05 14:29:59 +02:00