Skip to content

Releases: nokonoko/Uguu

V1.4.0

22 Jan 21:40
Compare
Choose a tag to compare

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

04 Jul 11:21
Compare
Choose a tag to compare
  • This version introduces support for a blacklist DB and other changes as to work when the Moe Panel is released.

You NEED to use the new DB schema for this version to work!

  • Also fixes wrong name for layout_index.swig which makes "make" fail.

V1.2.0

03 Jul 15:25
Compare
Choose a tag to compare
  • Fixed clipboard glyph icon
  • Whitelist mode added

V1.1.2

28 Jun 12:19
Compare
Choose a tag to compare
  • Use if(TRUE) instead of if(var == 'true')
  • Remove some bloat

V1.1.1

27 Jun 13:18
Compare
Choose a tag to compare
  • Exclude JS from FAQ & Tools page as it's not needed there.

V1.1.0

23 Jun 23:08
1cbe610
Compare
Choose a tag to compare
  • 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');

v1.0

21 Jun 14:04
Compare
Choose a tag to compare

Cool!