• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Is there a way to find image upload history?

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    2
    792
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • BigDawg986B
      BigDawg986
      last edited by

      Hey guys,

      Someone uploaded an image on top of one of my images today. I can tell from the timestamp of the image file in Linux. Is there anyway i can find out which host or fog user uploaded that image?

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by Wayne Workman

        yeah, but only with CLI on the server

        some roughly written history is in the history table.

        mysql
        use fog
        select * from history;
        or
        select * from history where longtext like '%some image name here%';

        Just simply doing the select * statement, you’ll see the sort of entries being made. You can then format a like search for the field you want and the sort of data you’re looking for.

        AND… I can’t be positive on my SQL syntax above… but I think you get the idea…

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        131

        Online

        12.1k

        Users

        17.3k

        Topics

        155.4k

        Posts
        Copyright © 2012-2024 FOG Project