Commit Graph

8191 Commits (66ae444957a9c0be76925b7f6d7a7936d64f69dc)

Author SHA1 Message Date
mokaddem 66ae444957 chg: [attackMatrix] removed useless view 2019-01-17 11:18:50 +01:00
mokaddem 02b6aa8948 fix: [tagCollection] typo in variable name preventing addition of tag
for non-admin users
2019-01-17 10:19:02 +01:00
mokaddem e005c92dd9 fix: [massageTag] variable name collision causing tags to disappear 2019-01-17 09:29:58 +01:00
mokaddem fa481216a2 fix: [tagCollection] galaxies can be removed from tag collections 2019-01-17 09:29:35 +01:00
mokaddem 7330b33cd1 new: [addObject] adding objects is done via the generic_picker 2019-01-17 08:36:21 +01:00
mokaddem 4c6dd1d483 fix: [MassEdit] Prevent undefined clusters/tags if unset + enforce
attribute perms
2019-01-16 16:27:25 +01:00
mokaddem e0d5c7210c fix: [UI] generic_picker prevented nested redrawing 2019-01-16 16:01:17 +01:00
mokaddem 0855152874 new/fix: [MassEdit] Allow addition/deletion of tags and clusters on selected
attributes + Lots of usage bug fixes
2019-01-16 16:00:34 +01:00
mokaddem e9ed74426c new: [galaxy] Added bulk galaxy tagging 2019-01-15 11:12:36 +01:00
mokaddem ce75836d39 chg: [UI] WIP - generic_picker improved title management of popover 2019-01-15 08:52:24 +01:00
mokaddem a17a2e2d51 chg: [UI] WIP - generic_picker remove popover on tag deletion 2019-01-14 16:58:01 +01:00
mokaddem 6f16ec8df9 chg: [UI] WIP - generic_picker popover is attached to body
Needed to add reference to the original node that toggle the popover
2019-01-14 16:50:59 +01:00
mokaddem b9886e536a chg: [UI] WIP - generic_picker slightly improved tag template 2019-01-14 15:01:47 +01:00
mokaddem 492fdacdf1 chg: [UI] WIP - generic_picker replaced galaxy deletion alert by confirm
popover
2019-01-14 14:30:38 +01:00
mokaddem 512a8f83d1 chg: [UI] WIP - generic_picker deleting tags uses popover 2019-01-14 12:30:19 +01:00
mokaddem 19e95cda28 chg: [UI] WIP - generic_picker add warning message if number of option
is to large
2019-01-14 10:36:57 +01:00
mokaddem 0eee20c953 chg: [UI] WIP - generic_picker filter galaxies by synonyms 2019-01-14 10:11:46 +01:00
mokaddem ef09744389 chg: [UI] WIP - generic_picker display expanded taxonomy info 2019-01-11 16:54:40 +01:00
mokaddem 45e0a9bd0d chg: [UI] WIP - generic_picker added tag styling and additional data in
option
2019-01-11 16:32:19 +01:00
mokaddem 59da2396ad chg: [UI] WIP - generic_picker automatically switch to submit pills if
applicable
2019-01-11 14:01:44 +01:00
mokaddem 5b0e777dca chg: [UI] WIP - generic_picker added custom chosen event to support
redrawing after searches
2019-01-11 11:45:28 +01:00
mokaddem 4db3854140 chg: [UI] WIP - generic_picker prevnet drawing empty option 2019-01-11 11:20:20 +01:00
mokaddem 91f0afdcff chg: [UI] WIP - generic_picker improved template (show more fields) 2019-01-11 10:20:55 +01:00
mokaddem 7d6f6b1300 chg: [UI] WIP - generic_picker added templating system for select
options
2019-01-11 09:11:51 +01:00
mokaddem 5b7fff5df2 [UI] generic_picker merged the pre_picker into the picker - WIP 2019-01-10 14:40:30 +01:00
mokaddem 8f53a73761 chg: [tagging] WIP - bulk galaxy tagging on attribute and event 2019-01-10 10:19:04 +01:00
mokaddem 49c42438e1 chg: [tagging] WIP - bulk tagging via generic picker on event and
complete support for TagCollection
2019-01-09 16:09:05 +01:00
mokaddem bbdbd3b184 chg: [tagging] WIP - bulk tagging via generic picker on tag level 2019-01-09 14:19:14 +01:00
mokaddem b7c1ce79ba chg: [taxonomy choice] replace old popup view by the generic pre-picker 2019-01-09 10:10:14 +01:00
mokaddem 1aabdad239 new: [UI] generic_picker - WIP 2019-01-08 14:50:55 +01:00
mokaddem b253303edc fix: [event] attributes quick tagging
scope used to be singular (attribute instead of attributes), it is know set accordingly
2019-01-08 09:05:28 +01:00
mokaddem 7df7a2f15f Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-01-08 08:21:14 +01:00
mokaddem 56b87abe92 fix: [eventView] restored bulk tagging feature
Since the introduction of the tag collection, bulk tagging of items in
the event view stopped working (Behavior of tag's view changed to use scoping instead
of calculated variables in the tag's Controller)
2019-01-07 18:21:56 +01:00
Andras Iklody 2175f5c289
Merge pull request #3989 from cvandeplas/2.4
fix: Fixes javascript issue #3952
2019-01-07 18:20:09 +01:00
chrisr3d 735bd72e9e
fix: [stix2 import] Avoid error on fetching relationship by uuid
- Fixes an issue that did not put (for instance)
  Galaxies on attribute level within the attribute
  because of the uuid fetching error
2019-01-07 11:04:54 +01:00
chrisr3d 755935d294 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-01-07 09:14:01 +01:00
Christophe Vandeplas e3e88ac809 fix: Fixes javascript issue #3952 2019-01-07 08:38:49 +01:00
iglocska beabd36417 new: [config backup] Added logging and a second protective measure
- if the current config.php is hosed, don't start the backup process and overwrite the backup
2019-01-07 08:37:24 +01:00
iglocska 8d44c78f4f fix: [tag collections] Fixed hook to reload galaxies 2019-01-06 21:22:01 +01:00
chrisr3d 51d44b16f9
fix: [stix2 import] Better parsing of external single attributes
- To parse relationships concerned by the attribute,
  at the same time, if needed
2019-01-06 20:16:53 +01:00
iglocska c09992d2d9 fix: [ACL] Added ajax function to ACL 2019-01-06 17:37:13 +01:00
iglocska 34526d65cd Merge branch '2.4' into tag_collections 2019-01-06 17:06:15 +01:00
iglocska 8225a0d83f fix: [galaxies] Some minor fixes with the ajaxification 2019-01-06 17:04:10 +01:00
iglocska 6c58b379df fix: [galaxies] added new view that wasn't finished for the previous commit (stil WIP) 2019-01-06 16:58:32 +01:00
iglocska 1280d20d5a new: [galaxies] adding galaxies no longer needs a full refresh of the page
- use the new ajax function to get the galaxy information returned
2019-01-05 05:03:04 +01:00
iglocska c99f54328b new: [galaxies] added new function to show galaxies in ajax queries 2019-01-04 14:55:15 +01:00
chrisr3d 0a902bc6e8
add: [stix2 import] Added a pattern type in the mapping 2019-01-04 04:41:14 +01:00
iglocska a1332808e7 fix: [over-sanitisation] cleared up over-sanitised message in the events controller 2019-01-03 21:15:06 +01:00
Jan Skalny 19163c5f67 fix: [api] editing organisation attributes, other than name 2019-01-02 12:38:59 +01:00
iglocska 6aa366138c fix: [ACL] Added missing function 2019-01-02 10:06:39 +01:00