Conversation
4aff757 to
44b5b15
Compare
cfd457d to
ae56070
Compare
bfd9552 to
f667704
Compare
tchapi
commented
Aug 31, 2025
|
|
||
| // Set a reminder, if needed | ||
| if (strtolower($this->birthdayReminderOffset) !== "false") { | ||
| if ('false' !== strtolower($this->birthdayReminderOffset)) { |
tchapi
commented
Aug 31, 2025
| <a class="github-link" href="https://github.com/tchapi/davis" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Project Github page" data-bs-placement="bottom"></a> | ||
| </li> | ||
| <li class="list-group-item list-group-item-secondary">{{ "dashboard.auth"|trans }} : <code>{{ authMethod }}</code> ({{ "dashboard.auth_realm"|trans }}: <code>{{ authRealm }}</code>)</li> | ||
| <li class="list-group-item list-group-item-secondary">{{ "dashboard.auth"|trans }} : <code>{{ authMethod }}</code>{% if authMethod == 'Basic' %} ({{ "dashboard.auth_realm"|trans }}: <code>{{ authRealm }}</code>){% endif %}</li> |
Owner
Author
There was a problem hiding this comment.
🏕️ Not displaying the realm except for Basic auth
d2675f5 to
6fecdb4
Compare
Ramblurr
approved these changes
Oct 28, 2025
Contributor
Ramblurr
left a comment
There was a problem hiding this comment.
Working great on my end with php 8.4.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: php-imap was removed as deprecated from PHP8.4
See #195
Using https://www.php-imap.com/ as a replacement
New config format
🧪 Testing setup
Running a local Greenmail instance via Docker with