Commit Graph

19331 Commits (f05a3c832b291c0dbd4b955d3e9d70c39e868157)

Author SHA1 Message Date
iglocska 81c2d01bcd
fix: [top correlations] Divide the count by 2
- Each correlation has 2 entries in the DB (A->B and B->A)
- this doesn't mean that we should count each of those entries, but rather divide by 2 to get the actual correlation count
2021-04-27 00:45:51 +02:00
iglocska bd56da649c
Merge branch '2.4' into develop 2021-04-27 00:43:22 +02:00
iglocska 10d75dfcd6
chg: [CRUD] component - added redirect_controller parameter
- redirect to other controllers on demand, not just other actions
2021-04-27 00:42:23 +02:00
iglocska d1286605b9
chg: [ACL] added top correlation generation to ACL 2021-04-27 00:42:00 +02:00
iglocska 0d348bfd01
new: [Correlations] Added cached toplist
- stored via zset in redis
- very fast, but needs to be generated
- generation background processed
2021-04-27 00:40:40 +02:00
iglocska fe5493201f
Merge branch 'develop' into 2.4 2021-04-27 00:39:04 +02:00
iglocska 1cda8aa5ac
new: [index top bar] added element to act as a text replacement field instead of a button 2021-04-27 00:38:03 +02:00
iglocska 5f2263a823
Merge branch '2.4' into develop 2021-04-26 20:04:24 +02:00
iglocska 7270f4e563
fix: [default feeds] duplicate name resolved, fixes #6978
- as reported by @chrisinmtown
2021-04-26 20:03:20 +02:00
iglocska ab2ae037a4
Merge branch 'develop' into 2.4 2021-04-26 14:56:38 +02:00
iglocska d0f91053be
chg: [version] bump 2021-04-26 14:56:14 +02:00
Raphaël Vinot 816907d2d3 chg: Force perms for logfiles before tests 2021-04-26 13:53:21 +02:00
iglocska a55bb74673
fix: [galaxy] logging - use SYSTEM as the default org name for logging 2021-04-26 13:44:12 +02:00
iglocska 487cb2d67e
fix: [galaxy] new logging to catch meta field errors assumed that the user object was available
- [narrator] It wasn't.
2021-04-26 13:42:25 +02:00
iglocska e5c567ae91
fix: [galaxy] update fails gracefully and skips over malformed meta fields in a cluster 2021-04-26 13:26:29 +02:00
Alexandre Dulaunoy 4832b4abaa
Merge branch '2.4' into develop 2021-04-26 12:24:58 +02:00
Alexandre Dulaunoy f51ab3c75c
chg: [misp-galaxy] updated to the latest version 2021-04-26 12:24:19 +02:00
Alexandre Dulaunoy d93bd835a3
Merge branch '2.4' into develop 2021-04-26 11:19:47 +02:00
Alexandre Dulaunoy bba7ee871e
Merge pull request #7369 from MISP/fix-link
Fix link
2021-04-26 11:19:07 +02:00
Alexandre Dulaunoy 5071c7edbd
chg: [warning-lists] updated to the latest version 2021-04-26 11:17:02 +02:00
Raphaël Vinot 8e108202d1 chg: [PyMISP] Bump 2021-04-26 10:58:33 +02:00
mokaddem 0d35032610
fix: [feeds:edit] Recover event_id if it exists
Fix #7293 (second part)
2021-04-26 10:12:27 +02:00
mokaddem 8efce54d74
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-04-26 10:01:15 +02:00
mokaddem 198475625a
chg: [elements:indexTable] Allow passing URL parameters for link actions 2021-04-26 10:00:12 +02:00
iglocska 3cbe5280d8
fix: [correlations] added fix for invalid function call
- introduced by the refactor, looking up Attribute object variables such as noncorrelatingTypes
2021-04-25 23:28:17 +02:00
iglocska 5b67cd147a
fix: [correlations] Don't barf when trying to add data with no correlations 2021-04-25 23:18:28 +02:00
iglocska b8781fa91c
fix: [correlation exclusions] controller comment fixed 2021-04-25 19:49:08 +02:00
iglocska 6a6d696469
fix: [Correlations] controller - added missing components 2021-04-25 19:41:21 +02:00
iglocska 4ba1a1ab13
fix: [Correlations] fixed advanced correlations for ssdeep and separated into own function 2021-04-25 18:09:37 +02:00
iglocska 35fe2ceac3
chg: [CRUD] component, changed two filtering functions to be accessible externally 2021-04-25 17:56:42 +02:00
iglocska 823a870ca0
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-04-25 17:54:53 +02:00
iglocska 6cf99e2d7c
chg: [indextable] added stupid pagination options 2021-04-25 17:45:27 +02:00
iglocska 5622546d5d
new: [correlations] added new background task for correlating individual values 2021-04-25 17:40:41 +02:00
iglocska 33c6ab7030
chg: [menues] updated with new correlation functionality 2021-04-25 17:37:57 +02:00
iglocska 15fc60ebbf
new: [Correlations] refactor / rework
- moved to own controller and model
- refactored several long incomprehensible functions

- extracted reused tasks from functions and made them reusable
- added a way to correlate individual values as opposed to attributes

- Added top correlations index
2021-04-25 17:36:29 +02:00
chrisr3d 26ddc96938 Merge branch '2.4' of https://github.com/MISP/MISP into develop 2021-04-25 01:49:24 +02:00
chrisr3d 6347b24d24
fix: [stix1 framing] Fixed CIQ Identity namespace 2021-04-25 01:43:53 +02:00
E. Cleopatra d30a8d6277
Fix link 2021-04-24 20:46:17 +01:00
mokaddem 88d58c7a3c
Merge branch 'developt push' of github.com:MISP/MISP into develop 2021-04-23 16:23:54 +02:00
mokaddem f4d65adbfc
chg: [css:event-report] Improved layout when using objects in markdown headers 2021-04-23 16:22:58 +02:00
Andras Iklody 6734e9d30e
Merge pull request #7366 from righel/allow-cake-cli-set-null-settings
fix: allow setting org_id=0 via cake console, add --force option
2021-04-23 15:08:34 +02:00
Luciano Righetti 04560a067b fix: add strict commit test function 2021-04-23 15:03:24 +02:00
mokaddem c3d94996c3
Merge branch 'feature-galaxy-cluster-wipe-default' into develop 2021-04-23 14:32:38 +02:00
mokaddem 88084a490f
Merge branch 'develop' of github.com:MISP/MISP into feature-galaxy-cluster-wipe-default 2021-04-23 14:31:54 +02:00
Jakub Onderka 3a8777b2fd
Merge pull request #7364 from JakubOnderka/galaxy-stats-fix
Galaxy stats fix
2021-04-23 12:38:02 +02:00
mokaddem 6590c17578
Merge remote-tracking branch 'origin/2.4' into develop 2021-04-23 12:22:31 +02:00
Jakub Onderka 58e6190bf8 chg: [UI] Link to proposal limited view from proposal event index 2021-04-23 12:07:50 +02:00
mokaddem bc2c58abe9
security: [feeds] Hide headers for non-site admin users 2021-04-23 12:07:01 +02:00
Luciano Righetti da0f9c4148 fix: allow setting org_id=0 via cake console, add --force option to force settings. 2021-04-23 12:01:07 +02:00
mokaddem 7275ac97ad
Merge branch 'develop' of github.com:MISP/MISP into develop 2021-04-23 10:33:40 +02:00