Explore
Register Sign In
Pomf
/
uguu
1
1
Fork
You've already forked uguu
0
Code Issues Pull Requests 1 Projects Releases 11 Wiki Activity

Releases Tags

  • Stable v1.1.0 1cbe610065
    Compare
    master
    r4jeshwar/dockerize-uguu
    s3lva-kumar/ansible-role
    v1.0
    v1.1.0
    v1.1.1
    v1.1.2
    v1.2.0
    v1.3.0
    v1.4.0
    v1.5.0
    v1.5.1
    v1.5.2
    v1.5.3
    Branches Tags
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    V1.1.0

    neku released this 1 year ago | 0 commits to master since this release

    • Support for pasting files to upload
    • Fixes a bug where the hash isn't inserted into the DB
    • Option to enable anti-dupe
    • Option to enable IP logging
    • Invalid Nginx config fixed
    • Minor fixes to the installation instructions, some commands were wrong

    Can be patched to existing installation. (this is now outdated, pull the newest version instead)

    Replace upload.php with this version: d9744300eb/static/php/upload.php

    Replace uguu.min.js with this version:
    2c0038f491/uguu.min.js

    And adding these values to settings.inc.php:

    /** Log IP of uploads */
    define('LOG_IP', 'false');
    
    /** Dont upload a file already in the DB */
    define('ANTI_DUPE', 'false');
    
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)