Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!179
feat: Added metadata expiration page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Added metadata expiration page
github/fork/BaranekD/metadata_expiration
into
master
Overview
1
Commits
3
Pipelines
0
Changes
2
Merged
Pavel Břoušek
requested to merge
github/fork/BaranekD/metadata_expiration
into
master
3 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
Expand
Created by: BaranekD
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a264738f
3 commits,
2 years ago
2 files
+
80
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
templates/metadata_expiration-tpl.php
0 → 100644
+
11
−
0
Options
<?php
declare
(
strict_types
=
1
);
/**
* This template just shows a time to metadata expiration.
*
* It can be used to check whether the meta refresh works without problems.
*/
echo
$this
->
data
[
'closestExpiration'
];
Loading