1162 Commits

Author SHA1 Message Date
Vitaly X
27bb2db6d6 readme changes 2023-01-03 15:01:59 +02:00
Vitaly X
364983a9e5 Merge branch 'master' of github.com:diabolusss/loganalyzer 2023-01-03 14:56:13 +02:00
Vitaly X
fe720c48bc Support quoted filters <- use text inside without parsing; support number ranges 2023-01-03 14:55:40 +02:00
Vitaly
678f984eeb
Update README.md 2022-12-29 12:30:17 +02:00
Vitaly
b46e135d24
Update README.md 2022-12-29 12:27:24 +02:00
Vitaly
5e9fd89a29
Update README.md 2022-12-29 12:26:28 +02:00
Vitaly
09646a4f8c
Update README.md 2022-12-29 12:25:56 +02:00
Vitaly X
8dda8e8df7 Merge branch 'master' of github.com:diabolusss/loganalyzer 2022-12-29 00:00:10 +02:00
Vitaly X
f1985040a5 support TRACE syslog level; add loglevel style colors and change color for full line; limit empty search to 6h; change datelastx behaviour - use number as hours indicator; 2022-12-28 23:59:28 +02:00
Vitaly
1e6befa4b5
Update README.md 2022-12-28 23:52:42 +02:00
Vitaly
41d274399c
Create README.md 2022-12-28 23:48:20 +02:00
Vitaly X
ec2f05ab1f support TRACE syslog level; add loglevel style colors and change color for full line; limit empty search to 6h; change datelastx behaviour - use number as hours indicator; 2022-12-28 23:43:47 +02:00
Andre Lorbach
58c1e8ab20 Update ChangeLog entries, updated to v4.1.13 v4.1.13 2022-10-19 13:38:11 +02:00
Andre Lorbach
4f41224b53
Merge pull request #82 from vsc55/patch-1
fix undefinded chart_defaultfilter
2022-10-19 13:08:30 +02:00
Andre Lorbach
fe3a02f284
Update statistics.php
Removed newline at the end
2022-10-19 13:07:41 +02:00
Andre Lorbach
a2e2ed1b4d
Update statistics.php 2022-10-19 13:07:15 +02:00
Andre Lorbach
ed522cabe5
Merge pull request #85 from Conan1231/master
fixed delete sources error
2022-10-19 13:06:19 +02:00
Andre Lorbach
c9f54208f5
Merge pull request #87 from alorbach/pr-issue-75
Fix issues for PHP8 and PHP8.1 compatibility
2022-10-19 13:05:05 +02:00
Andre Lorbach
9da2abc94b ThirdParty: Updated jpgraph to 4.4.1 for PHP8 compatibility
closes: https://github.com/rsyslog/loganalyzer/issues/75
2022-10-19 11:26:33 +02:00
Andre Lorbach
9f43830a74 PHP8 Compatibility: Fix issues to enable PHP8 support
- avoid using depreceated APIs
2022-10-19 11:22:14 +02:00
Conan1231
72bd8984cb
Update sources.php
fixed the Error: "Could not delete data in the '1' source

thx to @jerrylu2008
2022-09-12 14:18:36 +02:00
Javier Pastor
dc688c5f92
fix undefinded chart_defaultfilter 2022-03-09 22:33:47 +01:00
Andre Lorbach
a0cb2460a5
Merge pull request #77 from alorbach/pr-issue-76
login: Fix XSS issue if "Debug Userlogin" is enabled.
v4.1.12
2021-04-29 08:38:53 +02:00
Andre Lorbach
28ae0b9ef4 login: Fix XSS issue if "Debug Userlogin" is enabled.
The username field was vulnerable against XSS attacks.
However this only affected POST data, so creating a URL with Querystring
for a XSS attack would not work.
2021-04-29 08:38:09 +02:00
Andre Lorbach
32d6b3fa2a database: Allow some fields to be NULL
Also added database update to v13
2021-04-22 09:35:21 +02:00
Rainer Gerhards
5d0247efca
Merge pull request #69 from vsc55/patch-2
Update ChangeLog
2020-09-02 11:08:08 +02:00
Javier Pastor
4b979cc147
Update ChangeLog
correct name
2020-09-01 23:56:57 +02:00
Andre Lorbach
a15d5de4b1 Incremented Version and updated Changelog entry v4.1.11 2020-07-09 14:11:43 +02:00
Andre Lorbach
b4ae5a468a
Merge pull request #68 from alorbach/pr-issue-67
ThirdParty: Updated jpgraph to 4.3.1 (2020-04-24)
2020-07-09 13:40:41 +02:00
Andre Lorbach
546d932cc7 ThirdParty: Updated jpgraph to 4.3.1 (2020-04-24) 2020-07-08 15:28:51 +02:00
Andre Lorbach
9525d4f550
Merge pull request #59 from vsc55/layout
fix design
2020-07-08 12:59:19 +02:00
Andre Lorbach
b9367ee304
Merge pull request #63 from vsc55/#62
fix, mysql error: Field 'is_global' doesn't have a default value
2020-07-08 11:04:02 +02:00
Andre Lorbach
a19d44a718
Merge pull request #57 from vsc55/#56
Fix name folder "classes".
2020-07-08 11:02:34 +02:00
Andre Lorbach
ffc7de3d40
Merge pull request #64 from vsc55/lang-es
Update: Spanish translation (completed)
2020-07-08 11:00:16 +02:00
Andre Lorbach
9eadf1dc5b
Merge pull request #65 from vsc55/#58
fix db_template, "db_update_v12" missing.
2020-07-08 10:59:50 +02:00
Jaiver Pastor
75776cf495 Fix query UPDATE 2020-05-13 00:34:52 +02:00
Jaiver Pastor
07c812aa73 Update Spanish 2020-05-13 00:25:49 +02:00
Jaiver Pastor
c16933e51a fix db_template, "db_update_v12" missing. 2020-05-13 00:00:40 +02:00
Jaiver Pastor
b531c842ca Fix footer 2020-05-08 19:04:12 +02:00
Jaiver Pastor
eb03be669c Update: Spanish translation (completed) 2020-05-08 17:58:31 +02:00
Andre Lorbach
77b264b45b
Merge pull request #60 from vsc55/patch-1
Update admin.php
2020-05-08 17:09:24 +02:00
Andre Lorbach
b1554ed845
Merge pull request #54 from vsc55/#53
Fix error to execute insert query mysql for the missing column Trunscate
2020-05-08 17:08:39 +02:00
Andre Lorbach
6bfe5506cb
Merge pull request #51 from vsc55/#49
Fix, Disable the button in the Enabled column, Charts Options
2020-05-08 17:06:48 +02:00
Jaiver Pastor
f8142218ef fix, mysql error: Field 'is_global' doesn't have a default value 2020-05-08 16:54:32 +02:00
Andre Lorbach
db2c8eb898
Merge pull request #47 from vsc55/lang-es
Spanish translation (partial)
2020-05-08 13:03:49 +02:00
Jaiver Pastor
733c28ff77 Update: Spanish translation (partial) 2020-05-08 12:55:55 +02:00
Javier Pastor
fa18431cc6
Update admin.php
Fix, missing {LN_DBMP_MAPPING_MOVEUP} and {LN_DBMP_MAPPING_MOVEDOWN}
2020-05-08 12:49:21 +02:00
Jaiver Pastor
b96dd877fd Replace the fixed width with padding.
In this way the texts in other languages do not cause the height to be modified by the line breaks.
2020-05-08 11:39:21 +02:00
Jaiver Pastor
2a3da1e5c8 use a single replace with the help of arrays. 2020-05-07 22:28:14 +02:00
Jaiver Pastor
77f27eb7da Update: Spanish translation (partial) 2020-05-07 21:42:38 +02:00