Commit Graph

109 Commits (ffe39a2145bb7fb6affea122c2150e314ea208c8)

Author SHA1 Message Date
Anders Einar Hilden ffe39a2145
Update ServerShell.php 2024-02-22 12:49:08 +01:00
iglocska 1a19d76549
fix: [taxii push] correctly save the status of thetaxii push job 2023-06-14 18:37:27 +02:00
iglocska c2ca52e83b
fix: [taxii push] 2023-06-06 11:12:38 +02:00
iglocska db24a9bbf4
Merge branch 'develop' into taxii 2022-11-21 13:51:37 +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 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 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
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
Luciano Righetti 57597b9cd7 fix: change simple bg jobs settings to critical, fix notice in server shell 2021-12-23 14:44:38 +01:00
Jakub Onderka 6a7ce56939 chg: [internal] Add job ID to worker 2021-11-22 14:44:52 +01:00
Jakub Onderka cc1908a7fd chg: [CLI] Initialize BackgroundJobsTool just when required 2021-11-22 09:58:20 +01:00
Luciano Righetti 5316766205 fix: ServerShell fails if SimpleBackgroundJobs config does not exists 2021-11-22 09:49:34 +01:00
Luciano Righetti 4218787934 chg: move initTool() logic to constructor 2021-11-09 08:43:39 +01:00
Luciano Righetti f80fcec2db chg: rename settings 2021-11-05 15:46:42 +01:00
Luciano Righetti b1eaed2b1b chg: merge develop, fix conflicts 2021-11-03 13:54:20 +01:00
Luciano Righetti 321acb629e chg: fix issues with servershell pull/push commands 2021-10-29 14:52:42 +02:00
Jakub Onderka b9ab3332a2 chg: [internal] Better error messages when fetching feeds 2021-10-29 11:59:08 +02:00
Luciano Righetti 145b54f401 chg: refactor server shell background jobs to use new tool 2021-10-27 17:03:16 +02:00
Jakub Onderka 459afd6f67 chg: [internal] Code cleanup for Server::pull method 2021-10-16 09:26:42 +02:00
Sami Mokaddem 9a6d0b2b96
Merge remote-tracking branch 'origin/2.4' into develop 2021-10-05 16:15:44 +02:00
Jakub Onderka ac4f042868 new: [internal] Method Job::createJob 2021-09-30 13:05:29 +02:00
Jakub Onderka ef410687a7 chg: [internal] Simplify ServerShell code 2021-09-03 08:48:44 +02:00
Jakub Onderka 157dbed32b chg: [sync] Simplify server post test code 2021-08-21 11:29:14 +02:00
Matjaz Rihtar 4d86ac4842 Merge branch '2.4' into cmdLineHelp
# Conflicts:
#	app/Console/Command/AdminShell.php
#	app/Console/Command/EventShell.php
#	app/Model/Server.php
2021-08-16 19:06:11 +02:00
Amaury Leroy 987473a7fe function pushAll -- push all servers 2021-05-19 14:59:23 +02:00
Amaury Leroy c34d320186 function cacheServerAll -- cache all server 2021-05-19 14:55:19 +02:00
Matjaz Rihtar 93b2355260
fix: [shells] Fixed/improved command line help 2021-03-18 23:45:20 +01:00
iglocska 78a48ddc87
new: [server shell] list servers, fixes #7115
- simple human readable listing
- kept the old weird JSON producing listServers intact
2021-03-03 00:30:35 +01:00
mokaddem 150b4cb7d1
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-11-09 10:07:43 +01:00
Jakub Onderka 46ba51a32e new: [sync] Show client certificate info in connection test 2020-10-19 09:57:06 +02:00
mokaddem eb84b3344f
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00
mokaddem 28890d0ee7
fix: [serverShell:cacheFeeds] Correct usage of __n function. Fix #6238 2020-09-01 08:42:13 +02:00
mokaddem afbf870e16
fix: [feed:importFreeText] Make sure to update the timestamp when soft-deleting after delta-merge
Fix #6013
2020-07-21 12:13:59 +02:00
mokaddem ad81c60986
Merge branch '2.4' of github.com:MISP/MISP into galaxy-cluster2.0 2020-07-21 08:09:25 +02:00
mokaddem f3a9481c61
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-07-01 16:22:55 +02:00
Jakub Onderka f0fa71627d chg: [internal] Better job progress and status logging 2020-06-28 09:06:27 +02:00
mokaddem e48763a1c1
chg: [server:pull] Improved pull process for galaxyClusters 2020-06-10 09:37:25 +02:00