Commit Graph

570 Commits (fe83ea6b7ae36bf2d65e461013d529f28c6ddce1)

Author SHA1 Message Date
Jakub Onderka ad18cbe3a7 new: [log] Access log retention command 2022-12-02 09:39:07 +01:00
Jakub Onderka 4a76fae0ea chg: [test] Show application logs 2022-12-01 15:03:02 +01:00
iglocska db24a9bbf4
Merge branch 'develop' into taxii 2022-11-21 13:51:37 +01:00
Jakub Onderka f247571542 chg: [logs] Add SQL queries count to access log 2022-11-13 17:42:40 +01:00
Jakub Onderka 483104bf80 new: [CLI] Command for recompressing data stored in audit logs table 2022-11-13 11:24:26 +01:00
Jakub Onderka 50428e5c0b chg: [cli] Show stats for access logs 2022-11-12 20:15:43 +01:00
iglocska 56c5b9c409
Merge branch '2.4' into develop 2022-11-09 15:08:02 +01:00
CriimBow 0f6ffb8270 does not exists => does not exist 2022-11-08 16:13:14 +01:00
Sami Mokaddem c3c59d497a
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-11-06 18:27:06 +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
iglocska 0f0fd60d56
new: [CLI] added pretty and json output modes to list and view feeds 2022-11-04 15:28:57 +01:00
iglocska 10f9f2c954
chg: [CLI] new functions documented on the automation page 2022-11-04 15:15:35 +01:00
iglocska efcbc5a6e4
new: [feed management] added to CLI
- still needs to add docs
2022-11-04 14:02:43 +01:00
Jakub Onderka 459759374c
Merge pull request #8345 from JakubOnderka/oidc-org-uuid
new: [oidc] Allow to create new org with defined UUID
2022-11-02 10:16:52 +01:00
Jakub Onderka ad9bb42441 fix: [test] Show debug output for warninglist 2022-10-24 11:51:45 +02:00
Jakub Onderka 9770ee17a9 new: [correlation] Do not correlate over correlating value again for full correlation
Should help with #8685
2022-10-20 09:55:39 +02:00
Jakub Onderka cf625a9318
Merge pull request #8646 from JakubOnderka/periodic-summary-empty
fix: [notification] Do not send email when no new event for period
2022-10-18 21:19:22 +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 79e2ffa6a7 fix: [redis] Delete all keys by pattern 2022-10-09 09:38:21 +02:00
Jakub Onderka 5465bd8bd0 chg: [internal] Cleanup Redis code 2022-10-08 18:18:25 +02:00
Jakub Onderka 4e7af6e87a fix: [notification] Do not send email when no new event for period 2022-10-07 14:34:18 +02:00
Luciano Righetti 5d7015854f
Merge pull request #8583 from Benni0/fix_userId
fix: [fetchFeed] Set CurrentUserId in fetchFeed
2022-09-27 10:54:19 +02:00
Jakub Onderka 75a1e6e9da fix: [periodic summary] Fetch just users from database that are enabled 2022-09-21 12:47:50 +02:00
Jakub Onderka 450031b145
Merge pull request #8489 from JakubOnderka/event-index-cache
new: [sync] Event index cache
2022-09-20 12:15:35 +02:00
Benni0 eba90d9bd6
fix: [fetchFeed] Set CurrentUserId in fetchFeed
Currently the CurrentUserId is not set, when fetchFeed is called, which results in an exception in the Event->publish() function.
2022-09-13 16:26:29 +02:00
Sami Mokaddem 6f4ce98095
fix: [serverShell:sendPeriodicSummaryToUsers] Typo in periods 2022-09-12 15:12:01 +02:00
Sami Mokaddem 6f4564e900
fix: [serverShell:sendPeriodicSummaryToUsers] Typo in periods 2022-09-12 15:04:29 +02:00
Jakub Onderka a974808238 new: [CLI] Option to fetch remote server index 2022-09-11 10:59:14 +02:00
Jakub Onderka f8b5b22aea
Merge pull request #8572 from JakubOnderka/correlation-value-transaction
chg: [correlation] Faster saving correlations
2022-09-10 20:44:29 +02:00
Jakub Onderka db78a98bd4 chg: [CLI] Do not call ConfigLoad twice 2022-09-10 20:07:08 +02:00
Jakub Onderka 3e3aaf299d fix: [CLI] Initialize config before loading models 2022-09-10 20:01:44 +02:00
iglocska 8480b8ec8d
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-09 14:45:37 +02:00
Stefano Ortolani 4c2d39532b Allow new authentication keys to be replaced 2022-09-07 17:09:48 +01:00
Sami Mokaddem 7cd3b35d61
chg: [user:periodic_notification] General improvements and added CLI support 2022-08-31 11:51:36 +02:00
iglocska d923fe23aa
new: [taxii integration] wip
- all MISP side code implemented for being able to have filtered pushes
- still missing proper result handling as we need a working test implementation of the python scripts first
- some assumptions made that need to be revisited
2022-08-12 15:10:06 +02:00
iglocska d3d042cf2a
new: [overcorrelations] quality of life improvements
- Added new tool to generate occurrence counts (real numbers this time)
- Added hook to truncate over correlating value table on recorrelation
- No longer store the partial counts as occurrences when generating correlations
2022-08-10 14:17:20 +02:00
iglocska fc3439acc1
fix: [php 7.2] compatibility 2022-08-04 19:18:45 +02:00
Sami Mokaddem 775d100cbc
fix: [adminShell:correlationTruncate] Correctly update the job 2022-08-04 10:49:04 +02:00
Sami Mokaddem 49575533ad
Merge remote-tracking branch 'origin/develop' into feature-workflows-2 2022-08-04 10:08:56 +02:00
iglocska a04f3964e7
new: [correlation rework] round 2
- long list of fixes
- update scripts
- correlation engine management interface
- recorrelation/truncation tools
- various performance tunings and bug fixes
2022-08-03 15:44:27 +02:00
Sami Mokaddem b8a9bedcbc
fix: [workflows] Clean up and removed unused code 2022-07-25 13:41:13 +02:00
Sami Mokaddem c8528a7c59
chg: [workflows:modules] Renamed parallel tasks into concurrent tasks 2022-07-22 09:56:30 +02:00
Sami Mokaddem 74ff67d564
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-07-12 14:14:47 +02:00
iglocska c93818f180
chg: [LS22] shell updated with the final version used for the exercise 2022-07-07 11:07:55 +02:00
Sami Mokaddem 99a76812bc
Merge remote-tracking branch 'origin/develop' into feature-workflows-2 2022-07-07 09:09:39 +02:00
Sami Mokaddem 351a3cfd4e
chg: [workflow] non-blocking workflows are run by background workers 2022-06-24 12:20:03 +02:00
Sami Mokaddem 07b99a1a5a
chg: [workflow] Added more logging while executing WF 2022-06-13 14:36:44 +02:00
Sami Mokaddem 17a32a8131
chg: [workflow] restored execution path support to allow parallel tasks 2022-06-13 11:27:27 +02:00
Sami Mokaddem 6511c3381a
chg: [workflows] Ability to run a workflow from any node and added background job support for parallel tasks 2022-06-13 10:48:59 +02:00
Jakub Onderka ff47e5491f fix: [oidc] Allow to check all users 2022-06-08 16:29:07 +02:00