Project

General

Profile

Plugins Directory » Vault plugin

Author: noshutdown.ru Team
Website: https://noshutdown.ru/en/redmine-plugins-vault/
Code repository: https://github.com/noshutdown-ru/vault
Registered on: 2015-08-20 (over 8 years ago)
Current version: 0.4.3
Compatible with: Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (7)

Plugin for keep keys and passwords
support e-mail:

https://twitter.com/noshutdownru

Changelog

0.4.3 (2021-05-10)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

Bugfix
  • Saving settings path
  • Fixed saving settings if key empty

0.4.2 (2021-05-10)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

Improvements
  • Added support of Redmine 4.2.1.stable, tested on 2.7.3-p183
  • Updated English translation Keys changed to Passwords
  • Error handling for Encryption Key (VaultEencryption) now must be exact 16 symbols.

0.4.1 (2020-01-04)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

Improvements

0.4.0 (2019-12-22)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • New feature : Get keys from project by api call. http --json GET http://redmine.server/projects/test1/keys.json key=...
  • Improvement : Added validation of encryption key length
  • Improvement : Updated Portuguese - Brazil translation
  • Improvement : Add Japanese translation
  • Improvement : Add French translation
  • Improvement : Import from backup update existing keys by name instead of create new ones
  • Improvement : Whitelists support groups
  • Bugfix : Export keys not working on Windows
  • Bugfix : Error in redmine subdir icons display

0.3.11 (2019-02-10)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

0.3.10 (2018-12-10)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • New translation: Spanish
  • Fixed bug: Whitelist cannot be modifyed
  • Fixed bug: Redmine encryption, password cannot be longer 32 characters

0.3.9 (2018-05-23)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • Fixed bug: Incompatible character encodings

0.3.8 (2018-05-21)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • New translation: German
  • New translation: Portugal
  • New translation: Brazil
  • Fixed bug: Double icon
  • Fixed bug: Copy to clipboard

0.3.7 (2018-02-20)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

0.3.6 (2018-02-13)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

0.3.5 (2018-02-06)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

0.3.4 (2018-01-17)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

0.3.3 (2017-10-19)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • Fixed Chinese translation

0.3.2 (2017-09-17)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • Added support Redmine 3.4
  • Added languages supports: China, Dutch, Italian
  • Added copy by click on the fields: url, login
  • Fixed error uploading small files

0.3.1 (2016-12-11)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x.

Version: 0.3.1 (11.12.2016)
  • Bug fix: edit whitelists

0.3.0 (2016-12-07)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x.

Version: 0.3.0 (07.12.2016)
  • Added separation of access rights for users (whitelist)
  • Supports Redmine 3.3
  • Supports PostgreSQL
  • Added context menu to the list of keys
  • Improved mechanism for creating backups: added tags
  • http/https url open in new tabs
  • Supports Redmine 2.6 terminated

0.2.0 (2016-08-07)

Compatible with Redmine 3.2.x, 3.1.x, 2.6.x.

  • Added ability to search by Name, URL, Tag
  • Added auto-complete for tags
  • Added functionality of creating backup copies of keys (no tags)
  • Supports Redmine 3.2

0.1.2 (2016-02-27)

Compatible with Redmine 3.1.x, 2.6.x.

Version: 0.1.2 (27.02.2016)
  • Added the ability to attach any file
  • Added the ability to copy to the clipboard, each key field
  • Improved user interface display tags
  • improved key list display interface
  • Fixed an issue when you add a key file

0.1.0 (2016-01-18)

Compatible with Redmine 3.1.x, 2.6.x.

Bug fix:

ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'Password’. 
This error is raised because the column 'type’ is reserved for storing the class in case of inheritance. 
Please rename this column if you didn’t intend it to be used for storing the inheritance class 
or overwrite Vault::Key.inheritance_column to use another column for that information.):
 lib/redmine/sudo_mode.rb:63:in `sudo_mode’

Warning: Before make backup database

For those, who has already updated to 0.0.6, please download new version 0.1.0 of vault and run following in the redmine dir:

bundle exec rake redmine:plugins:migrate NAME=vault VERSION=007 RAILS_ENV=production
bundle exec rake redmine:plugins:migrate NAME=vault VERSION=008 RAILS_ENV=production

0.0.6 (2015-12-31)

Compatible with Redmine 3.1.x, 2.6.x.

Version: 0.0.6 (31.12.2015)
  • Added the ability to specify a tag to the keys
  • Added preview mode key card (without editing)
  • Added the ability to encrypt through Redmine (database_cipher_key)
  • Code refactoring

Warning: Before update do backup your database

0.0.5 (2015-11-01)

Compatible with Redmine 3.1.x, 2.6.x.

  • Updated field at the keys: name, URL, User Name, Password, Comment.
  • Added pagination
  • Added ability to sort the keys by name
  • Added a more flexible system of separation of access rights by role
  • Added the ability to clone a key (it helps to create the same type of keys)
  • Added ability to print a list of passwords to PDF

Warning:
Before update do backup your database

0.0.4 (2015-10-01)

Compatible with Redmine 3.1.x, 2.6.x.

  • Version: 0.0.4 (01.10.2015)
  • Update Design
  • Adding ssh keys file
  • Separation of access by role
  • Compatible with Redmine 2.6

Before update do backup your database
For redmine 2.6 after install run: rake redmine:plugins:assets

0.0.3 (2015-09-02)

Compatible with Redmine 3.1.x.

Fix error for ruby 1.9.1

SyntaxError:

keys_controller.rb:94: syntax error, unexpected tLABEL, expecting ')'
def encryption( key: key_obj )

^

keys_controller.rb:104: syntax error, unexpected tLABEL, expecting ')'
def decryption ( key: key_obj )

0.0.2 (2015-09-01)

Compatible with Redmine 3.1.x.

  • Version: 0.0.2
  • Delete keys
  • Encryption keys

0.0.1 (2015-08-20)

Compatible with Redmine 3.1.x.

User ratings

  by Mario Tokic about 7 years ago

Very useful !

  by Pavel Kestefran over 7 years ago

thanks for this great plugin, now supports 3.3

  by Anthony MCPROGSOFT over 7 years ago

GREAT plugin !
Do you plan to release a new version 3.3 compatible ?

  by Ivan Markanov over 7 years ago

Very helpful for support it infrastructure. Thx!

  by Victor Chumak over 8 years ago

Отличный плагин

  by Peter Beck over 8 years ago

nice plugin! it would be great to have self-defined categories which can be assigned to entries (like mail, etc)

  by nanson nanson over 8 years ago