SimpleSAML Runtime Config

Component type

module

Maintenance status

Development status

Downloads

191

Component created

Component changed

This module helps save time for developers who tweak SimpleSAMLphp configurations and metadata often. It allows defining some of the configuration in the Drupal database, from where it is exported to a file. A helper script is included to make it easy to use the contents of this file from your SimpleSAMLphp config/metadata files.

It lets you dynamically configure the following fields:

Views Contextual Filter Default Value Function

Component type

module

Categories

Maintenance status

Development status

Downloads

348

Component created

Component changed

Declare custom functions to pick contextual filter default values, easily.

Creating ctools plugins is an undue barrier to controlling contextual filter default values. This is a common site scenario that increases the power of Views. Also creating a very focused function to find a value helps keep concerns separate and improves testability.

Register your custom function via info hook.

Commerce Vipps

Component type

module

Maintenance status

Development status

Downloads

62

Component created

Component changed

Vipps is a Norwegian payment application designed for smartphones developed by DNB. Vipps was released May 30, 2015 and by reaching 1 million users November 5, 2015 - Vipps is Norways largest payment application. Although Vipps is developed by DNB it is an application open for customers from any Norwegian bank and 40% of the users are non-dnb customers.

Null auth

Component type

module

Maintenance status

Development status

Downloads

157

Component created

Component changed

Drupal Null Authentication Provider module

This module is a null authentication provider. Enabling anonymous user access to Drupal 8 REST Resources, using an auto-login method.

WARNING: This module does not control any flood and give auto-login for all requests. Use only in environments with controlled access.

Configuration and usage instructions

There is no specific configuration for this module, it enables automatically a null authentication method. You need to add a _null_auth query parameter to all your requests.

Bulk Image Upload and Compressor

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide a bulk image uploader and compress the size of all images with ".jpg" extension.
Its a help for those user who want to upload bulk images on drupal site and also want to reduce size of each image.

Tracking code persist

Component type

module

Categories

Maintenance status

Development status

Downloads

604

Component created

Component changed

This module detects specially-defined URL paths and/or query-string
parameters, stores them in a cookie for later, and strips them from the
browser location bar.

Such "remembered" codes may then be injected into arbitrary form
submissions on the site. Webform integration is provided too.