-
Notifications
You must be signed in to change notification settings - Fork 5
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
Include tags to plugins #11
Open
TChukwuleta
wants to merge
11
commits into
btcpayserver:master
Choose a base branch
from
TChukwuleta:tags
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
include plugin tags on plugin settings remove tags clean up Can retry a build even if succeed update nostr account input field bump pluginpacker bump pluginpacker Bump builder version of BTCPay Server Preventing dropdown from collapsing on clicks inside the dropdown menu that don't trigger links Removing line that would init default routes Providing Password Reset Flow Adding very simple authentication to initiating password reset Fixing missing quote and preventing context menu close on outside click Switching to using ServerAdmin role for auth Removing SimpleTwoFactorToken and using default ones Moving password reset to user accessible location Adding page to list all users on the instance Allowing editing of users to end up in ServerAdmin role Properly naming relevant objects Removing unnecessary comments and preventing last ServerAdmin removal Updating README with deployment info and env variables Integrating password reset and refactoring methods Reverting PluginBuilder.Dockerfile to previous version Displaying list of all the plugins in admin Adding field for visibility of plugin Editing of Plugins in admin Adding Plugin Delete method and tweaking display Ensuring that plugins will still be displayed when there is no version Bumping Nuget dependencies to resolve vulnerabilities GHSA-x9vc-6hfv-hg8c Providing search option by plugin names Updating plugins admin view to reduce number of rows and show all emails of publishers Creating foundation for email settings Updating email settings icon Validating smtp credentials and saving them to database Providing email test sending page Allow for multiple receipients of emails Form for reset password functionality Bugfixing problems with password settings Providing reset password functionality Adding Settings page for Server Administration Adding of Settings rows bump builder's btcpay update tags Providing Confirm Email functionality Add api/v1/plugins/{pluginSlug}/versions/{version} Add api/v1/plugins/{pluginSlug}/versions/{version} update to latest master update Add missing doc Displaying email address in account details Hiding change email button until we implement operation Refactor unnecessary code Providing email verification from Account Detail page Renaming VerifyEmailAddress to VerifyEmail ConfirmEmail page Adding Confirmed badge if email is confirmed Removing RequireConfirmedEmail feature flag dependency If we have valid email settings set on server - we start verifying email registrations Adding support for deletion of Settings Renaming method to signal it's Plugin Settings Updating Settings related method to respect hierarchy Converting controllers to primary constructors Adding enum for setting keys to prepare for feature flags Email sending overload and improved view with textareas Refactoring to EmailSender page that is more generic Ensuring that each email is sent seperatly without others in To Removing unnecessary usings A flow for communication between the plugin builder and the publishers Client side email validation Resolving problem with nullable emailSettings Github verification github verification flow update Change default plugin icon resolve merge conflicts remove unused variables Implementing PR review feedback update tag branch for merge conflict
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.
Allow plugin owners to specify tags, such that on BTCPay, filters are easy to carry out.
Commit squashed here: 77ff230