Commit Graph

1245 Commits (acdf9f1b6c4a8a74daf21e44d2b4b80c14f95abf)

Author SHA1 Message Date
iglocska 2a28591bf7 Loosened the filename validation on attachments
- filenames without extensions were blocked for example
2013-11-05 13:48:39 +01:00
iglocska c95f8ea283 Merge branch 'hotfix-2.1.28' 2013-10-31 14:47:20 +01:00
iglocska 9475216ee0 Linebreaks shown in list attributes 2013-10-31 14:46:55 +01:00
iglocska 34350ccb54 Merge branch 'master' of https://github.com/MISP/MISP 2013-10-31 14:38:55 +01:00
iglocska dfeee892d6 Line breaks not shown in attribute values 2013-10-31 14:33:57 +01:00
Christophe Vandeplas b8fa651aad quickstart in docu 2013-10-29 11:36:00 +01:00
iglocska 814fdba4ed Small cosmetic fix
- fixed a cosmetic issue with 3+ digit ID numbers, an event info with wide characters can cause the pivot element to flow over into a second row.
2013-10-18 10:58:40 +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
iglocska aa0bedd1eb Small fix to the layout
- left menu would move along horizontally when forced to scroll left and right on lower resolution screens / smaller windows

- small script that keeps the left menu at the left edge of the page as opposed to the left edge of the window
2013-10-07 10:57:25 +02:00
iglocska 10747e9366 Change to the attribute download method
- Permissions weren't checked correctly when downloading attachments
2013-09-20 14:26:06 +02:00
iglocska cf787a84ce Fix to the download of attribute search results as XML
- now uses the unified __fetchEvent method to retrieve the events

- __fetchEvent has a new optional parameter "idList" which restricts the results to an array of event IDs.
2013-09-16 11:23:47 +02:00
iglocska 44b714eb01 Fix to the exports not working since the new pivoting
- Helper echoed a blank line, breaking the xml export

- Helper will now only be called during view when it's not a rest request.
2013-09-12 16:53:59 +02:00
iglocska 828d11c0c8 Accidental debug removed 2013-09-11 10:41:51 +02:00
iglocska 628bd5283a Change to the proposal list
- removed own proposals from the list
- allowing site admin to see all proposals of any org
2013-09-11 10:35:50 +02:00
iglocska de372d469d debug info removed 2013-09-10 10:49:46 +02:00
iglocska 494827e76d Previous commit fixed 2013-09-10 10:48:29 +02:00
iglocska 14d283bda4 Merge branch 'hotfix-2.1.20' into hotfix-2.1.19 2013-09-10 10:33:33 +02:00
iglocska 77e29f7068 Fixed a case that could cause overlapping pivot elements to appear
- The height calculation did not take into account gaps between child elements caused by them having several children. This caused a newly added sibling's children to overlap. Fixed by compensating for the vertical displacement between children when returning the height data.
2013-09-10 10:30:20 +02:00
iglocska 7af9e4d731 Fix to the related attributes
- related atributes were flowing into the next field if there were too many to fit the 5% width

- hovering over a related attribute caused a misaligned tooltip to appear and block the link itself on IE
2013-09-10 09:13:52 +02:00
iglocska 6d0c26b9d4 Delete button gone from pivot elements that should not be deleted
- When looking at an event, a user should not be able to delete the pivot path that he/she took to get to that particular event.

- Deleting the root pivot item is an exception, this will simply reset the pivoting.
2013-09-06 15:01:18 +02:00
iglocska 16abc9eddb Height adjustment was not cummulative
- inserting a branch to a previous sibling only pushed the next sibling down a line, not the following one. Fixed.
2013-09-06 10:20:43 +02:00
iglocska 5d25348780 Fix to removing the root element causing issues with pivoting 2013-09-06 10:04:15 +02:00
iglocska 22593b2378 Finished the first version of the new pivoting
- Users can go back to a previous event and branch the pivoting by choosing a new relation

- users can remove individual pivoted branches
2013-09-06 09:51:46 +02:00
iglocska 1b901bfacb Further work on the pivoting
- still has some issues with arranging the height for some branching
2013-09-05 17:00:15 +02:00
iglocska 9890d40b2b Heights / depths calculated for rearranging the pivot thread in view
- The idea is to draw a horizontal path instead of a vertical one
2013-09-05 11:00:06 +02:00
iglocska 4ef6b2b9fd First refactoring of the pivoting 2013-09-05 10:40:53 +02:00
iglocska 807cc4c090 Deleting attributes deletes associated shadow attributes
There was a bug causing "zombie" shadowattributes to stay in events if the attribute has been deleted
2013-09-04 08:52:30 +02:00
iglocska 9f3dadfadf Menu change
- added link to view the proposals
2013-09-03 15:50:30 +02:00
iglocska 070c3664c2 Two files left off 2013-09-03 15:32:12 +02:00
iglocska a5c100309b Fixes to the Shadow attribute e-mailing
- E-mail locks are now correctly reset by discarding / accepting a proposal

- Also, new index page to see the list of proposals that a user can accept
2013-09-03 15:29:44 +02:00
Christophe Vandeplas 1a639fd826 Merge branch 'hotfix/2.1.18' into develop 2013-09-02 16:04:56 +02:00
Christophe Vandeplas 23223155c7 fix bug in pull updated events, improved performance 2013-09-02 15:26:31 +02:00
iglocska 1e136e23af Merge branch 'hotfix-2.1.17' into develop 2013-09-02 11:47:00 +02:00
iglocska 28901cc682 Left-over line removed 2013-09-02 11:46:22 +02:00
iglocska 2db7d4360b Merge branch 'hotfix-2.1.17' into develop 2013-09-02 11:44:19 +02:00
iglocska a6a6c6bd35 Small cleanup 2013-09-02 11:36:27 +02:00
iglocska e10d6a0afd Attachments correctly exported with events/view/1.xml now
- bug that broke transfer of attachments on pull fixed

- data only exported on view() not mass xml exports
2013-09-02 11:31:34 +02:00
iglocska b1ecb41968 Merge branch 'hotfix-2.1.15' into develop 2013-08-29 15:36:51 +02:00
iglocska a98d94469a Export fixes
- conversion of the array in the XML export to be compatible with the XML parser (some invalid characters could break it)

- New separate CSV export that includes all visible unpublished and non IDS signature attributes on request
2013-08-29 14:49:42 +02:00
iglocska b0f91729aa A fix to the csv export 2013-08-29 13:56:19 +02:00
iglocska 4f6a153435 Merge branch 'hotfix-2.1.15' into develop 2013-08-29 12:43:49 +02:00
iglocska 40886018da Fix to a typo causing exports to fail 2013-08-29 12:43:08 +02:00
iglocska 01546b3658 Merge branch 'hotfix-2.1.14' into develop 2013-08-28 14:58:16 +02:00
iglocska 309630499f Merge branch 'hotfix-2.1.14' 2013-08-28 14:57:48 +02:00
iglocska ebcbcdc6bf Removed a left-over junk line from the shadow attribute controller 2013-08-28 14:56:40 +02:00
iglocska af8b2af5af Merge branch 'master' of https://github.com/MISP/MISP 2013-08-23 15:38:18 +02:00
iglocska dbbfa947e2 Merge branch 'hotfix-2.1.14' into develop 2013-08-23 15:35:12 +02:00
iglocska dc8ed81448 Fix to sync users being able to edit events that don't belong to them interactively 2013-08-23 15:34:03 +02:00
Christophe Vandeplas 660132816b fix version number master 2013-08-23 12:46:25 +02:00
iglocska 5f9bf7e8d2 Merge branch 'hotfix-2.1.13' into develop 2013-08-23 10:48:14 +02:00