Activities of "yinchang"

@ismcagdas Hi: Now,We can download NG package via CLI(abp get-source), but I can't find source code of @volo/abp.commercial.ng.ui in any module ,Could you tell me how to get it, and also Is there like abp/npm/ng-packs/ project in Commercial Version, I hope it can be get that via CLI command too

  • ABP Framework version: v4.0.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Dose abp team will create one solution project template for abp suite cli ?

Here is previous issue at github :https://github.com/abpframework/abp/issues/857#issuecomment-663996864

How to host XXXX.HttpApi.Host(WebApi) and Angular at same website port:80 ?

In previous version(v3.x) , I install Microsoft.AspNetCore.SpaServices.Extensions and copy angular app( oAuthConfig responseType:password) to wwwroot/app folder can be solved.

But in v4.0 ,AccountModule has been removed and oAuthConfig responseType must be code, Is there have any suggestion ?

just as @arjun said : In prevous version of abp ,i could download this template :

Will abp suite cli provider more template in the futher?

  • ABP Framework version: v4.2.1
  • UI type: Dont care
  • DB provider: Dont care
  • Tiered (MVC) or Identity Server Separated (Angular): Dont care
  • Exception message and stack trace: None
  • Steps to reproduce the issue:

When version at 4.2.0,I can get sourcecode of Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial by cli. But after upgrade to new version(4.2.1),Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial package is gone. Could you let it back if this package is still working

And also, angular library commercial-ui is missing.

alper :

thank for your answer and help.

but, Is that mean we cant get Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial sourcecode by cli atfer version 4.2.1 ?

Please provide a way to download sourcecode of Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial and @volo/abp.commercial.ng.ui,

Because almost commercial modules still depend on this package,so I need sourcecode of all modules

Thank you.

alper: please try again ,thanks. yinchang0626@gmail.com

It seems to be related to gmail security , I sent an email to info@abp.io .please check it.

  • ABP Framework version: 4.2.2
  • UI type: don't care
  • DB provider: don't care
  • Tiered (MVC) or Identity Server Separated (Angular): don't care

HI: I have a question: When I use FileManagement module, for execute DownloadAsync method in FileDescriptorAppService it need FileManagement.FileDescriptor permission, but I want to let it can be executed without any permission,everyone can use it to download file, I had already read doc about overriding-a-permission-by-a-custom-policy but i don't know how to ignore exist policy for a appservice.

Can you tell me how to do? thank you.

hi

You can create a subclass to replace FileDescriptorAppService. And overide DownloadAsync method to use AllowAnonymous attribute.

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services

Hi: Thank you,It's work

Showing 1 to 10 of 16 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11