Commit Graph

20 Commits (471840ce33233a8d9db86766d007153f66727e8d)

Author SHA1 Message Date
iglocska 4544ef2516
new: [benchmarking suite] added
- collect metrics about the usage of MISP
  - stored in redis
  - per endpoint / user / user-agent collection
  - collection of execution time, php memory use, sql execution time, sql query count
  - the collection happens on a daily basis
- Searchable / filterable interface for the collected data
- Dashboard widget for the collected data
2024-04-17 15:08:38 +02:00
Jakub Onderka bc7a2a7489 fix: [CLI] Do not load config twice 2024-01-22 09:54:15 +01:00
Jakub Onderka d4e3622639 chg: [CLI] More clear warning message 2024-01-14 17:35:25 +01:00
Jakub Onderka 391f0324e9 chg: [CLI] Show deprecated message for all deprecated commands 2024-01-13 16:41:20 +01:00
Christophe Vandeplas 7e2cb89f97
Feature/user login profiles2 (#9379)
* new: [userloginprofiles] start over with previous code

* fix: [user_login_profiles] fixes catching up the backlog

* chg: [userloginprofile] email to org_admin for suspicious login

* chg: [userloginprofile] only inform new device

* chg: [userloginprofiles] view_login_history instead of view_auth_history

* chg: [userloginprofile] make login history visually better

* chg: [userloginprofile] inform admins of malicious report

* fix: [userloginprofile] cleanup

* fix: [userloginprofile] fixes Attribute include in Console

* fix: [userloginprofile] db schema and changes

* chg: [CI] log emails

* chg: [PyMISP] branch change

* chg: [test] test

* fix: [userloginprofile] unique rows

* fix: [userloginprofile] unique rows

* chg: [cleanup]

* Revert "chg: [PyMISP] branch change"

This reverts commit 3f6fb46fee.

* fix: [userloginprofile] fix worksers with monolog=1.25 browcap=5.1

* fix: [db] dump schema version

* fix: [CI] newer php versions

* fix: [composer] php version

* fix: [php] revert to normal php7.4 tests

---------

Co-authored-by: iglocska <andras.iklody@gmail.com>
2023-11-24 13:47:59 +01:00
Sami Mokaddem d03dc9c73b
fix: [backgroundJobs] Added default fallback for settings & Use proper filepath when Redis not enabled 2022-11-06 18:25:48 +01:00
Jakub Onderka ad9bb42441 fix: [test] Show debug output for warninglist 2022-10-24 11:51:45 +02:00
Jakub Onderka a024a6f61e chg: [jobs] Store job data in Redis when SimpleBackgroundJobs are enabled
Will help to solve #8616
2022-10-10 19:31:24 +02:00
Jakub Onderka 3e3aaf299d fix: [CLI] Initialize config before loading models 2022-09-10 20:01:44 +02:00
iglocska 86e44ded50
fix: [CLI] fixes to the appshell
- always load the configload task
2021-11-11 10:45:21 +01:00
iglocska 5c405dac03
fix: [CLI/background jobs] reverted removal of perform command 2021-11-10 17:10:18 +01:00
Jakub Onderka c7cbdadccb new: [setting] Allow to encrypt setting 2021-11-05 16:15:52 +01:00
Jakub Onderka 544c9ee8b9 new: [internal] Store MISP live status also in Redis 2021-10-04 10:07:32 +02:00
Jakub Onderka ef410687a7 chg: [internal] Simplify ServerShell code 2021-09-03 08:48:44 +02:00
Jakub Onderka 902be03f2b new: [CLI] User shell 2021-08-25 09:48:14 +02:00
iglocska af881189e5
new: [config load task] Added a task that will reload the settings on any console shell execution, fixes #5498
- helps with background workers being forced to fetch new settings whenever they start a new job
2020-02-10 15:15:59 +01:00
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +01:00
iglocska 0f80145c6d :q 2013-11-06 10:52:18 +01:00
Christophe Vandeplas 9a30ba883f updated console version from newer cakephp 2012-06-08 17:00:07 +02:00
Christophe Vandeplas 865a24d0bd Migration to CakePHP 2.1.
Most of the functionality migrated, Q&A review required.
2012-03-15 15:06:45 +01:00