Ouvert Fermé

Your feature request 💡 #3052


User avatar
3
alper créé
Équipe d'assistance Director

You can post your feature request under this topic. If other members like the feature, they can upvote☝️ the post. Upvotes will be considered when choosing from feature requests.

Rules of posting to this thread:

  • Your post should only contain feature requests. Posts with bug reporting or asking questions will be removed.
  • Your feature request must be a generic feature that will be used by most of the ABP developers.
  • Your feature request must clearly explain the problem the feature solves.
  • If you have multiple feature requests, do not write them in separate posts. Merge all the requests in a single post.

136 Réponse (s)
  • User Avatar
    0
    AndrewT créé

    When using Twilio and SmsMessage, add the ability to override the "From Number" in the SmsMessage.

    We are going to associate a number with each user and have the SMS messages be in "personal" threads.

    There may be some regulatory issues depending on country, and also you will need twilio approval as you are effectively spoofing someone elses mobile number.

  • User Avatar
    0
    AndrewT créé

    I recommend closing this topic and highlighting what is in the Roadmap and what is not so that we can vote on which feature we consider priority.

    Now there are many proposals, but we don't know what you are working on.

    Thanks

    I agree should be raised as seperate issues in github and assigned to milestones.

  • User Avatar
    0
    roberto.fiocchi@mcsi.it créé

    We ask that you follow the Microsoft version lifecycle guides https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle

    We have software in production created with Abp Commercial and our customers request to use only packages covered by Long Time Support.

    If we are forced to migrate to .Net 9 or any STS version we will be forced to look for other frameworks.

    Thanks

  • User Avatar
    0
    Sturla créé

    There is no way to size the images used in blog posts. I would like a way to make each image eg. small, medium, large (like confluence does it)

  • User Avatar
    0
    Sturla créé

    I want to be able to turn off cmsKit features for all blogs (e.g comments) for all tenants but now I can only turn everything on or add all features and skip the ones I don´t want (what happens when there is a new feature and I miss it!)

    Can we have something like this?

    GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
    {
        cmsKit.EnableAllExcept(x =>  {
            x.Comment.Disable();
            });
    });
    
  • User Avatar
    0
    improwise créé

    I recommend closing this topic and highlighting what is in the Roadmap and what is not so that we can vote on which feature we consider priority.

    Now there are many proposals, but we don't know what you are working on.

    Thanks

    I agree should be raised as seperate issues in github and assigned to milestones.

    Isn't Github for non commercial ABP though? If so, things that apply to all of ABP probably should go there but stuff involving ABP Suite, ABP Studio, commercial modules etc should go in here? This should however still be clarified in the OP, especially as I just noticed there is a similar thread here for ABP Suite as well so it is a bit confusing.

  • User Avatar
    0
    DominaTang créé

    Add User full name to class VerifySecurityCodeModel

  • User Avatar
    0
    maliming créé
    Équipe d'assistance Fullstack Developer

    hi

    Add User full name to class VerifySecurityCodeModel

    You can override the VerifySecurityCodeModel page to add more properties of the users.

    https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c

  • User Avatar
    0
    roberto.fiocchi@mcsi.it créé

    Isn't Github for non commercial ABP though? If so, things that apply to all of ABP probably should go there but stuff involving ABP Suite, ABP Studio, commercial modules etc should go in here? This should however still be clarified in the OP, especially as I just noticed there is a similar thread here for ABP Suite as well so it is a bit confusin

    There is also a Github with private repository for ABP Commercial. When we write here, sometimes, an Issue is opened in private Github, but we have no vision of work or planning. We never understand what the ABP team is working and if all our requests have been taken into consideration and, if yes, when they are implemented.

    In Aspnetzero, buying the license, you are included in the private Github because you have the right to see the source code of the whole application.

    In ABP Commercial, it would be nice if ABP Team could invite us as stakeholder (See Devops -Supported access levels) or users limited to seeing the Issue. (See GitHub - Creating an issues-only repository)

  • User Avatar
    0
    DominaTang créé

    hi

    Add User full name to class VerifySecurityCodeModel

    You can override the VerifySecurityCodeModel page to add more properties of the users.

    https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c

    When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.

    I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)

  • User Avatar
    0
    maliming créé
    Équipe d'assistance Fullstack Developer

    When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.

    I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)

    Correct. 👍

Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11