Commit Graph

8999 Commits (c788dac0f11f9d3da0b348b20e5f6a4a309699dd)

Author SHA1 Message Date
iglocska e397bdbb39 new: [UI] refactor of the asset loading 2019-04-04 11:22:59 +02:00
iglocska 31ac700a15 fix: [API] Correctly embed attributes and the event metadata in the object via /objects/view/[ID] 2019-04-04 10:35:53 +02:00
iglocska ad53fc2c17 fix: [API] /objects/view should return dictionary not list 2019-04-04 10:11:07 +02:00
iglocska b2ebee7e48 fix: [JS] fixed a JS breaking bug 2019-04-04 09:37:52 +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 406570098c
wip: [enrichment] Added javascript function to fetch all elements from the view 2019-04-03 22:59:58 +02: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
iglocska e4aad19ae7 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-03 15:52:44 +02:00
iglocska 6f6e41b497 new: [tags] refactor of the tag picker
- massive performance boost
- re-introduction of the custom tags
2019-04-03 15:52:05 +02:00
Alexandre Dulaunoy 19a20bc678
chg: [misp-objects] updated to the latest version 2019-04-03 14:35:29 +02:00
iglocska bb42cf79ba fix: [UI] Performance boost for the tag selector 2019-04-03 10:50:52 +02:00
iglocska 9d19c89c5b Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-03 10:34:06 +02:00
iglocska a4de5b314c fix: [UI] Check if user is logged in switched to on-demand JSON version 2019-04-03 10:33:37 +02:00
Steve Clement cc767b4976
Merge pull request #4390 from couchuser12345/couchuser12345-patch-1
Add updateUser to default config
2019-04-03 11:35:16 +09:00
Steve Clement 6ef74e4f67
Update WarninglistsController.php
Added more __()
2019-04-03 10:52:18 +09:00
Steve Clement 2b5fb170c1
Update WarninglistsController.php
typo
2019-04-03 10:40:49 +09: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 5c51e78320 fix: TODO i18n strings in Attribute Model and updated default.pot 2019-04-02 16:59:49 +03:00
4ekin 27cdc71568 fix: Fixed i18n strings in Views 2019-04-02 16:57:57 +03:00
4ekin c32d3bce32 fix: Fixed i18n strings in Controllers 2019-04-02 16:57:41 +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
iglocska b6cbd47d10 fix: [Training] Further fixes 2019-04-02 13:50:14 +02:00
iglocska 3a729061a4 fix: [Training] typos fixed 2019-04-02 13:47:03 +02:00
iglocska fa133114b4 fix: [Training] Fixed user password reset remotely 2019-04-02 12:07:47 +02:00
iglocska 538daa389b fix: [Training] Minor fixes 2019-04-02 11:48:47 +02:00
iglocska f05acd1def fix: [Training] org name vs id mixup fixed 2019-04-02 11:46:51 +02:00
iglocska 9dd5b6fc03 fix: [Training] Further tuning 2019-04-02 11:45:26 +02:00
iglocska ed12caef5d fix: [Training] Further error handling 2019-04-02 11:43:14 +02:00
iglocska f441ce87d7 fix: [Training] added more debugging 2019-04-02 11:33:27 +02:00
iglocska 456fdc9a8a fix: [Training] host org fixed 2019-04-02 11:08:00 +02:00
iglocska ca3d23dbe1 fix: [Training] Org ID for sync users fixed 2019-04-02 10:58:43 +02:00
iglocska 4bbe7f1cd2 fix: [Training] small fixes 2019-04-02 10:53:15 +02:00
iglocska 3bf3cca970 new: [CLI] Added restartworkers and update MISP 2019-04-02 10:18:00 +02:00
iglocska 084b79e399 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-04-02 09:28:12 +02:00
iglocska a4163d057e fix: [Training] Fix to the setup script 2019-04-02 09:27:42 +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 dc39255be5 fix: [ACL] Added ACL for the new cache searches 2019-04-01 16:16:16 +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 a10e175f83 fix: [API] Feed index shouldn't adhere to pagination defaults of the UI, fixes MISP/misp-book#149 2019-04-01 14:20:09 +02:00
iglocska a7761e2b7d Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-03-31 10:27:14 +02:00