Plugins Directory » Gemavatar 2
Author: | Boy132 DE | |
---|---|---|
Website: | https://github.com/Boy132/redmine_gemavatar#readme | |
Code repository: | https://github.com/Boy132/redmine_gemavatar | |
Registered on: | 2021-07-30 (over 3 years ago) | |
Current version: | 2.0 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Gemavatar 2 is the (inofficial) successor of the original Gemavatar plugin.
The plugin replaces the Gravatars of users by JPEG pictures that are stored in the ldap auth_source of Redmine.
Make sure to enable Gravatars!
This is a fork of https://github.com/surick1/redmine_gemavatar which itself is a fork of https://github.com/badwolff/redmine_gemavatar. Icon(s) by https://icons8.de
This plugin is no longer maintained!
Installation notes
- Download the latest release (or git clone the repo) and unzip it in the plugins folder. Please be sure to rename the folder to `redmine_gemavatar` if necessary.
- Install required gems:
bundle install --without development test --no-deployment
- Do the database migration:
bundle exec rake redmine:plugins NAME=redmine_gemavatar RAILS_ENV=production
- Restart the web server service.
Changelog
2.0 (2021-07-30)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
- Initial release
- Rails 5.1+ compatibility