V1.1.0
- 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: https://github.com/nokonoko/Uguu/blob/d9744300eb582ae82273a739eabb3e484fb6666a/static/php/upload.php
Replace uguu.min.js with this version:
https://gist.githubusercontent.com/nokonoko/7864d7a3df265e77f506754a9db99001/raw/2c0038f491b2614a0f01c2920519290ff6b3e4c3/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');