Commit Graph

398 Commits (a7905b40cededa7fb54e2c735b8196c9aae03f94)

Author SHA1 Message Date
Iglocska e5d658078a fix: ACL updated for attribute level tagging 2017-01-18 16:45:00 +01:00
iglocska 4ad022b03c Merge branch '2.4' into feature/attribute-tagging 2017-01-16 16:15:06 +01:00
iglocska 2b187d48fc new: Add a new api to check the supported PyMISP version 2017-01-08 20:20:49 +01:00
iglocska b0585c0e91 fix: Added sightings index to the ACL 2017-01-08 03:07:32 +01:00
iglocska 9ce46689b6 fix: Updated the ACL 2016-12-31 09:36:45 +01:00
iglocska 5b54171364 fix: Allow users to fetch their PGP keys 2016-12-29 13:34:41 +01:00
iglocska 7146652059 Merge branch '2.4' into feature/attribute-tagging 2016-12-26 23:30:21 +01:00
iglocska b1fa7db672 fix: Added ACL changes 2016-12-22 17:51:46 +01:00
Iglocska bfc8b65f0d fix: Galaxy permission issue fixes #1
- affects #1731
2016-12-08 10:30:29 +01:00
Iglocska 11964f791b fix: removed a duplicate ACL entry 2016-12-07 16:54:38 +01:00
Andras Iklody 44ec75e462 Merge pull request #1726 from liviuvalsan/bro_export_improvements
Performance improvements, bug fixes and new features for the export to Bro
2016-12-07 16:52:15 +01:00
Liviu Valsan 4c022beafc - Performance improvements when exporting a large number of attributes into Bro format.
- Fixed file header formatting for the export to Bro format (tabs used consistently).
- Computing the time needed for generating the export to Bro format when done using a background job.
- When generating the Bro export from the UI all the attributes are generated in one single text file similar to the CSV export instead of a zip file with different files inside.
- Changed the file extension of Bro export files from ".intel" to ".txt".
- Removed the allowNonIDS option from the Bro export as it doesn’t make sense to have it (Bro is an IDS).
- Fixed some of the API endpoints which were not accepted (ACL issues).
- Added support for a list of events that should be / should not be included in the export.
- Added a new "meta.desc" column (added in Bro 2.5, see https://www.bro.org/sphinx/frameworks/intel.html) containing the description of the event and of the attribute.
- Sanitized the exported data for Bro.
- Fixed a number of value substitutions which were imported from Snort/Suricata and which were not working for Bro. Did instead substitutions needed for Bro.
2016-12-07 16:33:17 +01:00
Iglocska 761cf6cec7 new: Tied the galaxies into the ACL 2016-12-07 07:34:45 +01:00
Iglocska c76d358535 new: Added new statistics page, fixes #1648, fixes #1557
- brought back the quick organisation overview as it's a much missed feature
- added treemap for tags
- brought attribute histogram into statistics page

- more coming in the future
2016-11-04 13:14:03 +01:00
Richard van den Berg 36971b57cd Allow merging of event attributes 2016-10-01 12:47:53 +02:00
Andreas Ziegler 05761308e8 new: add&remove attributetags on event view 2016-09-29 16:52:47 +02:00
Andreas Ziegler 25e52a6786 chg: remove some references to variables 2016-09-15 17:08:58 +02:00
Cristian Bell f37963fde4 Merge branch 'fix_1311_only_show_API/authkey_to_user_with_rights' of https://github.com/cristianbell/MISP into cristianbell-fix_1311_only_show_API/authkey_to_user_with_rights 2016-09-02 15:35:11 +02:00
iglocska 003fb1885c fix: Added the default role selector to the ACLComponent 2016-09-01 09:21:51 +02:00
Cristian Bell 7774f52fe7 chg: only show API/authkey to user with API key rights, fixes #1311 2016-08-23 16:20:39 +02:00
Iglocska 3aca8618b5 fix: Missing ACL entries added 2016-08-22 18:11:54 +02:00
Cristian Bell 72b9bdbb84 chg: redundant members list and organisations page 2016-08-04 13:45:10 +02:00
Iglocska e24c421a00 Merge branch 'perm_delegate' into 2.4 2016-07-18 00:50:09 +02:00
Iglocska c84c24502c fix: Added taxonomies/delete to the ACL component 2016-07-12 16:58:01 +02:00
Richard van den Berg ca2fb7de96 - Allow delegation when unpublishedprivate is set
- Use perm_delegate instead of perm_publish for delegation
2016-07-06 09:36:13 +02:00
Alexandre Dulaunoy d661d216c2 Chg: describeTypes broaden access to non-automation users too. 2016-06-09 15:49:18 +02:00
Andreas Ziegler 1d06f25b38 chg: add newline character before EOF to non-minified (text-)files 2016-06-06 10:09:55 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Iglocska f08ec04426 new: Enable/disable feed via API
- simply POST to /feeds/enable/feed_id or /feeds/disable/feed_id to enable and disable a feed
2016-05-26 01:39:31 +02:00
Iglocska 21111498c3 new: Added Statixtics for taxonomy and tag usage, fixes 1158 2016-05-22 23:35:24 +02:00
Andreas Ziegler dc0974a55b misc cleanup 2016-05-21 05:10:49 +02:00
Iglocska 6b6877099a fix: Added the option for users to see and undelete attributes if an event was created by their org, fixes #1144
- Also some minor fixes to the ACL
2016-05-20 11:20:03 +02:00
Iglocska d02adf2085 new: Added the news functionality back
- admins can add/edit/delete news items
- users get redirected if there is a newsitem that they haven't seen yet
2016-05-20 01:17:26 +02:00
Iglocska 6b83e988f7 chg: Small comment fix 2016-04-29 16:15:19 +02:00
Iglocska 65f40aea90 fix: Fixed an ACL issue preventing normal users from viewing the instance version
- this is required by the enrichment modules
2016-04-29 15:59:02 +02:00
Iglocska d826d62fd0 fix: Fixed some issues with the favourite tags 2016-04-28 16:16:23 +02:00
Iglocska a1a27da0cf First version of the warnings finished 2016-04-22 15:03:20 +02:00
Iglocska 68d6cae7ac Org admins could not see the roles index 2016-04-19 10:32:22 +02:00
Iglocska a6c880c4d2 Fix to the URL generation
- sometimes the URLs are inconsistent in links within MISP (/shadowAttributes vs shadow_attributes)
- the URL generation now takes both cases into consideration
2016-04-18 15:39:55 +02:00
Iglocska 7c6ef14621 Some ACL fixes 2016-04-18 15:32:09 +02:00
Iglocska a20ba21774 change_pw was blocked for normal users 2016-04-18 14:52:05 +02:00
Iglocska b8f34ee844 Added some statistics APIs for attribute types / categories 2016-04-18 14:40:08 +02:00
Iglocska 1ecc4c2f37 Fixed a capitalisation fail 2016-04-18 14:06:17 +02:00
Iglocska b39d178211 some small changes 2016-04-18 09:46:08 +02:00
Iglocska 057ff5e831 Small fixes 2016-04-18 09:14:36 +02:00
Iglocska 92952cc5e4 Rework of the ACL 2016-04-18 03:19:01 +02:00
Iglocska d56f31e888 Work on the new ACL system 2016-04-17 23:13:39 +02:00