Commit Graph

2614 Commits (c788dac0f11f9d3da0b348b20e5f6a4a309699dd)

Author SHA1 Message Date
iglocska e397bdbb39 new: [UI] refactor of the asset loading 2019-04-04 11:22:59 +02:00
iglocska e6ceed598d fix: [UI] Changed the querystring loading for css/js 2019-04-04 09:35:20 +02:00
Steve Clement 0cfe265469
Merge pull request #4410 from 4ekin/fix-i18n
Fix i18n in controllers, views, Attribute model
2019-04-04 16:14:36 +09:00
chrisr3d 610e58f8e4
wip: [enrichment view] Displaying multiple additional fields
- Object ID of the object containing the attribute
  which was used to query the module is displayed,
  if it is this attribute is part of an object
- Displaying Object meta-category and uuid as well
- Multiple displaying arragements
- Redefinition of some classes to help finding
  every element of the form
2019-04-03 22:54:09 +02:00
chrisr3d f775b71a32
fix: [enrichment view] Fixed distribution display at attribute level 2019-04-03 22:50:58 +02:00
chrisr3d 590a18656d
add: [enrichment] Added MISP Objects distribution in the view 2019-04-03 22:44:21 +02:00
chrisr3d fcca264eb7 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-04-03 16:30:00 +02:00
chrisr3d 83edc0188d
add: [freetext import] Added disable_correlation checkbox
- We can now disable correlation on attributes from
  the resolved attributes view
2019-04-03 16:19:17 +02:00
chrisr3d a2e4dee4aa
wip: [enrichment view] Reordered different elements and classes
- Making the next step iterations easier
2019-04-02 22:27:33 +02:00
4ekin 27cdc71568 fix: Fixed i18n strings in Views 2019-04-02 16:57:57 +03: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
chrisr3d 832dae4b01 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-04-01 16:38:30 +02:00
chrisr3d b5a7134439
wip: [enrichment view] Displaying Object References information 2019-04-01 16:37:03 +02:00
iglocska 652e609929 fix: [feed] Added missing feed search view 2019-04-01 16:36:57 +02:00
iglocska c6974d217e Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-01 16:21:30 +02:00
iglocska a36deb94c9 fix: [UI] Colours for feed index buttons fixed 2019-04-01 16:20:11 +02:00
iglocska ab858d5f17 new: [feeds] Feed/Server cache search added
- /feeds/searchCaches added
2019-04-01 16:09:24 +02:00
iglocska f51eaa6c3c new: [UI] First version of the generic index list system 2019-04-01 16:07:38 +02:00
iglocska 4298633e32 fix: [UI] Missing sync / feed pull/push buttons re-added 2019-03-31 10:26:52 +02:00
iglocska d2bd63b236 fix: [Accessibility] Added titles to the role index icons, affects #4258 2019-03-29 21:01:32 +01:00
iglocska 76d14c00cb Merge branch 'thumbnail' into 2.4 2019-03-29 20:29:37 +01:00
chrisr3d 0b422b54d8
fix: [enrichment view] Making sure the document is ready before calling any javascript 2019-03-29 18:31:27 +01:00
chrisr3d ba5ec4ee46
fix: [enrichment] Set potentially missing category, ids & distribution values before going to the view
- Set the default values in the controller's side instead of the view's side
2019-03-29 18:27:40 +01:00
chrisr3d bdff3765d1 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-03-28 14:52:33 +01:00
Steve Clement b2191c9927
Merge pull request #4252 from mokaddem/sightingFiltering
Sighting filtering
2019-03-28 14:50:15 +01:00
iglocska 586cca384b fix: [security] Fix to a reflected XSS in the default layout template
- as reported by Tuscany Internet eXchange | Misp Team | TIX CyberSecurity
2019-03-28 12:05:21 +01:00
chrisr3d 38e1eda0bc
fix: [enrichment view] Fixed typo 2019-03-28 10:19:36 +01:00
Steve Clement 823ea745be
Merge pull request #4337 from mokaddem/submoduleDiagnostic
Submodule diagnostic
2019-03-27 17:27:53 +01:00
4ekin a57462740f fix: i18n fixed in Views and updated default.pot
Updated default.pot file according Views and Controllers changes
Updated Views with i18n issues
2019-03-27 13:38:50 +03:00
chrisr3d d8ec4e1750
fix: [enrichment view] Avoid displaying empty fields 2019-03-26 18:08:29 +01:00
4ekin b37826ab3f fix: fixed i18n string representation and android logo
Fixed i18n string representation in views:
* Diagnostics
* Files
* Tabs
Fixed android icon dissapear in workers tab.
2019-03-26 17:04:11 +03:00
Olivier BERT fdf0ed7aa4 Make the submit button focusable (tabindex) in the matrix view. This is necessary for use with screen readers. 2019-03-26 12:36:32 +01:00
iglocska 27d5c1ed6f Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-26 10:18:39 +01:00
iglocska 1380a4797a new: [UI] FA5 update finalised
- includes helpers to untangle the branded icon mess
2019-03-26 10:17:59 +01:00
chrisr3d 3aadf2cbce
fix: [enrichment view] Fixed typo 2019-03-26 10:05:15 +01:00
iglocska a90eaec445 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-26 07:59:35 +01:00
chrisr3d 7234b40d8c Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-25 17:07:44 +01:00
chrisr3d 81a8736dc2
wip: [enrichment view] Displaying sharing group distribution if needed 2019-03-25 17:06:58 +01:00
chrisr3d 3df7c31b99
fix: [enrichment] Fixed results handling function name typo 2019-03-25 17:05:53 +01:00
iglocska 3969389c60 chg: [UI] explain the authkey's source in the new server view, fixes #4368 2019-03-25 16:43:21 +01:00
iglocska 5e7e0817ad Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-25 16:27:19 +01:00
iglocska bf841282ce new: [export] Replaced the old non-cached export page
- uses restsearch
- similar UI to the cached exports
2019-03-25 16:26:29 +01:00
chrisr3d 21d9a20c32 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-25 15:06:12 +01:00
iglocska 45f84dfd72 new: [UI] disable threat level from the UI based on a server setting, fixes #4359
- bye shitty deprecated field
2019-03-25 12:30:38 +01:00
iglocska e5a1c51b8c fix: [UI] Remvoed broken edit org button for admins, fixes #4358 2019-03-25 12:13:16 +01:00
iglocska a067fc769e new: [UI] Move to FA 5 2019-03-23 11:18:22 +01:00
chrisr3d 32b5ab676e
wip: [enrichment view] Test returning data from the new form 2019-03-22 22:31:56 +01:00
chrisr3d ecbe782709
wip: [enrichment view] Made IDS, comment and distribution changeable
- Applied on each attribute and object attribute
  returned as part of the module results
2019-03-21 17:40:48 +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
Andras Iklody 8fc80d09c0
Merge pull request #4346 from mokaddem/matrixOnGalaxyLevel
new: [cluster] Display heatmap on the Att&ck Matrix for all tagged data.
2019-03-20 15:08:34 +01:00