Commit Graph

91 Commits (0b1dc2c13d0d930e3aa1bafacd4a8ca6a07b7555)

Author SHA1 Message Date
Bechkalo Evgeny 76d58e6e53 fix: some PostgreSQL issues
Closes: #3066, #3067
Fixes issues:
- wrong boolean and smallint conversion;
- postgresql table and field naming (field 1_event_id is wrong name for
field for example);
- postgresql grouping (you cannot select columns without grouping them);
- wrong checkbox rendering without keyword.
2019-07-23 11:17:56 +03:00
iglocska d8ee91be68 chg: [refactor] Side menu generic templates moved 2019-02-13 14:45:01 +01:00
iglocska a42141f519 new: [UI] disable attribute correlation during creation / modification 2019-01-17 07:57:23 +01:00
iglocska 58997b9ac1 chg: [psr-2] Changed view files to space indentation instead of tabs
- *sniff sniff*
2018-07-20 09:29:50 +02:00
iglocska 668571d964 fix: Fixed an issue with the notice message container showing invalid default data 2018-05-07 13:15:19 +02:00
iglocska 05cf0563e1 new: First implementation of the Noticelist system ready 2018-05-07 10:43:21 +02:00
iglocska f73f9115d3 new: Refactor of the warning message for the add attribute view 2018-05-02 22:32:02 +02:00
Sami Mokaddem 890cd733ed fix: editing an attribute was not setting the distribution level to the
previous value.
2018-04-24 14:45:24 +00:00
iglocska a7357f61ca fix: IDS flag not set when editing attribute, fixes #3126 2018-03-29 22:03:42 +02:00
Sami Mokaddem a812757f73 iglocska's magic (Added kind of ajax support in attribute/edit)
C
 (\.   \      ,/)
  \(   |\     )/
  //\  | \   /\\
 (/ /\_#oo#_/\ \)
  \/\  ####  /\/
       `##'
Ojo
2018-03-21 12:29:05 +00:00
iglocska 55f19fa260 new: Tell users about our lord and saviour, MISP-objects if they try to add a composite attribute 2018-01-18 11:59:26 +01:00
Steve Clement 812845b2c4 - Attributes folder scavenged for Translatables… 2018-01-05 17:00:33 +01:00
Steve Clement 72665d6ce7 - __('')-ized labels, buttons, styles 2018-01-05 10:53:33 +01:00
Jorgen Bohnsdalen 34a48b0b82 bugfix for selecting type in adding / editing attribute 2017-10-20 19:41:32 +02:00
iglocska 5ef4e7732d fix: CSRF issue when adding an attribute via the popover 2017-04-04 14:01:28 +02:00
iglocska ae79ae1e5e fix: Removed ajax containers from views since they are already provided by the layout, fixes #1753
- resolves some issues with popups not showing up after certain actions
2017-04-04 09:57:08 +02:00
iglocska 15256b469f fix: fixed an issue with a notice error when adding a new attribute 2017-03-21 11:34:44 +01:00
iglocska 5e73042c47 fix: Second round of accessibility changes 2017-03-12 22:56:47 +01:00
iglocska 7bbbebf0e1 fix: Fixed some visual issues with the attribution/targeting data warning in add attributes 2017-02-23 09:22:01 +01:00
iglocska 2ade58ce63 fix: Fixed a bug that didn't correctly handle validation errors on the attribute add popup, fixes #1875 2017-01-28 23:28:13 +01:00
Iglocska 07a358eed9 fix: Fixed an issue with the type restrictions, fixes #1603
- fixes an issue where the type list in the attribute add/edit view wouldn't automatically restrict to the valid options
2016-10-10 09:22:18 +02:00
Iglocska 97c43c6c9e new: Rework of the attribute/proposal views and popovers round 2
- also fixes to a bunch of small UI bugs and code style issues
2016-10-02 12:46:30 +02:00
iglocska e4a4a90d07 chg: Internal reference category attributes should always default to your org only 2016-08-24 15:19:57 +02:00
Andreas Ziegler 525c4896d0 chg: remove obsolete code 2016-06-12 05:04:38 +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 985451642e add space after keywords if/for/foreach/while/switch/catch 2016-06-04 15:45:39 +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
William Robinet 4fea371c4b Fix permissions 2016-02-11 17:03:51 +01:00
Iglocska 7cc3a9a6d9 Removed SG options if no SGs exist from attribute creation/edit 2015-08-03 15:46:58 +02:00
iglocska 51ea9c090d Further progress 2015-04-18 07:53:18 +02:00
Iglocska 5340abed2e Sharing groups correctly selectable in attributes
- still needs work
2015-04-14 18:11:51 +02:00
iglocska f0aa849d04 Various improvements to the exports
- Unified the way exports accept negated parameters
- Fixed the documentation
- Most exports are now restrictable by the event date (From/To parameters)
- none cached XML export now writes to file after converting each event, clearing the memory and resolving any potential memory issues
2015-02-03 17:06:05 +01:00
iglocska d895fb1834 Changed wording of warning message when entering a targeting type attribute, fixes #355 2014-12-03 17:17:40 +01:00
iglocska 79127902b7 Cleanup, MISP health tool
- cleanup of a lot of deprecated settings
- tool to help assess and alter issues with the instance settings
- new mechanism to store settings
2014-09-10 09:43:22 +02:00
iglocska 9735a3041f Added the confirmation box div to all the pages that can have the publish popup 2014-08-21 13:52:36 +02:00
iglocska 53ac9a16da More missing <?php tags 2014-08-05 11:24:07 +02:00
iglocska 893ef5a129 Freetext import tool
Added freetext import tool
2014-07-10 17:02:19 +02:00
iglocska 7b3f578025 Further work on the templating system 2014-06-12 13:59:54 +02:00
iglocska 19b4a2ae37 Fixes to several ajax related issues
- malware samples / attachments couldn't be downloaded
- links weren't actually links

- deleting an attribute / shadowattribute now opens a custom confirmation dialogue. This is also where the CSRF tokens are generated for the post request to execute the delete, resulting in a faster event view load
2014-05-09 23:12:51 +02:00
iglocska 14976bd7bb Ajaxification of the event page done also, replaced histogram in memberslist
- AJAX requests now also respond with a small message at the bottom of the page, notifying the user of the result
- The following actions work now on the event page via ajax:

1. Add / remove tags
2. quick edit any attribute field if eligible
3. quickly create a proposal of any attribute field if not eligible to edit
4. popover attribute creation (also works with batch add)
5. popover proposal creation (also works with batch add)
6. delete attributes
7. accept/discard proposals
8. mass edit / delete attributes

Also, replaced the old memberslist, with a small lightweight css/js based one.
2014-05-02 14:29:15 +02:00
iglocska 303de0e3aa Further work on the ajaxification
- mass deletes / mass edits

- tagging now done via ajax

- also, several small unrelated issues fixed
2014-04-24 15:10:08 +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 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 22c8105f58 Mass replace replace of the old CyDefSig name to MISP - fixes #82 2014-02-05 15:01:26 +01:00
iglocska f51d61f8f9 Various changes
- contributors shown on the event view (list of the organisation logos of users that have contributed through proposals)
- these link to the event history containing only entries from their organisation

- changes to the activity heatmap
- heatmap now dynamically changes the range on the graph based on the obtained values
- performance improved
- buttons to move back or forward in time on the calendar

- Attributes:
- warning for the user if he/she has selected the attribute category "targeting-data" or "attribution" as these could contain classified information
- UI improvements across most attribute and shadowattribute input views

- Updated cal-heatmap to the newest version
2014-02-05 13:45:18 +01:00
iglocska d7b4c28552 Contextual comments
- Attributes now have a comment field
2013-10-30 16:00:46 +01:00
iglocska d5d2e900c4 First revision of the unified menu and XML upload
- centalising the side menu for easier maintainability

- XML upload of event(s) from the interactive interface
2013-10-24 10:33:34 +02:00
iglocska 1f6024f27d UI fixes
- popover effect in IE/Chrome not as annoying anymore
- only the active select will have a popover, clicking away destroys it

- Added popovers to the add attachments instead of the old info fields
2013-10-15 10:28:43 +02:00