Add links plugin

This can be used to link to external services related to the foodcoop.
With the indirect mode it is possible to implement a secure login to other
services. In that case Foodsoft will send a HTTP GET request and redirect
the user to the returned Location header. This allows the generation of
a one-time login URL.
A typical use-case would be that a workgroup, which is responsible for
the email account, does not need to share the login credentials and can
use a link within the Foodsoft instead.
This commit is contained in:
Patrick Gansterer 2020-07-29 11:19:20 +02:00
parent e16f03eebf
commit 7657b05787
16 changed files with 211 additions and 0 deletions

View file

@ -26,6 +26,13 @@ PATH
rails
ruby-filemagic
PATH
remote: plugins/links
specs:
foodsoft_links (0.0.1)
deface (~> 1.0)
rails
PATH
remote: plugins/messages
specs:
@ -534,6 +541,7 @@ DEPENDENCIES
faker
foodsoft_discourse!
foodsoft_documents!
foodsoft_links!
foodsoft_messages!
foodsoft_polls!
foodsoft_wiki!