Pomf Versions Save

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

v2.8.2

2 years ago

Strip tags from original filename.

v2.8.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.

v2.8.0

2 years ago

Moar static types!!

v2.7.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.
  • Double dot array mess removed.
  • Now follows PHP PSR-12.

TODO

  • Further documentation
  • More comments on code
  • probably more stuff

v2.6.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 and replace upload.php and settings.inc.php!

v2.5.0

2 years ago
  • Fixed clipboard glyph icon
  • Whitelist mode added

v2.4.2

2 years ago
  • Use if(TRUE) instead of if(var == 'true')
  • Remove a messy If() hell section and replace with a switch.

v2.4.1

2 years ago
  • Excluding JS from FAQ & Tools as its not needed there.

v2.4.0

2 years ago
  • Minor styling changes, blue boxes around FAQ and Tools
  • Minor configuration changes
  • File name generation now defaults to 8 chars and utilizes both lowercase and uppercase

To enable paste uploading on an existing install just replace pomf.min.js with: https://gist.githubusercontent.com/nokonoko/c0e301f759ede0b6c0251490480d5be0/raw/f3197dc15801c13a061c4f483a21281f44c5b778/pomf.min.js

v2.3.0

2 years ago
  • Support for pasting files to upload
  • Updated docs
  • New favicon