Cloud Files

Component type

module

Maintenance status

Development status

Downloads

6317

Component created

Component changed

Cloud Files allows you to replace the local file system with a cloud server via Rackspace Cloud Files, utilizing their unlimited storage and blazing fast CDN. Files uploaded into Drupal will still be managed by Drupal, but instead of being stored on the local server that is running Drupal, actual files will be stored on Rackspace Cloud Files and delivered through the CDN.

Cloud Files can be used as the default file system, or configured for specific file/image fields.

Drag and Drop Multi Upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Builds a Chrome-specific HTML5 multi-upload dropzone on a specified DOM object.

If a user is of a given role, files dropped into the specifed DOM object will be
added to the Drupal files table, then added to a CCK Filefield on a given node.

@todo Generlize reloading / selecting behaviour, it's not very robust right now and built only for views.
@todo Make role-checking legit, ie: actually add a permission in the Drupal permissions page.

AmazonS3

Component type

module

Maintenance status

Development status

Downloads

41099

Component created

Component changed

Also available on GitHub

The AmazonS3 module allows the local file system to be replaced with S3. Uploads are saved into the Drupal file table using D7's file/stream wrapper system.

You can also use it with other S3 compatible cloud storage services such as Google Cloud Storage.

Backup updated files

Component type

module

Maintenance status

Development status

Downloads

436

Component created

Component changed

Description

Basically this is a developer module.
This module gives you a way to easily take backup of your modified files during a certain time. User have to give start date and end date for backup. With the help of dates, users can take the backup of updated file at any time he needs.

User need to specify source folder from where backup need to take, by default it will take the '/' folder. User need to specify destination folder from where backup files need to place.

GitViewer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module provides an additional Node, named Repository.
Adding a path to a git repository, it will allow users with appropriate permissions
to clone repositories via http, download archives, view diffs and commits and browse the repository tree.

After spent hours to get a git viewer working with available drupal modules like versioncontrol_api, we write a new git repository browser.

File protect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

-- SUMMARY --

File protect is a File field formatter, intended to protect file downloads, allowing to download only to
authenticated users. It works by replacing direct links to files on the web server to custom links
handled by the module itself, which permits handling this case (allowing download of file by registered
clients for the website). May also be complemented by a web server configuration to disallow direct
URL downloads.

-- INSTALL --