Fonecta Totaali API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a simple integration with the Fonecta Totaali API. This is an API module and therefore provides no UI apart from a simple configuration form. Please note that an authorization bearer token is required to use this module.

This module is sponsored by Verkkojulkaisut

Unique Queue

Component type

module

Categories

Maintenance status

Development status

Downloads

1736

Component created

Component changed

Allows other modules to create unique queue items. Uniqueness is only maintained per queue and for non-claimed items. If a queue item with the same name and key exists but has already been claimed a new queue item will be created. This prevents race conditions where the new queue item may need to access data that was not available to the currently processing item.

Note: This module currently only supports unique queue items in the system queue but provides an interface that other modules may implement for additional queue back ends.

Live Calculator

Component type

module

Maintenance status

Development status

Component created

Component changed

Live Calculator is coming..

You will be able to:
configure the calculating logic without any codes
live calculating and display in fields forms
live calculating and display in your own forms

Thinking:
drag and drop elements
hierarchical structures

Linked Data Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

1009

Component created

Component changed

Linked Data Tools is a developer module for retrieving, caching and working with linked data sources, which simplifies linked data retrieval and parsing.

Linked Data Tools takes care of requesting and caching requests, handling parsing parameters and format, and other repetitive tasks, leaving you to get on with using the data.

It uses a pluggable architecture, allowing individual tools to be created or swapped for specific data sources or types, and comes with a default plugin for EasyRDF.

Features

Anonymous Redirect

Component type

module

Maintenance status

Development status

Downloads

4121

Component created

Component changed

Description (2.x)

The 2.0 version of anonymous redirect grants users with admin privileges the ability to redirect all anonymous users to any internal or external url. Authenticated are still able to access the site as per usual.

This version of the module is currently only available for Drupal 8.

Description (1.x)

The 1.0 version of Anonymous Redirect redirects anonymous users to another domain. Users can still login by visiting /user or /user/login. Authenticated users can access the site as per usual.

SSH Helper

Component type

module

Categories

Maintenance status

Development status

Downloads

589

Component created

Component changed

Allows you to generate a SSH key pair (public/private) for that site using ssh-keygen and use the phpseclib library. There is a composer.json file included so that you can easily install the dependencies.

Admin path can be found at admin/config/services/ssh-helper

This becomes very useful if you deploy the public key to a server and then do remote execution on those servers from within Drupal