Commit Graph

  • c426537c73 fix recommendation of pentest for autocomplete Christophe Vandeplas 2012-05-14 10:48:23 +0200
  • 9e7ee3c85b fixes bug where event is not unpublished when attribute is edited Christophe Vandeplas 2012-05-11 08:33:04 +0200
  • 395f29dd21 fixes bugs in NIDS export with duplicate SIDs Christophe Vandeplas 2012-05-09 15:17:16 +0200
  • fa167bc2c8 . Christophe Vandeplas 2012-05-04 14:47:50 +0200
  • 03ad7d3acd fixes event with no attributes in REST request Christophe Vandeplas 2012-05-04 12:44:27 +0200
  • e1189e576a fixes problem of not being able to import events with single attribute Christophe Vandeplas 2012-05-04 12:37:31 +0200
  • e452460242 added CyDefSIG.name to allow changing the title of the site Christophe Vandeplas 2012-05-04 09:52:45 +0200
  • 4b5999bb5b fixes issue 67 Christophe Vandeplas 2012-05-03 15:05:08 +0200
  • f675d7d6d0 more fixes for the sync Christophe Vandeplas 2012-05-03 14:52:49 +0200
  • 9e9837d59d Basic sync push seems to work Christophe Vandeplas 2012-05-03 14:32:49 +0200
  • 37ee17510e fixes security bug in XML REST request Christophe Vandeplas 2012-05-03 13:53:47 +0200
  • e5c0c5b081 do not show related events if the variable was not set Christophe Vandeplas 2012-04-26 18:50:58 +0200
  • f0b8f89d50 fixes lowercase attribute bug in xml output of Events/view and hide value1 and value2 from the output Christophe Vandeplas 2012-04-26 18:48:05 +0200
  • 7ee4ab7035 fixes issue 64 Christophe Vandeplas 2012-04-26 15:18:33 +0200
  • 60a5b1e1c6 moved alert email functionality to separate function _sendAlertEmail() REST event add requests also send out mails where necessary Christophe Vandeplas 2012-04-26 14:54:04 +0200
  • 8bd7b45248 Fixes issue 66 - https://code.lab.modiss.be/p/cydefsig/issues/66/ Christophe Vandeplas 2012-04-26 11:15:12 +0200
  • 97a5790938 fixes bug in discovered while running migrate02to021 script Christophe Vandeplas 2012-04-25 13:56:25 +0200
  • 6e9f0f0d24 split value to value1 and value2. You need to update the DB schema and run /events/migrate02to021 to migrate the data Christophe Vandeplas 2012-04-25 13:17:44 +0200
  • aea079b8c4 bugfix in Attribute validation Do not search for related attributes for specific types Christophe Vandeplas 2012-04-25 10:30:23 +0200
  • d0b52de85e fixed typo Christophe Vandeplas 2012-04-25 09:50:40 +0200
  • 388f3cc445 Merge commit '280baac98902789ee69186539474a2e82156659e' into develop Christophe Vandeplas 2012-04-25 09:04:07 +0200
  • 280baac989 patched deleting of attributes Andrzej Dereszowski 2012-04-15 19:41:50 +0200
  • 29c5411ece minor cosmetic changes Andrzej Dereszowski 2012-04-13 10:53:53 +0200
  • a2d073b7b9 REST POST of event and signatures works (basics, no error-handling) Christophe Vandeplas 2012-04-10 15:47:42 +0200
  • 87e12448ab Start of documentation concerning REST. Christophe Vandeplas 2012-04-07 09:38:15 +0200
  • c2975a77a4 Allow saving of data using REST API Christophe Vandeplas 2012-04-07 08:31:01 +0200
  • fb958eaacc Logging in for REST using Authorized HTTP header field. Christophe Vandeplas 2012-04-06 16:32:33 +0200
  • a8901cb6cf fix db engine v0.2 Christophe Vandeplas 2012-04-04 20:27:02 +0200
  • e56b7cecb3 db structure for sync functionality Christophe Vandeplas 2012-04-04 20:25:29 +0200
  • a45b70bc8d Add, edit, delete and (basic) Manual Sync server functionality added Christophe Vandeplas 2012-04-04 20:22:22 +0200
  • 7f33beaa4c Micro usability improvement Christophe Vandeplas 2012-04-04 19:03:39 +0200
  • 5b49318164 moved security to see profile to isAuthorized to keep consistency Christophe Vandeplas 2012-04-04 18:32:44 +0200
  • 6cee17bfcd XML format for attributes index Christophe Vandeplas 2012-04-04 18:08:57 +0200
  • 49aaced78a Merge commit '9e043116228c4866b18e92acb076462845bcf22a' into develop Fixed conflicts in: app/View/Events/view.ctp Christophe Vandeplas 2012-04-04 17:53:51 +0200
  • 9e04311622 minor changes: - when admin adds a user, auth key is automatically suggested - auth refresh is performed after user edition Andrzej Dereszowski 2012-04-02 23:00:41 +0200
  • 69fef3f6fa Fix for the routing problem on admin-privileged users. All links that need to be routed to admin-prefixed method have to have 'admin' => true in the parameters Andrzej Dereszowski 2012-04-02 22:26:36 +0200
  • faffe87ea6 - some bugfixes in validation corrected - new attribute type - link to external site Andrzej Dereszowski 2012-04-02 19:24:50 +0200
  • 0374c1c9b6 Bug fixes in the admin view - password changing for other users - corrected admin_view Andrzej Dereszowski 2012-04-02 17:21:17 +0200
  • 6c5a5aa427 - small bug with "No GPG key" message marked in the code - path to homedir for GPG added in User.php Andrzej Dereszowski 2012-04-02 12:14:27 +0200
  • 216b77f854 - Attributes index view fixed (attachments) Andrzej Dereszowski 2012-04-02 11:59:51 +0200
  • 62ceed286c - signatures are displayed by category always in the same order defined in model Andrzej Dereszowski 2012-04-02 11:53:44 +0200
  • 17950b965e minor correction: - login page does not display "invalid user" when first time presented to the user - "Log Off" button removed from the print view Andrzej Dereszowski 2012-04-02 11:37:32 +0200
  • ed298aa0dd logo position corrected Andrzej Dereszowski 2012-04-02 11:22:19 +0200
  • 41d03e69f3 Merge commit 'dee8a866e691fde2eedbd9a2418a6027f88d07cf' into develop Christophe Vandeplas 2012-04-01 20:08:07 +0200
  • dee8a866e6 Fixed bug where GPG homedir was not set in a few places Christophe Vandeplas 2012-04-01 19:23:46 +0200
  • 2142585710 Implemented basics for private, nonsyncable, Events or Attributes. Christophe Vandeplas 2012-04-01 18:41:47 +0200
  • bf8ae66e9c First version or REST API to export data Christophe Vandeplas 2012-04-01 17:30:00 +0200
  • 67d3a9f9d2 minor changes Christophe Vandeplas 2012-04-01 15:49:01 +0200
  • e6a6328d00 forgot updated default layout for info bloxes Christophe Vandeplas 2012-04-01 14:49:28 +0200
  • 0915ce48d3 Added some infoboxes when adding Attributes. Christophe Vandeplas 2012-03-31 23:29:56 +0200
  • 19eaa12050 Allow publishing of events without sending email. Christophe Vandeplas 2012-03-31 22:07:35 +0200
  • 0fff291c67 fixed minor CSRF vulnerability + added google link on vulnerability type Christophe Vandeplas 2012-03-31 21:55:09 +0200
  • aa8ba55dac First experimental test of importing events from a remote server. Only new events are imported. Christophe Vandeplas 2012-03-31 19:06:43 +0200
  • 95455f51a6 Fixed minor bugs Christophe Vandeplas 2012-03-27 18:58:11 +0200
  • 20cddd07db changed alerted -> published other minor fixes Christophe Vandeplas 2012-03-27 14:49:31 +0200
  • da99625a6c minor change in getRelatedAttributes function Christophe Vandeplas 2012-03-27 14:02:49 +0200
  • 1518b1ebcc filename|sha1 data validation Christophe Vandeplas 2012-03-27 11:03:57 +0200
  • 67907864a1 filename|sha1 Christophe Vandeplas 2012-03-27 11:01:33 +0200
  • 98402c0faa Fix admin routing Christophe Vandeplas 2012-03-27 09:31:41 +0200
  • 5657a9dd10 Added a migrate() function to generate uuid for events and attributes that didn't have an uuid Christophe Vandeplas 2012-03-26 20:25:45 +0200
  • 7c4394682d Renamed Signature to Attribute Christophe Vandeplas 2012-03-26 19:56:44 +0200
  • 28cf7d44e9 XML export ... woohoo !!! Christophe Vandeplas 2012-03-26 15:06:01 +0200
  • df7efb9d88 number of entries in the index lists Christophe Vandeplas 2012-03-26 13:11:06 +0200
  • a1b8719db4 fix error when there are no related events/signatures, or simply signatures Christophe Vandeplas 2012-03-26 12:40:18 +0200
  • 1921913e4f forgot to update DB structure after category support Christophe Vandeplas 2012-03-25 16:27:29 +0200
  • 803bdbdf87 micro HTML bugfixes in views Christophe Vandeplas 2012-03-25 16:25:16 +0200
  • 04c9028008 preformance improvement when searching for related events (by reusing results from related signatures search) Christophe Vandeplas 2012-03-25 16:21:51 +0200
  • 7b1673d212 md5 and sha1 hashes now automatically lowercase cleaned up some code and fixed some vulnerabilities Christophe Vandeplas 2012-03-25 15:56:29 +0200
  • 86b760cd54 Print Cascading Stylesheets and minor layout fixes Christophe Vandeplas 2012-03-25 15:02:15 +0200
  • 0ed69399b1 extra vulnerability type Christophe Vandeplas 2012-03-24 10:48:06 +0100
  • da2687846b Implemented file-upload of attachment or password protected malware-samples. Base code contributed by Andrzej Dereszowski Christophe Vandeplas 2012-03-23 20:04:22 +0100
  • da48ad4769 Confirm password functionality (thanks to Andrzej) Christophe Vandeplas 2012-03-22 10:06:33 +0100
  • 91de13f1ad updated DB structure Christophe Vandeplas 2012-03-22 08:57:18 +0100
  • 23d161f332 minor micro changes Christophe Vandeplas 2012-03-21 21:44:18 +0100
  • 23572019bb Signature is now known as Attribute Christophe Vandeplas 2012-03-21 21:25:16 +0100
  • 4bbbfc36c3 Not finished editing -> not published Christophe Vandeplas 2012-03-21 11:01:37 +0100
  • 5907c86520 whatever Christophe Vandeplas 2012-03-21 10:57:59 +0100
  • 754230feb0 Graph for Signatures Type per organisation Christophe Vandeplas 2012-03-21 10:34:22 +0100
  • 7a3be6953c fix bug of login/authinfo not refreshed when reseting authkey Christophe Vandeplas 2012-03-20 15:44:39 +0100
  • 904118b976 Removed hardcoded url to sig.cyber-defence.be v0.1 Christophe Vandeplas 2012-03-20 15:25:21 +0100
  • c5954b081b Layout improvements Christophe Vandeplas 2012-03-20 15:11:02 +0100
  • ce0c0aba0e isAuthorized now handles permissions on admin,delete,edit,... actions Christophe Vandeplas 2012-03-20 14:57:52 +0100
  • 495cc1a6c2 UUID support for syncing Christophe Vandeplas 2012-03-20 13:40:58 +0100
  • 2c7f01f61e Rename Finish Edit to Publish Event Christophe Vandeplas 2012-03-20 08:26:57 +0100
  • 9f7bf014cb Changed 'Finish Edit' to 'Publish Event' to be more clear about the purpose (feedback from Hillar Leoste) Christophe Vandeplas 2012-03-19 14:13:35 +0100
  • b79d16291b Fixes bug: to_ids should be there otherwise you cannot edit the signature to change the "to_ids" checkbox. By Andrzej Dereszowski Christophe Vandeplas 2012-03-18 08:02:31 +0100
  • 9d0b88e490 Fixes bug: to_ids should be there otherwise you cannot edit the signature to change the "to_ids" checkbox. By Andrzej Dereszowski Christophe Vandeplas 2012-03-18 07:41:51 +0100
  • 07f6b5e090 cleanup old __('Actions') and non echo __() Christophe Vandeplas 2012-03-16 14:13:31 +0100
  • 8c5b973852 updated DB structure and content Christophe Vandeplas 2012-03-15 15:10:24 +0100
  • 865a24d0bd Migration to CakePHP 2.1. Most of the functionality migrated, Q&A review required. Christophe Vandeplas 2012-03-15 15:06:45 +0100
  • f23d5797ae bugfix to add user Christophe Vandeplas 2012-03-13 16:04:12 +0100
  • 6da66f61b6 Terms and Conditions and News splashpage Updated DB structure: ALTER TABLE `users` ADD `termsaccepted` TINYINT( 1 ) NOT NULL , ADD `newsread` DATE NOT NULL Christophe Vandeplas 2012-03-13 09:58:34 +0100
  • 20c1c51a74 micro change in export text Christophe Vandeplas 2012-03-07 16:23:06 +0100
  • b5f2582961 Temporary workaround for problem to edit profile. Christophe Vandeplas 2012-03-07 16:13:54 +0100
  • 864f3aff2f implement batch import of signatures Christophe Vandeplas 2012-03-06 13:45:16 +0100
  • cc5a62426d powered by Christophe Vandeplas 2012-03-06 11:37:14 +0100
  • 91cc35140e export to text formats Christophe Vandeplas 2012-03-06 11:29:01 +0100
  • 4ca79e3e5b fixed information disclosure vulnerability on groups pages Christophe Vandeplas 2012-03-06 10:38:02 +0100
  • f58cd27855 updated README based on feedback from Jeroen Vanderauwera and some corrections Christophe Vandeplas 2012-03-06 10:21:46 +0100
  • cd78cb260f show org for admin Christophe Vandeplas 2012-03-06 07:45:02 +0100