Commit Graph

945 Commits (9a256e04a5ad028f4b996aa408055c22cce8f494)

Author SHA1 Message Date
Christophe Vandeplas 9a256e04a5 UI rules and users improvements 2013-06-01 08:13:18 +02:00
Christophe Vandeplas 69251490ef Merge branch 'feature/gui' of https://github.com/MISP/MISP into
feature/gui

Conflicts:
	app/View/Logs/admin_index.ctp
	app/View/Logs/admin_search.ctp
	app/View/Users/memberslist.ctp
2013-05-31 17:50:00 +02:00
Christophe Vandeplas d3db196699 UI Logs, documentation, memberslist and fixed bug in highlight 2013-05-31 17:38:46 +02:00
iglocska d768d30e79 GUI changes for the user views 2013-05-31 15:42:53 +02:00
iglocska d86eca6982 Merge branch 'feature/gui' of https://github.com/MISP/MISP into feature/gui 2013-05-31 15:22:37 +02:00
Christophe Vandeplas e1296bad7e UI servers 2013-05-31 13:59:56 +02:00
Christophe Vandeplas e865b84d67 UI blacklist whitelist regexp 2013-05-31 13:42:02 +02:00
Christophe Vandeplas b32ad758b8 UI export and automation 2013-05-31 11:56:37 +02:00
Christophe Vandeplas 0deff7d5a5 attribute search and list 2013-05-31 11:35:27 +02:00
iglocska eb7f501b00 UI changes to the logs 2013-05-31 10:30:20 +02:00
Christophe Vandeplas d099ca8e1c hilight row 2013-05-30 16:40:47 +02:00
Christophe Vandeplas d0afda8df5 minor improvements 2013-05-30 11:40:07 +02:00
Christophe Vandeplas 0fa30912a3 mirated first parts of nice GUI proposed by Alexandru of CERT-EU 2013-05-30 11:14:00 +02:00
iglocska 876381d295 Update to the IOC import tool
- Tries to resolve some branching to increase the number of successful
  imports

- Moved to the event view and the import only adds attributes without
  changing the event's data itself

- Visualisation of the original IOC, showing the successes and failures
2013-05-29 13:42:04 +02:00
Christophe Vandeplas e3ed847ba0 fixing some REST API and XML issues 2013-05-28 11:15:21 +02:00
iglocska 5ca8ff9571 Quick fix for strict warning over an incorrect argument
- in adminCrudComponent
2013-05-23 11:33:36 +02:00
Christophe Vandeplas 512c74e7bd minor cleanup 2013-05-22 12:49:40 +02:00
Christophe Vandeplas 3bbd12f461 further cleanup of the REST XML output 2013-05-22 11:21:52 +02:00
Christophe Vandeplas 0614db919e fixes information leakage vulnerability on REST XML outputs 2013-05-22 10:52:03 +02:00
Christophe Vandeplas 62a3da46f2 removed useless hop_count 2013-05-22 08:18:34 +02:00
Iglocska 254936b28c Date issue when adding a user
- the date for a new user was not set and defaulted to 0000-00-00 - this
caused an issue when the user was edited and the admin was either
prompted to change the date manually or the date was set to 2033. 

- date for newsread is now initially set to 2000-01-01
2013-05-13 15:37:42 +02:00
Iglocska 27a4dc8a41 Disabled HTML5 validation for Users/admin_add
- the new cakephp HTML5 validation forced users to enter a GPG key under
all circumstances. Removed.
2013-05-13 15:27:11 +02:00
Iglocska a707df1b31 Strict messages fixes #99 and user edit requiring to change password
fixes #67

- Plugins and the user model were throwing strict messages in php 5.4+
or with E_STRICT on php 5.3 and lower. Should be fixed.

- New cakePHP added automatic HTML5 validation to form fields, which
breaks fields that can alternatively be left empty to not be edited
(such as the password field in user edits) - removed the html5 form
validation from user edits.
2013-05-13 14:27:40 +02:00
Iglocska e67e199c96 Update to the mysql.sql file
- aros setup from earlier versions was still included. Removed.
2013-05-08 16:31:35 +02:00
Iglocska c653b91491 Further progress on the OpenIOC import
- works fine now, but a lot of data still gets discarded
2013-05-08 09:57:18 +02:00
Iglocska 9917179656 Further work on the IOCImport
- Also, major performance fix for the event view
2013-05-07 10:51:55 +02:00
Iglocska 60e4190b84 OpenIOC Importer
- Import from .ioc
- map to MISP attributes and insert them
- try to resolve AND logical operators where possible, otherwise discard
2013-05-06 16:53:54 +02:00
iglocska a9c3850893 Missing images added closes #92 2013-04-30 17:15:52 +02:00
Iglocska c4bcf1c077 Fixes #88
- events searchable by uuid
	-> /events/view/<uuid>
2013-04-30 16:55:13 +02:00
iglocska e5087be61f Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-04-30 14:19:23 +02:00
iglocska c572e76afe Added the component from the previous commit 2013-04-30 14:18:54 +02:00
Iglocska cf9546b3b0 Moved the ioc export to a component
- Less clutter
2013-04-30 14:17:48 +02:00
Iglocska 2b47fec2a5 Further changes to the export features
- fixed issues with some download exports not being downloaded
- eliminated some code repetition
2013-04-30 11:24:02 +02:00
Christophe Vandeplas 2776513395 moved fragmented massagedata to Model::beforeValidate() 2013-04-30 08:20:23 +02:00
Iglocska 87e3973e93 Issue with event publish logs failing
- info was not set with saveField. Fixed.
2013-04-29 16:17:58 +02:00
Iglocska 4c4696d4ea Changes to the export conditions
- attributes with to_ids == 0 won't be exported unless it's an XML
export
- Fix to a typo in the IOC export
2013-04-29 15:17:05 +02:00
iglocska 1663d77f85 Merge branch 'develop' of https://github.com/MISP/MISP into develop
Conflicts:
	app/Controller/EventsController.php
2013-04-29 14:13:31 +02:00
Iglocska af011e2b5f Typo with several _isSiteAdmin() calls fixed 2013-04-29 13:58:53 +02:00
Christophe Vandeplas 0182b2a2d3 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-04-29 13:47:55 +02:00
Christophe Vandeplas 4cdfaf5730 first minor cleanup of export #78 2013-04-29 11:35:31 +02:00
iglocska c3aeb5ab69 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-04-29 11:27:46 +02:00
Andras Iklody b5cbdfedd5 Update to the installation instructions
- to reflect the removal of the old ACL
2013-04-29 11:27:02 +02:00
Christophe Vandeplas 73e1053f4e fix rest authentication and further auth clean up 2013-04-29 11:22:46 +02:00
Andras Iklody 6332dbf05b Removal of more remnants of the old ACL and tightening of the filename
checks

- actAs acl removed from role and user models together with some extra
code related to the ACL

- Fix of the filename regex as pointed out by cvandeplas.
2013-04-29 10:52:07 +02:00
Andras Iklody 0eec208b45 Further changes to the authorisation 2013-04-26 15:46:39 +02:00
iglocska c23c130e85 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-04-26 15:03:27 +02:00
Andras Iklody eeaa071024 Removal of the remains of the old authorization / adding new ones where
needed
2013-04-26 14:43:44 +02:00
Andras Iklody 9a3ae39967 db changes for the integrated ownership
- updated the MYSQL.sql file,
	- tables aros, acos, aros_acos removed and shadow_attributes added
2013-04-26 08:50:52 +02:00
Andras Iklody 33de5c0067 Reference to a now gone method fixed 2013-04-25 15:42:08 +02:00
Andras Iklody b98818ebfb Small errors with the merge corrected
- some errors managed to slip through during the merge, should be fixed
2013-04-25 15:37:49 +02:00