Project

General

Profile

Plugins Directory » Wiki Encryptor

Author: Igor Olemskoi (Southbridge)
Website: https://southbridge.io/eng
Code repository: https://github.com/southbridgeio/redmine_wiki_encryptor.git
Registered on: 2013-02-14 (about 11 years ago)
Current version: 0.0.5
Compatible with: Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x
User ratings:   (2)

redmine_wiki_encryptor encrypts wiki pages in database.

Installation notes

1. Stop Redmine

2. Clone repository to your redmine/plugins directory

git clone git://github.com/southbridgeio/redmine_wiki_encryptor.git

3. Install dependencies

bundle install

4. Run migration

rake redmine:plugins:migrate

5. Add key (and optionally algorithm) to configuration.yml

production:
  wiki_encryptor:
    key: 'mega-secret-key'
    algorithm: 'des'

6. Encrypt existing wiki pages

rake wiki_encryptor:encrypt

7. Start Redmine

Changelog

0.0.5 (2016-12-20)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

Fix wiki search.
Add non-index wiki pages for https://github.com/centosadmin/redmine_elasticsearch plugin.

0.0.4 (2016-11-26)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

Wiki search fix.

0.0.3 (2015-12-22)

Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

0.0.2 (2013-02-12)

Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

User ratings

  by Richard Krieg about 8 years ago

Very well done!

  by Igor Olemskoi (Southbridge) over 8 years ago