Uguu Versions Save

Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.

v.1.6.1

1 year ago
  • HTML compression turned off, gets botched otherwise.
  • Added some padding for the copy button.

v.1.6.0

1 year ago

Major refactoring affecting almost all code. : )

v.1.5.4

1 year ago
  • Ko-Fi donation button added.
  • Templating now uses ejs instead of swig.
  • clean-css/uglify-js replaced with minify-all.
  • Minor PHP changes.
  • Makefile reworked.
  • Preparations for major refactor.
  • Docs updated.

If you want to use docker, stay on v1.5.3 until 1.6.0 is released.

v.1.5.3

1 year ago

Pre-overhaul stable release.

v1.5.3

2 years ago

The latest release can always be found at git.pomf.se/Pomf/Uguu.

v1.5.2

2 years ago

Strip tags from original filename.

v1.5.1

2 years ago

File extension fix also no more double dots since it's easy to abuse and not a lot of files actually use it... so lets put that on hold for now, also improved IP detection.

v1.5.0

2 years ago

More static calling!

v1.4.0

2 years ago

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

2 years ago
  • 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.