Commit Graph

116 Commits (4be80d39a80d4375dc80a45e43d8e67db0125793)

Author SHA1 Message Date
Jakub Onderka fbc5e91ca2 chg: [internal] Use array_push($array, ...) instead of slower array_merge 2024-01-28 16:01:21 +01:00
Jakub Onderka f859fe37a5
Merge pull request #9100 from JakubOnderka/galaxy-improt-update
chg: [galaxies] Allow to update galaxy fields when doing update
2024-01-12 12:16:41 +01:00
iglocska 5bed463416
chg: [logging] fail silently if logging entry can't be saved
- can happen when the log change is too large for example
- no need to roll back / break sync for example if a log entry is too large, just fail silently.
2023-12-07 15:17:58 +01:00
Jakub Onderka e177ad95e4 chg: [galaxies] Allow to update galaxy fields when doing update 2023-05-24 14:03:54 +02:00
Jakub Onderka 2f1d56509c chg: [internal] Code cleanup for galaxy import 2023-05-17 13:56:17 +02:00
Jakub Onderka 5f6870b9ac fix: [internal] Attaching clusters 2022-12-01 13:11:21 +01:00
Jakub Onderka 41aa9d225f fix: [security] Check user permission when attaching clusters 2022-10-25 13:22:11 +02:00
Jakub Onderka 4afca23a9a fix: [internal] Use standardized API for event unpublishing 2022-10-21 19:55:44 +02:00
Jakub Onderka 995da66570 chg: [UI] Faster selecting galaxies 2022-05-22 12:48:52 +02:00
Jakub Onderka 51a2ec92f3 fix: [UI] Empty form 2022-04-25 10:45:32 +02:00
Jakub Onderka 270080bce4 chg: [UI] Inline attribute detaching 2022-04-24 19:39:00 +02:00
Jakub Onderka 9b8b1514ef chg: [internal] Faster attaching clusters to events/attributes 2022-04-24 16:59:58 +02:00
Jakub Onderka 2150fa4ef7 fix: [internal] Code fix 2022-04-24 16:59:58 +02:00
Jakub Onderka dc760e9b00 fix: [internal] Use standard type logging 2022-04-24 16:59:58 +02:00
Jakub Onderka 4af34a999c chg [galaxy] Simplify saving galaxies 2022-03-27 18:45:32 +02:00
Jakub Onderka e7c7faad48 fix: [internal] Attaching cluster 2021-11-18 16:02:55 +01:00
Jakub Onderka 9c60d64b04 fix: [internal] Update JSON 2021-11-14 19:09:38 +01:00
iglocska 952a98dba8
Merge branch 'local_only' into develop 2021-11-08 14:15:18 +01:00
Jakub Onderka 57c4862329 chg: [internal] Optimise bulkSaveRelations 2021-10-31 10:02:23 +01:00
Loïc Fortemps 7c4b36b1d3
fix: [tags] enforce local_only check on backend 2021-10-28 11:59:06 +02:00
Loic Fortemps a1ba1c053e
Adding a local_only option for Tags and Galaxies 2021-10-27 16:51:54 +02:00
Jakub Onderka ae1b98a259 chg: [internal] Optimise updating galaxies 2021-07-27 21:10:45 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +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
iglocska 338eda6eee
fix: [internal] timestmaping when adding clusters to attributes wasn't working
- added it as a quick fix, should be moved in the future to a more generic place
2021-02-03 14:52:47 +01:00
iglocska 9d537c989a
fix: [internal] further promises removed from the galaxy model
- easier than getting people to stop using EOL software
2020-12-17 13:29:11 +01:00
iglocska 3729fd80a0
fix: [galaxy update] force flag should be cast to boolean 2020-11-23 22:30:54 +01:00
iglocska 20bfe637e4
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2020-11-23 22:17:41 +01:00
iglocska 7e172fb627
chg: [galaxy update] improvements
- should be a fair bit faster
2020-11-23 19:38:19 +01:00
Jakub Onderka df97c9f768 chg: [internal] Faster updating JSON structures 2020-11-19 23:41:35 +01:00
mokaddem 91f6479660 fix: [galaxy:update] Correctly delete clusters when performing a force update 2020-11-19 08:19:18 +01:00
mokaddem 42d3f92c9f fix: [galaxy:update] Make sure the fake user has the perm_sync right 2020-11-18 09:36:57 +01:00
mokaddem 7d07a631f2
chg: [galaxy] Added logging behavior for galaxies, clusters and relations 2020-11-12 11:18:36 +01:00
mokaddem df9b4ce872
chg: [galaxy:export] Improved misp-galaxy format export and added notice 2020-11-11 14:52:13 +01:00
mokaddem ac7eeda6c3
chg: [galaxy:export] Started conversion tool to misp-galaxy format - WiP 2020-11-10 10:16:20 +01:00
mokaddem 6133e7e60d
chg: [galaxyClusterRelation] Code refactoring and documentation 2020-07-09 14:44:21 +02:00
mokaddem 0ea2b710c9
chg: [galaxy] Improved doc 2020-07-08 09:30:24 +02:00
mokaddem b1d9c8efaa
chg: Refacto bunch of galaxy clusters files 2020-07-07 09:47:13 +02:00
mokaddem c6557b58b9
chg: [galaxyCluster] Replaced `galaxyCluster->find` by its ACL-aware
counterpart where applicable - WiP
2020-06-17 15:01:23 +02:00
mokaddem 864ecbdcce
new: [galaxyCluster] Added `published` flag to clusters 2020-06-16 16:36:49 +02:00
mokaddem 2882c19d07
fix: [galaxy:import] Set org and orgc to default MISP org 2020-06-15 15:19:26 +02:00
mokaddem 6854c81bff
chg: [galaxyCluster:push] Only push custom clusters that are contained in the
event getting pushed
2020-06-15 14:37:37 +02:00
mokaddem 0f68f521fa
fix: [galaxy:import] Correctly set distribution when importing from
repository
2020-06-15 13:22:47 +02:00
mokaddem 381498302f
fix: [galaxy:import] Use correct data path to retrieve galaxy id 2020-06-09 11:48:21 +02:00
mokaddem be7ef90366
chg: [galaxyCluster:add] Improved error reporting and importing now uses
`add` endpoint
2020-06-09 11:01:25 +02:00
mokaddem 3314db6ac0
chg: [galaxyCluster:crud] Improved how clusters and their linked models
are saved
2020-06-09 10:08:36 +02:00
mokaddem 2a807d30cc
fix: [clusterRelations:catpure] More flexible tag capture 2020-06-08 12:14:56 +02:00
mokaddem 48aa7df49e
fix: [galaxy:import] Set the locked flag for the imported galaxyCluster 2020-06-08 11:53:15 +02:00