Commit Graph

108 Commits (f796071d6494e7b21e4c6fb7a7cbd10b1427be52)

Author SHA1 Message Date
Jakub Onderka 6b248b179f new: [tag] Generate predictable tag color 2021-12-14 09:24:24 +01:00
Jakub Onderka 1e5ca3dc59
Merge pull request #7577 from JakubOnderka/add-event-cleanup
chg: [internal] Convert array to const
2021-11-23 11:51:58 +01:00
iglocska 952a98dba8
Merge branch 'local_only' into develop 2021-11-08 14:15:18 +01:00
Jakub Onderka 37a5b3dc5f chg: [internal] Convert strings to const 2021-11-03 10:27:39 +01:00
Jakub Onderka 4c0dab4b96 fix: [API] Do not allow same tags for one object (local/global) 2021-10-31 18:11:22 +01:00
Jakub Onderka 6f75336754
Merge pull request #7908 from JakubOnderka/test_restsearch_event_by_tags
new: [test] test_restsearch_event_by_tags
2021-10-30 20:14:42 +02:00
Jakub Onderka f6deb48d89 chg: [internal] Try to remove possible unused methods 2021-10-30 19:49:05 +02:00
Jakub Onderka 9ae7d88f23 chg: [internal] Optimise Tag::findTagIdsByTagNames 2021-10-30 19:43:17 +02:00
Jakub Onderka ab432a02d6 chg: [internal] Optimise fetching events by tags 2021-10-30 19:43:17 +02:00
Jakub Onderka aead3f9056 chg: [internal] Simplify creating tag 2021-10-30 19:40:52 +02:00
Loïc Fortemps dc71f6e451
Merge branch 'develop' into local_tags 2021-10-27 17:06:02 +02:00
Loic Fortemps a1ba1c053e
Adding a local_only option for Tags and Galaxies 2021-10-27 16:51:54 +02:00
Jakub Onderka 6c227f69c4 chg: [internal] Faster importing galaxy relation tags 2021-10-25 21:15:49 +02:00
Jakub Onderka 11e8b09d6f chg: [internal] Move method for fetching tags to one place 2021-10-24 11:45:50 +02:00
Jakub Onderka ab9c419412 chg: [internal] Faster tag capturing 2021-10-21 11:18:14 +02:00
Jakub Onderka d9e89955bc chg: [internal] Simplify fetching Kafka topic 2021-10-11 09:41:46 +02:00
Jakub Onderka 962929dcbd chg: [internal] Remove unused method Tag::findEventTags 2021-10-10 14:26:39 +02:00
Jakub Onderka 9c1fc45330 new: [shell] Tag merging 2021-09-07 12:14:51 +02:00
Jakub Onderka 2180ea8f6e chg: [internal] Fetch just necessary fields when capturing tag 2021-08-12 14:27:13 +02:00
Jakub Onderka ad1b373766 new: [log] Audit log 2021-05-03 13:44:44 +02:00
Jakub Onderka 4c9ba9dcc7 chg: [internal] Refactor TagsController::view 2021-02-09 10:57:01 +01:00
Jakub Onderka 2ce6d0b240 fix: [internal] Fix some warnings 2021-01-28 14:09:05 +01:00
Jakub Onderka 3d7937cc04 chg: [taxonomy] Faster fetching event and attribute counts for tag 2021-01-13 10:31:09 +01:00
Jakub Onderka f187780d2a new: [taxonomy] Importing taxonomy in machinetag format by REST API 2021-01-13 10:31:09 +01:00
chrisr3d 89f1577ece Merge branch 'develop' of https://github.com/MISP/MISP into develop 2021-01-04 18:33:04 +01:00
Jakub Onderka 8c4db01708 chg: [optimisation] Faster Tag::fetchSimpleEventsForTag method 2021-01-02 15:34:16 +01:00
Andras Iklody f7d5bc272b
fix: [tags] truncate tag names that are too long
Otherwise we run into issues on the DB level anyway. For the future, perhaps change the field length.
2020-12-30 15:40:06 +01:00
mokaddem 150b4cb7d1
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-11-09 10:07:43 +01:00
iglocska 065eba4c6b
Revert "fix: [tag] Show correct count of tag attributes and events"
This reverts commit e644f4ea4c.
2020-09-30 17:47:40 +02:00
mokaddem eb84b3344f
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-09-22 12:08:12 +02:00
Jakub Onderka e644f4ea4c fix: [tag] Show correct count of tag attributes and events 2020-08-18 10:57:33 +02:00
Jakub Onderka dd7d70ebf8 fix: [UI] Bad merge for mass edit form 2020-08-06 09:34:43 +02:00
mokaddem 3d224cfdb8
Merge branch '2.4' of github.com:MISP/MISP into fix-mass-edit-form-with-post 2020-07-30 15:29:20 +02:00
Jakub Onderka bd1a2247e0 chg: [internal] Initialize UserSetting just when needed 2020-07-28 16:10:31 +02:00
mokaddem 5e593240ce
fix: [attributes:massEditForm] Invalid conditions fixed and performances improvements 2020-07-28 10:58:05 +02:00
mokaddem f3a9481c61
Merge remote-tracking branch 'origin/2.4' into galaxy-cluster2.0 2020-07-01 16:22:55 +02:00
mokaddem bbd3b802be
fix: [tag:checkForOverride] Catch if tag didn't have a numerical value
before the override
2020-06-29 10:14:44 +02:00
mokaddem d4b1ecb088
new: [tag] Added 2 new columns to fetch tags from galaxies faster 2020-06-18 11:02:08 +02:00
mokaddem a5f4fdc233
chg: [tags:checkForOverride] Do not duplicate user id variable 2020-06-04 13:30:28 +02:00
mokaddem 314d9fab71
new: [Tag] Allow Tag's numerical_values to be overriden by userSettings 2020-06-02 09:33:08 +02:00
mokaddem 01ec581a86
new: [clusterRelation] Early work on Galaxy Cluster Relations 2020-05-06 07:59:57 +02:00
Jason Kendall 47d0c41a55 Allow forcing tag creation for galaxies 2020-02-18 14:11:54 -05:00
iglocska f12cd3b826
fix: [taxonomies] Fixed invalid tags being shown on the taxonomy index if mistyped versions exist 2019-12-12 10:07:50 +01:00
iglocska 48b30c5095
fix: [Tagging] Fixed the user/org restrictions not being adhered to when tagging 2019-11-06 21:17:53 +01:00
mokaddem 4005a5feb6
fix: [Tags] Correctly records `numerical_value` when enabling a taxonomy
for the first time
2019-08-23 11:32:15 +02:00
iglocska 9b8ef9d513
new: [API] AND for tag filters in restSeach added 2019-05-23 11:25:29 +02:00
Nikos Filippakis 9d59b10368 Publish events to Kafka
Signed-off-by: Nikos Filippakis <nikolaos.filippakis@cern.ch>
2019-03-18 15:53:22 +01:00
iglocska adaf27883d fix: [performance] Massive performance bug resolved for taxonomy tag selector 2019-02-25 22:53:31 +01:00
Christophe Vandeplas 67efc70bf5 fix: [style] consistent space indentation 2019-02-10 13:08:55 +01:00
Christophe Vandeplas 52d787f235 fix: [Tagging] MITRE galaxies fixing function
This function still needs to be called from an upgrade script.
2019-01-31 10:54:11 +01:00