Skip to content

Releases: nuxsmin/sysPass

sysPass 3.0.5

07 Feb 19:59
08bc68c
Compare
Choose a tag to compare
  • [FIX] Wrong behavior when creating new users from LDAP during login. Thanks to @javierlm for the feedback. Closes #1187
  • [FIX] Wrong behavior when displaying profiles on item presets. Thanks to @DDH112 for the feedback. Closes #1223
  • [FIX] Wrong behavior when copying password to clipboard. Thanks to @Yotouille for the feedback. Closes #1231
  • [FIX] Import CSV. Thanks to @denibrain for the contribution. Closes #1220
  • [MOD] Improved URL detection when displaying account search results. Thanks to @nblount for the feedback. Closes #1239

Docker tags

https://hub.docker.com/r/syspass/syspass/tags

syspass/syspass:latest
syspass/syspass:3.0.5

With development stuff:

syspass/syspass:3.0.5-dev
syspass/syspass:3.0.5-php7.1
syspass/syspass:3.0.5-php7.2


Do you want to download sysPass dependencies manually?

You might want to use this script: https://gist.github.com/nuxsmin/0b564e2bfd6b360538dfb2cf3240ffbb

sysPass 3.0.4

26 Jan 11:14
Compare
Choose a tag to compare
  • [FIX] Wrong behavior when importing CSV. Thanks to @hoboristi for the feedback. Closes #1211
  • [FIX] Wrong behavior when displaying passwords with special characters. Thanks to @opeshm for the feedback. Closes #1207
  • [FIX] Fixed wrong behavior when session is timed out

sysPass 3.0.3

24 Jan 13:26
Compare
Choose a tag to compare
  • [FIX] Upgrade not needed when updating between v3 releases. Thanks to @vmario89 for the feedback. Closes #1210

sysPass 3.0.2

24 Jan 11:05
Compare
Choose a tag to compare
  • [FIX] Wrong behavior when upgrading custom fields, public links and API tokens from v2
  • [FIX] Wrong behavior when clicking on sysPass top-left logo. Thanks to @pierrehenrymuller for the feedback. Related #1209
  • [MOD] Login method switched over POST in order to avoid max URL length limitation. Related #1184
  • [MOD] Enable CI for vX.X git refs
  • [MOD] Display additional information about internal versions

sysPass 3.0.1

20 Jan 11:09
Compare
Choose a tag to compare

Build Status Scrutinizer Code Quality

  • [FIX] Wrong behavior when logging in using Authenticator plugin. Redirection was wrong when using URI sub-path
  • [FIX] Wrong behavior when checking saved search filters in context. Thanks to @fprina for the feedback. Related #1178
  • [FIX] Forced string type juggling for custom fields data. Thanks to @sem174 for the feedback. Closes #1195
  • [FIX] Missing mapping between v2 and v3 custom fields type. Thanks to @Yotouille for the feedback. Closes #1196
  • [FIX] Wrong URL used for retrieving fonts resources. Thanks to @yycengbers for the feedback. Closes #1200
  • [FIX] Wrong behavior when setting security token on log/audit module. Thanks to @schleyk for the feedback. Closes #1182
  • [MOD] Minor UI tweaks

sysPass 3.0

05 Jan 08:21
45706ce
Compare
Choose a tag to compare

Build Status Scrutinizer Code Quality

Is it a cool naming?: NO, Is it a marketing campaign?: NO, Why did you bump to 3.0 version?:

I think they are the key reasons to perform such bump, but don't be concerned because they will be good changes, since the code re-usability has been improved a lot and the adoption of Composer (https://getcomposer.org/) as the package manager will give more security and seamless integration using external modules.

More info on: https://syspass.org/en/blog/syspass_v3

Hope you test it!!

https://demo.syspass.org


Installation

Traditional

As said before, this version uses Composer to manage its dependencies so it requires some additional steps (from https://doc.syspass.org/en/installing/index.html) to get it running:

  1. Download or clone sysPass repository
  2. cd to sysPass directory
  3. Download and install Composer: https://getcomposer.org/download/
  4. Install dependencies $ php composer.phar instal --no-dev
  5. Set the correct permissions on directories. Please note that config and backup directories are now within /app
  6. Point your browser to sysPass web server URL

Docker

Please note that these commands won't allocate any persistent storage, so when the containers were removed data will too.

$ docker run -d --name syspass-db -h syspass-db -e MYSQL_ROOT_PASSWORD=syspass mariadb:10.2
$ docker run -d --name syspass-app -h syspass-app --link syspass-db nuxsmin/docker-syspass:3.0-beta

# Follow sysPass' container logs. It will display the container's IP address when finished
$ docker logs -f syspass-app

Latest documentation (work in progress) on: https://doc.syspass.org

sysPass 3.0-beta

22 Mar 11:46
Compare
Choose a tag to compare
sysPass 3.0-beta Pre-release
Pre-release

Build Status Scrutinizer Code Quality

Is it a cool naming?: NO, Is it a marketing campaign?: NO, Why did you bump to 3.0 version?:

I think they are the key reasons to perform such bump, but don't be concerned because they will be good changes, since the code re-usability has been improved a lot and the adoption of Composer (https://getcomposer.org/) as the package manager will give more security and seamless integration using external modules.

Hope you test it!!

You can test some PHP flavours on:


Installation

Traditional

As said before, this version uses Composer to manage its dependencies so it requires some additional steps (from https://doc.syspass.org/en/installing/index.html) to get it running:

  1. Download or clone sysPass repository
  2. cd to sysPass directory
  3. Download and install Composer: https://getcomposer.org/download/
  4. Install dependencies $ php composer.phar instal --no-dev
  5. Set the correct permissions on directories. Please note that config and backup directories are now within /app
  6. Point your browser to sysPass web server URL

Docker

Please note that these commands won't allocate any persistent storage, so when the containers were removed data will too.

$ docker run -d --name syspass-db -h syspass-db -e MYSQL_ROOT_PASSWORD=syspass mariadb:10.2
$ docker run -d --name syspass-app -h syspass-app --link syspass-db nuxsmin/docker-syspass:3.0-beta

# Follow sysPass' container logs. It will display the container's IP address when finished
$ docker logs -f syspass-app

sysPass 2.1.16

19 Jun 00:34
Compare
Choose a tag to compare

Hello, I'm back on stable release again!

There have been many bugfixes since the latest release, and they have been delayed because I'm working hard on 3.0 version. Sorry for the delay ;)

  • [FIX] Fixed annoying issue when installing sysPass for the first time. It shouldn't require any upgrade.
  • [FIX] Fixed issue when rendering password option on installation page. Thanks to @vmario89 for the feedback. Closes #829
  • [FIX] Fixed issue with timezone conversion to UNIX time. Thanks to @dvdfabian for the feedback. Closes #858 #871
  • [FIX] Fixed issue with LDAP email address when it returns more than one result. Thanks to @dvdfabian and @mymasse for the feedback. Closes #967 #855
  • [FIX] Fixed issue when setting language environment variable on some OS. Thanks to @willw-carallon for the feedback. Closes #900
  • [FIX] Fixed issue when performing LDAP group lookup. Thank to @dvdfabian for the feedback. Closes #853
  • [FIX] Fixed wrong field definition for accHistory.notes. Thanks to @katstei for the feedback. Closes #764
  • [FIX] Typo in regex for detecting a proxy forwarded connection. Thanks to @VitosX for the feedback. Fixes #771
  • [MOD] Improved behaviour on input of type multiple. Thanks to @vmario89 for the feedback. Closes #839
  • [MOD] Deleted unused variable in css.php file. Thanks to @cney for the feedback. Closes #801
  • [MOD] Filter disabled user accounts in ads LDAP
  • [MOD] Exclude LDAP accounts that don't need passwords
  • [MOD] Updated German translation. Thanks to @vmario89

Please take a look to 3.0-beta version: http://demo-beta.syspass.org:10080

Your feedback is welcome!

sysPass 2.1.15

17 Oct 07:39
Compare
Choose a tag to compare
  • [FIX] Fixes #762. Wrong port replacement when https protocol is forced. Thanks to @lroellin for the feedback.
  • [FIX] Closes #751. Fixed Polish language files. Thanks to @osiu97 for the feedback.
  • [FIX] FIxes #733. Wrong password length when using password generator. Thanks to @nsi-test for the feedback.
  • [MOD] Improved regex for retrieving ip addresses through reverse proxy.
  • [MOD] Improved client info data retrieving through reverse proxy.
  • [MOD] Detect hostname and protocol when accesing through reverse proxy. Thanks to @aeimer for contribution.

sysPass 2.1.14

01 Sep 06:38
Compare
Choose a tag to compare
  • [FIX] Fixed plugins directory listing
  • [FIX] Added plugins directory (empty by default). Thanks to @ortizleo for noticing
  • [MOD] Make textareas resizable on height

IMPORTANT, see Plugins notice #702