Commit Graph

200 Commits (5e4f09352dccebc023fadef2db7b329d7b7ff105)

Author SHA1 Message Date
Iglocska f07972af43 fix: Reverted a change that broke PyMISP's copy_list.py To be revisited for a better solution 2016-05-25 01:49:16 +02:00
Iglocska 470c8ec1a9 fix: Fixed some wonky behaviour with the popover enrichment and the warning list popover 2016-05-23 11:56:27 +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 7ec1d1461e fix: Fix to an issue with server urls having a trailing slash causing an invalid sharing group server detection 2016-05-12 15:22:53 +02:00
Iglocska a2bf43c88e fix: Several issues with the soft delete resolved 2016-05-10 17:39:27 +02:00
Iglocska 769f5e11f5 chg: Filter event index for my own events
- Part of the initiative for a happier Andrzej
2016-05-05 15:05:25 +02:00
Iglocska 207c8262f8 chg: Version bump 2016-04-28 17:16:23 +02:00
Iglocska 3e12a9f11a new: Favourite tags
- Add a tag to your favourites list
- When tagging events there is a new setting: Favourite tags, which only contains the tags you've selected
2016-04-28 15:39:44 +02:00
Iglocska 8db889ce7e SMIME changes
- tied into auto upgrade system
- tied into server settings
- some cleanup of overly verbose debug
- Enforcing enable/disable everywhere
- Changed temporary file structure
2016-04-26 16:40:12 +02:00
Iglocska f8005ac1aa Warninglists WIP 2016-04-21 22:58:49 +02:00
Iglocska 41141ab02b Version bump 2016-04-18 09:01:02 +02:00
Iglocska ddcc4ca0ca Version bump 2016-04-15 15:59:13 +02:00
Iglocska 25ab7459e9 Added a way to block old publish alerts from going out. 2016-04-15 09:16:50 +02:00
Iglocska d00d4fcb27 Version bump 2016-04-08 10:18:51 +02:00
Iglocska 32f3ce8542 Destroy sessions on next page load for all users if there was a db update 2016-03-30 23:35:56 +02:00
Iglocska fea6c35140 Split the tagging permission into two
- New permission flag: perm_tag_editor
  - taggers can tag events with existing tags
  - tag editors can create / edit / delete tags

- Fixed several misleading UI elements for tagging
  - tagging users that don't own an event and aren't creators thereof cannot tag them
  - this was enforced before but the UI elements were present and threw errors

- Migration is automatic
  - all existing tagger roles will automatically become tag editors
  - restricting current roles takes manual admin action, but the functionality should remain unchanged for those that just update
2016-03-30 18:32:17 +02:00
Iglocska c95b94a9a8 Fix to an issue with the password reset breaking the credentials
- The password change forced on users by administrators couldn't save new passwords
- instead it reset the password to a new random password

- Resetting the password of such users via the admin interface should fix the issue
- Alternatively manually setting the password also fixes it
2016-03-30 09:39:00 +02:00
Iglocska b52584a4b6 Verision bump 2016-03-28 09:36:50 +02:00
Iglocska 9695c9b7bc Version bump 2016-03-27 12:16:27 +02:00
Iglocska 2a4777202d Version bump 2016-03-21 22:07:47 +01:00
Iglocska a58051fce2 Re-added a feed 2016-03-11 17:47:55 +01:00
Iglocska 8e3c209131 Version bump 2016-03-10 17:29:00 +01:00
Iglocska e1b384c5b0 Scheduled push incorrectly used the user e-mail address instead of a user object to initiate the sync, fixes #1000 2016-03-09 11:25:05 +01:00
Iglocska a593a7a148 Version bump 2016-03-07 15:14:55 +01:00
Iglocska 59996c3a8a Version bump 2016-02-22 09:57:56 +01:00
Iglocska aa9c3d9fe6 Mass-accepting proposals did not work, fixes #959
- fixed a legacy style org lookup
2016-02-21 23:29:01 +01:00
Iglocska d1d6b9e5b4 Version bump 2016-02-19 13:59:39 +01:00
Iglocska 1ba8d1c1f0 Added correlations on a proposal level
- tied into automatic datamodel updates
- correlation is one way only (from proposal to attribute)
- proposals don't correlate with one another

- all distribution rules are adhered to
- further improvements on the upgrade mechanism pipeline
2016-02-17 14:43:33 +01:00
Iglocska 2f27255d10 Version bump 2016-02-16 00:08:26 +01:00
Iglocska b8ecd9fee1 Version bump and footer version fix 2016-02-13 13:14:26 +01:00
Iglocska f81960f6ca Version bump 2016-02-11 15:45:45 +01:00
Iglocska af57c7fe62 Version bump 2016-02-02 15:32:02 +01:00
Iglocska 23b091755d Version bump 2016-02-02 09:37:48 +01:00
Iglocska 0357ec2558 Version bump 2016-01-29 14:32:41 +01:00
Iglocska 9df5c7703b Version bump 2016-01-28 10:22:37 +01:00
Iglocska be62a6b053 Entering a valid controller/action and an invalid one produced a different result pre-auth
- not authenticated users now automatically get redirected to the login page, no matter what action they requested
- This as a nice side effect also removed the bug that was caused by a site admin looking at an admin function before logging out / timing out and being incorrectly redirected to /admin/users/login
2016-01-21 14:52:06 +01:00
Iglocska 999a449cc3 Update to the upgrade procedure
- clearer instructions
- removal script for obsolete columns

- the removed columns can cause exceptions if not removed as described in #814
2016-01-20 11:45:23 +01:00
Iglocska 9d1ef0e22a Version bump 2016-01-20 09:35:39 +01:00
Iglocska 038d12a4c0 Fix to an issue with the XML cleanup method
- lead to the XML REST add failing
2016-01-19 15:42:57 +01:00
Iglocska f0bf6b9339 Attributes not included in the .json / .xml views of an event, leading to attachments not being synchronised, fixes #862
- it looks like I've left off the attachment encoding for the REST event view
- Should be fixed now
2016-01-19 13:47:52 +01:00
Iglocska 08ae212196 Version bump 2016-01-14 02:53:34 +01:00
Iglocska 62a20a2321 Fixed an issue where an event's sharing group ID would get set to the first available option even when a non sharing group distribution level is selected 2016-01-07 16:33:35 +01:00
Iglocska 5d7aa73e27 First version of the quick filters for the event view 2016-01-04 10:23:07 +01:00
Iglocska a06da3e90b Fixes to the first user initialisation
- updated the UserInit command line tool
- updated the built in user initialisation
2015-12-30 09:54:43 +01:00
iglocska fea225c409 Rework of the contributor field, some MYSQL.sql tweaks
- added indeces to the MYSQL.sql file
- contributors now looks for shadow attributes instead of log entries (should make the event view much faster and resolve some timeout issues on sync when the log is massive)
2015-12-27 19:00:35 +01:00
iglocska 9e3e362ea6 Fixes a bug on invalid event IDs passed to the STIX export causing long execution times, fixes #747
- Running a stix export for a specific ID that doesn't exist results in a full STIX export for the user (events visible to the user)
- This leads for an unnecesarily long export process when a quick export is expected
2015-12-26 11:32:31 +01:00
iglocska 66a90cd60c Several fixes to the exports, fixes #790
- New generic fetch attribute method was mistakenly using the order field as a condition, resulting in some exports only displaying a subset of the data
  - the fix to this fixes the issue described in #790 for text exports
- Fix to the RPZ exports not working correctly
- Fix to the horrible performance of RPZ exports
- Fix to several background worker issues with exports
2015-12-26 02:50:50 +01:00
iglocska ba8728abb9 Merge branch 'master' into 2.4-beta
Conflicts:
	VERSION.json
	app/Controller/Component/IOCImportComponent.php
2015-11-22 17:53:08 +01:00
iglocska ca51b55d6b Changes to the OpenIOC Import, fixes #725
- Removed the OpenIOC Indicator UUID persistence and moved it to a comment
  - this allows for the same OpenIOC report to be imported into separate events and won't result in a UUID collision

- Reworked the composite indicator resolver
  - more generic, allows for 3 part composites (to allow for regkeypath/regkey/regvalue combinations)

- Registry values now correctly recognised
2015-11-22 17:38:11 +01:00
iglocska 0fb9a70449 Merge branch 'master' into 2.4-beta
Conflicts:
	VERSION.json
2015-11-20 00:15:17 +01:00