Menu

freePHPgallery 2.0 released

A new freePHPgallery version was released today.
Have a look at the sample installation: https://freephpgallery.sourceforge.io/2_0/

Features of version 2.0:

  • Designed for mobiles, tablets and desktop computers
  • Added ability
    for admins to add/remove users and set/change their password
    for all users to change their password, set their preferred language and choose if all albums should be shown to them or only their own albums
    to add all kind of files
    to convert video files if ffmpeg is installed on the server
    to import files from another freePHPgallery-installation
  • If ffmpeg is installed on the server videos can get an pre-image taken from the middle of the video
  • Albums can be set to private. This albums are not shown to guests and other users (admins can see all)
  • Links to private albums can be shared. Anyone who has this link can see this private album until the browser is closed
  • The user profile settings and the private files and folders can be addressed by https (SSL/TLS), if your server supports it
  • Albums can be displayed as gallery (= as before) or as an explorer-list, with a click on the name of the album
  • All gallery-files are obfuscated and protected against unauthorized access. The delivery of the files can be managed by PHP (./fileserver.php) or over the server (see comment/instruction in ./modules/rewrite_map.php)
  • Clicking on the left or right side of the shown single item will lead you forward or backward in the gallery, clicking twice at the center will show the file in a new browser window at full size - finger gestures are supported
  • Small basic design changes in comparison with the previous version 1.5
  • Left sidebar can be hidden and shown again
  • The code was made more modular. Now there is only one file (index.php) that manages everything. The different tasks are done by modules
  • Access and Cache-Control are set by .htaccess-files
  • The whole code was patched against server error log entries
Posted by Detlef Pilzecker 2018-12-09

Log in to post a comment.