Skip to content

Releases: pglombardo/PasswordPusher

v1.51.4: Fix the Custom Logo Formatting in Login Pages

19 Feb 11:04
dbd5a53
Compare
Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.4

..and go to http://localhost:5100

🔗 Useful Links

v1.51.3: Better Redirect Handling & New Environment Variable

18 Feb 20:46
5dccf0b
Compare
Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.3

..and go to http://localhost:5100

🔗 Useful Links

v1.51.2: New CLI Commands for Admin User Management

17 Feb 21:47
eee1d00
Compare
Choose a tag to compare

New CLI Commands for Admin User Management

This release introduces a suite of command-line tools for managing administrator accounts:

New Commands

  • bin/create_admin <email> - Create a new admin user with a generated password
  • bin/promote_to_admin <email> - Promote an existing user to admin
  • bin/demote_admin <email> - Remove admin privileges from a user
  • bin/list_admins - Display all admin users with details

Features

  • Secure password generation
  • Automatic user confirmation
  • Colorized output for better readability
  • Works in all environments (including Docker)

Example Usage

Screenshot 2025-02-17 at 21 49 06

📖 Read more in the updated documentation:
https://docs.pwpush.com/docs/admin-dashboard/#via-application-console

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.2

..and go to http://localhost:5100

🔗 Useful Links

v1.51.1: Fix API Token Page / Token Regeneration

14 Feb 14:59
e1d446b
Compare
Choose a tag to compare

davinci

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.51.1

..and go to http://localhost:5100

🔗 Useful Links

v1.51.0: API Update & Cleanup

13 Feb 14:45
40a00aa
Compare
Choose a tag to compare

📝 What’s Changed

This release updates and cleans up the API code. The API itself hasn't changed although some clients may need minor updates if they were relying on non-standard behavior.

Authorization: "Bearer <token>" is now the preferred method of authentication. X-User-* headers are still supported indefinitely for v1 of the API. The eventual APIv2 will likely support Bearer token only.

If something breaks, it's likely due to one of the following:

  • All API requests must be made to .json endpoints. (e.g. /p.json and NOT /p)
  • Unauthorized requests will now return a 401 Unauthorized status code without a response body.
  • Anonymous calls are still supported and unchanged.
  • Bad credentials will now return a 401 Unauthorized. Previously, the API would act anonymously and end up confusing countless victims.
  • The API now enforces JSON format for all requests and request body.

Read more in #3068.

See Also:

🚀 Features

  • API: Add Authorization Bearer Token Support; Breakout & Update API (#3068) @pglombardo

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.19

..and go to http://localhost:5100

🔗 Useful Links

v1.50.18: Audit Log Improvements

12 Feb 14:52
366a522
Compare
Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.18

..and go to http://localhost:5100

🔗 Useful Links

v1.50.17: New /up health check endpoint; IPs Link to iplocation.io

12 Feb 14:12
08533fd
Compare
Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.17

..and go to http://localhost:5100

🔗 Useful Links

v1.50.16: Dockerfile Update, Resolve Warning

12 Feb 11:01
638cb4f
Compare
Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.16

..and go to http://localhost:5100

🔗 Useful Links

v1.50.15: New JS Themes Controller

11 Feb 17:31
7063fa4
Compare
Choose a tag to compare

📝 What’s Changed

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.15

..and go to http://localhost:5100

🔗 Useful Links

v1.50.14: Fix JS Mode Switching

11 Feb 14:09
1d1a94d
Compare
Choose a tag to compare

📝 What’s Changed

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.50.14

..and go to http://localhost:5100

🔗 Useful Links