Commit Graph

374 Commits

Author SHA1 Message Date
Gregory Soutade
a5bef4ece6 Search for "compatible" in all requests, not only the first one 2023-02-18 08:48:57 +01:00
Gregory Soutade
b29765dda9 Update data with AWStats 7.9 2023-02-04 08:42:26 +01:00
Gregory Soutade
cb18cf928e New way to display global statistics : with links in months names instead of "Details" button
Fix Months name not translated in "By Day" corner
2023-02-04 08:40:36 +01:00
Gregory Soutade
21a21cd68f Add a new rule for robots : 1 page and 1 hit, but not from the same source 2023-02-04 08:40:04 +01:00
72db40d593 Update translations 2023-01-28 09:48:25 +01:00
Gregory Soutade
c6ce5cfc6f Increment IWLA version 2023-01-28 09:45:13 +01:00
Gregory Soutade
185664850d Add subdomains plugin 2023-01-28 09:44:43 +01:00
Gregory Soutade
fef9c783f6 Skip redirected pages/hit at analysis level 2023-01-28 09:42:12 +01:00
Gregory Soutade
6a4fd4e9c8 New rule for robot : more than 10 not modified pages in a row 2023-01-28 09:40:26 +01:00
Gregory Soutade
ac246eabe2 Find robot name in 'compatible' string and group them 2023-01-28 09:38:59 +01:00
Gregory Soutade
9c57ad3ece Feeds : display last access date for merged feed parsers 2023-01-28 09:36:48 +01:00
Gregory Soutade
3a8c667fdc Feeds display: Add "*" after a space in order to have flags 2023-01-28 09:35:48 +01:00
2b19a009e8 Update documentation 2022-11-20 10:18:11 +01:00
Gregory Soutade
7e2991aa50 Update ChangeLog 2022-11-20 10:15:23 +01:00
Gregory Soutade
3117aebac0 Add all_visits_enlight display plugin 2022-11-20 10:15:13 +01:00
Gregory Soutade
82993afbce Show last access information for feeds parsers 2022-11-20 10:12:16 +01:00
Gregory Soutade
ff57e5a90a Call pre analysis hook on display only mode 2022-11-16 21:12:19 +01:00
Gregory Soutade
975cc66bd5 Don't launch robot analysis rules for feed parsers 2022-11-16 21:10:11 +01:00
Gregory Soutade
f8b37a625c Rework feed merge algorithm. Allow to merge feeds based on name regular expression with merge_feeds_parsers_list conf value 2022-11-16 21:09:50 +01:00
Gregory Soutade
242bb6cabe Fix error in None handling of unknown city/country in filtered users 2022-11-16 21:09:36 +01:00
Gregory Soutade
cce8c75118 Display viewed and no viewed data for feeds (can be set as a robot too late) 2022-11-16 21:09:23 +01:00
Gregory Soutade
ad01b48898 Change merge_one_hit_only_feeds_parsers by merge_feeds_parsers and set it to False by default 2022-11-12 19:00:14 +01:00
Gregory Soutade
c9bc21a506 Check for multimedia files using lower case 2022-11-12 18:59:54 +01:00
2e955e5fe2 Update documentation 2022-11-10 20:14:18 +01:00
928e4eea5a Move iptogeo.py util into misc 2022-11-10 20:14:18 +01:00
Gregory Soutade
41432046a1 Add Anonymize IP plugin 2022-11-10 20:06:00 +01:00
Gregory Soutade
b93c4bf470 Remove browser condition for filter users Geo IP 2022-11-10 20:04:56 +01:00
Gregory Soutade
2aad389e2b Fix message for all visits and top countries 2022-11-10 20:04:45 +01:00
Gregory Soutade
b5361b6036 Add .html, .css and .js in default compressed files 2022-11-08 20:41:56 +01:00
c16debd36c Update locales 2022-11-07 21:15:07 +01:00
Gregory Soutade
6ce0374fe7 Display external referers in filter_users plugin 2022-11-07 21:13:49 +01:00
26ad1b4635 Update ChangeLog 2022-11-04 20:42:04 +01:00
8f8d3851a7 Update documentation 2022-11-04 20:42:04 +01:00
48b354abf4 Update translations 2022-11-04 20:42:04 +01:00
310fbcdb07 Remove deprecated track users plugin 2022-11-04 20:14:22 +01:00
f5e581bb46 Update data from AWStats 2022-11-04 20:13:02 +01:00
5e99fbcd54 Update icons 2022-11-04 20:10:08 +01:00
Gregory Soutade
c0fc5a0131 Add user agent in filter users display and limit filtered users to 10 in index 2022-11-04 20:04:08 +01:00
Gregory Soutade
7ec7e0d644 Add Geo IP location in filter users 2022-11-04 20:03:52 +01:00
Gregory Soutade
c84373b2d7 Filter users filter can now be a function defined in conf 2022-11-04 20:03:33 +01:00
Gregory Soutade
0e7b6c9131 Add Geo IP web service function in misc 2022-11-04 18:30:28 +01:00
Gregory Soutade
b92a017dba Update documentation 2022-06-23 21:21:18 +02:00
Gregory Soutade
4d3c2107f0 Don't save all visitors requests into database (save space and computing). Can be changed in deufalt_conf.py with keep_requests value 2022-06-23 21:16:30 +02:00
Gregory Soutade
99639b65a4 Add conf.py to .gitignore 2022-06-23 21:16:04 +02:00
Gregory Soutade
9cee1fa71c Move Filter Users plugin into pre_analysis (and keep display part) 2022-06-23 21:14:58 +02:00
Gregory Soutade
d36676ca38 Normalize URL before counting in stats 2022-06-23 21:11:43 +02:00
Gregory Soutade
37a33f1291 Replace -c argument by config file. Now clean output is -C 2022-06-23 21:10:56 +02:00
Gregory Soutade
b1f1158589 Update search engines 2022-06-23 21:09:15 +02:00
Gregory Soutade
4e7b2d34d1 Add favicon 2022-06-23 21:08:38 +02:00
5130b1f6d8 Bad 2to3 python conversion : map() function needs to be included into list() operator. If not, they're only analyzed once 2021-08-06 08:45:04 +02:00