Image Raw Formatter

Component type

module

Maintenance status

Development status

Downloads

1101

Component created

Component changed

The logic included in this module is already implemented in Drupal 8.3.0.

Image Raw Formatter for Drupal 8. This formatter return URLs absolute of original images or image style if is configured. The default formatter for the image doesn't work for REST services because of return HTML tags for images.

Install using Drupal Console project

Git Clone

Component type

module

Maintenance status

Development status

Downloads

930

Component created

Component changed

What this module does

Clones, manages and synchronizes a specific git repository reference from a remotely hosted git repository. This allows the cloned repository references to be consumed in a Drupal environment. Consumers of cloned git repositories are tools that perform certain functions like parsing or building from several repository references.

An example of a consumer: the API module

Image Lazyload

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds lazy load functionality to all image field. An optional text format provides the ability to lazy load images added to text areas. Lazy loading image can dramatically decrease the initial page load time.

Lazy load support powered by LazyLoad.

Views Filebrowser

Component type

module

Maintenance status

Development status

Downloads

1563

Component created

Component changed

This module provides an filebrowser on file and image fields. The filebrowser shows all managed files in Drupal.

This module contains a submodule 'Views filebrowser CKEditor'. This modules makes it possible to browse managed files in the CKEditor text editor.

Linkit Upload

Component type

module

Maintenance status

Development status

Downloads

622

Component created

Component changed

Linkit Upload is an extension to Linkit. It adds the possibility to upload files from the Linkit modal when the 'Managed files' search-plugin is enabled.

Once the file is uploaded, it's available in the Linkit Search plugin.

INSTALLATION:
-------------
1. Place the entire linkit_upload directory into your Drupal sites/all/modules/
directory.

2. Check if Linkit module is enabled. If not, enable by navigating to:
administer > modules

3. Enable the linkit_upload module by navigating to:
administer > modules

File Upload Secure Validator

Component type

module

Maintenance status

Development status

Downloads

3084

Component created

Component changed

This is a very simple and small module which performs a server side validation for the extension of an uploaded file of any content type's file field. Default drupal 7 file validation is performed by file_validate_extensions which only relies on the file name extension.

Forbidden File Format

Component type

module

Maintenance status

Development status

Downloads

2024

Component created

Component changed

Provides setting for the file upload fields, which allows to upload all types of files except of specified.

For example you can deny to upload files with types js, exe, bat, com but all other types of files will be allowed for upload.

It can be useful if you want to give some freedom for users who want to upload something, but protect users who want to download something from dangerous files.

File Duplicates

Component type

module

Maintenance status

Development status

Component created

Component changed

The File Duplicates module provides a list of a site's duplicate files
by leveraging the filehash module. The filehash module generates hashes
of a site's files via MD5, SHA-1, and/or SHA-256 algorithms.