Activities of "IbrahimSarigoz"

Hi, I prepare a basic abp mvc project. this is github link: https://github.com/Ibrahimsrgz/BasicSignalRApp.git

as you know in mvc we dont have access token provider and in this example i dont want to check access provider. so i changed api.host.module a bit.

unfortuanaly i am getting

Do you have any example basic project ?

https://volosoft.com/blog/RealTime-Messaging-Distributed-Architecture-Abp-SingalR-RabbitMQ

For example, I couldn't manage this without distributed event bus.

Question

Hi, I'm working on a SignalR project and I prefer not to use a distributed event bus. I've looked at ABP samples where one uses a distributed event bus and the other only relies on the web layer. Is it feasible to implement SignalR in a distributed architecture without using an event bus?

  • ABP Framework version: v8.1.3
  • UI Type: MVC
  • Database System: EF Core (Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes tiered

When I create a new project with ABP Suite version 8.2.0, the initial migration file and seed data do not support Oracle databases.

In previous versions, this datatype was NUMBER(1).

I changed all of the initial migration files, but this time the seed data caused problems and I couldn't resolve them.

How can I configure version 8.2.0 with Oracle?

any recommend

Question

We want to grant a user with update permissions an additional permission at the property level of an entity, ensuring they do not have the authority to modify that specific property. For example, a user should have permission to update a Book entity but should not be able to change its Name property, while another user should be able to change it. What is the most ideal way to achieve this?

  • ABP Framework version: v8.1.3
  • UI Type: MVC
  • Database System: EF Core Oracle
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes Tiered
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
Answer

Oh, we don't want to log every method response. Is there any way to activate the ResponseAuditLogContributor only for a specific method?

Answer

What should we write at the top of our WebServiceLogon method to activate the ResponseAuditLogContributor?

Answer
public virtual async Task<WebserviceLogonResponse> WebServiceLogon(string username,string password)
{
    WebserviceLogonResponse webserviceLogonResponse = await LogonAsync(username,password);
    return webserviceLogonResponse;
}

How can I use ResponseAuditLogContributor in this method? Also, could you provide an example of writing this log to a text file

thanks

Question

I have a method in my application service where audit logging logs the input object. I want to log the return object from this method as well. Is it easily possible?

  • ABP Framework version: v8.0.4
  • UI Type: MVC
  • Database System: EF Core Oracle
Showing 21 to 30 of 57 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13