Releases: nokonoko/Uguu
Releases · nokonoko/Uguu
V1.4.0
A lot of changes has been made in this version, pretty much all of the code has been reworked. Be sure you're on PHP 8.0 or higher before upgrading.
- More error reporting.
- Less bloat and easier to read.
- Settings are handled by dist.json instead.
- Changed to GPL-3.0 License.
- Double dot array mess removed.
- Now follows PHP PSR-12.
TODO
- Further documentation
- More comments on code
- probably more stuff
V1.3.0
V1.2.0
V1.1.2
V1.1.1
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');