10508 Commits

Author SHA1 Message Date
Alejandro Gallardo Escobar
a90111ac18 Restored the call 'get_agent_modules_json_for_multiple_agents' and improved their performance 2015-07-17 10:02:11 +02:00
m-lopez-f
82354079ce Fixed heigth in pure view when view services map. Tiquet: #2470 2015-07-17 09:49:44 +02:00
artica
cde2fb5a7b Auto-updated build strings. 2015-07-17 00:01:39 +02:00
Alejandro Gallardo Escobar
df27567592 Fixed an error in the function 'planned_downtimes_stop'
(cherry picked from commit f01c021b14136dcc85b26bb1fa806f20c305ce24)
2015-07-16 15:51:53 +02:00
mdtrooper
75873b02d4 Some fixes in the visualmap. 2015-07-16 15:12:47 +02:00
mdtrooper
8b608a43f5 Fixed the javascript bug with lines in the visualmap. TICKET: #2464 2015-07-16 14:59:29 +02:00
Alejandro Gallardo Escobar
f14b07014f Merge pull request #34 from pandorafms/feature/ticket#2404-planned-downtimes-acl
Ended, tested and aproved
2015-07-16 13:48:41 +01:00
Alejandro Gallardo Escobar
4d43033d46 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
2015-07-16 13:53:57 +02:00
Alejandro Gallardo Escobar
cbd4b60aca Fixed an error in the function 'extract_column' 2015-07-16 13:27:11 +02:00
mdtrooper
85b47df1fe Fixed the xml reports with & in the values. 2015-07-16 11:48:17 +02:00
artica
f94c6668e0 Auto-updated build strings. 2015-07-16 00:01:15 +02:00
Alejandro Gallardo Escobar
95d0794ae0 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.
2015-07-15 18:47:58 +02:00
Alejandro Gallardo Escobar
e8d68739b7 Added a function to stop a planned downtime (once type) and recover the agent and modules status 2015-07-15 18:41:58 +02:00
Alejandro Gallardo Escobar
970be457d6 Minos changes and improvements 2015-07-15 18:39:47 +02:00
fbsanchez
6d2efe5824 PandoraAgentWindows: Added latest scripts & configuration
(cherry picked from commit 30afa2a1353394c1287f378b1cbc215dfc385374)

Conflicts:
	pandora_agents/win32/bin/pandora_agent.conf
2015-07-15 18:25:07 +02:00
mdtrooper
04b6621da5 Now the recon task editor avoid edit the ipam recons. TICKET: #2428 2015-07-15 18:15:30 +02:00
Alejandro Gallardo Escobar
05f40a21fc Now the data column of the module's raw data dialog are casted to double when is numeric 2015-07-15 16:55:08 +02:00
Alejandro Gallardo Escobar
a85edf061e Fixed the format of the decimal and the thousands marker for the numeric fields 2015-07-15 16:53:51 +02:00
Alejandro Gallardo Escobar
df50d6e343 Fixed the tags and module tags counters on the metaconsole and many more
Like the ui when a user search does not return items.
2015-07-15 16:09:07 +02:00
Alejandro Gallardo Escobar
ff5e786a5f Fixed some count functions and improvments on other functions 2015-07-15 16:08:20 +02:00
Arturo Gonzalez Diaz
cbfab4781b The post process value in module options no longer take repeated numbers. Ticket #2431 2015-07-15 15:30:05 +02:00
m-lopez-f
e4a93d9bab Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-15 15:08:31 +02:00
m-lopez-f
bc54629604 Fixed problems with user edit when change language,see all fields in home screen. Tiquet: #2448 2015-07-15 15:08:14 +02:00
Arturo Gonzalez Diaz
e423d20dff "General setup" menu now is "Setup" and this icon no longer does anything. Ticket #2410 2015-07-15 13:00:22 +02:00
Arturo Gonzalez Diaz
1b25adb2f8 Password box in plugin module IPMI fixed. Ticket #2409 2015-07-15 11:34:42 +02:00
m-lopez-f
17408114ce Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2015-07-15 08:49:32 +02:00
m-lopez-f
994f1a39b6 fixed problems php 2015-07-15 08:49:16 +02:00
artica
cd5beffee5 Auto-updated build strings. 2015-07-15 00:01:16 +02:00
Alejandro Gallardo Escobar
3c08c32482 Fixed an ajax error 2015-07-14 18:34:16 +02:00
Arturo Gonzalez Diaz
52619f4e7c Planned downtime editor changed. Ticket #2404 2015-07-14 18:34:08 +02:00
Arturo Gonzalez Diaz
12334a3cd1 Planned downtime list and edit changed. Ticket #2404 2015-07-14 16:15:04 +02:00
m-lopez-f
c4d6c18b25 Fixed styles and errors of php 2015-07-14 15:59:39 +02:00
mdtrooper
46516385e9 Fixed adition of the snmp actions alerts. TICKET: #2417 2015-07-14 14:07:04 +02:00
mdtrooper
656e7ab3bf Fixed the SQL querys for get list of snmp traps in the view page. 2015-07-14 12:50:05 +02:00
mdtrooper
adf6c263ea Added support for arrays into the function 'agents_get_addresses' 2015-07-14 12:49:36 +02:00
Arturo Gonzalez Diaz
ca1c6c0bf2 Planned downtime export csv changed. Ticket #2404 2015-07-14 12:31:49 +02:00
Arturo Gonzalez Diaz
595ffe8f5c Planned downtime list changed. Ticket #2404 2015-07-14 12:10:46 +02:00
Alejandro Gallardo Escobar
a097aabf80 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:11:22 +02:00
Alejandro Gallardo Escobar
b0f894437e Minor fix 2015-07-14 10:20:04 +02:00
artica
7909ba2963 Auto-updated build strings. 2015-07-14 00:01:12 +02:00
Arturo Gonzalez Diaz
8906e050ae Change permissions to a non-privilege user in planned-downtimes-acl Ticket #2404 2015-07-13 18:03:16 +02:00
Arturo Gonzalez Diaz
bbbddf2fff Acces to non-privilege user to planned downtime 2015-07-13 15:59:08 +02:00
Alejandro Gallardo Escobar
b3e977a40a Fixed an error related with the creation of a report after an invalid creation
Ticket #2397.
2015-07-13 12:45:36 +02:00
Alejandro Gallardo Escobar
dd21d82046 Now the name input field has validation for the required property 2015-07-13 12:45:36 +02:00
Alejandro Gallardo Escobar
4f2c35ac63 Added the 'required' attribute to the input text and input text password through a function parameter 2015-07-13 12:45:35 +02:00
Ramon Novoa
ca1db98cfd Improved error logging for the Tentacle server. 2015-07-13 12:40:47 +02:00
Ramón Novoa
62cc0e2abe Merge pull request #24 from Robert-Nelson/tentacle-ssl-fix
Fix two SSL issues
2015-07-13 12:26:42 +02:00
Akihiro Uchida
eef7cd9df6 Prune menu sections disabled by enterprise_acl 2015-07-13 13:51:45 +09:00
artica
25c03bae2f Auto-updated build strings. 2015-07-13 00:01:09 +02:00
artica
f666daca40 Auto-updated build strings. 2015-07-12 00:01:12 +02:00