Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug where user words not properly escaped | Ted Trask | 2013-04-24 | 1 | -3/+3 |
| | |||||
* | Put squark category into block reason | Ted Trask | 2012-11-20 | 1 | -1/+7 |
| | |||||
* | Do not import TCP_DENIED lines | Natanael Copa | 2012-01-17 | 1 | -0/+6 |
| | | | | | | | Those pages were never showed to the client so there is no point in store those for analyzing. Some applications (like Nokia connection suite) will ignore an auth reject and will retry several times per second which will flood the logs. | ||||
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -5/+4 |
| | |||||
* | Fixed bug with no user authentication by removing bad check | Ted Trask | 2011-10-20 | 1 | -5/+3 |
| | |||||
* | Changed minimumscore to score and added validationv0.6.0 | Ted Trask | 2011-09-12 | 1 | -3/+11 |
| | |||||
* | Changed viewweblog to a form, reworked handling of config and weblog ↵ | Ted Trask | 2011-09-12 | 1 | -100/+80 |
| | | | | parameters, and added deniedyesno and bypassyesno config options. | ||||
* | No need for selected or id fields in weblog staging table | Ted Trask | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Made groupby work again | Ted Trask | 2011-09-09 | 1 | -5/+6 |
| | |||||
* | Purge the pubweblog_history table after one year | Ted Trask | 2011-09-09 | 1 | -2/+6 |
| | |||||
* | Removed watchlist functionality | Ted Trask | 2011-09-08 | 1 | -154/+0 |
| | |||||
* | Change editconfig to use seq field | Ted Trask | 2011-09-08 | 1 | -14/+15 |
| | |||||
* | Cleaned up clearselected even though not used | Ted Trask | 2011-09-08 | 1 | -9/+13 |
| | |||||
* | Changed checkselected to be a form | Ted Trask | 2011-09-08 | 1 | -13/+22 |
| | |||||
* | Cleaned up javascript and used ajax for select action | Ted Trask | 2011-09-07 | 1 | -26/+0 |
| | |||||
* | Whitespace cleanup | Ted Trask | 2011-09-07 | 1 | -48/+42 |
| | |||||
* | Fixed DG score, record selection, url escape sequences in squark clientuserid | Luke Stuart | 2011-09-07 | 1 | -9/+11 |
| | |||||
* | Added audit fields for total requests, flagged, blocks, overrides, max ↵ | Luke Stuart | 2011-09-06 | 1 | -7/+27 |
| | | | | score, also checking squid access.log for squark annotations | ||||
* | Removed historydays, since now unused | Ted Trask | 2011-09-05 | 1 | -23/+0 |
| | |||||
* | Added audit functions back in and cleaned up importing | Ted Trask | 2011-09-05 | 1 | -38/+73 |
| | |||||
* | Removed unused library | Ted Trask | 2011-09-05 | 1 | -1/+0 |
| | |||||
* | Cleaned up parsing and removed unused parsing of squark and dump logs | Ted Trask | 2011-09-01 | 1 | -370/+79 |
| | |||||
* | Make two-step import using weblog table so can calculate usage and watch users | Ted Trask | 2011-08-29 | 1 | -8/+25 |
| | |||||
* | No need to have four duplicate importlogentry functions | Ted Trask | 2011-08-29 | 1 | -38/+11 |
| | |||||
* | Only read word lists once for speed improvement and to avoid exception if ↵ | Ted Trask | 2011-08-26 | 1 | -12/+20 |
| | | | | missing | ||||
* | Change database name back to webproxylog so upgrades are easier | Ted Trask | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | Cleaned up use of config files | Ted Trask | 2011-08-25 | 1 | -40/+22 |
| | |||||
* | Started cleanup, not complete | Ted Trask | 2011-08-18 | 1 | -68/+281 |
| | |||||
* | Weblog Updates including Squark support and revamped analysis. | Luke Stuart | 2011-08-10 | 1 | -221/+429 |
| | |||||
* | Fixed bug caused by postgresql failing to delete a savepoint when you create ↵ | Ted Trask | 2010-10-25 | 1 | -0/+2 |
| | | | | | | a new one with the same name. Symptom was running out of shared memory in postgres because there were thousands of savepoints. | ||||
* | Move the line error messages out of the transaction when importing. | Ted Trask | 2010-10-08 | 1 | -0/+3 |
| | | | | Stangely enough, I saw a case where the logme resulted in an error, and the whole transaction was lost. | ||||
* | Added option to stop commit on error and changed default behavior to log ↵ | Ted Trask | 2010-10-05 | 1 | -7/+23 |
| | | | | error and continue | ||||
* | Truncate squid clientuserid before importing | Ted Trask | 2010-10-04 | 1 | -4/+5 |
| | |||||
* | Added shortreason to config, allowing users to choose whether they show full ↵ | Ted Trask | 2010-08-05 | 1 | -3/+6 |
| | | | | or short reason in log. | ||||
* | Add some null checks | Ted Trask | 2010-05-03 | 1 | -4/+4 |
| | |||||
* | Modified import to better handle errors. | Ted Trask | 2010-03-25 | 1 | -15/+35 |
| | | | | | Better error reporting for the line that caused the error. Continue to do the purging even if import fails. | ||||
* | Changed type of bytes from integer to bigint in all DB tables. | Ted Trask | 2010-03-18 | 1 | -4/+4 |
| | |||||
* | Bug fix for malformed squid log. | Ted Trask | 2010-01-19 | 1 | -5/+5 |
| | |||||
* | Made shorturi a boolean. | Ted Trask | 2010-01-01 | 1 | -5/+6 |
| | |||||
* | Adding config option so user can choose to truncate urls in audit logs | Mika Havela | 2009-12-30 | 1 | -1/+7 |
| | |||||
* | Fixed http/https download typo, simplified importing code. | Ted Trask | 2009-10-23 | 1 | -53/+28 |
| | | | | Changed parse and import functions to work on one line at a time, removed iterator functions. | ||||
* | use iterator functions to import logfiles | Natanael Copa | 2009-10-23 | 1 | -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 line | Natanael Copa | 2009-10-23 | 1 | -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 variables | Natanael Copa | 2009-10-23 | 1 | -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. | ||||
* | Fixed bug with adhoc query, display results in a table, example ↵v0.4.7 | Ted Trask | 2009-10-08 | 1 | -1/+1 |
| | | | | descriptions, bumped to 0.4.7 | ||||
* | Added pagination for history and usage, more precision for history timestamp. | Ted Trask | 2009-09-21 | 1 | -4/+3 |
| | |||||
* | Sort history by date. | Timo Teras | 2009-09-19 | 1 | -17/+17 |
| | | | | | Fix also some white space stuff (cleaned up automatically by my editor). | ||||
* | Fixed bug in importing logs with \ characters | Ted Trask | 2009-09-18 | 1 | -1/+2 |
| | |||||
* | Use transactions for importing logs | Ted Trask | 2009-09-18 | 1 | -1/+4 |
| | |||||
* | Do not write config if validation failed | Mika Havela | 2009-09-18 | 1 | -1/+1 |
| |