Skip to content

Releases: pomf/pomf

V2.8.2

29 Jan 20:44
Compare
Choose a tag to compare

Strip tags from original filename.

V2.8.1

29 Jan 20:34
Compare
Choose a tag to compare

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

23 Jan 11:40
Compare
Choose a tag to compare

Moar static types!!

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

TODO

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

V2.6.0

04 Jul 11:25
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 and replace upload.php and settings.inc.php!

V2.5.0

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

V2.4.2

28 Jun 12:56
Compare
Choose a tag to compare
  • Use if(TRUE) instead of if(var == 'true')
  • Remove a messy If() hell section and replace with a switch.

V2.4.1

27 Jun 13:12
Compare
Choose a tag to compare
  • Excluding JS from FAQ & Tools as its not needed there.

V2.4.0

24 Jun 12:56
Compare
Choose a tag to compare
  • 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

23 Jun 23:09
77f190c
Compare
Choose a tag to compare
  • Support for pasting files to upload
  • Updated docs
  • New favicon