crash890
620d8e01b8
Update update_manager.ajax.php
...
This would be to include proxy configuration in the download process. Without this Proxy will work to check for downloads, but the actual download does not respect the proxy settings.
2015-07-31 16:57:41 -04:00
artica
9353bdcdcb
Auto-updated build strings.
2015-04-09 00:01:11 +02:00
Miguel
0781d1f981
Merge pull request #12 from uchida/enable-to-postpone-planned-downtime
...
Enable to postpone planned downtime when in execution and its type is once
2015-04-08 16:25:29 +02:00
Akihiro Uchida
7e5bd7e22e
Enable to postpone planned downtime when in execution and its type is once
...
Based on the contribution of Hiroki Shimizu
2015-04-08 17:40:58 +09:00
m-lopez-f
45289330bd
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2015-04-08 09:31:58 +02:00
m-lopez-f
2ac3c6f694
if user is strict user only see option all in select servers in filter eventlist, tiquet: #2074
2015-04-08 09:31:45 +02:00
artica
da36f04a1a
Auto-updated build strings.
2015-04-08 00:01:10 +02:00
mdtrooper
f9936267e0
Fixed the separator (sometimes it is other) in the ajax call get_agent_modules_json_for_multiple_agents.
...
(cherry picked from commit 6f71a01b0c4cabdb14e2953239b1330c12f5ec26)
2015-04-07 17:20:53 +02:00
m-lopez-f
b700dca0a4
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2015-04-07 16:29:06 +02:00
m-lopez-f
5be63acffc
Fixed html title when click graph in meta and nodo in status monitor, tiquet: #2077
2015-04-07 16:26:57 +02:00
hkosaka
f005b00eb6
Use -C to invoke tentacle_server when using SSL proxy mode (see also e8e59f3e3e98).
2015-04-07 13:08:50 +09:00
Alejandro Gallardo Escobar
9035eda57d
Added the new access bits to the profiles list and editor
2015-04-06 18:51:24 +02:00
Alejandro Gallardo Escobar
e61ecd3f73
Added the new 'tperfil' columns to the function "get_acl_column"
2015-04-06 16:54:24 +02:00
Alejandro Gallardo Escobar
533167e46e
Added the values of the new access bits to the default profiles
2015-04-06 16:03:23 +02:00
Alejandro Gallardo Escobar
a06f8eee09
Added new profile bits to control the access to the visual console and the network maps
2015-04-06 16:03:23 +02:00
Alejandro Gallardo Escobar
f6405cb8e0
Reduced the length of the profile types cause they only store 1 or 0
2015-04-06 16:03:23 +02:00
m-lopez-f
0e277ad1ef
Add new image for tree view, not view in internet explorer
...
(cherry picked from commit b63f1cfe817448709561a5d06d99ad89d7e5b68e)
2015-04-06 13:53:49 +02:00
m-lopez-f
119960177b
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2015-04-06 12:18:28 +02:00
m-lopez-f
0ab523ca9a
Add warning when 'Event Storm protection' is activated, tiquet: #2065
2015-04-06 12:18:14 +02:00
Ramón Novoa
e8e59f3e3e
Merge pull request #11 from hkosaka/pandora_agent_proxy_mode_with_SSL
...
Pandora agent proxy mode with ssl
2015-04-06 11:14:38 +02:00
m-lopez-f
790c81a250
Add order in parent select in static graph in visual console, Tiquet: #2067
2015-04-06 10:25:03 +02:00
artica
3cd52be7e9
Auto-updated build strings.
2015-04-06 00:01:07 +02:00
Vanessa Gil
fae014e570
Update translations.
2015-04-01 11:09:04 +02:00
m-lopez-f
d7f6868217
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2015-03-31 17:03:36 +02:00
Alejandro Gallardo Escobar
72af6134a1
Improved a jquery selector
2015-03-31 18:10:13 +02:00
Alejandro Gallardo Escobar
722c95c470
Replaced the old tooltip for the jquery widget version in the networkmaps section
2015-03-31 17:30:53 +02:00
m-lopez-f
7e02141e3f
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
2015-03-31 14:46:58 +02:00
m-lopez-f
a756ef1ab5
Fixed filter by name module in tree view, Node and Meta. tiquet: 2056
2015-03-31 14:46:43 +02:00
Alejandro Gallardo Escobar
c0bc9ad136
Added a padding to the graph to prevent the text cut
2015-03-31 14:11:17 +02:00
Alejandro Gallardo Escobar
521845ee91
ACL improvements
2015-03-31 13:30:16 +02:00
Alejandro Gallardo Escobar
9bb62f1f43
Added the new way to store the maps in groups and ACL improvements
2015-03-31 12:27:12 +02:00
Alejandro Gallardo Escobar
973f0c3e2e
Error fixes and improvements
2015-03-31 12:27:12 +02:00
m-lopez-f
e90406abaf
Hide data of agent/module when search again or new search. tiquet: #2052
2015-03-31 10:25:43 +02:00
m-lopez-f
f23e6ceacf
Change label text in save filter events in metaconsole, tiquet: #2053
2015-03-31 08:36:54 +02:00
Alejandro Gallardo Escobar
91b7bf19a5
Added functions to help with the data assign to the variables
2015-03-30 17:28:12 +02:00
Alejandro Gallardo Escobar
9920fa9a3f
Fixed a missing tooltip
2015-03-30 12:03:34 +02:00
hkosaka
ed53b3c67b
Specify -C option to Launch tentacle_server when using SSL proxy mode.
2015-03-30 18:29:44 +09:00
hkosaka
edfaa25a9f
Add -C option to tentalce_server that enables SSL (to proxied server) without a client certificate.
...
This option corresponds to tentacle_client's -c option.
2015-03-30 17:56:33 +09:00
m-lopez-f
ffd099c782
Changed for fixed visual of metaconsole
2015-03-30 10:17:35 +02:00
artica
1d21b164b8
Auto-updated build strings.
2015-03-29 00:01:09 +01:00
Alejandro Gallardo Escobar
fd41fba3d8
Changed the behaviour of the network map tooltip info for the strict users
2015-03-27 14:32:31 +01:00
artica
c29c47dc09
Auto-updated build strings.
2015-03-27 00:01:12 +01:00
Alejandro Gallardo Escobar
3d84b80c52
Fixed an error on the function 'tags_get_user_module_and_tags' caused by a string=integer comparision
2015-03-26 22:28:18 +01:00
Alejandro Gallardo Escobar
12013f8263
Merge branch 'feature/ticket#2028-network-map' into develop
2015-03-26 21:22:51 +01:00
Alejandro Gallardo Escobar
b99e777300
Fixed an error on the function"tags_get_all_user_agents"
2015-03-26 21:17:53 +01:00
Alejandro Gallardo Escobar
63d322244d
Added a new parameter to the modules retrieving by tag function
2015-03-26 19:34:56 +01:00
mdtrooper
b72af65bd0
Fixed the ajax of get modules when the user have profiles with tags and without tags.
2015-03-26 18:44:16 +01:00
m-lopez-f
c7b3104224
In alert command preview is not array but contain data, create textarea instead of select
2015-03-26 15:33:37 +01:00
Ramon Novoa
cfb676eb70
Fixed a string.
2015-03-26 15:21:49 +01:00
Ramon Novoa
cb29e3564d
Added tag related functions to the CLI.
2015-03-26 13:41:27 +01:00