1135 Commits

Author SHA1 Message Date
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
Andre Lorbach
47714eaa04 php7: Upgraded constructors in all logstream classes 2016-10-10 10:37:43 +02:00
Andre Lorbach
4adc735142 userdb: Changed all mysql api calls to use mysqli equivalent. 2016-10-10 10:33:00 +02:00
Andre Lorbach
058de0cdc8 php7: Fixed constructor in template class 2016-10-10 10:17:26 +02:00
Andre Lorbach
ed50491cae Added documentation for dynamic logfilenames 2015-05-06 11:09:22 +02:00
Andre Lorbach
9da46ec9ad Added Global option "Disable Adminpanel for normal users"
When enabled, normal users (without admin access) won't be able
to see or access any admin panel.
2015-03-31 09:30:30 +02:00
Andre Lorbach
1f36a5b613 Make sure we also read user/group sources in cmd scripts. 2015-03-30 11:19:10 +02:00
Andre Lorbach
982025ed8e Fixed NOTICE issue in console mode 2015-03-30 11:15:26 +02:00
Andre Lorbach
793fce1031 Fixed custom user language setting loading 2015-03-30 10:30:41 +02:00
Andre Lorbach
286e63c2f9 Fixed another case sensitive database fields issue in mysql driver 2015-03-30 10:00:45 +02:00
Andre Lorbach
27c31dc0d4 Fixed case-sensitive issues with in MYSQL DB Driver
When using MYSQL Views, keys did return case sensitive.
All array keys are now converted into lowercase which
fixes problems with charts and reports.
2015-03-27 15:06:15 +01:00
Andre Lorbach
e23020bd6d Fixed invalid default Source selected on session init 2015-03-27 14:21:19 +01:00
Andre Lorbach
318a620282 Added support for Admin Users to edit ALL sources in sources admin 2015-03-27 13:40:41 +01:00
Andre Lorbach
a783655c35 Added changelog entry v4.1.3 2015-03-26 15:08:50 +01:00
Andre Lorbach
dd4cf9d75f Added AutoFocus Code into DBMapping and Views Admin 2015-03-26 14:46:43 +01:00
Andre Lorbach
fd3fccf008 Added function to Add Focusscript 2015-03-26 14:22:47 +01:00