Commit Graph

13834 Commits (a3ab148f670d6b4bf9593c4d2d150c725b73dcd8)

Author SHA1 Message Date
Steve Clement a3ab148f67
new: [doc] Support request template 2019-11-22 11:02:15 +09:00
Andras Iklody 207e09df64
Merge pull request #5417 from StefanKelm/2.4
Update AdminShell.php
2019-11-21 13:27:27 +01:00
Andras Iklody 5d19b3a2e9
fix: [ACL] added missing function 2019-11-21 10:41:05 +01:00
StefanKelm 79ad82f58b
Update AdminShell.php
Adding "wwwrun" as a user since it is common under SUSE Linux
2019-11-21 10:31:06 +01:00
Alexandre Dulaunoy fd873415e1
Merge pull request #5416 from SteveClement/ISSUE_TEMPLATE
chg: [doc] Added 2 templates with automatic labelling
2019-11-21 10:18:44 +01:00
Steve Clement 0b7e2b25ba
chg: [doc] Better wording 2019-11-21 18:11:07 +09:00
Steve Clement 7ff656374e
chg: [doc] Added 2 templates with automatic labelling 2019-11-21 18:08:41 +09:00
iglocska 8438db4565
fix: [user view] server issues fixed 2019-11-20 16:17:18 +01:00
iglocska 965b00d164
chg: [internal] switch intval to (int) 2019-11-20 15:53:38 +01:00
iglocska af87a64111
fix: [API] bro deprecation message was premature
- needs to be added to restsearch first
2019-11-20 15:36:48 +01:00
iglocska 7aed94c391
fix: [deprecation] Added missing component 2019-11-20 15:34:37 +01:00
iglocska 700dd97757
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-20 15:32:56 +01:00
iglocska a1dcfb1931
new: [deprecation] Added a new library to handle deprecations
- send X-Deprecation-Warning via the API
- set new Warning flash messages via the UI
- counting the use of these functionalities / API endpoint and / user
  - added a diagnsitic tool to view the outcome of the collection
  - sharing of these collections with the MISP-Project will be optionally available in the future

- two modes of operation:
  - hard deprecation (functions certainly to be removed, reported to the users via API/UI)
  - soft deprecation (gauging interest for the continued use of these functions)
2019-11-20 15:30:06 +01:00
mokaddem 3a8d283e46
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-18 19:08:51 -05:00
mokaddem 4c58602e3a
fix: [attribute:massEdit] Allow removal of non exportable tags. Fix #5408 2019-11-18 19:08:16 -05:00
iglocska 846b1989c8
fix: [API] fixed notice errors for compact() in PHP 7.3+ 2019-11-18 15:58:06 +01:00
iglocska e267ef48fa
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-18 11:37:51 +01:00
iglocska 8008bbbd26
new: [sql diagnostics] Started work on a system to automatically generate scripts to fix issues
- currently somewhat limited
- requires additional input to generate correct queries, needs an update for the default schemas
- generated, but not exposed for now
2019-11-18 11:36:31 +01:00
iglocska 288df9d8e7
chg: [internal] Renamed log action name for db worker issues to be <= 20 characters in length
- it was a restriction based on the db schema of the log table from before
2019-11-18 11:35:10 +01:00
chrisr3d 6beb549206 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-16 17:51:41 -05:00
chrisr3d 478015a32a
fix: [stix2 export] Exporting stix2-pattern objects as pattern
... Instead of failing and being exported as custom object
2019-11-16 17:43:25 -05:00
iglocska f3c61a9b50
fix: [indextable] Fixed the link field 2019-11-16 14:19:39 +01:00
iglocska 901cb88609
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-16 14:07:20 +01:00
iglocska 1cc6a67335
fix: [internal] site admins should not have to be host org users to see server correlations 2019-11-16 14:06:46 +01:00
chrisr3d be8201a236
fix: [stix2 import] Avoids importing an object_relation value for single attributes 2019-11-15 09:33:37 -05:00
chrisr3d 28fb06921a Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-15 09:07:34 -05:00
iglocska e4c82eb9ff
fix: [API] adding objects now has better validation errors
- instead of silently dropping attributes in certain cases
2019-11-15 14:11:24 +01:00
chrisr3d 2c96438017 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-14 14:35:58 +01:00
iglocska 4f9e3ec6d3
chg: [API] described how to add attachments to /attributes/add and /attributes/edit 2019-11-14 10:51:30 +01:00
chrisr3d 084cc1c8ca Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-14 02:28:30 +01:00
iglocska 382b57102b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 19:27:02 +01:00
iglocska 0c15043cfa
new: [sync] view remote user tool added to the server index
- should help with debugging what user is being used
2019-11-13 19:09:37 +01:00
mokaddem 2f3c4778f4
chg: [diagnostic:dbSchema] Whitelist columns to ignore and highlight
critical differences
2019-11-13 16:38:30 +01:00
mokaddem fde4073b1f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 14:08:59 +01:00
mokaddem 5a38a33f9d
fix: [attribute:massTagging] Check for POST data in `post` code path.
Fix #5359
2019-11-13 14:07:50 +01:00
iglocska d3c72a80eb
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 14:07:43 +01:00
iglocska 7d7af8eb65
fix: [tagging] Events will be unpublished when a local tag is removed #5363 2019-11-13 14:07:12 +01:00
mokaddem 1234e9b03e
chg: [dbDiagnostic] Removed datefield precision as it's only available
on MySQL 5.6+
2019-11-13 12:28:15 +01:00
mokaddem 28abffd6a2
chg: [dbDiagnostic] Diagnostic result is stored in a keyed array instead
of indexed array
2019-11-13 12:21:19 +01:00
iglocska a7aad6f042
fix: [temporary] Dirty fix for the diagnostic page failing on MySQL < 5.6 2019-11-13 10:05:25 +01:00
iglocska 1d709c69ec
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 09:40:49 +01:00
iglocska 936a7faca0
chg: [UI] Small refactor of the event add/edit views
- added new flag to form elements for the generator: stayInLine:1 - skip linebreak after field
- removed edit view
- modified add view to work as both add/edit
2019-11-13 09:38:46 +01:00
chrisr3d 963269085e
fix: [stix2 import] Importing stix2-pattern object only if the pattern parsing failed
- Also adding the uuid of the stix2-pattern object
- It avoids patterns to be exported twice if we
  export the misp event created from the import
  afterwards
2019-11-13 09:04:55 +01:00
chrisr3d 6391f7a75b
fix: [UI] Removed console.log call for debugging purposes 2019-11-12 15:09:27 +01:00
chrisr3d 222dd10977
fix: [UI] With the correct field name, it works better ;-)
- threat_level_id is the name of the field, and
  now the hover description works :D
2019-11-12 14:57:57 +01:00
chrisr3d 5ed87a6f78
fix: [UI] Passing the distribution, threat level & analysis description for the edit event view 2019-11-12 14:54:41 +01:00
chrisr3d f750d211af
fix: Just an indent fix for the eyes 2019-11-12 14:52:10 +01:00
chrisr3d 887d122216 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-11-12 14:41:28 +01:00
chrisr3d 6e0e964cc7
chg: [UI] Using generic form in the edit event view 2019-11-12 14:39:32 +01:00
chrisr3d cc94f8205e
fix: [UI] Cosmetic changes on the add event form 2019-11-12 14:38:29 +01:00