beechit / fal_securedownload

An extension for TYPO3 CMS which adds secure downloads to FAL
36 stars 62 forks source link

adding a counter for downloaded files by fe-user/ -group #9

Closed mm-baer closed 8 years ago

mm-baer commented 9 years ago

it would be nice to have a backend-module to show who has downloaded a file (by FE-User/ FE-Group)

liayn commented 8 years ago

I will implement this feature now. We need it for a customer and Frans agreed to have it in this ext. Concept is:

tobiwollender commented 8 years ago

Would be nice, if this statistic could also track downloads of non-secured files when no fe_user is active, e. g. a normal pdf link on a website.

liayn commented 8 years ago

That is out of scope of this feature. Normal pdf links are directly accessed by the webserver and no PHP code is involved. Hence, that's not possible.

lorenzulrich commented 8 years ago

We did that a while ago: https://github.com/visol/ext-download_stats

liayn commented 8 years ago

Thanks for sharing. Will take a look and possibly incorporate your ext then directly.