summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding config option so user can choose to truncate urls in audit logsMika Havela2009-12-302-2/+8
|/
* jquery changes for acf-core 0.9.0Ted Trask2009-12-302-4/+2
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-2/+2
|
* UI fix, bumped to 0.4.11v0.4.11Ted Trask2009-12-102-6/+6
|
* Bumped version to 0.4.10v0.4.10Ted Trask2009-12-081-1/+1
|
* Switched back to displaying entire URL by popular demand.Ted Trask2009-12-081-1/+1
|
* Fixed minor graphical bug, bumped to 0.4.9v0.4.9Ted Trask2009-10-232-4/+5
|
* Fixed http/https download typo, simplified importing code.Ted Trask2009-10-231-53/+28
| | | | Changed parse and import functions to work on one line at a time, removed iterator functions.
* use iterator functions to import logfilesNatanael Copa2009-10-231-32/+65
| | | | | | | | | Rather than passing over a table with the entire parsed logfile we pass over an iterator function. This way we dont need to have the entire logfile in memory at the same time and we can handle extremely big logfiles without consume lots of memory.
* save ram by parse logfiles line by lineNatanael Copa2009-10-231-17/+14
| | | | | rather than read everything into a big buffer, we open and parse the log using a file handle. This should reduce the memory usage dramatically.
* avoid duplicate code using function variablesNatanael Copa2009-10-231-14/+14
| | | | | | the code for handling dg and squid log files are identical, except the parse and import function. We pass the correct function as a param and reuse the code.
* Bumped to 0.4.8v0.4.8Ted Trask2009-10-092-2/+3
|
* Graphical fix. Suggestion on how to solve the <DL> issue with various ↵Mika Havela2009-10-091-5/+2
| | | | skins.\n Also suggesting use <H1> as subheading for the example tables/descriptions on the page.
* Fixed bug with adhoc query, display results in a table, example ↵v0.4.7Ted Trask2009-10-084-19/+54
| | | | descriptions, bumped to 0.4.7
* Graphical fix. Modifying <DL> to fix skin issues.\n Removing hardcoded ↵Mika Havela2009-10-078-25/+42
| | | | backgroundcolor from table and using class=header instead to have the skins do the choosing of colors.
* Bumped version to 0.4.6v0.4.6Ted Trask2009-09-211-1/+1
|
* Added pagination for history and usage, more precision for history timestamp.Ted Trask2009-09-214-8/+17
|
* Sort history by date.Timo Teras2009-09-191-17/+17
| | | | | Fix also some white space stuff (cleaned up automatically by my editor).
* Bumped version to 0.4.5v0.4.5Ted Trask2009-09-181-1/+1
|
* Fixed bug in importing logs with \ charactersTed Trask2009-09-181-1/+2
|
* Use transactions for importing logsTed Trask2009-09-181-1/+4
|
* Do not write config if validation failedMika Havela2009-09-181-1/+1
|
* Install import script directly as a cron job.v0.4.4Timo Teras2009-09-181-6/+8
|
* Bumped version to 0.4.3v0.4.3Ted Trask2009-09-171-1/+1
|
* Modified validation to convert to default timestamp format.Ted Trask2009-09-171-5/+32
|
* Merge branch 'master' of ssh://mhavela@git.alpinelinux.org/gitroot/acf-weblogMika Havela2009-09-172-5/+15
|\
| * Added support for .gz log files, bumped to 0.4.2v0.4.2Ted Trask2009-09-162-4/+14
| |
| * Fixed bug with score, bumped version to 0.4.1v0.4.1Ted Trask2009-09-162-2/+2
| | | | | | | | Bug caused an exception when there was a ':' but no score in the block reason.
* | Remodeled the looks of viewblocklogMika Havela2009-09-171-29/+39
|/ | | | | | | | | Filtered values are highlighted in bold Standard rows are altered white/grey Bypassed url's are highlighted red background Page gets scrolled down to focused time/date. Current search-options are displayed below the input field. General modifications that causes the page to look better with different skins.
* Added code to display short reason from DG log and shorten URI and fixed bug ↵v0.4.0Ted Trask2009-09-044-31/+42
| | | | | | | with empty reason. Bumped to 0.4.0 Required new shortreason field in several tables which breaks backward compatibility. Full reason and full URI available by hovering.
* Added parameter validation, bumped to 0.3.2v0.3.2Ted Trask2009-08-284-34/+142
|
* Fixes: hide source password, put wget password to file instead of ↵v0.3.1Ted Trask2009-08-254-3/+5
| | | | commandline, fix permissions bug. Bump to version 0.3.1
* Bumped revisions to 0.3.0v0.3.0Ted Trask2009-08-051-1/+1
|
* Added "local" source to get logs from local filesystem.Ted Trask2009-08-051-3/+18
|
* Change block highlight to white on red, and highlight bypass black on yellow.v0.2.0Ted Trask2009-07-021-2/+2
|
* Added groupby option to allow to view audit by clientuserid or clientip.Ted Trask2009-06-184-12/+27
|
* initial commitv0.1.0Ted Trask2009-05-2922-0/+1843
based on weblog.tar.gz ncopa got by email.