PasswordPusher Versions Save

🔐 An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when.

v1.40.3

1 month ago

:memo: What’s Changed

  • Admin: Fix User Search (#2054) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump method_source from 1.0.0 to 1.1.0 (#2053) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.40.2

1 month ago

:memo: What’s Changed

  • Set default sort for Views (#2048) @pglombardo

:rocket: Features

  • Latest language strings (#2052) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump aws-sdk-kms from 1.78.0 to 1.79.0 (#2051) @dependabot
  • :arrow_up: Bump mini_portile2 from 2.8.5 to 2.8.6 (#2049) @dependabot
  • :arrow_up: Bump foreman from 0.87.2 to 0.88.1 (#2050) @dependabot
  • :arrow_up: Bump aws-partitions from 1.912.0 to 1.913.0 (#2047) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.40.1

1 month ago

:memo: What’s Changed

  • QR Code Print: Add More Allowed Params (#2045) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump nokogiri from 1.16.3 to 1.16.4 (#2044) @dependabot
  • :arrow_up: Bump aws-partitions from 1.911.0 to 1.912.0 (#2043) @dependabot
  • :arrow_up: Bump devise from 4.9.3 to 4.9.4 (#2042) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.40.0

1 month ago

:memo: What’s Changed

This adds QR codes to the preview pages with an option to print a customised shareable page. See the screenshots here.

  • Add QR codes to preview pages (#2037) @pglombardo

:busts_in_silhouette: List of contributors

@pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.9

1 month ago

:memo: What’s Changed

:rocket: Features

  • TestMailer: Add more checks (#2038) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump aws-partitions from 1.910.0 to 1.911.0 (#2040) @dependabot
  • :arrow_up: Bump reline from 0.5.0 to 0.5.1 (#2039) @dependabot
  • :arrow_up: Bump aws-partitions from 1.909.0 to 1.910.0 (#2036) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.8

1 month ago

:memo: What’s Changed

This release adds a new TestMailer to test sending email from the application console. See this article for instructions.

:rocket: Features

  • Send notification on password change (#2031) @pglombardo
  • Email: Add new TestMailer to diagnose SMTP issues (#2035) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump aws-partitions from 1.908.0 to 1.909.0 (#2033) @dependabot
  • :arrow_up: Bump rake from 13.2.0 to 13.2.1 (#2032) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.7

1 month ago

:memo: What’s Changed

  • DB: Add Indexes to Views Table (#2030) @pglombardo

:busts_in_silhouette: List of contributors

@pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.6

1 month ago

:memo: What’s Changed

This release introduces a new Docker tagging schema to replace the old.

The new, more sensible Docker tag schema is now:

  1. vX.X.X - version tags are release versions of the application
  2. latest - the latest (most recent) vX.X.X release
  3. stable - this tag will always point to the latest stable release
  4. nightly - the nightly development builds

The release tag will no longer be updated.

:rocket: Features

  • Docker Tags: latest == latest release (#1951) @pglombardo

:pencil: Documentation

  • Update Docker tag references (#2028) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump aws-partitions from 1.907.0 to 1.908.0 (#2027) @dependabot
  • :arrow_up: Bump json from 2.7.1 to 2.7.2 (#2026) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.5

1 month ago

:memo: What’s Changed

:rocket: Features

  • ActionController::UnknownFormat: Centralize Handler (#2024) @pglombardo
  • Localization: Centralize Keys (#2019) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump aws-partitions from 1.906.0 to 1.907.0 (#2025) @dependabot
  • :arrow_up: Bump terser from 1.2.1 to 1.2.2 (#2023) @dependabot
  • :arrow_up: Bump public_suffix from 5.0.4 to 5.0.5 (#2021) @dependabot
  • :arrow_up: Bump aws-sdk-core from 3.191.5 to 3.191.6 (#2020) @dependabot
  • :arrow_up: Bump aws-partitions from 1.904.0 to 1.905.0 (#2017) @dependabot
  • :arrow_up: Bump rake from 13.1.0 to 13.2.0 (#2016) @dependabot
  • :arrow_up: Bump aws-partitions from 1.903.0 to 1.904.0 (#2015) @dependabot
  • :arrow_up: Bump debug from 1.9.1 to 1.9.2 (#2014) @dependabot
  • :arrow_up: Bump aws-partitions from 1.902.0 to 1.903.0 (#2012) @dependabot
  • :arrow_up: Bump terser from 1.2.0 to 1.2.1 (#2011) @dependabot
  • :arrow_up: Bump aws-sdk-s3 from 1.146.0 to 1.146.1 (#2010) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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

v1.39.4

2 months ago

:memo: What’s Changed

  • Admin Dashboard: Fix for User Creation (#2009) @pglombardo

:rocket: Features

  • Latest Language Strings (#2007) @pglombardo

:arrow_up: Dependencies updates

  • :arrow_up: Bump config from 5.3.0 to 5.4.0 (#1979) @dependabot

:busts_in_silhouette: List of contributors

@dependabot, @dependabot[bot] and @pglombardo

:motor_boat: Docker Images

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

:running_man: Run This Version

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

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