Commit Graph

1662 Commits (979bb370e7b8d5bf01dd95b95ebfdcf7ca1ff842)

Author SHA1 Message Date
iglocska 979bb370e7 next step in the ajaxification
- multiselect / multidelete
- some additional UI changes for the event view
2014-04-16 15:52:25 +02:00
iglocska 77a4cd71f6 Next step in the ajaxification of the event view
- users can now edit all fields in an attribute whilst on the event page

- issues left to fix:
	- tag changes after an attribute change run into CSRF protection
	- batch add not handled gracefully yet
	- going back to the event view and editing a field gives users an error message over the CSRF protection - instead, silently check if the page is loaded in a dirty way and refresh the ajax fields silently
	- quickadd of attributes still missing
2014-04-14 15:13:01 +02:00
iglocska ba91f4dc5f Next step in the ajaxification 2014-03-25 13:56:00 +01:00
iglocska b8c21364f9 Two missing view-elements from the previous commit added 2014-03-24 16:35:52 +01:00
iglocska 705964a556 First commit of the event view ajaxification
- pagination of the attribute index within the event view
- add attributes in a pop-up window
- instantly refresh attributes
2014-03-24 16:33:40 +01:00
iglocska 13552eb203 Merge branch 'hotfix-2.2.13' into develop 2014-03-13 16:32:27 +01:00
iglocska fec7738080 Missing user guide images added 2014-03-13 16:29:44 +01:00
iglocska bebe0ab310 Merge branch 'feature/alternate_search' into develop 2014-03-13 16:06:20 +01:00
iglocska 789839649d Alternate search results
- Users can now elect to receive their attribute search results in the new alternative view

- instead of receiving a list of attributes matching the search options, users are presented with a list of events that contain matching attributes

- number of matches and a percentage of those matches being marked as indicators for IDSes are shown

- the events are ordered by the percentage of IDS worthy attribute
2014-03-13 16:03:16 +01:00
iglocska 48e5c2dfdd Merge branch 'hotfix-2.2.13' into develop 2014-03-13 15:40:23 +01:00
iglocska 1a777901b2 CSV exports have a new column: to_ids
- event level exports from the event view now export all attributes regardless of to_ids value

- to_ids value now has its own column in the csv exports
2014-03-13 15:23:29 +01:00
iglocska 72ec7cc3e1 Distribution field in event view shortened
- now only shows the distribution level name
- the description is in the title of the field, hovering over it will show it
2014-03-13 14:52:32 +01:00
iglocska 0b04c6369c Fix to comments not being synced
- attribute comments will now be correctly synced
2014-03-13 14:44:53 +01:00
iglocska 40709ee8a7 Merge branch 'hotfix-2.2.12' 2014-03-13 13:40:41 +01:00
iglocska 3439cc4237 small change to the new alert e-mail titles
- the event description in the subject shortened to 55 characters maximum.
2014-03-13 13:39:47 +01:00
iglocska e744816c92 Merge branch 'patch-8' of https://github.com/Xen0ph0n/MISP into hotfix-2.2.12 2014-03-13 10:01:56 +01:00
iglocska 227cc98d25 Merge branch 'patch-7' of https://github.com/Xen0ph0n/MISP into hotfix-2.2.12 2014-03-13 10:01:46 +01:00
Chris Clark 9e91eeda27 Remove Missing GPG flash if Unencrypted Email is enabled
Adds a check for a true value in GnuPG.onlyencrypted and will only display the "No GPG Key Set in your Profile" message to the user if it is missing AND MISP is set to send only encrypted email. This way orgs not using GPG will not see the banner on every index view.
2014-03-12 14:54:54 -07:00
Chris Clark d799c8ad16 Tweaks To Email Output
Small tweaks to email formatting to sync up with UI Changes.. also added event title to Subject (questionable if this is something desired globally as it would not be encrypted).
2014-03-12 13:29:29 -07:00
Chris Clark 9ce7ee798c Update to include starting the BG Workers.
This is present in the upgrade.txt but not the install.txt. I'm not sure if this is the right location for noting this, but in the current version publishing events will not function w/out starting the BG workers.
2014-03-12 12:20:56 -07:00
iglocska f4a884bef7 Merge branch 'hotfix-2.2.11' 2014-03-11 15:30:26 +01:00
iglocska 006e1d0254 Added CSV to pages allowed to be visited without being logged in for automation
- same as the other export formats
2014-03-11 15:29:19 +01:00
iglocska e0e56d4f27 Merge branch 'hotfix-2.2.11' 2014-03-11 14:46:40 +01:00
iglocska 2b2c61bc3b CSV export changes
- It is now possible to restrict the CSV automation export by type / category

- updated the automation page to describe how the syntax works

- fixed an issue with line breaks not being sanitized for the CSV export
2014-03-11 14:45:35 +01:00
iglocska 68234718e5 Merge branch 'hotfix-2.2.10' 2014-03-11 11:45:59 +01:00
iglocska 0873b305a5 Some cleanup 2014-03-11 11:45:40 +01:00
iglocska bc180814c3 Merge branch 'hotfix-2.2.10' 2014-03-07 09:12:42 +01:00
iglocska 9c74197df4 Updated cakephp
- includes the HttpSocket fix to CakePHP by cvandeplas
2014-03-07 09:11:23 +01:00
iglocska e6bf3c08c9 Merge branch 'hotfix-2.2.9' 2014-03-06 17:23:09 +01:00
iglocska c5644e5757 Some UI changes and other minor changes
- images updated in user manual

- fixed validation issues with named pipe (at the moment it's very loose)

- Fixed an issue with shadow attriubutes not showing for events that have no attributes

- some minor UI changes to make MISP a bit prettier
2014-03-06 17:21:57 +01:00
iglocska a781577d2c Merge branch 'hotfix-2.2.9' 2014-03-06 11:49:12 +01:00
iglocska ffe033c20c Small animation for the MISP logo 2014-03-06 11:29:59 +01:00
iglocska eb69a6e78f User guide and UI changes
- first set of changes to the user guide, still missing updated images

- some UI changes to make the looks a bit more appealing
2014-03-06 09:20:05 +01:00
iglocska 239324dfbb Merge branch 'hotfix-2.2.8' 2014-03-04 10:24:25 +01:00
iglocska d19398999d SHA256 based shadowattribute validation added
- it was missing before
2014-03-04 10:23:52 +01:00
iglocska 2e44b8470e Merge branch 'hotfix-2.2.7' 2014-03-03 14:20:09 +01:00
iglocska cf6a430d10 The list of contributors no longer show the logo of an org that hasn't made a proposal
- Until now, organisations that have made any change to an event in the past (even including an admin running scripts that update the event) would flag an event as having an extra contributor

- From now on, the Contributors field only shows orgs that have created proposals
2014-03-03 14:18:26 +01:00
iglocska 37f2d42cd0 Merge branch 'hotfix-2.2.7' 2014-03-03 12:02:24 +01:00
iglocska a2bf7a3362 Fix to the xml automation export and various other changes
- xml export now correctly exports all attachments if specified as parameter

- print view fixes

- disclaimer for old IE versions (< 10) and compatibility mode users when viewing the statistics (The heatmap calendar requires 10+)
2014-03-03 12:00:48 +01:00
iglocska b83a50ca04 Merge branch 'hotfix-2.2.7' 2014-02-28 14:40:55 +01:00
iglocska 14f2dc374c Print view fixed for event view. 2014-02-28 14:40:20 +01:00
iglocska 3b5595ff88 Merge branch 'hotfix-2.2.6' 2014-02-28 12:00:38 +01:00
iglocska 526bb18627 Previous commit was incorrect, fixed 2014-02-28 12:00:16 +01:00
iglocska 1689cafc2b Merge branch 'hotfix-2.2.6' 2014-02-28 11:55:11 +01:00
iglocska e07cb6e5e2 Fixed a bug that allowed read-only users to create an event 2014-02-28 11:54:41 +01:00
iglocska 2a925fbebc Merge branch 'hotfix-2.2.6' 2014-02-28 11:07:50 +01:00
iglocska 09f2e5a0bc Anonymising the e-mail addresses in discussions
- The email addresses were shown on the event view even if the post was made by a user of another org
- fixed
2014-02-28 11:06:43 +01:00
iglocska 31acb91102 Merge branch 'hotfix-2.2.6' 2014-02-26 14:16:08 +01:00
iglocska 73159dd4e5 Restricting the event log to show only proposals when selecting the contributions of an org
- the event changes that a proposal creation creates are also logged (such as disarming the proposal email lock) -> this should not be shown in this log view.
2014-02-26 14:14:59 +01:00
iglocska ed77145108 Merge branch 'hotfix-2.2.5' 2014-02-26 10:23:48 +01:00