Commit Graph

2367 Commits

Author SHA1 Message Date
mdtrooper 8f409cb5df Added times and days in the availability report item. TICKET: #2474 2015-08-17 18:06:24 +02:00
Alejandro Gallardo Escobar 0eb729a7ce Fixed a pair of js errors 2015-08-13 12:10:32 +02:00
Alejandro Gallardo Escobar 9dda4271ee Fixed some errors, improved the code and prepared for compatibility w/ the metaconsole
(cherry picked from commit c6a04813c2c3eb2eb9b4aa616af61fdd6eb64a28)
2015-08-13 11:14:10 +02:00
Arturo Gonzalez Diaz 4e0f38841a Fixed error in recontasks. #Ticket2594 2015-08-12 16:16:18 +02:00
Arturo Gonzalez Diaz ed85373908 Fixed error when user try to create a recon task. Ticket #2594 2015-08-12 11:44:23 +02:00
Alejandro Gallardo Escobar 9f57329f65 Fixed the error that caused the create button dissapeared under certain circunstances
(When no downtimes was retrieved)

TICKET #2580
2015-08-05 14:36:25 +02:00
mdtrooper dd9c2029e2 Added new report item 'historical data' for to get a raw data of module' 2015-08-05 14:05:53 +02:00
m-lopez-f 9aa72dd191 Fixed default show option in filter options in manage agents. Tiquet:#2513
(cherry picked from commit b5ba16e31f)
2015-08-04 16:41:53 +02:00
m-lopez-f f6fed60832 Add new funcionality of remote login with Active Directory 2015-08-03 12:17:41 +02:00
Arturo Gonzalez Diaz fd2eb27de8 Now the group of a module belonging to a policy does not go away by making some modification in the module. Ticket#2554 2015-07-29 13:34:51 +02:00
Arturo Gonzalez Diaz d3bb628ea2 Merge branch 'pandora_5.1' into feature/ticket#2179-recontask-view-acl 2015-07-23 16:28:22 +02:00
Arturo Gonzalez Diaz 4ede845c1c Recon-task ACL changed. Ticket #2179 2015-07-23 16:27:20 +02:00
m-lopez-f 68b6120609 Add new options when render proc is active. Tiquet: #2503 2015-07-22 12:16:10 +02:00
Arturo Gonzalez Diaz 681139e2d3 Now is not possible create two recon task with the same name. Ticket #2179 2015-07-21 13:08:19 +02:00
mdtrooper 706971f763 Added a filter 'normal & critical' in severity into events.
(cherry picked from commit f1ada9076e)

Conflicts:
	pandora_console/godmode/events/event_edit_filter.php
	pandora_console/include/constants.php
2015-07-21 10:48:29 +02:00
Arturo Gonzalez Diaz 2aafc7a53e Permissions in recontask changed. Ticket #2179 2015-07-21 09:38:49 +02:00
Alejandro Gallardo Escobar 46cd0b4ca0 Minor visual change 2015-07-16 15:50:53 +02:00
Alejandro Gallardo Escobar daedfa6a21 Fixed some general and ACL errors and improved some pieces of code
Downtime editor.
Some of the ACL checks added are:
-Permission check on downtime before adding an agent
-Permission check on agent before adding an agent
-Permission check on downtime before deleting an agent
-Permission check on agent before deleting an agent
-Permission check on downtime before creating or updating the downtime
-Removed the ACL check for every result item (it is done before, into the query)
-Permission check on the query for the agents added to the downtime

Downtime editor ajax.
Some of the ACL checks added are:
-Permission check on downtime before retrieving the modules
-Permission check on agent before retrieving the modules
-Permission check on downtime before deleting the modules
-Permission check on agent before deleting the modules
-Permission check on downtime before adding the modules
-Permission check on agent before adding the modules
(cherry picked from commit 4d43033d46)

Conflicts resolved:
	pandora_console/include/ajax/planned_downtime.ajax.php
2015-07-16 15:30:21 +02:00
Alejandro Gallardo Escobar c7aabdb6f1 Fixed syntax and ACL errors and improved some pieces of code
Some of the ACL checks added are:
-Permission check before stopping.
-Running check before deleting.
-Permission check before deleting.
-Permission check before adding specific table columns.
(cherry picked from commit 95d0794ae0)
2015-07-16 15:28:50 +02:00
Alejandro Gallardo Escobar 245b88d103 Minos changes and improvements
(cherry picked from commit 970be457d6)

Conflicts resolved:
	pandora_console/godmode/agentes/planned_downtime.export_csv.php
2015-07-16 15:27:48 +02:00
Arturo Gonzalez Diaz 019f203213 Planned downtime editor changed. Ticket #2404
(cherry picked from commit 52619f4e7c)
2015-07-16 15:26:51 +02:00
Arturo Gonzalez Diaz 49ad7477c3 Planned downtime list and edit changed. Ticket #2404
(cherry picked from commit 12334a3cd1)

Conflicts resolved:
	pandora_console/godmode/agentes/planned_downtime.editor.php
2015-07-16 15:26:11 +02:00
Arturo Gonzalez Diaz f654d6567b Planned downtime export csv changed. Ticket #2404
(cherry picked from commit ca1c6c0bf2)
2015-07-16 15:18:10 +02:00
Arturo Gonzalez Diaz 492dc420f8 Planned downtime list changed. Ticket #2404
(cherry picked from commit 595ffe8f5c)
2015-07-16 15:17:57 +02:00
Arturo Gonzalez Diaz 14e785a689 Change permissions to a non-privilege user in planned-downtimes-acl Ticket #2404
(cherry picked from commit 8906e050ae)
2015-07-16 15:17:20 +02:00
Arturo Gonzalez Diaz 88a53868aa Acces to non-privilege user to planned downtime
(cherry picked from commit bbbddf2fff)

Conflicts resolved:
	pandora_console/godmode/agentes/planned_downtime.list.php
2015-07-16 15:16:40 +02:00
m-lopez-f 9c64dfdc5a Add more width to field for separate selct to botton. Tiquet: #2445 2015-07-15 15:25:30 +02:00
mdtrooper 506b9fa944 Fixed adition of the snmp actions alerts. TICKET: #2417
(cherry picked from commit 46516385e9)
2015-07-14 14:07:52 +02:00
Alejandro Gallardo Escobar 289bcefbe2 Replaced the use of the jQuery 'attr' function with the 'prop' function when using the 'selected' property.
The 'attr' function is going to be deprecated an may cause errors in Firefox.
2015-07-14 11:48:30 +02:00
Alejandro Gallardo Escobar b45aa94e02 Now the name input field has validation for the required property 2015-07-13 16:27:21 +02:00
Arturo Gonzalez Diaz 73e0e91647 Export to csv whit non-privilege user. Ticket #2404 2015-07-13 13:31:57 +02:00
Arturo Gonzalez Diaz f5cb3c5c79 Change acl bits. Ticket #2404 2015-07-10 15:28:30 +02:00
m-lopez-f 9cca442a8f Fixed problems to show groups fathers-childs in custom reports. Tiquet: #2351
(cherry picked from commit 6f89828c76)
2015-07-09 11:13:38 +02:00
Alejandro Gallardo Escobar c93d30878b Fixed an error which causes a weird update counter 2015-07-07 17:44:36 +02:00
mdtrooper 737e085a81 Fixed the masive operations for modules when the name has white spaces. TICKET: #2328 2015-06-23 12:15:09 +02:00
m-lopez-f c45206f269 Fixed inserts paths in DB. Tiquet: #2325 2015-06-22 10:14:03 +02:00
mdtrooper 52499dd427 Fixed the url of visualmap in wizard into a metaconsole. 2015-06-15 18:47:36 +02:00
mdtrooper 905d768322 Fixed the javascript to check a numeric field when it is empty. TICKET: #2176 2015-06-09 11:43:46 +02:00
mdtrooper 62fedd78c8 Fixed the monthly SLA for dashboards. TICKET: #2087 2015-06-08 16:51:54 +02:00
mdtrooper c658e83ec6 Fixes about PHP Warnings (more or less as the develop branch) 2015-06-08 15:09:53 +02:00
m-lopez-f 4147c9644c Fixed error when selected in bulk actions agents edit any status, show all agents. Tiquet: #2261 2015-06-01 13:37:21 +02:00
m-lopez-f 73ae001a3f Change privilege in call function to return groups of view this user. Tiquet: #2259 2015-06-01 10:06:42 +02:00
m-lopez-f cc861fd3a1 Fixed problems with list of interfaces in snmp walk wizard of interfaces. Tiquet: #2288 2015-05-29 10:17:07 +02:00
m-lopez-f fa7bc8faaa Change label of field in viual setup 2015-05-27 16:29:29 +02:00
m-lopez-f b94484fcb9 Add help clippy when all servers is down. Tiquet: #1660 2015-05-27 11:42:46 +02:00
mdtrooper 7708bc5619 Merge branch 'pandora_5.1' of https://github.com/pandorafms/pandorafms into pandora_5.1 2015-05-26 17:06:10 +02:00
mdtrooper 5d25b7c8e6 Fixed the 'availability' item in report. 2015-05-26 17:05:54 +02:00
m-lopez-f ca5b9bd62f Add new option, when is active data of modules type is proc, show ok or fail. Tiquet: #1996 2015-05-26 12:37:14 +02:00
m-lopez-f 120c7ac90e Delete column load in server list and Add version column, tiquet: #2144 2015-05-25 15:47:30 +02:00
m-lopez-f b516e2a894 Fixed problems with not variable initialized, tiquet: #2238
(cherry picked from commit 50044050e1)
2015-05-22 12:14:09 +02:00