Commit Graph

718 Commits (f6ff575d8432ae4645011c6b019c69950b4d1724)

Author SHA1 Message Date
Raphaël Vinot 7bba854e0a fix: Properly call logger 2020-12-04 01:33:58 +01:00
Raphaël Vinot 5897f8024d chg: Do not fail when sanejs is too slow to answer 2020-12-04 00:31:53 +01:00
Raphaël Vinot 7880f9c31e chg: Bump deps 2020-12-04 00:31:13 +01:00
Raphaël Vinot 187422b36b chg: Improve margins 2020-12-03 14:15:12 +01:00
Raphaël Vinot bd338d1ce2 chg: Add 1px gif 2020-12-03 13:47:00 +01:00
Raphaël Vinot e472c4a746 fix: Avoid overlav 1st node by menu, fix very small tree 2020-12-03 13:34:15 +01:00
Raphaël Vinot d353463548 chg: Simplify modules activation 2020-12-03 12:33:35 +01:00
Raphaël Vinot cebdbefccd chg: Bump minimal deps 2020-12-02 16:59:48 +01:00
Raphaël Vinot 820c7c5a4d fix: remove broken pickles if needed 2020-12-01 17:00:44 +01:00
Raphaël Vinot 4e69aa203f fix: Normalize buttons colour (tree/popup)
Fix #115
2020-11-30 20:26:59 +01:00
Raphaël Vinot c1781ea88a chg: Add PR to GH actions 2020-11-30 14:09:39 +01:00
Raphaël Vinot 287fdeb8e6 chg: Disable bookmarks by default 2020-11-29 23:56:42 +01:00
Raphaël Vinot 55ef3ed04d chg: Rename legitimate -> known in the interface
Related to #118
2020-11-29 23:38:12 +01:00
Raphaël Vinot ac919356d7 chg: Bump deps 2020-11-29 21:36:50 +01:00
Raphaël Vinot 1a7a74cccd chg: Cleanup stats page 2020-11-27 16:27:29 +01:00
Raphaël Vinot 9fe6dfd306 chg: Add CSS for stats 2020-11-27 09:56:39 +01:00
Raphaël Vinot c514bf5b58 Merge branch 'FafnerKeyZee-patch-1' into main 2020-11-26 22:26:38 +01:00
Raphaël Vinot 28ed2b168c chg: Use d3js instead of chart.js 2020-11-26 22:26:22 +01:00
Fafner [_KeyZee_] 1ad1c50540
adding graph for years stats 2020-11-25 20:17:36 +01:00
Fafner [_KeyZee_] 6f6eb6128c
reorganise 'scripts' for the stats 2020-11-25 20:16:18 +01:00
Raphaël Vinot 19976adeda Merge branch 'FafnerKeyZee-main' into main 2020-11-25 15:27:56 +01:00
Raphaël Vinot d2bd113ab8 chg: Cleanup on stats page 2020-11-25 15:27:34 +01:00
Fafner [_KeyZee_] 0e3d007bf5
fixing typo (again) 2020-11-25 12:22:45 +01:00
Fafner [_KeyZee_] 76353f0802
Create stats.html 2020-11-25 12:08:07 +01:00
Fafner [_KeyZee_] 17e7701807
adding a page for stats \o/ 2020-11-25 12:07:01 +01:00
Fafner [_KeyZee_] 7bf13db3f2
fixing ttypo 2020-11-25 12:05:08 +01:00
Raphaël Vinot 7197b9f55a Merge branch 'FafnerKeyZee-patch-1' into main 2020-11-24 21:01:56 +01:00
Raphaël Vinot d964549e56 fix: Typing, dump to json 2020-11-24 21:01:30 +01:00
Fafner [_KeyZee_] d77dfb1cac
updating output for stats 2020-11-24 18:55:13 +01:00
Raphaël Vinot 9cd3984587 Merge branch 'FafnerKeyZee-main' into main 2020-11-24 18:21:41 +01:00
Raphaël Vinot 813fa3129a chg: Bump dependencies 2020-11-24 18:21:09 +01:00
Raphaël Vinot c54d29601d chg: Fix typing 2020-11-24 18:19:53 +01:00
Fafner [_KeyZee_] a172c1f58a
adding a new api entry: stats 2020-11-24 16:46:57 +01:00
Fafner [_KeyZee_] bedbb8eb45
adding get_stats() 2020-11-24 16:46:01 +01:00
Fafner [_KeyZee_] 2ae7d87420
Adding uniq_domains 2020-11-24 16:44:43 +01:00
Raphaël Vinot a117a91341 new: Add feature to automatically trigger the modules on tree load 2020-11-22 23:23:42 +01:00
Raphaël Vinot a15a30850b chg: Add more python versions 2020-11-20 16:55:31 +01:00
Raphaël Vinot 0ad2c4d573
Merge pull request #128 from FafnerKeyZee/patch-7
Update stats.py
2020-11-20 15:47:24 +01:00
Fafner [_KeyZee_] 10541a2e75
Update stats.py
adding some information about analysis with redirects
2020-11-20 15:27:05 +01:00
Raphaël Vinot 7dc38d0ff2 chg: properly count unique URLs/domains in stats 2020-11-20 13:43:49 +01:00
Raphaël Vinot 89d06246f1 chg: Add to stats: week, prec week, and unique url/hostname count 2020-11-20 13:24:37 +01:00
Raphaël Vinot 1d03f7ed9c Merge branch 'FafnerKeyZee-patch-6' into main 2020-11-20 12:18:16 +01:00
Raphaël Vinot 254211e895 chg: Make the stats tool more generic 2020-11-20 12:17:54 +01:00
Fafner [_KeyZee_] c17b0fc6d3
Create stats.py
some stats about the submission month by month
2020-11-19 23:20:22 +01:00
Raphaël Vinot f604285f8d fix: Turns out mkdir fails because the directory it tried to make doesn't exists. Use systemd, they said. 2020-11-19 19:57:49 +01:00
Raphaël Vinot ef24934744
Update lookyloo.service.sample
Fix perms
2020-11-19 16:14:39 +01:00
Raphaël Vinot 6c83793754 Merge branch 'FafnerKeyZee-patch-5' into main 2020-11-19 16:06:05 +01:00
Raphaël Vinot 5f3a4323c3 chg: Create logging directory if needed 2020-11-19 16:05:49 +01:00
Raphaël Vinot e1469ee494 fix: Improve popup error message 2020-11-19 15:54:21 +01:00
Raphaël Vinot 22d06ab93c chg: Bump deps 2020-11-19 15:54:21 +01:00