Activities of "Anjali_Musmade"

Hello,

ABP.io's file management module offers functionalities but doesn't provide built-in features for granular permissions on individual files. ABP's existing permission management system is used to grant access to folders based on user roles. The functionality you want to develop will require custom development efforts. You may also refer this https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-5?UI=BlazorServer&DB=EF#permissions

in summary it was enough to make a little bit research and we're supporting for lack of system not for specific custom logic 🙂

I hope I could answer your question.

Thanks,

Hello ,

Can you give more steps to reproduce the issue ?

Thank you.

Hello,

Please checkout similar issue https://support.abp.io/QA/Questions/6843/External-Provider-login-is-able-to-register-a-user-even-if-self-register-setting-is-disabled if it works for you.

Thanks

Hello,

I have applied the code like below

And created one TenantNamestyle.scss file with the code

it result like

Please give it a try.

Thanks

Hello ,

Please check the FileManagementPermissionsclass where all permissions are defined for this module. You can customize these permission as per your requirements.

Thank you.

Hello ,

If you have to apply permissions on a per folder and per file then you have to customize code at your own side .

Thank you.

Hello,

I have created one role as Admin and give him permissions of folder and again I have created one role Manager and give him permissions of file.

permissions of Admin role

permissions of manager role

Now I have created 2 users, user1 and user2.

user1 is assigned with role Admin and user2 is assigned with role manager. Check the permissions given to user1

permissions given to user2

Now user1 can have access to crud operations of Folders only and not of files.

and user2 can have access to crud operations of Files only and not of folders.

In this way you can implement as per your requirement.

Thanks, Anjali

Answer

Hello,

Please check out similar issue https://support.abp.io/QA/Questions/1528/Unable-to-download-large-file If it helps you.

Thanks,

Hello,

Please check out : https://stackoverflow.com/questions/62055847/how-to-deploy-angular-spa-with-asp-net-core-3-1-api-on-iis

https://www.codementor.io/@noorsaifi/how-to-deploy-angular-asp-net-core-webapi-to-iis-on-shared-hosting-1dytrihj56 If it helps you.

Thanks,

Hello,

Can you please check this https://docs.abp.io/en/abp/latest/UI/Angular/Permission-Management

Thanks

Showing 291 to 300 of 1094 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 27, 2024, 06:34