-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Check for local git repository #3358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
- Fixes an issue with error message being incorrect. - Protects eval command for being added into an alias if the user does not have permissions to it as Owner level etc. as the command is quite dangerous and should not be added by normal moderators (Could be used to nuke server for example).
Alias add improvements
Adds my Support-Times Plugin to the registry. Feature: Makes you able to schedule enable/disable modmail at certain times with cron jobs.
Implements a checking mechanismen for local git repository.
raidensakura
added a commit
to raidensakura/modmail
that referenced
this pull request
May 31, 2025
lorenzo132
previously approved these changes
Nov 7, 2025
StephenDaDev
previously approved these changes
Nov 30, 2025
Member
StephenDaDev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thank you for adding.
You're not authorized to push to this branch. Visit "About protected branches" for more information.
You're not authorized to push to this branch. Visit "About protected branches" for more information.
Member
|
We need a third approval. |
41f5a29 to
8cfb73a
Compare
Contributor
Author
|
Will be re-created |
auto-merge was automatically disabled
December 1, 2025 09:56
Pull request was closed
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.
Implements a checking mechanismen for local git repository. Requested in #3357 which checks for a valid git repository that the .git folder exsisting and checks for some typical git files and folders to validate that its most likley working with an update.