Plugins Directory » Dropbox Attachment Storage
|
Author: | Alex Bevilacqua |
---|---|---|
Website: | https://github.com/alexbevi/redmine_dropbox_attachments | |
Code repository: | https://github.com/alexbevi/redmine_dropbox_attachments | |
Registered on: | 2012-08-17 (over 12 years ago) | |
Current version: | 2.2.1 | |
Compatible with: | Redmine 3.5.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: |
Use Dropbox as the storage backend for your Redmine installation.
This is useful if you want to deploy to Heroku ;)
Changelog
2.2.1 (2017-05-24)
Compatible with Redmine 3.5.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.
Redmine 3.x compatibility (thanks to Yury Buldakov)
https://github.com/alexbevi/redmine_dropbox_attachments/releases/tag/v2.2.1
2.2.0 (2014-08-16)
Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.
fixed RuntimeError (SSL Session wasn't initialized.)
https://github.com/alexbevi/redmine_dropbox_attachments/releases/tag/v2.2.0
2.1.0 (2013-04-17)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x.
- ensure Ruby 1.9+
- added Redmine 2.3 support
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v2.1.0.zip
2.0.1 (2013-03-26)
Compatible with Redmine 2.2.x, 2.1.x, 2.0.x.
- fixed a major logic error with 2.0.0 that prevented proper retrieval of attachments
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v2.0.1.zip
2.0.0 (2013-03-04)
Compatible with Redmine 2.2.x, 2.1.x, 2.0.x.
File storage can now be done in a hierarchical fashion.
For example:
/base_directory /project /module (ex. Issue, Document) /file(s)
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v2.0.0.zip
1.1.0 (2013-01-07)
Compatible with Redmine 2.2.x, 2.1.x, 2.0.x.
Quick fix that ensures compatibility with latest version of Redmine
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v1.1.0.zip
1.0.1 (2012-11-14)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x.
- properly handle blank BASE_DIR settings
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v1.0.1.zip
1.0.0 (2012-11-07)
Compatible with Redmine 2.2.x, 2.1.x, 2.0.x.
This release adds support for multiple installations of the plugin (across multiple redmine installs)
https://github.com/alexbevi/redmine_dropbox_attachments/archive/v1.0.0.zip
0.1.0 (2012-08-17)
Compatible with Redmine 2.0.x, 2.1.x, 2.2.x.
Initial Release¶
https://github.com/alexbevi/redmine_dropbox_attachments/zipball/v0.1.0