Commit Graph

24024 Commits (05c0d4016ce35544e034df27824b7d99ce1dbbc7)

Author SHA1 Message Date
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
iglocska f6fabd2db0
new: [widget] User contribution widget
- filterable
2023-05-05 14:29:33 +02:00
iglocska 9224fc46f2
new: [widget] added a widget to monitor contribution counts per org
- filterable
2023-05-05 14:28:56 +02:00
iglocska 2048b546de
new: [widget] Widget to show latest users
- filter by org metadata, etc
2023-05-05 14:28:01 +02:00
iglocska 96652cc781
new: [widgets] Widget to list latest joined orgs
- filter by org metadata / timeframe
2023-05-05 14:27:19 +02:00
iglocska 4578232ed1
chg: [widget UI] various improvements 2023-05-05 14:26:29 +02:00
iglocska e5cd415579
new: [usagedata widget] upgraded
- allows for filtering based on organisation metadata
- shows changes in current month
- fixed several invalid statistics
- moved all individual statistics to separate functions for readability
- removed permission restriction - the data is only showing aggregates
2023-05-05 14:23:32 +02:00
iglocska 984be50b75
fix: [trending tags widget] reworked
- added day based time_window option
- much more perforant / memory friendly
2023-05-05 14:22:26 +02:00
iglocska c442c27dd5
new: [setting] added a new setting to remove email addresses from widgets that would otherwise display it
- anonymise the widgets on demand
2023-05-05 14:21:15 +02:00