Skip to content

Releases: ChristianBeer/ProFTPd-Admin

Release: 2.2

21 Jul 13:27
Compare
Choose a tag to compare

Changes:

  • added UID/GID limits (from Greg Arnold)
  • support for unix crypt() (from Greg Arnold)
  • support for mysqli interface (also makes it PHP 7.0 compatible)
  • updated ezSQL abstraction layer

Hotfix Release 2.1b

16 Mar 09:58
Compare
Choose a tag to compare

Changes:

  • fix update_user function if pbkdf2 is not available

Release: 2.1

15 Mar 23:53
Compare
Choose a tag to compare

Changes:

  • using Bootstrap for HTML styling
  • code cleanup in AdminClass.php:
    • most of UI tasks are now implemented client-side
    • consolidation of method results as associative arrays
    • redundant and obsolete code removed
  • separation of editing and removal in different php files
  • fixed several bugs in the data model, e.g., updating a group's gid
    also updates the gids of the users
  • support for sqlite3 database
  • support for pbkdf2 hash algorithm

Thanks to @ricardopadilha for this release

v2.0

06 Jul 13:35
Compare
Choose a tag to compare

Release: 2.0
Changes:

  • complete rework of old code into object-oriented model
  • use ezSQL as database abstraction layer
  • made header and footer real html that is parsed rather included
  • config changed from object into array (this will change in the future again)
  • maintainer changed from Lex Brugman to Christian Beer (with permission)
  • fixed small bugs and typos
  • fixed Additional Group mechanism
  • updated database schema for newer MySQL servers
  • added checks for empty database
  • added a userid prefix filter for managing a lot of users