Commit Graph

20655 Commits (9ab3998b9d6fd08cd8727375a8ffdf8cf013f4e0)

Author SHA1 Message Date
Jakub Onderka 9ab3998b9d chg: [internal] Remove unused variable 2021-11-03 10:27:42 +01:00
Jakub Onderka 03f0bc3c78 chg: [internal] Convert array to const in QueryTool 2021-11-03 10:27:42 +01:00
Jakub Onderka 48f9834098 chg: [internal] Convert array to const in Warninglist 2021-11-03 10:27:42 +01:00
Jakub Onderka c9e4f326eb chg: [internal] Convert array to const in RestResponseComponent 2021-11-03 10:27:42 +01:00
Jakub Onderka 19624a02f7 chg: [internal] Convert array to const in ACLComponent 2021-11-03 10:27:42 +01:00
Jakub Onderka 98d75580a5 chg: [internal] Fix typo 2021-11-03 10:27:42 +01:00
Jakub Onderka a5cde82f5a chg: [internal] Remove unused methods 2021-11-03 10:27:42 +01:00
Jakub Onderka e3375d5473 chg: [internal] Convert array to const 2021-11-03 10:27:42 +01:00
Jakub Onderka 37a5b3dc5f chg: [internal] Convert strings to const 2021-11-03 10:27:39 +01:00
Jakub Onderka f90edbb540 chg: [internal] Convert array to const 2021-11-03 10:27:03 +01:00
Jakub Onderka a2d6352bbb chg: [internal] Convert array in log to const 2021-11-03 10:27:03 +01:00
Jakub Onderka 88e1c48227 Revert "chg: [logbehaviour] skipfields reverted to an array from a constant"
This reverts commit 9d7da3103f.
2021-11-03 10:27:02 +01:00
Jakub Onderka 7f16e27b25 chg: [internal] Convert array to const 2021-11-03 10:27:02 +01:00
Alexandre Dulaunoy 5de4e64bd6
Merge branch '2.4' into develop 2021-11-02 09:12:25 +01:00
Alexandre Dulaunoy 8e06fa1de8
chg: [misp-objects] updated 2021-11-02 09:11:43 +01:00
Jakub Onderka fd86ae30b2
Merge pull request #7854 from JakubOnderka/save-optim
chg: [internal] Optimise saving attributes
2021-11-01 15:27:53 +01:00
Jakub Onderka 41dda2a9db chg: [auditlog] Remove non exists insertId 2021-11-01 08:46:35 +01:00
Jakub Onderka 9ccd1ce503 fix: [API] Object reference view 2021-11-01 08:44:49 +01:00
Jakub Onderka e7e354c20e chg: [schema] Set object_references.uuid as unique column 2021-11-01 08:44:49 +01:00
Jakub Onderka 51f78883c4 fix: [auditlog] Fetch event_id when necessary 2021-11-01 08:44:49 +01:00
Jakub Onderka 57d6bd260a chg: [internal] Optimise saving attributes 2021-11-01 07:26:04 +01:00
Jakub Onderka c00e6b374f
Merge pull request #7915 from JakubOnderka/fix-saving-attribute
fix: [internal] Attaching tags to attachment attribute
2021-10-31 18:41:38 +01:00
Jakub Onderka 24c0f81a57 chg: [internal] Optimise attaching tags to objects 2021-10-31 18:25:13 +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 f3829f40df new: [test] test_add_duplicate_tags 2021-10-31 17:48:50 +01:00
Jakub Onderka 82dc65df50 fix: [internal] Attaching tags to attachment attribute 2021-10-31 17:16:58 +01:00
Jakub Onderka dd856827c0
Merge pull request #7914 from JakubOnderka/audit-log-behaviour-optim
Audit log behaviour optim
2021-10-31 14:50:33 +01:00
Jakub Onderka 4111771380 chg: [internal] Optimise AuditLogBehavior 2021-10-31 13:32:14 +01:00
Jakub Onderka 083ec278dd new: [test] test_log_new_audit 2021-10-31 13:32:14 +01:00
Jakub Onderka f5628a8d60 chg: [auditlog] Remove unused variable 2021-10-31 12:39:24 +01:00
Jakub Onderka a3af6b4452 chg: [auditlog] Simplify and optimise code 2021-10-31 12:39:13 +01:00
Jakub Onderka 1faa290248
Merge pull request #7913 from JakubOnderka/fetchAttribute
chg: [internal] Optimise Attribute::fetchAttribute
2021-10-31 12:23:11 +01:00
Jakub Onderka e56e4fd1a2 chg: [internal] Optimise Attribute::fetchAttribute 2021-10-31 11:37:27 +01:00
Jakub Onderka 0e917813c3
Merge pull request #7910 from JakubOnderka/object-templates
Object templates
2021-10-31 11:09:30 +01:00
Jakub Onderka eb40526cff
Merge pull request #7911 from JakubOnderka/bulkSaveRelations
chg: [internal] Optimise bulkSaveRelations
2021-10-31 11:08:59 +01:00
Jakub Onderka 0da33f33a4
Merge pull request #7912 from JakubOnderka/audit-log-optim
chg: [internal] Optimise AuditLog
2021-10-31 11:07:45 +01:00
Jakub Onderka f1283996ad chg: [internal] Optimise AuditLog 2021-10-31 10:52:47 +01:00
Jakub Onderka 57c4862329 chg: [internal] Optimise bulkSaveRelations 2021-10-31 10:02:23 +01:00
Jakub Onderka 0d47a550cc chg: [internal] Optimise updating templates 2021-10-30 22:29:39 +02:00
Jakub Onderka da81d0ebc4 chg: [internal] Optimise genericPicker 2021-10-30 21:16:09 +02:00
Jakub Onderka 61a8320b4f chg: [internal] Use FileAccessTool in MispObject 2021-10-30 20:51:27 +02:00
Jakub Onderka aa0c27ef5d chg: [internal] Faster fetching object templates for selectbox 2021-10-30 20:51:26 +02: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 b6b9a06ae1
Merge pull request #7909 from JakubOnderka/galaxy-cluster-relation-tag
chg: [internal] Simplify creating tag
2021-10-30 19:55:13 +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 9855fc5ced new: [test] test_restsearch_event_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
Jakub Onderka 4998dd8c0a
Merge pull request #7890 from JakubOnderka/thret-level-notification
new: [settings] Allow to use ThreatLevel.name for alert filter
2021-10-30 19:12:29 +02:00