Commit Graph

2917 Commits (15f572c627b2a340d416698b5d2b92e249cb0c17)

Author SHA1 Message Date
iglocska e89d1a267d
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-09-09 13:03:09 +02:00
iglocska 75acd63c46
fix: [security] Fix to a vulnerability related to the server index
- along with various support tools
- more information coming soon
2019-09-09 13:00:21 +02:00
Sami Mokaddem 936a745135
Merge pull request #5119 from JakubOnderka/patch-24
fix: [UI] Removed duplicate button title in userIndexTable.ctp
2019-09-09 09:26:37 +02:00
Jakub Onderka a0733e6429
fix: [UI] Removed duplicate button title in userIndexTable.ctp 2019-09-06 18:48:33 +02:00
Jakub Onderka 2ea4b37368 fix: [UI] GPG keys are fetched from CIRCL keyserver 2019-09-04 18:09:49 +02:00
Jakub Onderka dc0cf472d3
fix: [UI] Remove rest of unused code
Inner code was removed in 3f03ceb229
2019-09-04 14:52:12 +02:00
mokaddem 3f03ceb229
fix: [server] on-demand action does not redirect to the updateProgress
page anywmore
2019-09-03 15:14:40 +02:00
iglocska ff80268a64
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-30 11:12:15 +02:00
iglocska 181bda4698
new: [requestAccess] Made the requestAccess endpoint more API friendly and some UI improvements
- better handling of empty parameters
- added the mock functionality to both API and UI, this will generate the e-mail to be sent and return it with no actual sending happening
- defaulting to mock if emailing is disabled
- fixed some minor bugs
2019-08-30 11:10:59 +02:00
iglocska 1305d4cb7b
fix: [invalid link] fixed 2019-08-30 10:54:42 +02:00
Andras Iklody 62609e6385
Merge pull request #5044 from JakubOnderka/patch-9
fix: [ui] Missing space and dot at export page
2019-08-30 09:56:36 +02:00
iglocska 265886f1e8
fix: [UI] Fixed the annoying link underlines under action buttons 2019-08-30 09:55:46 +02:00
iglocska f49c38a7fd
chg: [field rename] Renamed all community fields with redundancy to something more simple (community_uuid -> uuid, etc) 2019-08-30 09:46:22 +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
StefanKelm 052a6e47f0
Update index.ctp
Tiny typos
2019-08-29 15:03:10 +02:00
iglocska bc0d3bcd25
fix: [invalid url] fixed 2019-08-29 10:26:27 +02:00
iglocska 95903629a5
new: [communities] Descriptions added to the request form along with the anonymise checkbox 2019-08-29 10:24:54 +02:00
iglocska b9398edc56
fix: [menu] Added community index to the top menu 2019-08-29 10:03:17 +02:00
iglocska 8a186fcd91
chg: [cleanup] empty lines removed 2019-08-29 09:51:40 +02:00
iglocska feb7fe82dd
new: [communities] Added support for requesting access for known communities
- site admins can list the misp-project maintained community list
- request access to any of the communities
2019-08-29 09:24:33 +02:00
iglocska 58148c0aa3
new: [Internal] Index generator refactor
- loads of new features added
- bunch of helpers updated
- mainly a back/forward port from the frozen feed-rework branch with some custom changes
2019-08-28 17:02:43 +02:00
iglocska b7f59ce075
fix: [contact reporter] Rules somewhat relaxed 2019-08-26 11:54:24 +02:00
iglocska 11d75af158
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-26 11:52:55 +02:00
iglocska 84609674e5
fix: [contact reporter] Various fixes, fixes #5040
- don't offer contacting a reporter of an event that doesn't have users on the platform
- fixes to various bugs that broke this feature in the first place
- Massive potential performance blocker removed from contacting individual reporters
2019-08-26 11:50:14 +02:00
Andras Iklody 09eff4119c
Merge pull request #5054 from JakubOnderka/patch-15
fix: [UI] Correct class name in View/Elements/Feeds/View/row_attribute.ctp
2019-08-26 09:20:41 +02:00
Jakub Onderka a41be8aedd
fix: [UI] Correct class name in View/Elements/Feeds/View/row_attribute.ctp 2019-08-25 21:31:07 +02:00
Jakub Onderka 4fa315558b
fix: [feed] Preview feed event don't have id 2019-08-25 20:39:21 +02:00
Jakub Onderka 6f2bfd4e23
fix: [ui] Link to REST client at Automation page 2019-08-23 17:56:56 +02:00
iglocska be52e65ebd
fix: [UI] Multi select on the event index fixed, fixes #5047 2019-08-23 14:24:45 +02:00
iglocska 82f53d9a09
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-23 11:41:28 +02:00
iglocska 8769bed9ec
new: [delegations] Added delegation index, fixes #5023
/event_delegations/index

accepts context as a parameter with the following possible values:
- pending: all delegations awaiting my organisation's review (default)
- issued: all delegations issued by my organisation

parameters can be passed via key:value parameters or via json objects
2019-08-23 11:38:47 +02:00
Jakub Onderka 1b2646456d
fix: [ui] Missing space and dot at export page 2019-08-22 21:10:03 +02:00
mokaddem 38db050465
fix: [object:merge] Fix #5041, Duplicated value gets unique UUID and
relaxed javascript equality check.
2019-08-22 15:28:25 +02:00
mokaddem feea2c93ab
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-22 14:08:43 +02:00
StefanKelm 976a5e9e3c
Update add.ctp
tiny typo
2019-08-22 13:21:34 +02:00
Andras Iklody 1b0b7824fb
Merge pull request #5005 from JakubOnderka/remove-toplist
fix: [sightings] Remove unused method
2019-08-22 10:22:59 +02:00
Andras Iklody 881e31ecde
Merge pull request #5033 from zaphodef/feature/import_module_description
chg: Show descriptions in import modules
2019-08-22 10:15:56 +02:00
Pierre-Jean Grenier f2f7873430 wrap description in a h() 2019-08-22 09:32:28 +02:00
iglocska bbc05b229f
new: [diagnostics] Added SQL table size tool
- along with various other small fixes
- increased recommended memory size additionally
2019-08-21 17:01:52 +02:00
Pierre-Jean Grenier d79f54612f chg: Show descriptions in import modules 2019-08-21 15:00:22 +02:00
iglocska 2bc7c759c3
fix: [UI] Fixed tag buttons not being in-line on the event view's attribute list 2019-08-20 16:34:14 +02:00
iglocska 9132a39e81
chg: [UI] Some more username helper changes 2019-08-20 13:39:12 +02:00
iglocska fb7299d077
chg: [UI] Small change to the user name helper 2019-08-20 13:21:46 +02:00
Jakub Onderka 4269ecbd83 fix: [sightings] Remove unused method 2019-08-14 17:49:14 +02:00
Pierre-Jean Grenier 8dcbbf7674 chg: Show sharing groups' uuids 2019-08-14 14:54:26 +02:00
mokaddem 84a858c6af
fix: [updateProgress] Usage of correct FontAwesome class 2019-08-14 11:54:34 +02:00
mokaddem fcaa09b696
chg: [updateProgress] Added sidebar (and sidebar link) 2019-08-14 10:59:10 +02:00
iglocska 6b58b51bd3
fix: [Sharing groups] Various fixes to align the reported local instance URL as the external_baseurl if set, as opposed to always using the baseurl, fixes #4982 2019-08-13 13:00:24 +02:00
Jakub Onderka ec6eb0cb1d
[fix] Remove double `:` 2019-08-12 13:41:42 +02:00
Pierre-Jean Grenier 81e78456f8 chg: modules can now pre-check a checkbox from userConfig 2019-08-09 10:20:00 +02:00