Commit Graph

82 Commits (2.4)

Author SHA1 Message Date
Jakub Onderka aacd19a318 fix: [UI] Submit form on CTRL+ENTER on select 2022-10-14 13:00:38 +02:00
iglocska 91cab11f7b
new: [tag] relationships added
- add a relationship to any attributeTag / eventTag relationship
- works for both clusters and tags
- displayed on the event index/view
- included in the API

- new endpoint to modify the relationship via /tags/modifyTagRelationship/[scope]/[id]
  - scope is attribute/event
  - id is the id of the EventTag / AttributeTag object
2022-10-03 12:14:46 +02:00
Jakub Onderka f83b2928d2 chg: [internal] Optimise fetching tags and taxonomies 2022-05-22 12:48:52 +02:00
Jakub Onderka d51c052b3f chg: [internal] Cosmetic code changes 2022-03-03 15:59:25 +01:00
Loic Fortemps a1ba1c053e
Adding a local_only option for Tags and Galaxies 2021-10-27 16:51:54 +02:00
Luciano Righetti ea317e58ca chg: remove previous /tags/edit view 2021-08-12 16:18:47 +02:00
Luciano Righetti a9d8609297 chg: migrate /tags/add view to factory 2021-08-11 16:04:14 +02:00
iglocska 11c89e5c0a
fix: [tag index] remove sorting on count fields
- doesn't work anyway
2021-03-01 23:41:33 +01:00
marjatech 1843e3ddc2 fix: correctly show hidden tags in tag-list 2021-02-01 09:02:20 +00:00
Jakub Onderka de1ce7f6c0 fix: [UI] For tags show actions just when user can permission to use them 2020-12-11 17:20:02 +01:00
iglocska 8fdcd3d3bf
fix: [new tag index] added, left off in previous commit 2020-11-04 17:34:01 +01:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Christophe Vandeplas eb7c534cc1
fix: [tag] do not show actions column for non-admins 2019-11-26 10:42:49 +01:00
Jakub Onderka ed498aa804 fix: [UI] Input is not pair element 2019-10-13 19:49:59 +02:00
Olivier BERT aef027c4b9 Accessibility: added roles and aria labels for many icons and icon links (server list, tags, users, roles, attributes, ...)
There is still much work to be done. But we are on the road.

Ideally, and in order to avoid code dupplicates, we should have some utility functions to generate a proper and accessible yes/no icon, an accessible icon link, etc. This would prevent the code from being filled with "aria-label" tags, since the "title" and "aria-label" properties are nearly always the same.
2019-04-02 15:31:34 +02:00
iglocska a90eaec445 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-26 07:59:35 +01:00
iglocska a067fc769e new: [UI] Move to FA 5 2019-03-23 11:18:22 +01:00
4ekin 0b33adedc1 fix: fixed i18n string representation in Views
Fix for a plenty of Views with incorrect localizations (only English
text shown)
2019-03-21 18:10:26 +03:00
iglocska f3d2b1d15a new: [tagging] Stop pre-populating forms for tagging / attaching of galaxies
- avoids any potential CSRF issues, the form is fetched just in time for the submission
2019-03-20 11:21:40 +01:00
iglocska 97b626a593 fix: [UI] Removed input field from form where it's not applicable 2019-03-13 13:26:22 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
mokaddem 8a710ea367 Merge branch '2.4' into UISelector 2019-01-17 14:54:15 +01:00
mokaddem 38718e7932 chg: [refacto] removed useless code and views 2019-01-17 14:46:43 +01:00
chkp-aliaksandrt 4ec95ee47d
Fix of tagged attributes search, displaying tag name instead of numeric Tag ID
Closes #3977
2019-01-16 14:58:27 +03:00
mokaddem bbdbd3b184 chg: [tagging] WIP - bulk tagging via generic picker on tag level 2019-01-09 14:19: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
iglocska b608ce841b fix: [taxonomies] Tag list empty fixed 2019-01-01 18:37:27 +01:00
iglocska 8f9c6c1be6 Merge branch '2.4' into tag_collections 2019-01-01 17:38:32 +01:00
iglocska 760dbed37d new: [tag collections] First feature complete minimal version of the tag collection system 2019-01-01 16:38:57 +01:00
iglocska 3ba8c360bf new: [WIP] tag collections WIP 2018-12-20 21:48:04 +01:00
Alexandre Dulaunoy ac063792f9
chg: [UI] Clarify the definition of "hide_tag" to an unselectable tag 2018-12-17 18:14:53 +01:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
Émilio Gonzalez 15175c17ff Added a delay before doing the request when searching for tags in the taxonomy choice.
This reduces the possibility of losing characters when typing fast.
2018-03-08 13:14:33 -05:00
Émilio Gonzalez 3510f7b745 - Added keyboard navigation with arrows/pageUp/pageDown/enter for tag selection ( Issue #3001 )
- The color when hovering over a modal element is now grey, to differentiate from blue when choosing tags using keyboard
2018-03-08 11:32:31 -05:00
Émilio Gonzalez 28737dc36c Fix IE11 final: remove arrow function (ecmascript6 stuff) 2018-03-02 12:17:44 -05:00
Émilio Gonzalez 80e8ce4282 Part 3: Fix IE11 by surrounding a new Promise call with try/catch 2018-03-02 10:57:22 -05:00
Andras Iklody 3e8615fbb1
fix: Escaping user controlled variable 2018-02-02 23:52:25 +01:00
Émilio Gonzalez 3d6ab9f22a new: Add a "search all tags" input field on the taxonomy modal when adding a tag to an event. 2018-02-02 17:04:04 -05:00
Steve Clement af33058406 View/Tags -> __(' 2018-01-12 11:32:31 +01:00
iglocska 5a84d48583 fix: Added user restrictions for tags to the tag index 2017-12-08 16:58:37 +01:00
iglocska c16246598d new: Add tag restrictions for a single user 2017-12-08 16:31:00 +01:00
iglocska e6707e309d chg: Replaced the correlation graph icon to something more appropriate 2017-10-09 16:01:02 +02:00
iglocska fa7d3fdb36 new: First round of updates to the correlation engine ready
- node deletion temporarily disabled until a bug is resolved
2017-10-08 19:50:28 +02:00
iglocska f9053ed3e3 chg: Restrict tag editor permission to only create tags
- deleting/eding tags indirectly modifies events created by others
- reduced to site admin only functionality
2017-08-09 14:22:54 +02:00
iglocska bc9aa60577 new: Added filtering to the tag index
- also globally fixed the filter issues when filtering from an index with a different pagination position than the first page
2017-05-29 14:51:29 +02:00
Ángel González 926895733b Cosmetic changes
Change space indents to tabs
Remove ?> at end of file
Add or remove some indentation where appropriate
2017-05-08 00:45:57 +02:00
iglocska af9efaacb8 fix: Reduced the data pushed to the view for the tag index, potentially resolves #2156 2017-05-03 09:28:30 +02:00
iglocska c32ae9bfa1 chg: Finished round 1 of all accessibility changes 2017-03-15 11:25:11 +01:00
iglocska 3fca8de6bf new: Added activity charts to tag and galaxy cluster indeces
- bunch of small improvements additionally
2017-02-24 19:34:18 +01:00
iglocska 48438c704a new: Added mass tagging to attributes on the event view
- Oooh yes.
2017-02-03 16:40:05 +01:00