Andre Lorbach
18c40e1af5
Fix getting uninitialized default config value
...
- catch SQL errors in LoadConfig
- incremented DB Version to 14
2023-02-07 10:46:36 +01:00
Andre Lorbach
059334ca85
Merge pull request #91 from alorbach/pr-issue-90
...
Fix PR88 CSS issues
2023-02-07 10:27:23 +01:00
Andre Lorbach
f5db225867
Add new Option "ViewColoredCells"
...
Using this setting, the new colored syslog message cells
based on Syslog Severity (Priority) can be enabled or disabled.
Default for existing installations is disabled.
Default for new installations should be enabled (config.sample.php).
2023-02-03 22:58:37 +01:00
Andre Lorbach
e966850395
Fix CSS issues from PR88
...
- Fixed font colors for new css
- Moved cell css from theme to default (works for all themes)
- Fixed menu Css colors
- Added css changes to dark and highcontrast theme
- Fixed cell css for events that miss syslog severity (old format)
- Increased memory usage max
see also https://github.com/rsyslog/loganalyzer/issues/88
closes https://github.com/rsyslog/loganalyzer/issues/90
2023-02-03 20:47:13 +01:00
Andre Lorbach
4f3be89252
Merge pull request #88 from diabolusss/master
...
Some minor search result style changes + datelastx
2023-02-03 20:41:16 +01:00
Andre Lorbach
a6ba71f50c
Update functions_common.php
...
Increased memory usage max
2023-02-03 16:13:03 +01:00
Andre Lorbach
c2345c5a6f
Update index.php
...
Fixed cell css for events that miss syslog severity (old format)
2023-02-03 16:11:56 +01:00
Vitaly X
d1e501b1f4
fix non event links style
2023-01-21 14:21:27 +02:00
Vitaly X
77bed422e0
datelastx backward compatibility
2023-01-21 14:14:38 +02:00
Vitaly
350a4c02ac
force page limit
2023-01-15 02:04:15 +02:00
Vitaly X
ad31e6d216
Readme
2023-01-15 01:55:26 +02:00
Vitaly X
4845e6fc37
Custom trace; bug fixes; txt plain export; page limit; See Readme for details.
2023-01-15 01:50:06 +02:00
Vitaly
ed8e4f2256
Update README.md
2023-01-04 00:07:48 +02:00
Vitaly X
0e1114846d
charts orderby config; see readme for more details
2023-01-03 23:39:16 +02:00
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