Commit Graph

2394 Commits (430f8ea479cae6c4bff3116ef75a73e64d369cd1)

Author SHA1 Message Date
Iglocska 430f8ea479 URL fallback when adding users fails for the sync user dropdown 2016-01-26 10:03:46 +01:00
Iglocska 4cb99afa29 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-01-26 09:55:55 +01:00
Iglocska 543782b6a5 Fixed a bug that caused the "last" parameter in automation to fail 2016-01-26 09:55:27 +01:00
Alexandre Dulaunoy dc67a04305 Fixed typos for organization 2016-01-25 23:41:43 +01:00
Iglocska 3280338205 Added the option to override attribute creation in the freetext import tool for site admins
- site admins can now choose to create proposals instead of attributes via the freetext import tool via a checkbox
2016-01-25 02:01:59 +01:00
Iglocska dedc739da5 Added a back button on the tag selection, fixes #845
- User can now go back to the taxonomy selection when already in the tag select list
2016-01-25 01:09:33 +01:00
Iglocska 921b42badf Use freetext import tool for proposals, fixes #871
- Added the ability to use the freetext import tool for proposals
2016-01-24 21:50:09 +01:00
Iglocska 2b9887cd42 Show event owner in the alert e-mail, fixes #361 2016-01-24 21:17:08 +01:00
Iglocska c2c41b04d3 Fixed an issue with the freetext import
- url detection would detect any word with a trailing "." as a valid url
  - google. was detected as a url
- this also caused training "."s to be included in valid urls
  - http://www.google.com.
2016-01-23 20:19:44 +01:00
Iglocska c4cf4eca9c Copy pasta fail on the populate from template action
- the lookup for valid event access was comparing the user's org name to the event's org id which always failed
2016-01-22 09:28:33 +01:00
Iglocska 7e12f3b693 Cleanup of loading attachments into the data fields of event data views
- was done inconsistently between attributes and proposals
- adding it via the fetchEvent method instead of the controller action
2016-01-22 09:24:13 +01:00
Iglocska 02a78bcc04 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-01-22 09:04:32 +01:00
Iglocska 8964546882 Fixed an invalid org lookup on the proposal download blocking users from downloading proposal attachments, fixes #874 2016-01-22 09:03:37 +01:00
Iglocska a4987eb9bd Fix to a translation of the orgs to IDs in the event index filters, fixes #868
- it will now use the org name instead of the org ID
- also, orgs are now sorted alphabetically instead of by ID
2016-01-21 15:49:02 +01:00
Iglocska 0aa9e00875 Discussion notification e-mails linked to an invalid url 2016-01-21 15:25:33 +01:00
Iglocska 8247fdcf6e Fix to a notice in the log search, fixes #872 2016-01-21 15:17:47 +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
David André e32b07927f Updated version check for cybox to be consistent with documentation
Related to installation documentation update recommending to use 2.1.0.12 as cybox version (a23027e)
2016-01-20 13:41:50 +01:00
Iglocska 63828920f1 Same SQL statement twice in a row for the cleanup script 2016-01-20 11:51:24 +01:00
Iglocska 999a449cc3 Update to the upgrade procedure
- clearer instructions
- removal script for obsolete columns

- the removed columns can cause exceptions if not removed as described in #814
2016-01-20 11:45:23 +01:00
Iglocska 60ade6a718 Fix to an invalid org lookup
- prevents normal users from seeing the proposal index
- still a left-over from 2.3
2016-01-20 09:42:50 +01:00
Iglocska 7d1cb4a7fa Fixed an issue with the visibility of proposals to attributes
- proposals to attributes didn't adhere to the visibility of the attribute
- users that were allowed to see an event but not a specific attribute could see proposals to the attribute
2016-01-20 09:33:55 +01:00
Iglocska 394b5b8203 Change to the previous commit 2016-01-19 18:35:31 +01:00
Iglocska 9935d93913 Fix to the pagination of the orgs 2016-01-19 18:34:11 +01:00
Iglocska b92c1c8db4 Added full text search to organisation index, fixes #803
- also some fixes and enhancements in general for this
2016-01-19 16:25:54 +01:00
Iglocska 038d12a4c0 Fix to an issue with the XML cleanup method
- lead to the XML REST add failing
2016-01-19 15:42:57 +01:00
Iglocska f0bf6b9339 Attributes not included in the .json / .xml views of an event, leading to attachments not being synchronised, fixes #862
- it looks like I've left off the attachment encoding for the REST event view
- Should be fixed now
2016-01-19 13:47:52 +01:00
Iglocska 24261dd6f3 Some changes to the default config file 2016-01-18 15:53:19 +01:00
Iglocska 5a53e1d69d The new footer had two left feet 2016-01-18 15:37:59 +01:00
Iglocska 5ddaee7678 Fix to an invalid permission lookup denying users from mass deleting attributes due to a copy pasta fail 2016-01-18 15:37:07 +01:00
Iglocska 427da7d579 Removed lowercasing of parsed strings in the freetext import
- case sensitive values also got lower-cased
2016-01-18 15:24:48 +01:00
Iglocska d4d0e6ee29 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2016-01-18 15:18:01 +01:00
Iglocska 5bcd35ce5b Adding URIs failed because of the missing validation entry 2016-01-18 15:17:00 +01:00
Alexandre Dulaunoy 15bed1d299 pdb attribute - format is not checked 2016-01-18 13:24:18 +01:00
Alexandre Dulaunoy 4a2210526c pdb attributes added
pdb stands for Microsoft Program database (PDB) path information
2016-01-18 12:05:14 +01:00
Alexandre Dulaunoy 72bc3032d4 whois-registrant-name attribute added 2016-01-18 10:50:49 +01:00
Iglocska eeb3dcc69b Replaced the footer text
- added link to the github page of MISP
- made the text "Powered by MISP vversion_number" fixed
- Replaced the surrounding text fields with two new fields (empty by default)
2016-01-17 21:22:50 +01:00
Iglocska 1746c0f902 Replaced encoded copyright sign with the sign itself to avoid the double encoding in the footer, fixes #853 2016-01-16 23:12:10 +01:00
Iglocska 0eb1a0baa4 Reverted a change that leads to the pull failing 2016-01-15 19:44:18 +01:00
Iglocska 98c1aadfa4 Fix to a bug allowing regular users of the owner organisation to edit/delete a synced event as discovered by @h122015
- requirements for the actions changed from an org_id match to an orgc_id match
2016-01-15 11:43:37 +01:00
Iglocska 3b22997240 Fix to a bug that caused taxonomies to create duplicates instead of updating an older version 2016-01-15 11:05:17 +01:00
Alexandre Dulaunoy ee9107cc1f MISP taxonomies sub-module updated 2016-01-15 10:36:21 +01:00
Iglocska 1d089acc5b Fix to an issue with the quickfilters not working, fixes comment by ztormhouse
- invalid search on the org field, a remnant from 2.3
- didn't cause exceptions on migrated issues as the field isn't removed post upgrade
- throws an exception on fresh installations

- fix now correctly looks up organisation names matching the entered string and uses the result set to filter the events
2016-01-14 21:23:55 +01:00
Iglocska e85282c878 Fix to an invalid data entry pre-validation call that broke prtn attribute entry with a leading + 2016-01-14 19:46:35 +01:00
Iglocska a9c07371ca Fixes to the proposal system
- proposals were not synchronised during pulls due to a bug
  - affects both 2.3 and 2.4, the bug comes from the switch to json
  - missing JSON view for proposal interface
  - Also, 2.4->2.4 the organisation objects were incorrectly ommited from the sync
  - Fixes:
    - reverted back to XML for the old style proposal exchange
    - 2.3->2.4 is now fixed
    - 2.4->2.4 below 2.4.7 version will still not synchronise proposals on pull

- Proposal pull reworked
  - requires 2.4.7 on both ends or higher
  - proposals are now synced in one go
  - massive increase in speed and reduction of log entries

- Proposal e-mailing reworked
  - tied into the new 2.4 e-mailer, which was left out on 2.4's release by accident
  - triggers correctly now when a proposal is added (also on pull)
2016-01-14 02:46:10 +01:00
Iglocska aab2752cbe Sort orgs alphabetically in user index filters 2016-01-13 15:56:59 +01:00
Iglocska a1f0a88707 Fixed missing validation for malware-type type attributes 2016-01-13 13:49:57 +01:00
Iglocska d04e583dd6 Order attributes by UUID for the CSV export, fixes #849 2016-01-13 11:35:25 +01:00
Iglocska aff8bee4fb Further fix to the previous commit affecting the log search
- only show the subset of valid model options for the log search that would yield results based on the current dataset
2016-01-13 08:40:18 +01:00
Iglocska 4b20cf8124 Fixed an issue with searching the logs by model where incorrect model entries would also show up as options 2016-01-13 08:36:14 +01:00