Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fscoli-next
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
fscoli-next
Commits
29fc30a2
Commit
29fc30a2
authored
11 months ago
by
Jakob Moser
Browse files
Options
Downloads
Patches
Plain Diff
Don't require REST auth
parent
f49641d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
functions.php
+2
-1
2 additions, 1 deletion
functions.php
style.css
+1
-1
1 addition, 1 deletion
style.css
with
3 additions
and
2 deletions
functions.php
+
2
−
1
View file @
29fc30a2
...
...
@@ -174,7 +174,8 @@ function fscoli_require_authentication_for_rest_api($previous_result) {
}
// To not require the authentication for all REST requests, remove the line below
add_filter
(
'rest_authentication_errors'
,
'fscoli_require_authentication_for_rest_api'
);
// add_filter('rest_authentication_errors', 'fscoli_require_authentication_for_rest_api');
// This seems to break the Coli weekend registration form, so disable it for now.
/**
* Disable the sitemap for users.
...
...
This diff is collapsed.
Click to expand it.
style.css
+
1
−
1
View file @
29fc30a2
...
...
@@ -7,7 +7,7 @@
* Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
* Author URI: https://personads.me/
*
* Version: 2.
2
.0
* Version: 2.
3
.0
* Requires PHP: 8.0
*
* License: GNU General Public License v3.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment