Commit Graph

9142 Commits

Author SHA1 Message Date
Ramon Novoa 1c44b5e1ee Add util to the PATH before launching the proxy. Fixes ticket #1175.
(cherry picked from commit 787b76bb49)
2015-02-04 16:03:16 +01:00
Alejandro Gallardo Escobar 928460a365 Now the alert action command fields can have a HTML wysiwyg editor 2015-02-04 16:52:28 +01:00
Alejandro Gallardo Escobar f41079bb8d Modified the email alert command to add the html editor activator to the field 3 2015-02-04 16:48:03 +01:00
Alejandro Gallardo Escobar a5a2877770 Added new functions to add or delete the tinymce editor with an element id 2015-02-04 16:20:20 +01:00
mdtrooper 7c410d7ac4 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2015-02-04 14:07:15 +01:00
mdtrooper c176286a09 Fixed Perl Warning with undefined var 2015-02-04 14:07:09 +01:00
m-lopez-f 0a451e014f Fixed problem in view of 'Tree view' with large data length. Reopen T#1748
(cherry picked from commit ded628da3e)
2015-02-04 13:11:45 +01:00
mdtrooper ba0e54aebb Set a data limit in the forms of massive operations. TICKET: #1700 2015-02-04 11:19:11 +01:00
m-lopez-f ae8d6d993c changed the form of display data in Agents/modules, show only agents enabled and agents with modules are same gruop module to selected in form
(cherry picked from commit bf663a93c2)
2015-02-04 11:15:27 +01:00
Alejandro Gallardo Escobar 548a52dc86 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-02-04 12:48:02 +01:00
Alejandro Gallardo Escobar 7b80a059ef Now the filter form is hidden by default 2015-02-04 12:47:47 +01:00
Alejandro Gallardo Escobar 4e04c7afea Reduced the distance between the toggle and the content 2015-02-04 12:42:40 +01:00
artica 93afde992f Auto-updated build strings. 2015-02-04 00:01:10 +01:00
m-lopez-f 534ab9816e Add help clippy in creation menus or views
Add clippy in:
Interval agent if this interval is < 300
Network maps>topology group
Create a new data server module in field 'Data Configuration'
In servers list, in column T/Q, when Q>200
2015-02-03 16:08:41 +01:00
m-lopez-f 51ace72cee Changed location of servers down clippy 2015-02-03 15:43:44 +01:00
m-lopez-f 6d1362f203 Changed page no access 2015-02-03 13:37:56 +01:00
m-lopez-f c11dfdba45 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-02-03 13:33:22 +01:00
m-lopez-f aa2d0edde2 Changed page no access 2015-02-03 13:33:00 +01:00
mdtrooper 5d14e8802d Fixed the graph for string module data. TICKET: #1749 2015-02-03 12:43:15 +01:00
m-lopez-f 593df69007 Change text in help clippy for all servers down 2015-02-03 09:49:35 +01:00
m-lopez-f a8ed81e26f Add clippy help for all servers down 2015-02-03 09:47:17 +01:00
artica 21cb9477ac Auto-updated build strings. 2015-02-03 00:01:10 +01:00
Alejandro Gallardo Escobar 88eedadc85 Fixed an error that prevented the creation of a template when a template was selected 2015-02-02 19:53:08 +01:00
mdtrooper 7855f62714 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2015-02-02 14:18:32 +01:00
mdtrooper 760de99427 Fixed PHP warnings. 2015-02-02 14:18:05 +01:00
Alejandro Gallardo Escobar 3c573bbdba Added a network interfaces table to the agent detail table 2015-02-02 13:27:32 +01:00
Alejandro Gallardo Escobar 980a924edb Fixed the forced title 2015-02-02 13:26:47 +01:00
Alejandro Gallardo Escobar f6f1a2caf2 Improved the creation of the network interfaces table 2015-02-02 13:22:35 +01:00
Alejandro Gallardo Escobar faa6279353 Fixed an error with the ip retrieving on the function "agents_get_network_interfaces" 2015-02-02 13:16:31 +01:00
m-lopez-f 2ae253a3e0 Add width in table view data in tree view 2015-02-02 10:24:29 +01:00
m-lopez-f b67188728b Fixed align in view table data in tree view
(cherry picked from commit 18939f4249)
2015-02-02 10:20:40 +01:00
artica b126329721 Auto-updated build strings. 2015-02-02 00:01:07 +01:00
artica 0f45d57042 Auto-updated build strings. 2015-02-01 00:01:08 +01:00
artica 0c446b0ac4 Auto-updated build strings. 2015-01-31 00:01:42 +01:00
Ramon Novoa 73e99c73df Update the server's version. Fixes ticket #1739. 2015-01-30 19:32:35 +01:00
Alejandro Gallardo Escobar 7f40abbca6 Modified the view to restrict some controls when the strict ACL is enabled 2015-01-30 20:41:54 +01:00
Alejandro Gallardo Escobar d2164592b3 Merge branch 'feature/NewTreeView' into develop 2015-01-30 20:10:16 +01:00
Alejandro Gallardo Escobar 06c22b8128 Removed the tree views test file 2015-01-30 20:09:38 +01:00
Alejandro Gallardo Escobar 39db580d70 Updated the old file to show the new tree views 2015-01-30 20:07:50 +01:00
Alejandro Gallardo Escobar 28c422d039 Fixed errors and added more information about the module alerts into the module nodes 2015-01-30 20:06:49 +01:00
Alejandro Gallardo Escobar 35997cd727 Visual improvements 2015-01-30 20:05:42 +01:00
Alejandro Gallardo Escobar 859e824b77 Improved the visual style of the output of the functions that print the agent, module and alert detail views 2015-01-30 20:04:56 +01:00
Vanessa Gil 80c96e9595 Fixed bug when checking acls to delete event. Ticket #1737. 2015-01-30 15:54:36 +01:00
Alejandro Gallardo Escobar 538334d1f5 Error fixes related with the data retrieving for the tree views on the metaconsole 2015-01-30 15:32:39 +01:00
m-lopez-f 282c4584fb Change visual in 'Tactical server information' in third column
(cherry picked from commit 10993ef0f5)
2015-01-30 13:13:00 +01:00
m-lopez-f f1cd6b36a6 Fixed problems with absolete paths 2015-01-30 11:48:20 +01:00
m-lopez-f e52597c11c Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-01-30 11:42:03 +01:00
m-lopez-f bddc05e21d Fixed problems with export audit log to csv when no data to show 2015-01-30 11:41:52 +01:00
Vanessa Gil 831a35a5b2 Fixed bug #1733. 2015-01-30 11:33:04 +01:00
m-lopez-f 89faf1f7f5 Change order to show info in 'Tactical server information' about data server
(cherry picked from commit f1f1e7ba94)
2015-01-30 10:08:04 +01:00