Commit Graph

172 Commits (a7905b40cededa7fb54e2c735b8196c9aae03f94)

Author SHA1 Message Date
Sami Mokaddem 6aa5f32215
fix: [shadowAttribute:accept] Restored accepting functionality
Replace cake's magic finder by the standard way to fetch data
2023-01-25 11:51:41 +01:00
Jakub Onderka c8cd908c9c fix: [acl] Add event to template when adding shadow attribute 2022-11-02 13:24:34 +01:00
Jakub Onderka 2180edeefc fix: [UI] Undefined index 2022-10-25 16:50:58 +02:00
Jakub Onderka ed399f1131 fix: [internal] Undefined variable $mayModify 2022-07-12 14:35:24 +02:00
Jakub Onderka e7a25678c6 chg: [internal] Get non attachment types 2022-04-29 13:25:06 +02:00
Jakub Onderka a007089486 chg: [internal] Do not use ajax layout 2022-04-28 14:51:21 +02:00
Jakub Onderka e7c1706311 chg: [UI] formInfo for add proposal 2022-04-24 16:59:58 +02:00
Jakub Onderka 27c420c6f8 chg: [UI] formInfo for propose attachment 2022-04-24 16:59:58 +02:00
Jakub Onderka b100377a73 chg: [internal] Do not modify session when not necessary 2021-11-25 11:58:32 +01:00
Luciano Righetti 47af0446a6 chg: use new bg jobs tool in shadow attributes controller 2021-11-02 11:10:30 +01:00
Jakub Onderka f071cef22c fix: [internal] Proposal validation 2021-10-23 21:09:29 +02:00
Jakub Onderka 038eb20da9 fix: [security] Check permission when viewing shadow attribute picture 2021-08-23 17:03:44 +02:00
Jakub Onderka a9aad9c2c2
Merge pull request #7581 from JakubOnderka/simplified-template
chg: [UI] Simplified generating categories that can be malware sample
2021-07-22 09:32:04 +02:00
Jakub Onderka cdcc96bd9c chg: [UI] Simplified generating categories that can be malware sample 2021-07-20 18:10:01 +02:00
Jakub Onderka 10cd1ed65d chg: [internal] Remove JS helper from controllers 2021-07-02 10:04:10 +02:00
mokaddem dab00a9569
fix: [shadowAttributes:viewPicture] Allows shadow attribute's pictures to be displayed 2021-01-25 15:26:53 +01:00
Vito Piserchia d649257a15 rebase continue 2020-08-17 17:28:04 +02:00
Vito Piserchia 7da8b32ada rebase continue 2020-08-17 17:25:02 +02:00
Vito Piserchia d13e85eb3e rebase continue 2020-08-17 17:20:32 +02:00
Vito Piserchia a393d411e1 rebase continue 2020-08-17 17:13:58 +02:00
Vito Piserchia dad45e68ca rebase continue 2020-08-17 15:52:32 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka 778d39e175 fix: [attachment] Do not fetch attachment when accepting deletion proposal 2020-08-14 13:40:05 +02:00
Jakub Onderka cac497158e chg: [internal] Reuse AttachmentTool instance 2020-08-14 12:30:12 +02:00
Jakub Onderka a411b36666 chg: [internal] Move attachment handling to one place 2020-08-13 15:34:32 +02:00
Jakub Onderka 47e9d60a56 fix: [proposals] Downloading proposal attachment 2020-08-05 19:05:10 +02:00
Jakub Onderka c8a098255e fix: [ACL] Allow proposal author to discard it 2020-08-05 19:04:37 +02:00
Jakub Onderka b6116098c0 fix: [security] Throw exception if invalid data provided 2020-08-05 12:39:11 +02:00
Jakub Onderka 326ae703e0 fix: [security] Respect ACL for proposals 2020-08-04 12:34:37 +02:00
mokaddem f5b8dd687a
chg: [proposals:index] Migrated index to the factory index 2020-08-03 14:32:26 +02:00
Jakub Onderka ce89cbe19f chg: [UI] Add proposal form refactor 2020-07-24 14:01:51 +02:00
Jakub Onderka c2faaca1a3 fix: [proposals] Delete proposals for object attributes 2020-07-14 12:34:29 +02:00
Jakub Onderka 0d93a45807 fix: [security] Remove ShadowAttributesController::{getProposalsByUuid,getProposalsByUuidList}
These methods are not used, but they let sync users to access proposals for any event.
2020-07-06 12:26:43 +02:00
Andras Iklody 64195c418a
Merge pull request #6093 from JakubOnderka/shadow-attribute-unused
fix: [security] Remove ShadowAttributesController::{fetchEditForm,editField}
2020-07-06 12:18:12 +02:00
Jakub Onderka df6916a312 fix: [security] Remove ShadowAttributesController::{fetchEditForm,editField}
These methods are not used, but they allow to access attribute data without proper ACL checks.
2020-07-06 09:08:07 +02:00
Jakub Onderka 8253fd8fc6 fix: [UI] Attribute category select 2020-07-05 09:32:08 +02:00
mokaddem 7797aeed94
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-final
Not a simple merge. Needed to fix forms and simplified how
form_seen_input works
2019-12-16 13:36:01 +01:00
mokaddem a1fdea754d
Merge branch 'zoidberg-timeline' into zoidberg-final 2019-12-06 15:40:51 +01:00
Jakub Onderka 9259d18b6b
fix: [internal] Remove unused ShadowAttributesController method 2019-10-15 17:31:04 +02:00
mokaddem bb3cf85776
Merge branch '2.4' into zoidberg-timeline 2019-10-02 11:23:04 +02:00
iglocska 519e110f9f
new: [internal / API] new component added to handle repeatable code across all controllers (toolbox controller)
- added UUID -> ID lookup function and integrated it across several functions
- fixes #4990
- fixes #4999
- fixes #4993
- fixes #4991
- fixes #4989
- fixes #4987
2019-08-14 15:01:31 +02:00
iglocska b176e4d027
fix: [API] Access event proposals by uuid via shadow_attributes/index/[uuid], fixes #4988 2019-08-14 11:25:20 +02:00
iglocska d6a15438f7
fix: [proposals] POST on shadow_attributes/edit/{attribute_id} inconsistent, fixes #4857 2019-07-29 17:10:21 +02:00
iglocska 954b7e6727
fix: [proposals] shadow_attributes/index default behavior modified to show all proposals by default, fixes #4936 2019-07-29 11:38:20 +02:00
iglocska c8018d7daa
new: [API] Proposal sync rework done 2019-07-12 16:03:08 +02:00
iglocska 19b078d72d
fix: [proposal] sync fix stage 1
- added new capture function
- reworked the proposal index
2019-07-11 22:57:58 +02:00
mokaddem 2c57c1138e
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-timeline 2019-07-11 09:59:57 +02:00
iglocska be6da3481f
fix: [sync] Proposal pull restricted to 14 days
- no need to pull ancient proposals each time
2019-07-10 15:10:23 +02:00
mokaddem 6af9719a47 new: [shadowAttribute] first_seen and last_seen on shadowAttributes 2019-06-24 10:28:55 +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