Commit Graph

57 Commits (2.4)

Author SHA1 Message Date
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 3b6bf03495
chg: [periodic_summary] Rephrased correlation text to make it more understandable 2022-11-15 12:12:51 +01:00
Sami Mokaddem 376b160d93
chg: [periodic_summary] Added explanation about the "new correlation" section 2022-11-15 11:02:15 +01:00
Sami Mokaddem b494d0db5f
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-10-04 16:32:26 +02:00
Sami Mokaddem 44c5fceb63
new: [user:periodic_report] Added security recommendations section showing course of actions related to attack techniques 2022-10-04 16:01:09 +02:00
Jakub Onderka df50b1caf1 fix: [UI] Notification template 2022-09-30 18:28:51 +02:00
Sami Mokaddem e0fce46994
fix: [user:periodic_notification] Restored missing DIV 2022-09-30 11:39:51 +02:00
Sami Mokaddem e00591d449
fix: [user:periodic_notification] Replace splice by slice to preserver indexes 2022-09-30 11:36:16 +02:00
Jakub Onderka c0a5762d14 fix: [UI] Notification count undefined index 2022-09-29 10:05:29 +02:00
iglocska a9487910c4
fix: [notification_common] speculative fix 2022-09-26 13:53:36 +02:00
iglocska 1bbbafddd2
Merge branch '2.4' into develop 2022-09-26 13:10:04 +02:00
Sami Mokaddem 428e891204
chg: [periodic_notification] Sort Mitre Attack technique by occurence 2022-09-23 14:00:09 +02:00
Sami Mokaddem a0424697e6
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-22 14:59:18 +02:00
Sami Mokaddem e18b91ca35
fix: [periodic_notification] Includes correlations for ObjectAttribute 2022-09-22 14:59:04 +02:00
Jakub Onderka 9f21554d7a
Merge pull request #8592 from JakubOnderka/context-export-cleanup
fix: [internal] Cleanup code for context exporter
2022-09-20 18:01:28 +02:00
Jakub Onderka 677ce5c5be fix: [UI] Number of attack techniques in summary 2022-09-20 18:00:41 +02:00
Jakub Onderka d4300f6b74 fix: [UI] Periodic summary 2022-09-20 16:33:50 +02:00
Sami Mokaddem 4d4ac30618
chg: [periodic_notification] Different rendering for new correlation depending on the amount 2022-09-16 09:02:52 +02:00
Sami Mokaddem 9f0b72576c
fix: [user:periodic_notification] Show the correct start date of the report 2022-09-15 09:27:53 +02:00
Sami Mokaddem 19cc836070
chg: [periodic_notification] Added published keyword to the overview table 2022-09-14 09:21:12 +02:00
Sami Mokaddem 2f939d219b
new: [periodic_notification] Added support of new correlation
A correlation is considered as "new" if the event published during the considered timeframe has a correlating attribute that has been modified since then.
2022-09-14 09:07:13 +02:00
Sami Mokaddem e90af9dcfb
chg: [peridioc_notification] Small UI improvement for email rendering 2022-09-12 15:11:46 +02:00
Sami Mokaddem 7578a65dc8
chg: [periodic_notification] Only show top 10 mitre attack techniques 2022-09-12 15:11:32 +02:00
Sami Mokaddem 111dc2727b
chg: [peridioc_notification] Small UI improvement for email rendering 2022-09-12 15:02:52 +02:00
Sami Mokaddem 5c09d79caf
chg: [period_notification] Improved layout and limit number of events displayed 2022-09-12 12:07:44 +02:00
Sami Mokaddem 4e1bf164e9
chg: [period_notification] Improved layout and limit number of events displayed 2022-09-12 12:07:27 +02:00
Sami Mokaddem 8ddc08aff1
chg: [periodic_notification] Only show top 10 mitre attack techniques 2022-09-12 09:46:14 +02:00
Sami Mokaddem f6a8d45554
chg: [peridioc_notification] Compute event score instead of event base_score taking into account publish_timestamp 2022-09-12 09:16:24 +02:00
Sami Mokaddem ed6dc118c4
chg: [peridioc_notification] Compute event score instead of event base_score taking into account publish_timestamp 2022-09-12 09:16:06 +02:00
Sami Mokaddem 46e71caf72
fix: [periodic_notification] Syntax error 2022-09-09 14:42:50 +02:00
Sami Mokaddem 77f37f08e0
chg: [periodic_notification] Always show event meta and include tags if applicable 2022-09-09 11:41:19 +02:00
Sami Mokaddem 79757d5137
chg: [periodic_notification] Removed useless title 2022-09-09 11:09:43 +02:00
Sami Mokaddem aed5a3b3ea
chg: [periodic_notification] Improved layout 2022-09-09 10:50:57 +02:00
Sami Mokaddem 5d801ba473
fix: [periodic_notification:common] Only one instance of tag per event 2022-09-08 14:10:24 +02:00
Sami Mokaddem 6d19ee5640
chg: [periodic_notification:common] Improved layout 2022-09-08 13:33:08 +02:00
Sami Mokaddem a5affadda1
chg: [user:periodic_summary] Included trending based on tags 2022-09-08 10:59:47 +02:00
Sami Mokaddem fb5e097a96
chg: [periodic_notification] Added support of base_score on events 2022-09-07 10:35:51 +02:00
Sami Mokaddem d68bcd7ec5
chg: [emails:periodic_notification_common] Added Creator org in the event list 2022-09-01 09:49:41 +02:00
Sami Mokaddem ca70100cfc
chg: [periodic_notification] Improved event list display and flexibility 2022-08-31 14:45:53 +02:00
Sami Mokaddem 7cd3b35d61
chg: [user:periodic_notification] General improvements and added CLI support 2022-08-31 11:51:36 +02:00
Sami Mokaddem 3338e1abef
chg: [user:periodic_notification] Added templates, basic statistics and UI integration 2022-08-30 14:10:01 +02:00
Jakub Onderka 21f5f52988 chg: [internal] Unsubscribe code 2022-06-07 15:07:28 +02:00
iglocska 3e706867e9
new: [emailing] add custom templates to override existing ones
- currently implemented for event publish alerts and user enrollment (password_reset.ctp, alert.ctp)
- simply place the new templates in MISP/app/View/Emails/[text|html]/Custom
2022-04-15 16:28:36 +02:00
Jakub Onderka 52d8ac6060 chg: [alert] Deprecate `publish_alerts_summary_only`, this option just duplicate `event_alert_metadata_only` 2021-07-20 15:19:10 +02:00
iglocska e42af0b9a3
new: [emailing] added event summaries only as a setting
- publish the normal alert report to eligible users
- exclude attributes/objects, so the e-mail will only include a summary
2021-06-15 09:12:47 +02:00
Jakub Onderka 17fb5db3cf new: [mail] Move contact alert email to templates 2021-03-06 10:39:16 +01:00
Jakub Onderka e2b1ba18a3 new: [mail] HTML alert emails 2021-03-06 10:39:16 +01:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +01:00