Commit Graph

110 Commits (a6b76e70ae94996ea05540f43b8dff5aba163666)

Author SHA1 Message Date
Jakub Onderka f4ff425c90 fix: [UI] Show feed cache buttons just to site admins 2020-12-11 17:19:22 +01:00
Jakub Onderka c80818eefb fix: [internal] Warning when viewing feed info 2020-10-29 17:46:41 +01:00
Jakub Onderka 700536086a fix: [UI] Remove duplicate request for quick filter 2020-10-06 14:15:17 +02:00
Vito Piserchia b8c7485712 resolve merge 2020-08-16 13:31:31 +02:00
Jakub Onderka 1d5b1aabf1
fix: [UI] Show feed caching just for site admins
Without this patch, when user is not site admin, for all feeds is showed 'Not cached', that is not true. And it also generates a lot of warnings to debug log.
2020-06-01 18:37:19 +02:00
Jakub Onderka 7378d1ab19 fix: [UI] Always use UUID with capital letter 2020-05-05 12:43:10 +02:00
iglocska 2d63f68fc1
new: [feeds] index refactor and new features
- added the ability to select an orgc ID for CSV/freetext feeds
  - all events created from this feed will carry the selected orgc_id

- Refactored the index fully
  - using the factories
  - better warnings against the dangerous new feed each pull setting
  - event index search added
  - several settings cleaned up / made more clear

- auto reload of default feed configuration disabled, fixes #2542, fixes #5789
  - added a button / endpoint to handle that instead to allow for the deleted default feeds to stay deleted
2020-04-17 14:17:54 +02:00
iglocska 30ff4b6451
chg: [security] Added setting to restrict the encoding of local feeds
- By adding local feeds, a malicious administrator could point MISP to ingest configuration files that the apache user has access to
- This includes some more sensitive files (database.php / config.php / .gnupg data)
- Whilst this is currently not leading to an exploitable vulnerability as the current implementation wouldn't trigger on the values,
  having a setting to disable this will become much more interesting once we have a system in place for custom feed parsers
- The setting can only be enabled/disabled via the CLI

- As reported by Matthias Weckbecker
2020-03-30 14:02:14 +02:00
Jakub Onderka ed498aa804 fix: [UI] Input is not pair element 2019-10-13 19:49:59 +02:00
iglocska 15893c0a91
fix: [ui] pass static_tags_only to the feed view 2019-09-19 15:36:18 +02:00
Bechkalo Evgeny 9cf2ef3a46 fix: more issues with PostgreSQL
- fixed error during update Job date_modified field (SQLSTATE[22008]:
Datetime field overflow: 7 ERROR:  date/time field value out of range)
- fixed error during fetching events while updating from feeds (
SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for
table events)
- fixed Feed edit view with wrong boolean forms (combobox instead
checkbox)
2019-08-29 18:36:47 +03:00
Jakub Onderka 4fa315558b
fix: [feed] Preview feed event don't have id 2019-08-25 20:39:21 +02:00
mokaddem c44ba8c486 chg: [relatedEvent:view] Started integration into event:view - WiP 2019-06-06 08:49:07 +02:00
mokaddem 7daccae11d chg: [previewEvent] Improved UI of related events - WiP 2019-05-03 14:02:48 +02:00
mokaddem d1a83a833f chg: [event:view] Collapse related event in preview[Feed/Event]. Fix #4561 2019-05-03 10:43:02 +02:00
Olivier BERT a0a8b34e8c New bunch of accessibility fixes.
This affects EventBlacklists, Feeds, GalaxyClusters, News (index), OrgBlacklists (index), Organisations (index), SharingGroups (index), Taxonomies (view), Event Discussions, Event attribute table, Event proposal table.
2019-04-17 14:24:56 +02:00
iglocska 9d160e34ee fix: [UI] Minor font-awesome switch related issues fixed 2019-04-17 13:29:36 +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 652e609929 fix: [feed] Added missing feed search view 2019-04-01 16:36:57 +02:00
iglocska a36deb94c9 fix: [UI] Colours for feed index buttons fixed 2019-04-01 16:20:11 +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 fc34510eda new: [Feeds] New overlap tool finished
- compare a feed against a combination of feeds/servers to find if you can cover the contents with a combination of other cached feeds
2019-03-10 18:09:46 +01:00
iglocska e96164e9f5 chg: [cleanup] Junk removed 2019-02-23 16:18:17 +01:00
iglocska d5939c735f new: [UI] Refactored the feed preview index UI to the new tab system 2019-02-23 12:57:39 +01:00
iglocska fdaf0919d3 new: [UI] Tied the index filter system into all indeces
- WIP: Event view
2019-02-20 23:02:02 +01:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
iglocska 498a7ae77c new: [feeds] Opened up feed inspection to host org users and added servers to overlap matrix 2019-01-20 10:19:05 +01:00
iglocska 0fbe40e121 new: [UI] Explain what caching vs fetching feeds means
via hover column header
2018-11-25 23:55:15 +01:00
iglocska 6f0c00df34 fix: [Feeds] I CAN'T MATH 2018-09-07 13:35:30 +02:00
Paolo Vecchi db9b19237a
Update index.ctp
Added space between 'events' and 'on'
2018-08-12 20:19:15 +02: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
StefanKelm cd6fb1e10d
Update preview_index.ctp 2018-05-29 14:18:05 +02:00
iglocska 2b2a0c25a4 fix: Various fixes to the add feed action/view 2018-05-17 10:03:26 +02:00
iglocska bfd69b7caa fix: [UI] Fixed the field name for input source in the feed edit view 2018-05-09 16:36:54 +02:00
Raphaël Vinot d0625ad493
fix: Source Format -> Input Source (C/P mistake) 2018-04-26 14:02:04 +02:00
iglocska e89d7ebc16 new: Added separation between enabled feeds and feeds enabled for caching 2018-03-30 23:30:54 +02:00
iglocska 96cea0b057 new: New BasicAuth header generator for the feed add/edit views 2018-01-19 15:56:34 +01:00
iglocska fd858d627b new: Allow passing headers along with feeds
- add any arbitrary header to a feed
- can be used for authentication via basic auth for example
2018-01-19 00:28:44 +01:00
iglocska 88d971ecc2 fix: Fixed an issue with invalid termination for a php block in HTML 2018-01-19 00:25:18 +01:00
Steve Clement 963bb18fe4 Merge branch '2.4' into i18n_prep 2018-01-17 22:44:25 +01:00
iglocska 12604debd5 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-01-17 09:20:30 +01:00
iglocska 8651c95d83 fix: Fixed the inversed confirmation warning for enabling/disabling feeds 2018-01-17 09:02:23 +01:00
Andras Iklody bea6ca910d
Update index.ctp 2018-01-17 00:26:38 +01:00
iglocska 57ce245b0a chg: Clarified feed action buttons 2018-01-16 14:56:49 +01:00
Andras Iklody 04c89499a2
Merge pull request #2422 from panzertime/add-button-fetch-all-feeds
Added a button to fetch all enabled feeds
2018-01-16 12:52:06 +01:00
iglocska f104702182 fix: Added missing view 2018-01-15 17:43:08 +01:00
iglocska dedfea3610 new: Mass enable/disable feeds
- protecting the sanity of MISP admins since 2012!
2018-01-15 17:25:11 +01:00
Steve Clement 926c595636 - Feeds/compare_feeds.ctp 2018-01-12 16:40:35 +01:00