Commit Graph

34 Commits (df9fa875038652aad331c84bcaa73227601a940e)

Author SHA1 Message Date
Andras Iklody e6eb4a480e
Merge pull request #7345 from Wachizungu/user-count-evolution-widget
new: [Dashboard] Add user count evolution widget
2021-04-19 22:41:01 +02:00
Jeroen Pinoy 8472f85ca4
new: [Dashboard] Add org count evolution widget 2021-04-18 00:37:09 +02:00
Jeroen Pinoy 741c167196
new: [Dashboard] Adding user count evolution widget 2021-04-16 17:41:21 +02:00
Jeroen Pinoy 3005829119
new: [Dashboard] Add usage data widget 2021-03-27 13:30:47 +00:00
iglocska 6fd2c4807a
fix: [dashboard] removed training example left in the code
- restricted new module to only 3 user IDs
2021-02-16 11:36:11 +01:00
iglocska e7a7f30ba2
new: [widget] Eventstream widget and index widget UI added
- EventStream
  - add a lightweight event index to your dashboard
  - configure filters for the events you're interested in (tags, orgs, published)
  - set the number of events to display (limit)
  - set the list of fields it should display (id, orgc, info, tags, threat_level, analysis, date)

- Index widget UI
  - uses the generic index builder
  - build simple index like UIs
2021-02-15 18:10:15 +01:00
Jakub Onderka c999d22930
Merge pull request #6816 from JakubOnderka/filter-event-ids-optimisation
chg: [internal] Small optimisation for filterEventIds
2021-02-10 21:49:14 +01:00
Jakub Onderka e93767d814 fix: [widget] Typo in MispSystemResourceWidget 2021-02-04 09:39:12 +01:00
Jakub Onderka a368e3196f chg: [internal] Optimise fetching trending tags widget 2021-02-03 20:16:13 +01:00
Jakub Onderka 355abc05eb chg: [internal] Small optimisation for filterEventIds 2021-01-04 18:30:52 +01:00
Loïc Fortemps 5896081f5f
new: [widgets] button for link (#6489) 2020-10-26 16:42:07 +01:00
Jakub Onderka 5e72663aef fix: [resource-widget] Use redisInfo method for getting info 2020-10-21 08:56:57 +02:00
Jakub Onderka 46ba51a32e new: [sync] Show client certificate info in connection test 2020-10-19 09:57:06 +02:00
Loïc Fortemps ccfcb820f4
fix: [widgets] Adding images by default on the repository (#6298) 2020-09-08 15:46:14 +02:00
Golbark 3fb47d1cce chg: [internal] Using blocklist instead of blacklist 2020-09-01 16:27:36 +02:00
Loïc Fortemps e0543e2fa2
Feature/achievements widget (#6129)
* Additionnal protection against XSS, the response type defaults to html while it should be JSON.
* new: widget: Achievements widget
* Update AchievementsWidget.php
* Update AchievementsWidget.php
* Visual adjustments, new badges
* i18n
* indentation to MISP convention
* AchievementsWidget minor textual improvements
* Optimized query and fix issue with i18n

Co-authored-by: Steve Clement <steve@localhost.lu>
Co-authored-by: Christophe Vandeplas <christophe@vandeplas.com>
2020-08-24 10:02:15 +02:00
Golbark 79b49e1d73 new: [widgets] Additional widgets for sharing statistics and layouts 2020-07-24 09:49:58 +02:00
Jean-Louis Huynen 245fdf452c
chg: [widget] remove unused var, make test pass 2020-06-17 10:27:54 +02:00
Jean-Louis Huynen 3b651621e2
add [widget] Authentication failure widget 2020-06-16 17:19:34 +02:00
Koen Van Impe bb9674b480 Avoid us of extra variable treshold 2020-06-09 23:17:21 +02:00
Koen Van Impe 306eda5328 Dashboard widgets
- Widget to display system resources (df, cpu, mem)
- Widget to display the latest sightings
- Widget to display the false positive sightings above certain treshold
2020-06-06 16:17:21 +02:00
iglocska 9d63e427e6
new: [dashboard] COVID active cases backported from widget collections 2020-04-09 07:59:20 +02:00
iglocska e898c121b1
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-04-06 09:23:30 +02:00
iglocska 78ad3cb368
chg: [dashboard] Added COVID widgets to the default installation from widget-collections
- should be interesting enough for all at this point. We might remove it again once COVID-19 is finally gone from our lives
2020-04-06 09:22:37 +02:00
mokaddem 901af2b7b2
chg: [widgets:trendingTags] Added threshold parameter to let user
decide the # to show
2020-04-06 09:20:41 +02:00
mokaddem 5f74b9c4e8
fix: [widgets:trendingTags] Removes unused vars. fix #5761 2020-04-06 09:19:15 +02:00
iglocska 8d02332b31
new: [dashboard] persistence package
- export dashboard state
- import dashboard state
- save dashboard state
  - make it available to others on the instance on demand
  - admins can set a default password for users that don't have anything configured yet
  - load another template based on what the community has shared
- added Whoami widget which was an outcome of the ESDC training
- various improvements, new fields for genericElements, etc
2020-03-08 23:36:27 +01:00
iglocska cd4b6936c8
new: [widgets] Whoami widget added 2020-03-06 10:06:31 +01:00
iglocska 5e56e7dfc7
new: [dashboard] various fixes / improvements
- simple list now accepts arrays for values
- fixed margin issues
- fixed empty sync test issues
2020-03-05 10:08:15 +01:00
iglocska 218ea0333c
new: [dashboard] added a way to auto reload widgets
- has to be defined in the code of the widget
2020-03-04 14:46:01 +01:00
iglocska 44ff66445d
new: [dashboard] Resource widget added 2020-03-02 23:06:31 +01:00
iglocska 7b5374a81d
new: [dashboard] Added server resource module and some fixes 2020-03-02 00:32:26 +01:00
iglocska 376f6fa358
chg: [dashboard] Custom dir added 2020-03-01 23:25:50 +01:00
iglocska 0d4df7c98b
new: [Dashboard] system
- Dashboard
  - modular similar to restSearch
  - build your own widgets
  - use a set of visualisation options (more coming!)
  - full access to internal functions for queries
  - auto discover core and 3rd party widgets
  - rearrange / configure widgets for each user individually
  - rearrange / resize widgets
  - settings can be configured by a site-admin on behalf of others
  - modules have a self-explain mode to guide users
  - caching mechanism for the modules / org

- set homepage / user
- various other fixes
2020-03-01 18:05:21 +01:00