Commit Graph

492 Commits (aa66d5deceabdb5b28a2fe1fb77968b10017a3bb)

Author SHA1 Message Date
Christophe Vandeplas cb6482fd54 Merge branch 'develop' into 'master' for v2.1 2013-08-02 15:39:54 +02:00
iglocska fa1af3cd3b Pivot thread changed slightly
- There is a reset button in the first arrow

- adding an event that exists already in the list should not create a new pivot point
2013-08-02 15:23:48 +02:00
iglocska bfa8aa3d28 Jumping between pivot thread points changed
- no longer adds the event to the thread
2013-08-02 14:58:35 +02:00
iglocska 4cd55b90f8 Fixed the CSS issues with the pivot thread 2013-08-02 14:45:54 +02:00
iglocska 66a7791b33 Pivot threads and other changes
- Users can now see the path they took while jumping from related event to related event

- Removed the breadcrumbs

- Some UI changes (user menues were not showing the active page, etc)
2013-08-02 11:53:17 +02:00
iglocska 964d39143b Crumbs not shown on error messages 2013-08-01 10:21:11 +02:00
iglocska 9137322322 Removed the breadcrumbs from the login page 2013-07-31 15:37:56 +02:00
iglocska 5c1eaef196 File left off from previous commit 2013-07-31 15:10:17 +02:00
iglocska 8d2595d592 Breadcrumbs for the views
- makes navigating the site easier
- some new css changes to support this
2013-07-31 15:08:10 +02:00
iglocska 21b2e0e540 Fixes #144, the edit page losing the previous setting 2013-07-30 10:03:15 +02:00
iglocska e577d587fd Discard shadowattribute changed to Postlink
- Prevents deletion through XSRF
2013-07-25 17:16:56 +02:00
iglocska 7fb1e6f70e Some bugs fixed
- Resetting the auth key for a user that doesn't exist created an empty
user 

- change_pw showed an admin menu on the side

- rerouting after an incorrect auth request fixed (users/index doesn't
exist)

- temporarily disabled the redirect after login
2013-07-18 11:32:26 +02:00
iglocska 58f72ab4d1 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-07-18 10:58:54 +02:00
iglocska dde52f124a Initial refactoring of the event view / xml exports
- event view and xml exports all use __fetchEvent now

- unified the permission checks

- same output for event/id.xml and the xml exports
2013-07-18 10:58:10 +02:00
iglocska e74aabf924 Fixes XSS vulnerability in filters 2013-07-17 16:41:31 +02:00
Christophe Vandeplas 205ba665a5 Merge branch 'develop' of https://github.com/MISP/MISP into develop 2013-07-17 14:07:24 +02:00
Christophe Vandeplas 2424cbbf26 Server push lower memory footprint solving OoM problem.
Enabled per-id push like pull
2013-07-17 14:06:24 +02:00
iglocska fc7620bd53 Minor change with shadowattributes
- short was still used on the shadow attribute value field, if the
shadow attribute was a proposal to the event itself and not to an
attribute
2013-07-17 13:25:28 +02:00
iglocska 62d4addb9d Some css changes broke the shadow attributes
- should be fixed
2013-07-17 12:04:57 +02:00
Christophe Vandeplas ad8ecd15d6 leftovers from communitie/cluster/... 2013-07-15 11:30:57 +02:00
Christophe Vandeplas ca30cf006f Import ThreatConnect attributes into event, see issue #119 2013-07-15 09:10:18 +02:00
Christophe Vandeplas 2a8efc5770 minor admin tools improvements 2013-07-12 15:35:00 +02:00
Christophe Vandeplas aa0da25383 minor UI glitch in IOC/IDS naming 2013-07-12 12:47:55 +02:00
Christophe Vandeplas 4388d18ba1 UI improvement on private event/attribute 2013-07-12 07:54:58 +02:00
iglocska 3e9a967188 Removal of some references to the old private flag 2013-07-11 17:25:47 +02:00
iglocska 53675fe3a3 Some UI changes and reattached the regexp for the admin validation tool
- org only events have a redish background in the event index

- org only events and attributes have their distribution level marked in
red
2013-07-11 16:38:39 +02:00
iglocska 1f411c74cf Some UI fixes related to the debug/nondebug alignment 2013-07-09 10:05:19 +02:00
iglocska 32510b4f29 regexp type changes also for non ADMIN users
- left the view for them off in the previous commit
2013-07-08 17:16:56 +02:00
iglocska 0104f7956b Continued rework of the regexp
- Regular expressions are now only checked for attributes

- Regular expressions are now defined and checked on a type by type
basis, with the setting "ALL" affecting all attributes

- creation / deletion of several attributes in one edit to accommodate
for several checked type options

- perform on all admin option now only saves attributes that actually
get changed by the regexp, making the function usable again for larger
databases

- Some feedback on what got changed during a perform on all

- UI changes in the index / regexp add / edit views to reflect the type
sensitivity changes
2013-07-08 17:15:04 +02:00
iglocska 7e6f73a776 Removal of the blacklist
- Since regexp can be used to blacklist things, there's no need to have
two separate features that accomplish the same thing

- Add a regexp named /1.1.1.1/ with nothing as replacement and it will
behave the same as adding a blacklist for 1.1.1.1 in the old system.
2013-07-05 14:34:32 +02:00
iglocska a828104a72 Attribute index UI bug fixed 2013-07-04 16:20:57 +02:00
iglocska 1b79963ce8 UI changes applied to the actions menu
- The side menu is now fixed / relatively positioned based on the debug
mode, like the header and the footer.
2013-07-04 13:35:04 +02:00
iglocska 0b50604274 Some changes to the UI
- The previous UI changes fixed the top and the bottom bar to the
viewport

- It was great for the UI with the debug disabled, but it obstructed the
debug info with it on

- now, turning debug off fixes the top bar and the bottom bar, turning
it on returns it to the top and bottom of the page, as it was in earlier
versions
2013-07-04 11:25:48 +02:00
iglocska 7167a80de2 Footer download GPG Z-index changes
- GPG key download was behind the layer for the center footer,
preventing the user from clicking the download link. Fixed.
2013-07-03 11:37:23 +02:00
iglocska d9efaab416 Some more HTML fixes 2013-07-03 11:21:04 +02:00
iglocska 40edeb7557 HTML error fix
- div id starting with a digit (the id wasn't needed anyway so removed
it)
2013-07-03 10:46:24 +02:00
iglocska 8495cf5d77 HTML error fixed
incorrect span in ul
2013-07-03 10:39:00 +02:00
iglocska 0587edc49f Some small UI changes 2013-07-03 10:01:36 +02:00
iglocska a45b4f03dc Cosmetic relocation of the auth errors on the login screen 2013-07-03 08:48:02 +02:00
iglocska c2de8223e2 Small change to the flash messages
- fixing it to the same position
2013-07-02 16:59:02 +02:00
iglocska 7dc8ac5565 Footer.ctp left off of the previous commit 2013-07-02 15:45:45 +02:00
iglocska c58eb89013 Changes to the UI
- login screen looks a bit fancier and is more customisable
- admins can add a Logo next to the login fields, there's a MISP logo
ontop with a line of text above and below it, editable via bootstrap.php
- Footer re-added, has the PGP key download and the center footer text
from MISP 1.1
- A logo on the right side of the footer, optionally added by
bootstrap.php

- Header, Footer, menu are now fixed and not affected by scrolling the
screen
2013-07-02 15:41:11 +02:00
iglocska 32c0b4e017 Change to the login screen
- Places an optional logo to the left
- MISP logo above the login fields, with an optional pre and post text

- define them in the bootstrap as indicated in bootsrap.default.php
2013-07-01 17:07:40 +02:00
iglocska 58aaf4fa5f Hard coded urls for the event index
- Should provide a tiny performance boost
2013-07-01 15:11:54 +02:00
iglocska abde2a47af Several fixes
- Fixed the search pagination beyond the first page

- Hard coded routing of the menues in the global actions area
2013-06-28 14:28:58 +02:00
iglocska 3bc787dd3b Closes #131
- Seems like a change removed this functionality since 2.0, fixed
2013-06-27 16:54:27 +02:00
iglocska 568d243e6e IOC -> IDS name change for attribute index
- also for attribute add and edit
2013-06-27 14:28:54 +02:00
iglocska 3812d02309 Search result downloads (CSV format)
- added the button for the CSV download
- fixed a bug with the csv search result downloader blocking non IOC
results even if the search terms did not specify IOCs only.
2013-06-27 13:53:49 +02:00
iglocska bc0919344b Some cleanup on the views 2013-06-27 13:02:34 +02:00
iglocska 93b39eb76d Some UI changes
- Signature / IDS Signature changed to IOC
2013-06-27 12:08:58 +02:00