OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Oliver Günther e31a67c6a5
Use correct Gemfile.plguins
6 years ago
app Fix resizing with resize helper 6 years ago
config Rewrite upload form with new angular module 6 years ago
frontend/module Load Avatar fallback globally 6 years ago
lib [27521] Fallback to default icon when no gravatar default exists 6 years ago
spec [27521] Fallback to default icon when no gravatar default exists 6 years ago
.gitignore OpenProject Avatars plugin extracted from core 7 years ago
.rubocop.yml OpenProject Avatars plugin extracted from core 7 years ago
.travis.yml Updating generated .travis.yml from devkit 6 years ago
Gemfile.plugins Use correct Gemfile.plguins 6 years ago
README.md Update README.md 7 years ago
openproject-local_avatars.gemspec OpenProject Avatars plugin extracted from core 7 years ago
package.json OpenProject Avatars plugin extracted from core 7 years ago

README.md

OpenProject Avatars Plugin

This plugin allows users to add an avatar picture to their user profile. They can either

  • Use a Gravatar image assigned to their registered mail address
  • Upload a local avatar

As an admin, you can enable or disable each of these features.

Requirements

The OpenProject Avatars plugin requires the OpenProject Core to be in the same version as the plugin.

Installation

To install the OpenProject Avatars plugin you need to add the following line to the Gemfile.plugins in your OpenProject folder (if you use a different OpenProject version than OpenProject 7, adapt :branch => "stable/7" to your OpenProject version):

gem "openproject-avatars", git: "https://github.com/opf/openproject-avatars", :branch => "stable/7"

Afterwards, run:

bundle install

Deinstallation

Remove the line

gem "openproject-avatars", git: "https://github.com/opf/openproject-avatars", :branch => "stable/7"

from the file Gemfile.plugins and run:

bundle install

Bug Reporting

If you find any bugs, you can create a bug ticket at https://community.openproject.org/projects/avatars

Development

To contribute, you can create pull request on the official repository at https://github.com/opf/openproject-avatars

Acknowledgment

A. Chaika wrote the original version of the local-avatars plugin

Luca Pireddu pireddu@gmail.com at CRS4 (http://www.crs4.it), contributed updates and improvements.

  • Copyright (C) 2011-2017 OpenProject GmbH

Licence

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.