Commit Graph

108 Commits (02a4c51406de4a6a66574bf476ebcce1426abbfb)

Author SHA1 Message Date
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
mokaddem c32eff5849
chg: [galaxyCluster:capture] Improved cluster catpure
- Allow to capture relationships pointing to unknown clusters
- Improved display of relationships
2020-06-08 11:10:59 +02:00
mokaddem 38a9e4b490
chg: [clusterRelations:add] Refactored how relations are saved to better
support tags and force override
2020-05-29 10:02:17 +02:00
mokaddem 1bb2839dd3
chg: [clusterRelations:CRUD] Added support of tags 2020-05-29 08:56:29 +02:00
mokaddem 176e29c94f
chg: [server:push] Drafty version of galaxyCluster push 2020-05-26 15:08:24 +02:00
mokaddem 79064d0eb8
chg: [clusterRelations:edit] Make edit works again and improved error
reporting
2020-05-25 16:10:00 +02:00
mokaddem 9ba5bc186f
chg: [galaxyCluster] Usage of both ID and UUID for relation with drafty working
version of import/export
2020-05-25 10:04:07 +02:00
mokaddem 95cbfa2878
chg: [galaxyClusters] Improved logging and error reporting 2020-05-22 09:04:01 +02:00
mokaddem ad81a03813
chg: [galaxyCluster] First version of capture functions 2020-05-20 10:33:33 +02:00