Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RRZE Webteam
RRZE Private Site
Commits
17415725
Commit
17415725
authored
Nov 25, 2021
by
Rolf Forst
Browse files
Merge branch 'dev' into 'master'
Dev See merge request
!18
parents
72a62aae
e6c736dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
includes/Main.php
View file @
17415725
...
...
@@ -65,6 +65,8 @@ class Main
add_filter
(
'rrze_sso_registration'
,
'__return_false'
);
// (Backward compatibility) FAU WebSSO Plugin: User Registration Disabled
add_filter
(
'fau_websso_registration'
,
'__return_false'
);
// RRZE Cache Plugin: Flush Cache
do_action
(
'rrzecache_flush_cache'
);
add_filter
(
'privacy_on_link_title'
,
[
$this
,
'privacyOnLinkTitle'
]);
add_filter
(
'privacy_on_link_text'
,
[
$this
,
'privacyOnLinkText'
]);
...
...
rrze-private-site.php
View file @
17415725
...
...
@@ -4,7 +4,7 @@
Plugin Name: RRZE Private Site
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-private-site
Description: Restricts access to the website.
Version: 2.5.
2
Version: 2.5.
3
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v2
...
...
@@ -52,9 +52,6 @@ register_activation_hook(__FILE__, __NAMESPACE__ . '\activation');
add_action
(
'plugins_loaded'
,
__NAMESPACE__
.
'\loaded'
);
// RRZE Cache Plugin: Skip Cache
add_filter
(
'rrzecache_skip_cache'
,
'__return_true'
);
/**
* Loads languages files into the list of text domains.
* @return void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment