Commit Graph

24789 Commits (0dc841dc5e3f7c9aed06ff5e8a7dd2619fa09893)

Author SHA1 Message Date
Christophe Vandeplas 0dc841dc5e fix: [tests] fixes path of logs_tests 2023-12-01 10:34:37 +01:00
Christophe Vandeplas cb07b6177b chg: [tests] search for errors in logs 2023-12-01 10:17:36 +01:00
Christophe Vandeplas aac06b2831 fix: [userloginprofiles] undefined variable #9424 2023-12-01 09:03:29 +01:00
Christophe Vandeplas 0934ab6580 fix: [customauth] missing Class init fixes #9425 2023-12-01 08:35:34 +01:00
Alexandre Dulaunoy 8840c75f77
chg: [warning-lists] updated to the latest version 2023-11-30 11:29:56 +01:00
Alexandre Dulaunoy a22045b401
chg: [misp-galaxy] updated to the latest version 2023-11-30 11:29:23 +01:00
Christophe Vandeplas 7f9d7c9e44 fix: [login] fixes bad fix and catches first login after update 2023-11-30 11:16:42 +01:00
iglocska 8d604363fb
fix: [revert] dumb check 2023-11-30 10:39:24 +01:00
iglocska f2f80af169
Merge branch '2.4' into develop 2023-11-29 20:36:34 +01:00
iglocska ca2e6e62a9
chg: [VERSION] bump 2023-11-29 20:35:42 +01:00
iglocska 56cd155367
Merge branch 'develop' into 2.4 2023-11-29 20:33:56 +01:00
iglocska 031cb3fd0e
Revert "chg: [workflows] restored 7.2 and 7.3"
This reverts commit 206d2af439.
2023-11-29 20:25:03 +01:00
iglocska 206d2af439
chg: [workflows] restored 7.2 and 7.3 2023-11-29 20:04:17 +01:00
iglocska d63fbfaf87
new: [api] added X-MISP-AUTH as an alternative header to Authorization, fixes #9418 2023-11-29 19:59:43 +01:00
iglocska 970ae6cc1f
fix: [compatibility] make the ancient gods happy 2023-11-29 15:17:29 +01:00
iglocska affae66a17
chg: [user login profile] old version compatibility 2023-11-29 12:20:37 +01:00
iglocska ac8f507d55
fix: [user login profile] skip checks for ancient php versions 2023-11-29 12:16:14 +01:00
iglocska b38878b963
fix: [attributes] type field added to editable fields 2023-11-29 11:25:41 +01:00
iglocska b5437eda1d
fix: [RPZ] export custom parameters ingored, fixes #9420 2023-11-28 14:06:44 +01:00
iglocska 8f3b9288d4
Merge branch '2.4' into develop 2023-11-27 14:44:48 +01:00
iglocska 7706313759
chg: [event index] hover over ID will show the info field, generally more useful than the threat level 2023-11-27 14:43:51 +01:00
Sami Mokaddem 91b4c4397a
Merge branch '2.4' of github.com:MISP/MISP into develop 2023-11-27 11:24:39 +01:00
Sami Mokaddem 7179557623
Merge remote-tracking branch 'origin/2.4' into develop 2023-11-27 11:24:13 +01:00
Sami Mokaddem d758516042
fix: [Attribute:editPostProcessing] Fixed sighting capture 2023-11-27 11:23:30 +01:00
Sami Mokaddem f8f02b053a
fix: [Attribute:EditPostProcessing] Make sure the ID is set 2023-11-27 10:26:41 +01:00
Sami Mokaddem 99ed363a14
fix: [Attribute:EditPostProcessing] Make sure the ID is set 2023-11-27 10:25:51 +01:00
Sami Mokaddem 7496164783
Merge branch '2.4' of github.com:MISP/MISP into develop 2023-11-27 08:48:31 +01:00
Sami Mokaddem c14c6efde0
fix: [attribute:validation] Typo in function name 2023-11-27 08:46:26 +01:00
Sami Mokaddem 91e6a4ba4a
fix: [attribute:editPostProcessing] Fixed typo in condition preventing tags to be detached 2023-11-27 08:45:07 +01:00
iglocska b2734bf22d
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-11-25 11:54:22 +01:00
iglocska 1ff1f554ba
Merge branch '2.4' into develop 2023-11-25 11:54:06 +01:00
iglocska 5ec0ac952d
chg: [bulk update] simplified 2023-11-25 11:42:28 +01:00
iglocska 1de6b9ec04
fix: [bulksave] valiadate only only works with saveAll() 2023-11-25 11:31:02 +01:00
iglocska 10bcdff8ea
chg: [bulksave] tuning 2023-11-25 11:07:47 +01:00
iglocska 7b209e726e
fix: [bulksave] doesn't save with a single invalid attribute 2023-11-25 10:59:26 +01:00
Sami Mokaddem fa44e81356
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-11-24 15:37:54 +01:00
Sami Mokaddem 3abf7c61f0
fix: [attribute:editPostProcessing] Fixed typo in condition preventing tags to be detached 2023-11-24 15:37:03 +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
iglocska 4d7096f874
Merge branch 'develop' into 2.4 2023-11-24 08:16:02 +01:00
Sami Mokaddem 18625a9638
fix: [workflow-modules:attribute_edit_operation] Removed leftover code 2023-11-23 16:03:35 +01:00
iglocska 3ced76d056
Merge branch 'develop' into 2.4 2023-11-23 14:35:07 +01:00
iglocska 16f0edf09e
chg: [VERSION] bump 2023-11-23 14:32:48 +01:00
Raphaël Vinot 79e91820ef chg: [PyMISP] Bump version 2023-11-23 13:47:57 +01:00
Alexandre Dulaunoy fa761552e9
chg: [warning-lists] updated to the latest version 2023-11-23 13:16:41 +01:00
Alexandre Dulaunoy 24cf4b4767
chg: [misp-objects] updated to the latest version 2023-11-23 13:16:10 +01:00
Alexandre Dulaunoy 1c711f4387
chg: [misp-galaxy] updated to the latest version 2023-11-23 13:15:37 +01:00
Alexandre Dulaunoy 310c0afb52
chg: [misp-taxonomies] updated to the latest version 2023-11-23 13:15:07 +01:00
iglocska 5b86f6a8d1
chg: [disable_seen_ips] enable by default, switch to opt-out 2023-11-23 12:29:31 +01:00
iglocska 4f36105d56
chg: [fast_update] Only run recorrelation on attributes that need to be recorrelated 2023-11-23 12:28:53 +01:00
iglocska 3f4c5c9cb6
Merge branch 'richtag' into develop 2023-11-23 12:21:10 +01:00