1100 Commits

Author SHA1 Message Date
Jaiver Pastor
391ab932f7 Fix name folder "classes". 2020-05-07 20:47:44 +02:00
Andre Lorbach
e3e099680c Added changelog entry for release 4.1.10 v4.1.10 2020-02-21 11:13:06 +01:00
Andre Lorbach
34a34ead9b
Merge pull request #42 from rsyslog/rgerhards-patch-1
Improve Footer Links
2020-02-21 09:07:45 +01:00
Rainer Gerhards
02ec625e40
Improve Footer Links 2020-02-21 09:06:49 +01:00
Andre Lorbach
8f82ead433
Merge pull request #41 from alorbach/al-update-2020-01
updates 2020-01
v4.1.9
2020-01-17 16:28:30 +01:00
Andre Lorbach
e833ca4e98 Finalized Version 4.1.9 2020-01-17 16:25:05 +01:00
Andre Lorbach
f86606bc66 secured redirect code in login form. 2020-01-17 16:09:03 +01:00
Andre Lorbach
e007942214
Merge pull request #40 from alorbach/pr38-merged
Pr38 merged
2020-01-17 15:10:21 +01:00
Andre Lorbach
4ed1223b01 Updated database version 2020-01-17 14:59:33 +01:00
SpaceCabbie
4031e38dd7
Change the colum type of reports function 2019-12-23 12:42:07 +01:00
Rainer Gerhards
507151de94
Merge pull request #36 from spacecabbie/patch-1
Updated help menu
2019-12-19 17:43:59 +01:00
SpaceCabbie
001f144356
Updated help menu
Removed links to forum/wiki
repaired link to proffesional help
2019-12-19 16:27:12 +01:00
Andre Lorbach
dc04463124 added missing database upgrade file v4.1.8 2019-09-26 17:41:03 +02:00
Andre Lorbach
b2650d09bd Finalized Version 4.1.8 2019-09-26 17:21:11 +02:00
Andre Lorbach
bf714e5647 php7.x: fixed multiplre compatibility issues.
Also fixed minor database definition issue (missing defautl value).

closes: https://github.com/rsyslog/loganalyzer/issues/28
2019-09-26 17:17:10 +02:00
Andre Lorbach
89ce395fb5 php7.x: Fixed minor notice issues happening on newer php7.x versions. 2019-09-26 17:00:53 +02:00
Andre Lorbach
78e06897d0 reports: fixed insert sql statement for savereports (SourceID).
Also fixed wrong mysql_ API call in reports module and replaced with DB_ReturnLastInsertID.

closes: https://github.com/rsyslog/loganalyzer/issues/30
2019-09-26 16:31:38 +02:00
Andre Lorbach
fbd41c9e51 Added changelog entry for clickhouse support 2018-12-20 15:25:29 +01:00
Andre Lorbach
37026c2b36
Merge pull request #27 from PascalWithopf/clickhouse
Add new driver for DBMS ClickHouse
2018-12-20 15:24:42 +01:00
PascalWithopf
719ea23b97 Add driver for clickhouse support
A driver for the DBMS ClickHouse was added.
A PHP ClickHouse library is used for this.
2018-12-20 09:23:35 +01:00
Andre Lorbach
f64cabb573 Finalized Version 4.1.7 2018-12-04 16:17:20 +01:00
Andre Lorbach
367b50aa1a Fixed XSS issue in login.php 2018-12-04 09:22:24 +01:00
PascalWithopf
a9854e58ef loganalyzer: Einbinden neuer logstream Dateien
logstreamclickhouse.class.php
logstreamconfigclickhouse.class.php
Eingebunden machen aber das selbe wie mysql
2018-10-02 15:14:20 +02:00
Andre Lorbach
570b05336c
Merge pull request #26 from tatsuyaueda/Japanese_Translation
Adding Japanese translation
2018-08-17 10:36:15 +02:00
Andre Lorbach
5f26e7309d jpgraph: Added workarround when imageantialias function is missing
closes: https://github.com/rsyslog/loganalyzer/issues/19
2018-04-20 09:04:41 +02:00
Andre Lorbach
7aafb588ba Login template: Fixed length limit of username / password
Using same limit as on install page now (255)
Closes https://github.com/rsyslog/loganalyzer/issues/23
2018-04-20 08:54:09 +02:00
Andre Lorbach
199392a9de convert Script: Replace mysql functions with mysqli functions.
Fixed php7 compatibility issues.
2018-04-20 08:49:09 +02:00
Tatsuya Ueda
b769c60db3 - Update Translation 2018-02-19 10:39:45 +09:00
Tatsuya Ueda
41537965e8 - Create Japanese Translation 2018-02-19 09:26:21 +09:00
Andre Lorbach
4757ac873e Added changelog entry for 4.1.6
Closes https://github.com/rsyslog/loganalyzer/issues/17
v4.1.6
2017-11-06 08:54:50 +01:00
Andre Lorbach
5ae2ddd0c2 Install Script: Replace mysql functions with mysqli functions.
Also enahnced database error reporting function.
closes: https://github.com/rsyslog/loganalyzer/issues/17
2016-10-20 11:52:34 +02:00
Andre Lorbach
29174ec95f Fixed mysqli_connect call in UserDB functions v4.1.5 2016-10-12 11:41:24 +02:00
Andre Lorbach
3a58b60b5d Added changelog entry for 4.1.5
closes: https://github.com/rsyslog/loganalyzer/issues/14
closes: https://github.com/rsyslog/loganalyzer/issues/9
2016-10-12 11:12:56 +02:00
Andre Lorbach
8edd54c1e6 Fixed loading widget again 2016-10-12 11:06:41 +02:00
Andre Lorbach
90dedbe2dc Merged Patch from Issue 15
closes https://github.com/rsyslog/loganalyzer/issues/15
2016-10-12 10:00:37 +02:00
Andre Lorbach
2612339487 chart generator: Fixed XSS issue in html map 2016-10-11 16:31:05 +02:00
Andre Lorbach
25118025c5 javascript: Updated jquery to v1.12.4 and increased loading speed
Show Events will now show when finished rendering increasing the
time to display in most browsers.
2016-10-11 16:25:44 +02:00
Andre Lorbach
a4dbb0dced new build number 2016-10-11 15:30:47 +02:00
Andre Lorbach
d50c55e1e1 php7: Upgraded constructors in all html2pdf classes 2016-10-11 15:26:26 +02:00
Andre Lorbach
2ac23f38f3 php7: Upgraded constructors in all msgparser classes 2016-10-11 15:12:50 +02:00
Andre Lorbach
9eddd8a5d8 reports: Fixed XSS issues in autisummary and logonlogoff report 2016-10-11 15:08:01 +02:00
Andre Lorbach
3f26c3e25a admin center: Fixed bug when using cleardata on invalid logstream source 2016-10-11 14:58:55 +02:00
Andre Lorbach
a250cc12b4 userdb: fixed wrong mysqli_free_result call 2016-10-11 14:19:34 +02:00
Andre Lorbach
04d3578bee logstreamdisk: Fixed case sensitive variables in consolidate functions 2016-10-11 14:15:53 +02:00
Andre Lorbach
febaf409cd reports: Fixed XSS issues in syslog summary report 2016-10-11 10:47:06 +02:00
Andre Lorbach
ac9395163e reports: Fixed database error reporting in report database functions.
Also fixed XSS issues in eventlog summary report
2016-10-11 10:42:46 +02:00
Andre Lorbach
aacae69878 logstreamdb: Changed all mysql api calls to use mysqli equivalent.
Also fixed handling of unknown /deleted logstream sources in report admin.
2016-10-10 15:27:35 +02:00
Andre Lorbach
747dda7ee7 php7: Upgraded constructors in all report classes 2016-10-10 13:50:22 +02:00
Andre Lorbach
ce31ab510b JPGraph: Updated to Version 4.0.1 which includes PHP7 support.
Also adapted the chartgenerator to support the new version.
2016-10-10 13:07:16 +02:00
Andre Lorbach
11e3ec9dca php7: Upgraded constructors in all logstreamline classes 2016-10-10 10:42:29 +02:00