Base solution for your next web application

Activities of "suruat"

Answer

That's correct, I believe you either have to roll out your own, or wait a few months for Microsoft to port it over. They are targeting to have it released between 1st or 2nd quarter next year.

Personally I may end up building my own, maybe using something like Fire base in the mean time.

Hello

I would like only the Host to be able to modify language, and this should effect all tenants.

What's the best approach to accomplish this?

AspnetZero has support for permissions for users and role. This is useful to hide functionality from certain users or group of users (roles)).

My question is how can I use this to also hide or show data.

For example: If I have a Cities database, and I want to be able to say this user can only view these cities, or this role can only view these cities, so that when I query the DB it filters based on the roles and/or user. Is there an easy way to implement this in AspnetZero or to hook into the current perrmission system but use it for data filtering?

Thanks

I am not sure I totally understand what you mean by "The user or role is associated with the city."

Do you have any simple examples of this?

We are building a muti-tenant system using the Asp.net Core/ Angular2+ solution. However we don't want users to be responsible for passing the Tenancy name in (via subdomain, or via a form). We want to get the tenant based on the user that is logging in (we are using the single db approach).

I am assuming we need to enforce that every user that is created, including tenant admin users must have unique usernames. Correct?

What is the best way to implement this? What do we need to change in the angular side and the Api side?

I'm not sure which version of ABP I have since I cannot access the download page anymore, however it's about 2 years old. I have not tried to run the xamarin app before untill today.

When I tried to run/build the andriod app, I got alot of errors. I Think I have resolved all but one:

Severity Code Description Project File Line Suppression State Error Can not resolve reference: Microsoft.AspNetCore.Hosting.Abstractions, referenced by MyApp.Application.Shared. Please add a NuGet package or assembly reference for Microsoft.AspNetCore.Hosting.Abstractions, or remove the reference to MyApp.Application.Shared. MyApp.Mobile.Droid

Does anyone know how to resolve this?

Solved

I have the same issue, In the event the /AbpUserConfiguration/GetAll call fails I would like to navigate the user to a custom static error page, instead of showing the popup. I can't seem to find a way to do this, since it seems that the abp.ajax call handles the failure everythime.

Whats the best way to send the user to a static page when GetALL call fails?

Hi,

I am developing a Xamarin Application using Abp Zero for my backend. For some reason, my permission keeps getting reset for my users. For example: If i asign the admin role to a user, that user gets all the the permissions, this is reflected in the web UI and mobile app. Than lets say after a while I reopen the mobile app, than i get an error message saying the the permissions are missing and when I look at the user managerment that user still has the Admin Role, but all permissions are unchecked.

Does anyone have any idea what's happening?

Does anyone have any idea?

Showing 1 to 10 of 22 entries