Commit Graph

152 Commits (92a07b01a4eebfa623699db6b30083551de40b25)

Author SHA1 Message Date
iglocska 8dbe02d115
fix: [analystdata] don't include the parent via the viewAnalystData endpoints 2024-05-02 12:08:23 +02:00
iglocska 2aa4b95de6
fix: [UI] removed dumb check 2024-05-02 11:40:14 +02:00
iglocska 4795d9c183
fix: [analyst data] UI changes to make the loading on demand in the event view 2024-05-02 10:17:44 +02:00
Sami Mokaddem c952fcad4b
fix: [objects:edit] Restored behavior of upgrading object to newer template 2023-10-24 09:26:41 +02:00
Sami Mokaddem 3bb6f9f43f
fix: [objects:group_attributes_into_object] Typo in find options 2023-02-20 15:04:31 +01:00
Jakub Onderka 7613016cac fix: [UI] Undefined shortDist array 2022-12-15 10:05:13 -05:00
Jakub Onderka dac0feb164 new: [UI] Show similar objects when creating object from freetext 2022-12-15 10:05:13 -05:00
Jakub Onderka 9153234885 new: [UI] Allow to create object from freetext 2022-12-15 10:05:13 -05:00
Jakub Onderka 119000bf3e chg: [internal] Move finding object similarities from controller to model 2022-12-15 10:05:13 -05:00
Jakub Onderka e35c13d0f4 new: [UI] Preparation for creating object from freetext 2022-12-15 10:05:13 -05:00
Jakub Onderka fba49a5a04 chg: [internal] Simplify ObjectTemplate::checkTemplateConformityBasedOnTypes method 2022-12-15 10:05:13 -05:00
Jakub Onderka fd37c0b0c7 chg: [internal] Add object code cleanup 2022-12-15 10:05:13 -05:00
Jakub Onderka 407291f0e7 fix: [internal] Try to fix undefined index user_id when adding object 2022-12-15 10:04:46 -05:00
Jakub Onderka e32971df5a fix: [UI] Quick edit of distribution 2022-12-15 10:04:46 -05:00
Jakub Onderka ed98b42efc fix: [UI] Error message when trying to add invalid attribute to object 2022-12-15 10:04:45 -05:00
Jakub Onderka 6d6af58af0 fix: [internal] Less fragile event unpublishing 2022-10-13 09:39:15 +02:00
Jakub Onderka 05a9bbb1b6 chg: [internal] Code cleanup for object edit 2022-09-25 16:17:44 +02:00
Jakub Onderka f50cad2a41 fix: [internal] Undefined index sharing_group_id 2022-09-25 16:17:44 +02:00
Jakub Onderka ce5fb46654 chg: [internal] Faster fetching object templates for merging 2022-09-25 16:17:44 +02:00
Jakub Onderka a007089486 chg: [internal] Do not use ajax layout 2022-04-28 14:51:21 +02:00
Jakub Onderka 1b49d272f1 chg: [UI] formInfo for object quick attribute add form 2022-04-24 16:59:58 +02:00
Jakub Onderka e06a881b24 fix: [UI] Fetching object timestamp 2022-04-18 19:54:13 +02:00
Jakub Onderka b100377a73 chg: [internal] Do not modify session when not necessary 2021-11-25 11:58:32 +01:00
Jakub Onderka d32c4c0c5e fix: [UI] Adding attributes to object 2021-11-24 15:03:48 +01:00
Jakub Onderka 939d08a7dd chg: [internal] Log when attribute was dropped 2021-11-24 14:52:13 +01:00
iglocska 4ddbb33a02
fix: [object] validation and modification fixes
- require certain metafields to be set (such as template uuid, template version, etc)
- allow editing for unknown templates / no templates via the API (was previously incorrectly blocked / generated notices due to some UI related functionalities being triggered)
2021-09-07 08:47:43 +02:00
mokaddem a7834a291b
new: [object] Allows updating from an unknown object templates 2021-02-16 11:04:11 +01:00
mokaddem 80fd61b75b
chg: [objects:delete] Support of hard flag in posted body. Fix #6689 2021-01-22 14:51:23 +01:00
Jakub Onderka 840bdbb956 fix: [UI] Show correct menu for Contact Reporter page 2020-12-11 17:20:02 +01:00
Jakub Onderka 19c5d32707 new: [API] Fast check object or attribute existence by HEAD method 2020-11-06 18:22:40 +01:00
mokaddem 7824e6baf8
chg: [object:editField] Make the behavior of fs/ls similar to
object/edit
2020-11-06 09:16:15 +01:00
Jakub Onderka bc9be1f5c9 fix: [internal] `Undefined index: value` warning 2020-10-29 09:07:28 +01:00
Jakub Onderka 6063ee1547 chg: [UI] For revise object, do not validate unique UUID 2020-10-21 19:38:46 +02:00
Jakub Onderka 46ea861576 chg: [UI] Validate object when revising 2020-10-12 08:23:46 +02:00
Jakub Onderka b6116098c0 fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
Jakub Onderka f0f826841e fix: [security] Sharing groups for objects respect permissions 2020-08-05 12:39:11 +02:00
Jakub Onderka db626cf741 fix: [security] Respect ACL when event edit 2020-08-04 12:21:42 +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
mokaddem c647d0a52f
chg: [objects:edit] Typo in comments 2020-07-30 15:28:57 +02:00
mokaddem 8420663ae1
fix: [object:edit] Updating an object to a new template acutally save
the template version
Fix #6083
2020-07-29 15:46:20 +02:00
mokaddem a35cfa8d76
chg: [objects:edit] Replaced usage of cookie with session 2020-07-28 09:03:34 +02:00
mokaddem f92467643b
chg: [objects:edit] Merge data is passed via cookies instead of the URI 2020-07-27 16:10:47 +02:00
mokaddem f53ba3675e
chg: [AttributeTags:handleAttributeTags] More generic way to handle
capture and association
2020-07-24 14:30:41 +02:00
mokaddem 2169fe5717
fix: [objects:edit] Returns the latest state of the object if it were
deleted
2020-07-23 16:14:32 +02:00
mokaddem f26503de48
chg: [object:edit] Allow deleting objects by passing `deleted` flag
Fix #6024
2020-07-23 11:52:46 +02:00
mokaddem 4099e09548
fix: [objecs:reviseObject] Pass forgotten template data - Fix #5733 2020-03-30 08:37:16 +02:00
iglocska 4ea3612dfc
new: [objects] pass the /breakOnDuplicate:1 flag to the /objects/add endpoint to deduplicate
- returns an error if the object already exists
  - objects of the same template_uuid are compared
  - non deleted attributes only
  - type + category + value + object_relation tuple is compared
2020-02-10 14:30:34 +01:00
mokaddem eb9b60032e
fix: [objects:edit] Added *_seen validation and error reporting 2020-01-27 16:29:28 +01:00
iglocska 0b402e6474
Merge branch 'zoidberg-final' into 2.4 2020-01-20 06:10:41 +01:00
iglocska 03de8be19a
fix: [Objects] editing refactored
- code made more readable
- resolved an issue where objects could not be edited via the API without having the correct template
2020-01-17 10:11:51 +01:00