Commit Graph

675 Commits (6626e5bf2451cffed6ead2a0617f2ca947f4eecb)

Author SHA1 Message Date
mokaddem 9b33476eed
new: [attributes:massEdit] Possibility to create proposals instead of
edit
2020-03-27 10:43:00 +01:00
mokaddem d16369f4b3
Merge branch '2.4' of github.com:MISP/MISP into pr-view_picutre 2020-01-24 10:42:35 +01:00
mokaddem 1e49cc6aab
fix: [attribute:search] Unset filtering rules on *_seen if unset 2020-01-23 14:14:14 +01:00
mokaddem 2a5112cc1e
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-final 2020-01-17 09:20:49 +01:00
mokaddem 7a33b90b59
fix: [attribute:quickEdit] Escalate the timestamp refresh to the Object 2020-01-16 11:08:41 +01:00
mokaddem 5c97c5da53
fix: [Attribute:editTag] Correctly escalate the timestamp refresh to the
Object
2020-01-16 11:02:56 +01:00
mokaddem be8d4048a0
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-final 2019-12-16 15:05:05 +01:00
Andras Iklody 4eb83ec245
Merge pull request #5341 from JakubOnderka/patch-68
chg: [internal] Faster loading list of attributes
2019-12-16 14:13:20 +01: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
iglocska 28a2be67fc
chg: [UI] clown solutions 2019-12-10 11:35:23 +01:00
iglocska 838cbed729
Merge branch 'add_attribute_fix' into add_attribute 2019-12-10 10:50:17 +01:00
chrisr3d 478939b305
chg: [add attribute view] Controller changes for adding attribute 2019-12-10 09:28:54 +01:00
Will 997fc309a1
fix: (#5277) remove out of scope var causing weird behavior when adding an invalid attribute 2019-12-06 16:34:52 -07:00
mokaddem a1fdea754d
Merge branch 'zoidberg-timeline' into zoidberg-final 2019-12-06 15:40:51 +01:00
iglocska 1c5afa49ed
new: [refactor] Massive internal refactor and cleanup of deprecated APIs
- new centralised restSearch function in AppController as entry point via all controllers
- new component handling restSearch related support functions, such as parameter mapping
- hollowed out all deprecated export functions on the event/attribute controller
  - replaced with a new functionality that remaps them to restSearch
  - all functionality should be maintained with all additional advantages introduced with restsearch
- additional cleanup (some unused functions removed)
2019-11-29 10:11:30 +01:00
iglocska 846b1989c8
fix: [API] fixed notice errors for compact() in PHP 7.3+ 2019-11-18 15:58:06 +01:00
mokaddem fde4073b1f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 14:08:59 +01:00
mokaddem 5a38a33f9d
fix: [attribute:massTagging] Check for POST data in `post` code path.
Fix #5359
2019-11-13 14:07:50 +01:00
iglocska 7d7af8eb65
fix: [tagging] Events will be unpublished when a local tag is removed #5363 2019-11-13 14:07:12 +01:00
iglocska 11ee95aeb3
new: [API] Added attribute_timestamp flag to attributes/restSearch
Explanation of the 4 timestamp filters:
timestamp: Filters on attribute AND event timestamp
event_timestamp: Filters on event timestamp
attribute_timestamp: Filters on attribute timestamp
publish_timestamp: Filters on event.publish_timestamp
2019-11-11 14:43:47 +01:00
mokaddem f58770a90a
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-timeline 2019-11-05 13:51:03 +01:00
mokaddem be8f6f0bb0
fix: [Tag:exclusive] Code clean up 2019-11-04 15:46:53 +01:00
mokaddem c291ebfdee
chg: [attribute:addTag] Added support of `exclusive` at Attribute level 2019-11-04 15:12:55 +01:00
Jakub Onderka 6ed7126843
fix: [internal] Remove dead code from AttributesController 2019-10-20 20:32:00 +02:00
Jakub Onderka 0e3a3b3c6a
chg: [internal] Faster loading list of attributes 2019-10-20 14:03:35 +02:00
Jakub Onderka 3d81f769bb new: [UI] Show thumbnails at List Attributes view 2019-10-12 09:52:59 +02:00
Jakub Onderka b6627de944 fix: [internal] AttributesController::viewPicture can be used just for fetching images 2019-10-12 09:35:47 +02:00
Jakub Onderka 0ab8c5b48e chg: [internal] Remove unused code from AttributesController::index 2019-10-10 07:36:38 +02:00
mokaddem 015ec7d989
Merge branch '2.4' of github.com:MISP/MISP into zoidberg-timeline 2019-10-08 14:12:38 +02:00
Pierre-Jean Grenier 79453652d6 fix: [AttributesController] Fix issues related to undefined variables 2019-10-04 15:34:18 +02:00
chrisr3d 461763e5e7
fix: [hover enrichment] Fixed variable name that caused issues with hover enrichment for more than 1 module called on 1 single attribute 2019-10-04 14:42:46 +02:00
mokaddem b44b369eec
Merge remote-tracking branch 'origin/2.4' into zoidberg-timeline 2019-10-02 14:35:00 +02:00
mokaddem bb3cf85776
Merge branch '2.4' into zoidberg-timeline 2019-10-02 11:23:04 +02:00
Antoine Cailliau 297be2ab31 Fixes #5244.
AttributeController->addTag was searching for attribute id
without flattening.
2019-10-01 09:43:29 +00:00
iglocska 13ce0e099a
fix: [UI] Loading of local tags fixed via the UI, fixes #5197
- over-zealous ACL removed local tags for non sync users
- UI only functionality, no need for the restriction at al
2019-09-20 15:59:20 +02:00
iglocska 4d0d538ba0
fix: [API] hard delete passable via different methods to /attributes/delete than just ordered URL parameters 2019-09-13 15:18:39 +02:00
iglocska 0f4613ebd3
fix: [internal] Fix post check for attribute delete function via the API 2019-09-13 15:13:09 +02:00
mokaddem 515f0572df
chg: [decaying] Added alias `score` to override on-the-fly the treshold
of a model
2019-09-06 14:55:12 +02:00
mokaddem 893dd617c8
chg: [attribute:restSearch] New paramter `includeFullModel` to attach
full model information
2019-09-06 11:32:54 +02:00
mokaddem cd5c9f7d1d
Merge remote-tracking branch 'origin/2.4' into decaying 2019-08-20 15:00:38 +02:00
iglocska bbd881d4f7
fix: [API] removed testing exception 2019-08-14 14:38:02 +02:00
iglocska 0a9219411f
fix: [API] Swapped error messages' content from "don't" to "do not" to avoid weird sanitisation artifacts coming from the exception handler 2019-08-14 14:33:20 +02:00
iglocska 0fd2466878
fix: [API] error message 2019-08-14 14:27:51 +02:00
iglocska 20a250ec6f
fix: [API] Attribute edit fixed 2019-08-14 14:24:41 +02:00
iglocska d7733102fe
Revert "Revert "fix: Fix error messages""
This reverts commit a12ea04a4c.
2019-08-14 14:17:58 +02:00
iglocska a12ea04a4c
Revert "fix: Fix error messages"
This reverts commit d501c56e5f.
2019-08-14 13:58:00 +02:00
Pierre-Jean Grenier d501c56e5f fix: Fix error messages 2019-08-14 13:31:32 +02:00
mokaddem 05fe5e18e8
chg: [decaying] Allow for model parameteres override 2019-08-14 10:48:13 +02:00
mokaddem 6ba45b27f8
Merge remote-tracking branch 'origin/2.4' into decaying 2019-08-13 16:32:58 +02:00
iglocska 14685c45fb
fix: [API] Further fixes to /attributes/add 2019-08-06 16:33:16 +02:00