Commit Graph

1626 Commits (ae059c2f5a9e71688628fdb48cc0eda018ecd2fc)

Author SHA1 Message Date
iglocska ae059c2f5a Pagination controls truncated for events with lots of attributes 2014-09-01 10:03:46 +02:00
iglocska 1d9881b2db slightly better looks for the tags on the index 2014-08-28 17:35:29 +02:00
iglocska 6206cdc619 Some minor changes to the event index
- Tags are now fully shown on the event index
- can be enabled via bootstrap (the Configure::write setting is in the bootstrap.default.php file)
- shorthand distribution names
- narrowed some of the fields down
2014-08-28 16:29:30 +02:00
iglocska 83369da25a Several fixes including compatibility with the STIX to_xml() performance fix
- STIX export performance greatly improved thanks to 84ce8d8be6376797053668d68e1b863713f008dd
- some junk removed
- fixed some minor pagination issues on the event view
- site admin dummy event creator now has target-* type attributes
2014-08-28 14:27:45 +02:00
iglocska 6874846ea4 Merge branch 'hotfix-2.2.38' into develop 2014-08-28 10:17:51 +02:00
iglocska e5806906ed Fixed authored date format, closes #283 2014-08-28 10:17:00 +02:00
iglocska 617f5a7add Import from OpenIOC now includes the original file as an attachment, fixes #157 2014-08-22 10:30:29 +02:00
iglocska d118a22b53 Added event distribution to alert e-mail, fixes #127 2014-08-21 17:04:02 +02:00
iglocska be00fbebff Publishing now immediately sets the event to published. A failed push will keep the event published, but it will note that it failed in the jobs / flash message. 2014-08-21 16:53:03 +02:00
iglocska d5ac3dea49 Merge branch 'hotfix-2.2.37' into develop 2014-08-21 15:29:18 +02:00
iglocska b6ee897b82 Fixed an incorrect check for the no PGP key warning condition partially responsible for #271 2014-08-21 15:27:25 +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 df11bfd920 Annoying css bug causing the menues that overlap with the filters not to work 2014-08-20 15:55:48 +02:00
iglocska 9813a3cfaa Added CVE to the freetext tool 2014-08-20 15:34:42 +02:00
iglocska 988ae667a1 CakePHP update 2014-08-20 14:58:53 +02:00
iglocska 7e2b8ceb85 Show the number of events for each tag in the tag index 2014-08-20 14:55:10 +02:00
iglocska 08b2db6895 Small permission change 2014-08-20 10:10:31 +02:00
iglocska 0fd92e6f50 Index filtering made more generic, added to users 2014-08-20 10:06:43 +02:00
iglocska 4e613bb049 Added the option to export the event info field with each attribute in the csv exports 2014-08-19 10:33:10 +02:00
iglocska e7dc801088 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2014-08-19 08:44:39 +02:00
iglocska c535b940ab Merge branch 'feature/proposalfix' into develop 2014-08-19 08:43:24 +02:00
iglocska 7ec4457802 Typo causing the pushed proposals to have an incorrect "old_id" field 2014-08-18 15:51:01 +02:00
iglocska 2b85d1861d Publish button now loads a popover similar to the attribute delete buttons 2014-08-18 15:05:56 +02:00
iglocska 03e43e9824 Failed e-mails don't break the proposal creation any longer 2014-08-18 13:30:18 +02:00
iglocska 25c708f78a Small tweak to the contributor field
- no need for a LIKE in the comparison, should make it slightly faster
2014-08-15 12:36:45 +02:00
iglocska 7dacf1c8e7 Fix to the push failing 2014-08-15 12:06:37 +02:00
iglocska 63cebad0b7 Merge branch 'hotfix-2.2.36' into develop
Conflicts:
	app/Controller/AppController.php
2014-08-14 17:29:21 +02:00
iglocska 51189ab852 Merge branch 'master' of https://github.com/MISP/MISP 2014-08-14 17:27:48 +02:00
iglocska 1e6c9e662f Fixes authentication issues for some exports
- some exports did not allow users to authenticate via passing the auth key through the header
2014-08-14 17:26:40 +02:00
iglocska 22c1552bcc SQL scripts, some UI chnages
MYSQL.sql and upgrade_2.3.sql updated
Fixed incorrect proposal counts showing up due to attributes that are flagged for deletion also being counted
Added some extra fields to the view proposal view to make it more useful
2014-08-14 14:45:21 +02:00
iglocska 483827af15 Same as the previous commit, only for the freetext import tool 2014-08-14 14:14:06 +02:00
iglocska 35ba6321dc Various improvements with the way events are unpublished after changes
- UI improvements, events appear unpublished after ajax queries that alter attributes
- Events get unpublished by the attribute replace tool and template population as they should
2014-08-14 14:08:55 +02:00
iglocska bd6b206ac5 Further work on the sync
- changed the pull implementation for proposals
2014-08-14 11:33:33 +02:00
iglocska 0363a251e2 Merge branch 'hotfix-2.2.35' into feature/proposalfix 2014-08-13 16:14:48 +02:00
iglocska 62ad489e47 Merge branch 'hotfix-2.2.35' into develop 2014-08-13 16:14:29 +02:00
iglocska cf3809ef74 Further work on the previous patch 2014-08-13 16:13:38 +02:00
iglocska 76fec60fdc Merge branch 'hotfix-2.2.35' into feature/proposalfix 2014-08-13 15:50:17 +02:00
iglocska c8afd9beae Merge branch 'hotfix-2.2.35' into develop 2014-08-13 15:49:25 +02:00
iglocska 97eba22b46 Fix to the previous commit 2014-08-13 15:35:22 +02:00
iglocska 26a4f97adb Proposal validation now calls the Attribute validation method instead of using the (incorrect) duplication in ShadowAttribute 2014-08-13 15:24:22 +02:00
iglocska d0e121846c Missing validation for http-method in Shadow-Attributes 2014-08-13 15:21:16 +02:00
iglocska 77971d97db Publishing now also pushes proposals
This is especially important to push deleted proposals once a proposal has been accepted
2014-08-13 14:29:39 +02:00
iglocska 295e3d2655 Merge branch 'feature/proposalfix' of https://github.com/MISP/MISP into feature/proposalfix 2014-08-13 10:48:28 +02:00
iglocska 0a10844dec Work on the proposal sync for push - from the sender's side 2014-08-13 10:47:39 +02:00
iglocska bde4ad074d Permission fix to the event filters
Users could only choose their own organisation in the org filter due to an overly restrictive filtering of the available options. Relaxed to all organisations that have an event that is visible to the user.
2014-08-13 10:19:00 +02:00
iglocska 97358a405e Proposal package now correctly saved on the far end 2014-08-12 18:05:26 +02:00
iglocska 9799c1d9dd More work on the sync fix 2014-08-12 17:25:09 +02:00
iglocska 6bca13b3e5 Further work on the sync fixes 2014-08-12 15:35:32 +02:00
iglocska 8b16f0cf18 Push now also only does a differential push
- send uuids of events to be pushed together with timestamps to the other instance
- other instance removes events that are already up to date or locally created from the array
- sends the remaining uuids back
- first instance initiates the push of events that were not filtered out
2014-08-12 11:54:00 +02:00
iglocska 6e168e5b57 Small fix to the proposal accept button and cakephp 2.4.8+ (related to 3da49c9) 2014-08-12 09:43:53 +02:00