Activities of "alper"

thank you for the feedback. we reproduced it. It's a problem about this open issue on Angular We have fixed the problem, and it'll be fixed when we release it. When next version comes, remove yarn.lock (or package-lock.json) in your project and install packages again.

it's completed... but you didn't add any features that's why you see that

Feature management is an ABP Module https://github.com/abpframework/abp/tree/dev/modules/feature-management

Features are part of the editions (packages). They can provide different price and options to the tenants in your SaaS application. there's no document yet (will be here soon https://docs.abp.io/en/abp/latest/Features) but you can check this unit test to see how it works https://github.com/abpframework/abp/blob/dev/modules/feature-management/test/Volo.Abp.FeatureManagement.Application.Tests/Volo/Abp/FeatureManagement/FeatureAppService_Tests.cs

I couldn't reproduce it in MVC. Are you using Angular?

these settings are applied in public website (Account/Manage URL).
Users themselves cannot change their email or usernames.

Admin users who can access this Administration > Settings > Identity management > User Settings are free to update user's email, usernames...

thanks @talha, fixed => https://github.com/abpframework/abp/issues/3946 will be available in the next release

PS: these localizations are on the open-source side. so if you add the missing ones, we can accept your PR ;) https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json

thanks @talha, it's fixed and will be ready in the next release https://github.com/abpframework/abp/issues/3944

thanks we have fixed and it'll be corrected in the next version.

That's definately a false alarm! Virus programs makes a heroistic check... A heuristic check is a method that lets a computer program "guess" about unknown stuff. The Suite DLL creates a web hosting, makes requests, accesses directories so they mark it as potentially risky. But it has nothing to do with virus. As you see from the Norton report, it says Heuristic Virus, which means the application follows a bunch of rules about what makes something look like a virus and when it sees a program that does similar things, it gets flagged as questionable.

Here's the virus total score: 2 / 72 https://www.virustotal.com/gui/file/0911c25aaee672cc24e95654cd3d96c209cc1a01dce89c04cfff5cdd48ffecbc/detection

You can ignore this and exclude Volo.Abp.Suite.dll from your antivirus.

@arifharsono you cannot use this class in Application.Contracts because that layer is not aware of Web components.

Use it in your *.Web project. There should be already a BookStoreBrandingProvider.cs in your web project. (Change BookStore with your project name)

The class in this package => Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared

namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Components
{
    public class DefaultBrandingProvider : IBrandingProvider, ITransientDependency
    {
        public virtual string AppName => "MyApplication";

        public virtual string LogoUrl => null;

        public virtual string LogoReverseUrl => null;
    }
}

hi @sean.alford , thanks for reporting long primary key issue. Created an issue for that.

Showing 1721 to 1730 of 1850 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30