Skip to content

Commit

Permalink
Merge pull request #13 from rciam/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
ioigoume committed Jan 12, 2024
2 parents 2f4613f + 69557c8 commit 54d3dde
Show file tree
Hide file tree
Showing 171 changed files with 6,135 additions and 11,432 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Temporary Items
# Misc
*.swp
*.swo
**/css
#**/css
**/.sass-cache
**/*.un~

.idea/
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- markdownlint-disable line-length -->
## [v4.0.0] - 2023-12-21

### Added

- Add support for simplesamlphp twig
- Supports simplesamlphp v2 or greater


## [v3.1.0](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v3.0.0...v3.1.0) - 2021-08-27

Expand Down
88 changes: 0 additions & 88 deletions config-example/module_themevanilla.php

This file was deleted.

10 changes: 10 additions & 0 deletions config/module_themevanilla.php.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
/**
* Configuration of SimpleSAMLphp themevanila.
*/
$config = [
'cookiePolicy' => [
],
'enable_cookies_banner' => False,
'ribbon_text' => 'Demo',
];
Empty file removed default-enable
Empty file.
35 changes: 0 additions & 35 deletions dictionaries/attrauthcomanage.definition.json

This file was deleted.

38 changes: 0 additions & 38 deletions dictionaries/attrauthcomanage_noty.definition.json

This file was deleted.

26 changes: 0 additions & 26 deletions dictionaries/default.definition.json

This file was deleted.

32 changes: 0 additions & 32 deletions dictionaries/discopower.definition.json

This file was deleted.

50 changes: 0 additions & 50 deletions dictionaries/policy.definition.json

This file was deleted.

20 changes: 0 additions & 20 deletions dictionaries/userid_error.definition.json

This file was deleted.

Binary file added locales/en/LC_MESSAGES/default.mo
Binary file not shown.
23 changes: 23 additions & 0 deletions locales/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
msgid "browser_tab_title"
msgstr "SimpleSAMLphp"

msgid "header_title"
msgstr "Identity Access Management for Research Communities"

msgid "header_subtitle"
msgstr "Use the same credentials for all our services"

msgid "logo_link_url"
msgstr "https://www.example.com"

msgid "message_title"
msgstr "We Sent You An Email"

msgid "message_bd"
msgstr "<p>Just <b>click the link in that email</b> to complete your signup.</p><p>If you do not find the email in your Inbox, please check your <b>Spam</b> or <b>Junk</b> folder for an email from <b>RCIAM Notifications</b>&nbsp<a href=\"mailto:example@email.org\"><i class=\"glyphicon-envelope email-address\">&nbspnoreply@faai.grnet.gr</i></a>. If you do find the email in these folders, mark the email as \"safe\" or \"not spam\" to ensure that you receive any future notifications about your RCIAM ID.</p>"

msgid "message_sub"
msgstr "<span class=\"subtitle-msg\">You will have <b>72 hours</b> to verify your account</span>"

msgid "no_content"
msgstr "<h2>Unable to retrieve content.</h2>"
Binary file added locales/en/LC_MESSAGES/themevanilla.mo
Binary file not shown.
Loading

0 comments on commit 54d3dde

Please sign in to comment.