Commit Graph

167 Commits (8bd874e2b0bf2bccdc14b0284a13eb665eb74b3d)

Author SHA1 Message Date
Raphaël Vinot 8bd874e2b0 new: Add variable width thumbnail method 2021-01-18 12:30:07 +01:00
Raphaël Vinot 07d0c68b5a fix: twitter card image is special 2021-01-17 13:23:30 +01:00
Raphaël Vinot e0615d9df3 fix: Better card rendering on twitter 2021-01-17 13:13:43 +01:00
Raphaël Vinot 721f5b47bb fix: Use better image for OG card 2021-01-17 12:57:19 +01:00
Raphaël Vinot fbd981d543 fix: wrong property key for OG card 2021-01-17 12:49:33 +01:00
Raphaël Vinot 026e0b7269 new: Add OpenGraph cards 2021-01-17 12:41:01 +01:00
Raphaël Vinot ffc2de3cf2 fix: proper variable name for the thumbnail 2021-01-13 16:59:14 +01:00
Raphaël Vinot 4686b560dc chg: Better handling of insanely long webpages. 2021-01-13 14:33:20 +01:00
Fafner [_KeyZee_] 02ddd35379
Adding final page title in the details of the tree 2021-01-08 19:34:21 +01:00
Raphaël Vinot 33326c2463 new: Extract URLs from rendered pages 2021-01-08 13:03:23 +01:00
Raphaël Vinot d1f33d6914 new: Add ribbons on index 2021-01-04 16:51:04 +01:00
Raphaël Vinot a4a51e50d3 chg: Bump doc link on tree page 2021-01-04 16:16:31 +01:00
Raphaël Vinot c492674194 new: Add tooltips on every icons in the popup 2021-01-01 22:47:34 +01:00
Raphaël Vinot fcae1d42d0 new: Show images in tooltip in hostnode popup 2020-12-22 18:23:39 +01:00
varad dingankar 1d3eb64ab3 #142 Adding documentation link to the menu 2020-12-21 00:44:55 +01:00
Raphaël Vinot 910a154cf7 fix: Do not overwrite all the modal contents on module re-run 2020-12-15 01:25:04 +01:00
Raphaël Vinot 0d2edb8ae3 new: Allow to use user UA for capture 2020-12-10 17:23:37 +01:00
Raphaël Vinot 7e1ce67574 chg: Improve details box 2020-12-10 16:26:37 +01:00
Raphaël Vinot 603303560a chg: shorten_string can return a div with title 2020-12-10 11:56:44 +01:00
Raphaël Vinot 3c6eca3567 new: Add screenshot thumbnail on tree, move links to the end of the node 2020-12-09 19:11:19 +01:00
Raphaël Vinot 9b3d338d3c chg: Rename analisys->submission, add unique urls on stats graph 2020-12-07 13:55:03 +01:00
Raphaël Vinot 0a632c966a fix: CSS on stats page 2020-12-07 13:33:14 +01:00
Raphaël Vinot 9f84b26ffe chg: Improve hostnode popup 2020-12-07 13:25:47 +01:00
Raphaël Vinot 48f370f471 chg: make stats graph more generic 2020-12-07 13:25:16 +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 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 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 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 d2bd113ab8 chg: Cleanup on stats page 2020-11-25 15:27:34 +01:00
Fafner [_KeyZee_] 76353f0802
Create stats.html 2020-11-25 12:08:07 +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 4da27f772d fix: Improve popup error message 2020-11-18 15:03:27 +01:00
Raphaël Vinot 354f269218 new: Integrate categorization in indexing 2020-11-09 16:02:54 +01:00
Raphaël Vinot 8b00cf8801 chg: Document email notigication, disable URL entry points for disabled features
Fix #121
2020-11-05 16:08:19 +01:00
Raphaël Vinot 6a4b42bafe fix: display popup alertbox in hostnode view
Fix #112
2020-11-04 16:02:14 +01:00
Raphaël Vinot 64fff3ec7f chg: Add icon for insecure requests in legend
Fix #120
2020-11-04 14:38:15 +01:00
Raphaël Vinot 171cd4ecd2 chg: Pass max depth as parameter in the capture page
Related to #117
2020-11-03 19:26:28 +01:00
Raphaël Vinot 5ebaf74d67 chg: Remove underline on capture page
Related: #117
2020-11-03 17:29:46 +01:00
Raphaël Vinot 9b6c2b9f42 chg: Make icon on capture page a link to index
Related: #117
2020-11-03 17:16:43 +01:00
Raphaël Vinot 6e3f051752 chg: Rename flag => bookmark
Related: #118

Fix: #114
2020-11-03 17:14:14 +01:00
Raphaël Vinot 99c939fd7f chg: Rename scrape -> capture everywhere
Related to #118
2020-11-03 16:34:52 +01:00
Raphaël Vinot 903c071654 chg: Add index button, tooltips
Fix #110
2020-11-03 12:54:42 +01:00
Raphaël Vinot 6d66bb858b chg: Bump deps 2020-10-29 12:21:31 +01:00
Raphaël Vinot 2802cfd46c new: Add captures categorization 2020-10-28 18:49:15 +01:00
Raphaël Vinot 34deb24afc fix: broken container css class 2020-10-21 16:25:31 +02:00
Raphaël Vinot fa56a3e1f0 chg: Cleanup UI, bump deps 2020-10-21 12:22:50 +02:00