Show More
@@ -814,10 +814,6 b' class FilesController(BaseRepoController' | |||||
814 | archive = cached_archive_path |
|
814 | archive = cached_archive_path | |
815 |
|
815 | |||
816 | # store download action |
|
816 | # store download action | |
817 | action_logger(user=c.rhodecode_user, |
|
|||
818 | action='user_downloaded_archive:%s' % archive_name, |
|
|||
819 | repo=repo_name, ipaddr=self.ip_addr, commit=True) |
|
|||
820 |
|
||||
821 | audit_logger.store( |
|
817 | audit_logger.store( | |
822 | action='repo.archive.download', |
|
818 | action='repo.archive.download', | |
823 | action_data={'user_agent': request.user_agent, |
|
819 | action_data={'user_agent': request.user_agent, |
General Comments 0
You need to be logged in to leave comments.
Login now