All Projects → alexbevi → redmine_dropbox_attachments

alexbevi / redmine_dropbox_attachments

Licence: other
Use Dropbox as the storage backend for your Redmine installation

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to redmine dropbox attachments

bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-34.78%)
Mutual labels:  redmine, redmine-plugin
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (+60.87%)
Mutual labels:  redmine, redmine-plugin
redmine persist wfmt
redmine_persist_wfmt is a plugin for Redmine that persists wiki format.
Stars: ✭ 28 (+21.74%)
Mutual labels:  redmine, redmine-plugin
alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-39.13%)
Mutual labels:  redmine, redmine-plugin
redmine-vote on issues-plugin
Redmine Plugin Which Allows Users to Up- or Down-vote Issues
Stars: ✭ 17 (-26.09%)
Mutual labels:  redmine, redmine-plugin
redmine issue template
Allows to manage templates of issues, and adding them to issue body
Stars: ✭ 25 (+8.7%)
Mutual labels:  redmine, redmine-plugin
deployer
Redmine plugin to group issues into deploys and send notifications when needed
Stars: ✭ 14 (-39.13%)
Mutual labels:  redmine, redmine-plugin
additional tags
Redmine Plugin for adding tags functionality to issues and wiki pages.
Stars: ✭ 25 (+8.7%)
Mutual labels:  redmine, redmine-plugin
redmine user specific theme
Redmine user specific theme plugin
Stars: ✭ 30 (+30.43%)
Mutual labels:  redmine, redmine-plugin
redmine issue todo lists
Organize Redmine issues in to-do lists by manually ordering their priority.
Stars: ✭ 20 (-13.04%)
Mutual labels:  redmine, redmine-plugin
redmine merge request links
Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
Stars: ✭ 32 (+39.13%)
Mutual labels:  redmine, redmine-plugin
toggl2redmine
Import time from Toggl 2 Redmine.
Stars: ✭ 23 (+0%)
Mutual labels:  redmine, redmine-plugin
redmine intouch
Redmine Intouch plugin sends notifications to users via Telegram and E-mail
Stars: ✭ 60 (+160.87%)
Mutual labels:  redmine, redmine-plugin
Redmine-Touch
Redmine plugin to add missing function of "Last updated by"
Stars: ✭ 18 (-21.74%)
Mutual labels:  redmine, redmine-plugin
time logger
Redmine Time logger plugin. More than likely there is only going to be one more public release. New version has new time logging with the option of multiple loggers running at the same time, fixes for excessive loggng, and a whole new look.
Stars: ✭ 58 (+152.17%)
Mutual labels:  redmine, redmine-plugin
redmine default custom query
Redmine plugin for setting default custom query of Issues for each project
Stars: ✭ 67 (+191.3%)
Mutual labels:  redmine, redmine-plugin
redmine-wiki graphviz plugin
Wiki macro for redmine. The macro render graph-image from wiki contents as dot.
Stars: ✭ 57 (+147.83%)
Mutual labels:  redmine, redmine-plugin
redmine customize
Plugin for some Redmine customizations.
Stars: ✭ 32 (+39.13%)
Mutual labels:  redmine, redmine-plugin
kanban
Kanban plugin for redmine
Stars: ✭ 68 (+195.65%)
Mutual labels:  redmine, redmine-plugin
redmine issue checklist
Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/
Stars: ✭ 55 (+139.13%)
Mutual labels:  redmine, redmine-plugin

Use Dropbox as the storage backend for your Redmine installation.

Installation

To install the plugin, execute the following commands from the root of your Redmine directory:

cd plugins
git clone git://github.com/alexbevi/redmine_dropbox_attachments.git
bundle install

More information on installing Redmine plugins can be found in Redmine Wiki.

After the plugin is installed you will need to restart Redmine for the plugin to be available.

Compatiblity

This plugin has been tested against Redmine 2.0+.

Though it "should" be capable of working with older (1.x) versions, no guarantees will be made ;)

Uninstallation

To remove the plugin, from the root of your installation directory do the following:

rm -rf plugins/redmine_dropbox_attachments
bundle install

Configuration

Screenshot

The plugin must be configured from Administration > Plugins > Dropbox Attachment Storage > Configure

Authorization

Before Redmine can store files on a shared Dropbox folder, it must be authorized. This is done by clicking Authorize Redmine with Dropbox, then selecting Allow from Dropbox's authorization page.

Specifying a Base Directory

By default, the plugin will write to your Dropbox's Apps > redmine_files directory.

If you specify a Base Directory value, that subdirectory will be creted under Apps/redmine_files and used to store attachements for the plugin.

Storing Attachments in a Project Hierarchy

If this option is checked, files will be stored in a folder structure in the format of:

/base
  /project
    /module
      file
      file
      file

This makes it easier to locate an attachment directly on Dropbox as there is a bit more context to the stored content.

Storing Attachments for Multiple Redmine Installations

Since you can only register a single instance of this plugin with Dropbox, if you want to store attachments for multiple installations of Redmine, the steps are:

  1. Authorize the plugin ONCE with Dropbox

  2. Copy the Dropbox Token and Dropbox Secret values from the authorized installation

  3. Paste the token/secret values to each additional installation

Note that if you have multiple installations, it's a good idea to specify different base directories. If you happen to use the same project-identifiers across installations, the plugin will not be able to differentiate which installation a file should belong to.

Acknowledgement

This plugin is heavily based on the Redmine S3 plugin. Thanks to all the contributors there who've made this such an easy plugin to build ;)

I also used the Redmine DropBox plugin to find some quick answers to interacting with dropbox.

Thanks

Big thanks to Alexander Nickel for the initial implementation of the project folder hierarchy.

Notes

Ruby 1.9+ is required in order for this plugin to work properly. Using Ruby 1.8.7 will result in

NoMethodError (undefined method `<=>' for :root:Symbol)

when trying to delete an object (File, Issue, Document ... etc) that has an attachment.

Issues Upgrading from v2.0.0

That version ignored the value of Base Directory and instead used a string value of "false". Just copy the files from "false" to the desired directory.

About

Copyright (c) 2012-2013 Alex Bevilacqua

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Shameless Plug(s)

If you like this plugin, feel free to endorse me ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].