mdtrooper
|
16812b55b5
|
Merge branch 'develop' into feature/new_networkmap
|
2016-03-29 13:46:59 +02:00 |
fermin831
|
f397b657f1
|
Added new server_keepalive column to have individual keepalive TICKETS #3273
|
2016-03-15 16:02:27 +01:00 |
mdtrooper
|
aefff3041f
|
Merge branch 'develop' into feature/new_networkmap
Conflicts:
pandora_console/include/constants.php
|
2016-03-09 11:15:17 +01:00 |
Junichi Satoh
|
e2ad075152
|
Added a new feature to the alert template.
It allows to reset minimum number of alert when the alert status is not
continuously.
|
2016-03-09 11:33:01 +09:00 |
mdtrooper
|
9376e9aa6d
|
Merge branch 'develop' into feature/new_networkmap
|
2016-02-10 14:54:08 +01:00 |
mdtrooper
|
8d54a6762a
|
Added the 'automatic custom graphs' in the template reports in metaconsole.
|
2016-02-02 14:55:03 +01:00 |
mdtrooper
|
8602d9eb4b
|
Working in the new networkmaps.
|
2016-02-01 16:02:43 +01:00 |
mdtrooper
|
d74a22aecf
|
Added two field lost in the table tmap
|
2016-02-01 15:10:30 +01:00 |
mdtrooper
|
88905a3910
|
Added new tables in the PostgreSQL and Oracle.
|
2016-02-01 10:54:32 +01:00 |
m-lopez-f
|
8277ad5bf2
|
Fixed sql squema and data from oracle. Tiquet: #2867
|
2015-10-14 16:41:07 +02:00 |
Arturo Gonzalez Diaz
|
c0ca789e76
|
Fixed sql error in active directory login. Ticket #2880
|
2015-10-09 13:09:56 +02:00 |
m-lopez-f
|
0d95b68a72
|
Fixed error in sql oracle
|
2015-10-08 15:42:12 +02:00 |
m-lopez-f
|
063c89008a
|
Add new columns for a new features.
|
2015-10-08 10:37:13 +02:00 |
Ramon Novoa
|
00a3494245
|
Added columns for future 6.x features (Oracle).
|
2015-10-08 10:25:19 +02:00 |
m-lopez-f
|
7d6f03c3c8
|
Fixed problems with save event filters and dont save agent and module. Tiquet: #2794
|
2015-09-30 09:26:19 +02:00 |
Arturo Gonzalez Diaz
|
398348f33a
|
Now recon tasks is created enabled in oracle. Ticket #2646
|
2015-09-07 12:10:41 +02:00 |
Arturo Gonzalez Diaz
|
74febc3da8
|
Fixed error in oracle db when creates a specific table.
|
2015-08-27 12:23:30 +02:00 |
Alejandro Gallardo Escobar
|
58891bf50a
|
Moved a table to fix an error and added the change to the migrate and the oracle and postgres files
|
2015-07-02 12:05:02 +02:00 |
Alejandro Gallardo Escobar
|
4e8c85ec10
|
Fixes to the 'key' column of the 'tupdate_settings' table
|
2015-06-25 16:16:01 +02:00 |
Alejandro Gallardo Escobar
|
390db6c06c
|
Lot of fixes for oracle databases
|
2015-06-18 19:17:59 +02:00 |
mdtrooper
|
a71ab9b19a
|
Fixed the field type of server_name in table treport_content (CLOB to VARCHAR2(1000))
|
2015-06-15 16:44:31 +02:00 |
Alejandro Gallardo Escobar
|
35623b06bf
|
Improved the oracle compatibility
|
2015-06-11 18:39:33 +02:00 |
mdtrooper
|
11d2b66b30
|
Fixes for the Oracl€.
|
2015-06-02 19:10:11 +02:00 |
Alejandro Gallardo Escobar
|
163fcd1e09
|
Now the PL/SQL function 'INSERT_ID' returns the inserted id properly
|
2015-05-25 19:52:27 +02:00 |
Alejandro Gallardo Escobar
|
11d673b803
|
Added a type and a function to get the 'LISTAGG' functionality returning a CLOB instead a VARCHAR2(4000)
|
2015-05-22 11:04:05 +02:00 |
Alejandro Gallardo Escobar
|
cfa52a655b
|
Finally fixed the unknown modules error, fixing the function 'UNIX_TIMESTAMP', which now returns the UTC utimestamp
|
2015-05-19 18:58:29 +02:00 |
Alejandro Gallardo Escobar
|
b00c424af4
|
Fixed a lot of things, like the catastrophic problem with the sequences and the insertion triggers
|
2015-05-14 12:22:36 +02:00 |
Alejandro Gallardo Escobar
|
a106111186
|
Refactored the procedure 'insert_id' to make it safe for insertions without sequences in oracle
|
2015-05-11 20:55:58 +02:00 |
Alejandro Gallardo Escobar
|
9c7cfad44f
|
Fixed some schema errors
|
2015-05-11 14:15:47 +02:00 |
Ramon Novoa
|
0dd42fd1e0
|
Merge branch 'features/oracle' of https://github.com/pandorafms/pandorafms into features/oracle
|
2015-05-05 15:36:06 +02:00 |
Alejandro Gallardo Escobar
|
7bbd94843f
|
Changed a type
|
2015-05-05 16:57:39 +02:00 |
Ramon Novoa
|
c5f70a468c
|
Changed some default values in pandoradb.oracle.sql.
|
2015-05-05 15:35:47 +02:00 |
Alejandro Gallardo Escobar
|
2396ba4d9d
|
Added a missing serial and trigger
|
2015-05-05 14:05:04 +02:00 |
Alejandro Gallardo Escobar
|
1121fbd8b7
|
Fixed problems related with the oracle compatibility
|
2015-04-30 20:11:07 +02:00 |
Alejandro Gallardo Escobar
|
0b7b32f526
|
Changed the type of the group name column to improve the consistency with mysql
|
2015-04-29 15:31:01 +02:00 |
Alejandro Gallardo Escobar
|
bf23be9e6f
|
Fixes
|
2015-04-28 19:10:29 +02:00 |
Ramon Novoa
|
3d96e8fbf2
|
More fixes to SQL files.
|
2015-04-28 15:54:50 +02:00 |
Ramon Novoa
|
bd1e212644
|
Fixed SQL files for Oracle.
|
2015-04-27 12:26:01 +02:00 |
Vanessa Gil
|
a7f748b7be
|
Ticket #1354.
|
2015-04-13 11:27: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 |
Vanessa Gil
|
3698e887c3
|
Added Stric ACL mode.
|
2015-01-15 18:08:58 +01:00 |
Alejandro Gallardo Escobar
|
eac739d362
|
Revert "Strict ACLs"
This reverts commit 3d251fd035 .
|
2015-01-15 15:11:26 +01:00 |
Vanessa Gil
|
3ffeb145a6
|
Strict ACLs
|
2015-01-08 18:11:26 +01:00 |
Alejandro Gallardo Escobar
|
52e6dda3b4
|
Merge branch 'feature/ticket#1579-TwoFactorAuthentication' into develop
Resolved conflicts:
pandora_console/extras/pandoradb_migrate_5.1_to_6.0.mysql.sql
pandora_console/extras/pandoradb_migrate_5.1_to_6.0.oracle.sql
pandora_console/extras/pandoradb_migrate_5.1_to_6.0.postgreSQL.sql
pandora_console/include/styles/pandora.css
|
2014-12-15 15:06:29 +01:00 |
mdtrooper
|
8c3a5cedb7
|
Working in the tags out the policies. Ticket: #1577
|
2014-12-12 15:01:50 +01:00 |
Alejandro Gallardo Escobar
|
d399ccbd1f
|
Added a new table called 'tuser_double_auth'
|
2014-12-11 16:11:21 +01:00 |
mdtrooper
|
e48f675935
|
Removed the un used field label_color.
|
2014-11-19 16:30:00 +01:00 |
mdtrooper
|
97278f60d2
|
Erased the deprecated field 'no_link_color' in table 'tlayout_data'
|
2014-11-19 16:30:00 +01:00 |
mdtrooper
|
45c33786e3
|
Erased the deprecated field 'fullscreen' in table 'tlayout'
|
2014-11-19 16:30:00 +01:00 |