Open Closed

Your feature request 💡 #3052


User avatar
3
alper created
Support Team 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.

131 Answer(s)
  • User Avatar
    0
    AndrewT created

    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 created

    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 created

    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 created

    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 created

    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 created

    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.

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