Commit Graph

214 Commits (c5fe0d72ffd96bc53013fbfdde9e12e116580318)

Author SHA1 Message Date
Iglocska cf6337868e chg: Version bump 2017-01-22 18:53:41 +01:00
Iglocska 784615684c chg: Version bump 2017-01-17 12:06:08 +01:00
iglocska b68a37ec79 chg: Version bump 2017-01-01 19:53:47 +01:00
iglocska ffe880621e new: Disable correlation
- globally
- on an event level
- on an attribute level
2016-12-22 15:30:06 +01:00
iglocska 6778d0dad5 new: Added a way to disable certain tags from the UI, fixes #1733
- also added a new setting to set the default posture when an event containing a tag is pushed (via the API/sync/etc)
  - new setting allows to automatically set new tags to hidden

- the hidden setting only hides the tags from the tag selection when tagging an event
2016-12-16 15:44:10 +01:00
Iglocska 5ab2c6a365 chg: version bump 2016-12-07 07:35:37 +01:00
Iglocska 76d7025c0e chg: Version bump 2016-11-21 17:35:19 +01:00
Iglocska bcdd819bfe Version bump 2016-11-04 16:18:13 +01:00
Iglocska 2f39b4494c Version bump 2016-10-21 15:34:40 +02:00
Iglocska 503661a240 new: First implementation of the freetext feed pull 2016-10-07 17:33:54 +02:00
iglocska 4645566063 chg: Version bump 2016-08-28 21:59:14 +02:00
iglocska b1990e777a Version bump 2016-08-10 16:58:47 +02:00
Iglocska 88df87cbdf chg: Version bump 2016-07-20 00:14:29 +02:00
Iglocska 3f25c9d26e chg: Version bump 2016-06-08 21:59:25 +02:00
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