"ed_developer2" 'in aktiviteleri

  • ABP Framework version: v7.4.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

We are currently encountering challenges in seamlessly importing npm packages within our Angular project, particularly when integrating popular tools such as JSTree and CKEditor. Manual imports are resulting in errors during implementation, posing a significant obstacle to our development workflow.

We highly value your expertise and would greatly appreciate any insights, recommendations, or relevant documentation you can provide to help us overcome these integration hurdles. Our goal is to use npm packages without encountering any restrictions imposed by ABP, ensuring a smooth and efficient development process.

Thanks!

We are using angular code generated by application template of abp suite<7.0.2>. we have modified api code to have access token to have time limit of 10 min but after this duration angular is automatically getting access token and user is logged in no mater if the user closes the browser without logging out. Also remember me functionality is not behaving the same no matter we check the remember me it angular automatically get the user logged in after api interaction after 10 min of access-token expiry.

  • ABP Framework version: v7.0.2
  • UI type: Angular
  • DB provider: EF Core

Hello,

  1. I am trying to add pagination to below API. But there is no pagination parameters defined in this api. Can I modify this api to add pagination. "/api/audit-logging/audit-logs/entity-changes-with-username"

  2. There is another API of audit-logging which contains the sorting and pagination.But I also require the username of the person who modified the entity which is not available in this API. "/api/audit-logging/audit-logs/entity-changes" We wanted to show history changes of entity by any user.

  3. We want to group that result from the API according to month and Show this listing in Angular.

Hello, I am trying to reduce duration for which website remembers a user. Currently its set for ever we want to limit it to 1 hour, how can we do it. We tried this approach but didn't work. We tried to configure the authentication cookie in our host module. context.Services.ConfigureApplicationCookie(options => { options.ExpireTimeSpan = TimeSpan.FromSeconds(120); // Set the expiration time to 5 minutes options.SlidingExpiration = false; }); Can you please help me with this.

Hello,

I am trying to change the storage provider from default to file system, for which I am configuring AbpBlobStoringOptions in my HttpApiHost module, And i am storing the path in Abpsettings table and i want to access the path using ISettingProvider, but the problem is I can't Inject ISettingProvider in the constructor because the module requires a parameterless constructor to create the instance. so can you help me with providing a way to retrieve the path from the abpsettings table in my hostmodule.

Thank you.

My requirement is to setup the abp web app in some other domain. And Localhost is working fine and my database is linked with it. But when I try to setup the database according to my requirements, it is not totally syncing with the OpenIddictApplications Table of the separate Database and this is creating me problems to access the data from my database. And I am not even able to Login.


Localhost- Working Fine Domain- Not syncing with the Database Seperate Database

6 kayıttan 1 ile 6 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11