1135 Commits

Author SHA1 Message Date
Andre Lorbach
17e1280927 Added other default font for windows 2014-10-23 10:25:41 +02:00
Andre Lorbach
28fed7e32b Changed Font default to Arial 2014-10-23 10:18:44 +02:00
Andre Lorbach
20e1a13824 removed obselete stuff in index template 2014-10-23 10:06:57 +02:00
Andre Lorbach
ce342097d8 Removed dark style font sizes 2014-10-22 15:34:26 +02:00
Andre Lorbach
c1b1149f34 Incremented default fontsize 2014-10-22 15:30:41 +02:00
Andre Lorbach
14c71a7879 Added Loading Animation to top right selectbox fields 2014-10-22 15:26:59 +02:00
Andre Lorbach
ba7b8725fa Changed font unit form em to px 2014-10-22 15:23:34 +02:00
Andre Lorbach
258ec46f1f Added Option to configure font size
Not quiet ready yet
2014-10-22 14:14:32 +02:00
Andre Lorbach
c08944a1ef Removed Font family css from dark theme 2014-10-22 11:47:57 +02:00
Andre Lorbach
2f848ca697 Added support to configure the default css font 2014-10-22 11:46:09 +02:00
Andre Lorbach
e95910108a Prepared for customizing Font settings 2014-10-22 11:07:23 +02:00
Andre Lorbach
781564bbda Changed german language files to UTF8 2014-10-22 10:30:30 +02:00
Andre Lorbach
31cf8c4b36 Added Loading animation to jquery link and menu clicks 2014-10-21 15:13:42 +02:00
Andre Lorbach
53a1bce128 Fixed title attributes for img tags in all admin pages 2014-10-15 14:32:56 +02:00
Andre Lorbach
0b3da318c2 Fixed all missing title properties for img tags 2014-10-15 12:09:49 +02:00
Andre Lorbach
604a2aff68 Fixed reload time in admin panel when set to 0
When set to 0, automatic reload will now be disabled
in admin panel. Also added the text in the result.html template
into the language system.
2014-10-14 16:21:56 +02:00
Andre Lorbach
30d1ee74ae Changed enable/disable personal options link into button 2014-10-14 16:07:29 +02:00
Andre Lorbach
b593b5ac82 Changed search template layout
In order to get a propper tab order, the search
layout is now top to bottom.
2014-10-14 15:51:08 +02:00
Andre Lorbach
1aa5401c4b Uodated admin menu to use new jquery ui design 2014-10-14 10:26:53 +02:00
Andre Lorbach
42da43d99e Themed search input 2014-10-13 16:31:49 +02:00
Andre Lorbach
d217ad7017 Changed Main Menu Implementation to jquery ui 2014-10-13 16:15:20 +02:00
Andre Lorbach
2c57bcd474 Changed all content menus to new jquery ui code
Also splitted jqueryui structure from theme css
2014-10-13 12:41:04 +02:00
Andre Lorbach
0ce39d14c1 Included jquery and jquery-ui
- Included jquery library into Loganalyzer
- Included jquery-ui library into Loganalyzer
- Message Popup Window now uses jquery-iu
- Buttons are now implemented with jquery-ui
2014-10-09 16:40:44 +02:00
Andre Lorbach
d9efc7b142 Final commit for 3.6.6 v3.6.6 2014-09-02 11:09:55 +02:00
Andre Lorbach
30f621a49f Fixed Cross Site Scripting Issue
In index.php/detail.php for stringtype fields
2014-09-01 16:37:46 +02:00
Andre Lorbach
753ce6bb2e Fixed bug in databasemapping admin.
The form parameter and database fieldname of EventID field were interfering.
Also fixed a bug in maintenance.php, the ID parameter was forced to
an integer. A leftover from earlier loganalyzer days.
2014-03-31 16:25:02 +02:00
Andre Lorbach
731a265a4f Fixed a url typo 2014-03-31 15:39:48 +02:00
Andre Lorbach
33df511e5e Removed leftover debugcode v3.6.5 2013-10-09 08:54:25 +02:00
Andre Lorbach
f9f3df346c Fixed LDAP login problem when special characters like quotes were used in passwords. 2013-10-08 16:46:12 +02:00
Andre Lorbach
fc4511f389 Added changelog entries and fixed some SQL Queries
from last commits
2013-10-08 16:12:44 +02:00
Andre Lorbach
466a678d98 UserDB: Added backticks arround tablenames in all SQL Statements 2013-10-08 15:48:49 +02:00
Andre Lorbach
278b3173a5 LogStreamPDO Driver: Added backticks arround tablenames in all SQL Statements 2013-10-08 14:52:44 +02:00
Andre Lorbach
f6e5799058 LogStreamPDO Driver: Fixed hardcoded tablename in trigger create statement 2013-10-08 14:48:42 +02:00
Andre Lorbach
f90a3427ed LogStreamDB Driver: Added backticks arround tablenames in all SQL Statements 2013-10-08 14:11:52 +02:00
Andre Lorbach
f7f6156710 Added SyslogNG logline parser, thanks to Mulyadi Santosa v3.6.4 2013-08-16 15:00:08 +02:00
Andre Lorbach
6fd3834a7b Using default header encoding in GetStringWithHTMLCodes() function now. 2013-08-16 14:42:29 +02:00
Andre Lorbach
534a15cba9 Added MYSQL hint in install script when enabling User Database System. 2013-08-16 13:25:45 +02:00
Andre Lorbach
91022343d3 Updated changelog entry v3.6.3 2013-02-25 17:41:23 +01:00
Andre Lorbach
690df992b5 Fixed issue with deleting all data in MongoDB LogStream source. 2013-02-25 17:34:11 +01:00
Andre Lorbach
e9781d2791 Fixed issue in MongoDB driver which calculated wrong UID of data records.
This caused Loganalyzer to show the wrong records on the detail page and
other abnormalities.
2013-02-25 17:20:38 +01:00
Andre Lorbach
ded6e15d09 Added support to show dynamic fields for MongoDB logstream sources.
This enables Loganalyzer to view data prior written by rsyslog into MongoDB
that came from CEE sources.
2013-02-21 17:32:29 +01:00
Andre Lorbach
af9de2a4ec Added changelog entry 2013-01-11 17:31:50 +01:00
Andre Lorbach
cbf3858c16 Fixed Bug in generic Filter function which applies to all logstreams.
This caused REGEX filters to fail, if supported by the LogStream driver.
2013-01-11 17:24:00 +01:00
Andre Lorbach
593e2e4548 Updated Search documentation 2013-01-11 11:24:19 +01:00
Andre Lorbach
a53125900e Added changelog entry for 3.6.2 v3.6.2 2013-01-09 11:39:32 +01:00
Andre Lorbach
2356e10efe Fixed Cross Site Scripting Issue in userchange.php
Debugcode for handling invalid ViewID's left a XSS opportunity open.
2013-01-09 11:34:20 +01:00
Andre Lorbach
e06d3ddc76 Fixed DiskAllowed Checked in Disk logstream class.
Added missing trailing slash to the return value of dirname() which is needed for correct comparison.
2013-01-09 11:27:58 +01:00
Andre Lorbach
4c4b2413eb Added SearchField definition for MSG Field 2012-12-20 16:30:45 +01:00
Andre Lorbach
5883df1f47 Added missing backslash in paht generation for Cron command (Windows)
This affects the report admin
2012-12-20 15:30:49 +01:00
Andre Lorbach
69af9b9bc3 Incremented version number to 3.6.1 v3.6.1 2012-12-19 12:25:43 +01:00