Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
bd1ea57e
Commit
bd1ea57e
authored
1 month ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
fix indent
parent
ad060812
dev
73-orchestrator-create-a-librabry-in-core-orchestrator
82-redesign-lifecycle-class
89-orchestrator-lifecycle-adaptation-to-regex-supann-selection
revert-55863b23
2 merge requests
!80
Resolve "[Orchestrator] - Create a librabry in core orchestrator"
,
!78
Draft: Resolve "Redesign lifecycle class"
Pipeline
#32397
passed with stages
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
library/plugins/ReminderTokenUtils.php
+9
-9
library/plugins/ReminderTokenUtils.php
plugins/tasks/Reminder.php
+1
-1
plugins/tasks/Reminder.php
with
10 additions
and
10 deletions
+10
-10
library/plugins/ReminderTokenUtils.php
+
9
−
9
View file @
bd1ea57e
...
...
@@ -196,13 +196,13 @@ class ReminderTokenUtils
return
$result
;
}
/**
* @param string $text
* @return string
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
*/
private
function
base64urlEncode
(
string
$text
):
string
{
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
}
/**
* @param string $text
* @return string
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
*/
private
function
base64urlEncode
(
string
$text
):
string
{
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plugins/tasks/Reminder.php
+
1
−
1
View file @
bd1ea57e
...
...
@@ -5,7 +5,7 @@ class Reminder implements EndpointInterface
private
TaskGateway
$gateway
;
private
ReminderTokenUtils
$reminderTokenUtils
;
public
function
__construct
(
TaskGateway
$gateway
)
{
$this
->
gateway
=
$gateway
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets