Commit Graph

879 Commits (6e9b19ce51fe580faa33507a75dfc47d8523a81a)

Author SHA1 Message Date
iglocska 6e9b19ce51 Quick fix to the sanitization
- the double sanitization needed a quick fix until the development branch
  gets merged in the future
2013-05-24 10:29:08 +02:00
iglocska 7cc15743c1 Fix to the bulk search when logged in as a non admin
The search filter was broken and didn't return the expected result. Should
be fixed.
2013-05-22 15:50:31 +02:00
Christophe Vandeplas c9d0ccdffb updated README 2013-04-27 10:14:52 +02:00
Christophe Vandeplas 2369ce8d7a update README 2013-04-27 10:11:18 +02:00
Andras Iklody 63ef768665 Issue with Correlations going missing
- Update to the delete in afterSaveCorrelation
2013-04-18 11:06:10 +02:00
Andras Iklody 3e89c80d09 Removed some obsolete code
- getName functions removed

- Fixed a reference to it in the logable behaviour
2013-04-18 08:49:59 +02:00
Andras Iklody ada0fd2bfb Some fixes to indeces not set
- Affecting Event creation, attribute deletion remotely and logging of
  event deletion
2013-04-17 15:40:01 +02:00
Andras Iklody a6e2e8cfac Merge branch 'removeprivate' into develop 2013-04-17 11:18:15 +02:00
Andras Iklody 9a6733acfd Removal of deprecated code
- The flag private is deprecated, removed together with the code that was
  affected by it
2013-04-17 11:13:09 +02:00
Andras Iklody 2288a18603 Merge branch 'master' into develop
Conflicts:
	app/Config/bootstrap.default.php
2013-04-17 08:47:18 +02:00
Christophe Vandeplas a0f3db3881 Merge branch 'master' of https://github.com/MISP/MISP.git 2013-04-16 22:10:10 +02:00
Christophe Vandeplas 06038ca39c updated gitignore 2013-04-16 22:09:03 +02:00
Andras Iklody 9be1f6c550 Fixed a sanitization issue with encrypted emails 2013-04-16 17:39:28 +02:00
Christophe Vandeplas 2ff9af3164 fix merge issue 2013-04-16 17:04:48 +02:00
Christophe Vandeplas 60378a076b Merge branch 'master' of https://github.com/MISP/MISP.git 2013-04-16 16:59:47 +02:00
Christophe Vandeplas 8029d7fa29 removes multiple correlation engines Fixes #83 but after testing issue
#95 comes to light
2013-04-16 16:59:12 +02:00
Andras Iklody 4bd20c5355 Merge branch 'master' of https://github.com/MISP/MISP
Conflicts:
	app/Config/bootstrap.default.php
2013-04-16 16:18:57 +02:00
Andras Iklody 9a1bb61ed5 Small fixes
- Comments about isAdmin vs isSiteAdmin

- Extra config line added to bootstrap.default.php for the built in e-mail
  system
2013-04-16 15:55:33 +02:00
Andras Iklody 3d2d752d3f Small fix 2013-04-16 15:54:24 +02:00
Andras Iklody 6fc5b63fb9 Small changes
- added an optional field to the bootstrap default (used by the e-mail
  notification system)

- Clarification about the isAdmin and isSiteAdmin (comment)
2013-04-16 15:52:19 +02:00
Christophe Vandeplas 8d5782125d removed unused CyDefSIG.showowner field. Closes issue #93 2013-04-16 15:29:34 +02:00
Andras Iklody b9b5e60973 Merge branch 'develop' 2013-04-16 09:06:16 +02:00
Andras Iklody 230d7b4ba1 Wrong version of adminCrudComponent
- Can cause issues when saving roles, replaced with the newer version.
2013-04-16 09:01:03 +02:00
Andras Iklody 1b1e5a1cb6 Merge branch 'develop' 2013-04-12 13:28:00 +02:00
Andras Iklody be2d6ae3b9 Removed leftover debug code
- forced exception to test debug output left in - removed
2013-04-12 13:21:21 +02:00
Christophe Vandeplas 9007bc1d85 updated github url 2013-04-12 10:43:06 +02:00
iglocska 433b382055 Merge branch 'master' of https://github.com/BeDefCERT/MISP 2013-04-10 16:32:13 +02:00
iglocska 3ab63b4697 Small edit fixes #75
- Event was not deleted when another non site-admin org user tried to
  delete an event due to the event not being read before its organisation
  was compared to that of the logged in user -> fixed.
2013-04-10 10:48:30 +02:00
Christophe Vandeplas 24523ea621 updated INSTALL docu and apache templates 2013-03-29 19:47:59 +01:00
iglocska 9e9bdcbfa4 Bug with pull
- Pulling all from the server list view would cause all new events to be
  pulled as intended, but attachments would not be pulled with their
  respective attributes

- the few lines of code responsible for loading the file and base64
  encrypting it for the transfer were misplaced within a correlation check

- fixed.
2013-03-26 16:33:24 +01:00
iglocska 99e0a91aa8 Small bug with sorting events by validation
- didn't work properly, fixed.
2013-03-26 14:32:32 +01:00
iglocska 68ab054433 Updates to the manual
- new export features

- contact user features
2013-03-26 14:09:55 +01:00
iglocska c268fac392 Missing view for IOC export 2013-03-26 11:11:13 +01:00
iglocska 5d42b81989 First version of an IOC export feature
- Builds basic .ioc file of an event, OR-ing all eligible attributes

- mass export via a zip file to be implemented later
2013-03-26 11:02:01 +01:00
iglocska e7a7ea8824 Small error 2013-03-25 17:12:10 +01:00
iglocska 745581d38e Small bug
- Messages left empty for all but the first user in a mass custom e-mail
- fixed.
2013-03-25 17:07:56 +01:00
iglocska 4aa2bf748b Small message notifying the admin that the e-mail was sent
- flash message after e-mail sent
2013-03-25 16:52:59 +01:00
iglocska b28e884eb0 Debug exception left in
- removed
2013-03-25 16:50:26 +01:00
iglocska 0a06ceed3b E-mailing system for site-admins
- site admins able to contact users by e-mail from within the system
- PGP encrypted where available
- Password reset with automatic temporary key generation
- all of the above options have a mass-email version where every user is
  contacted at once
- Potential new users can be contacted too (GPG key can be supplied)
2013-03-25 16:38:56 +01:00
iglocska f18ee0da3c Fix to a validation error
- regkey|value's validation was inversed only accepting incorrect entries
2013-03-20 11:02:57 +01:00
iglocska 8c0a7ad716 Double sanitization fixed 2013-03-19 15:13:07 +01:00
iglocska b134ffd940 Extensions of filenames now validate if a number is included 2013-03-19 14:33:56 +01:00
iglocska 30c4969cbe Update to the validation of file names to allow _ in the extension 2013-03-19 14:31:35 +01:00
iglocska f008eb9f07 Search for attributes by organisation
- New search functionality on request - restrict attributes by
  organisation

- Also, attributes in the list attributes and search attributes result
  pages, that belong to the user's organisation will have a red event ID
2013-03-19 11:54:14 +01:00
iglocska ef93e61efb Related events
- Implemented on request: related events created by the same organisation are now coloured red
2013-03-19 10:30:32 +01:00
iglocska cdb3c908eb Validation of vulnerability to CVE number, Fixes #35 2013-03-18 16:50:28 +01:00
iglocska 91b1787fe8 Change to the location of the add attribute/attachment buttons. Fixes #49 2013-03-18 15:25:32 +01:00
iglocska 64a95fad33 Moved the batch import checkbox, Fixes #50 2013-03-18 14:45:11 +01:00
iglocska 54c02dc218 Update to the default config files
- Some minor changes to the default config files
2013-03-18 13:38:52 +01:00
iglocska 320a9f4e05 Slight change to the xml export of search results
- Disabled the feature for "List Attributes".
2013-03-18 13:16:55 +01:00