Attività di "adam-dot-cohen"

Where can I download a copy of the project on the demo site hosted at https://leptontheme.com/?

  • ABP Framework version: v5.1.3
  • UI type: Blazor

Any updates on this?

Sorry to be a bother, but it's been a week without any response?

Hi @adam-dot-cohen

Lepton doesn't have an HTML template. It's implemented in ABP.

We're working on LeptonX Theme. It'll include also an html+css template.

Thanks for the response. I was wondering if the project deployed to the LeptonTheme.com domain is available for download somewhere. I can't find much of any documentation the controls, usage, styles, etc. The dashboards on the site have some interesting charting, timeline and list styles that would be fantastic to publish (even if they're not an ABP package or part of the Lepton theme).

Much appreciated!

Can you provide a time estimate on when you expect it to be resolved? Our dev team (like any of your customers updating their packages today) can't get any work done.

Sorry - that was intended for ABP!

Hi,

We will check it.

Liangwhiwei - Any updates??? Your customers have development teams that are sitting still. You guys should think about giving the people you're inconveniencing the common curtesy of status and expected time to resolution.

  • ABP Framework version: v7.2.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered, separate OpenIddict server

How do you force authentication for the root of a blazor server project? Presently, the following display the header and navigation side menu before redirecting to Account/Login...

Index.cshtml

OR

_Imports.razor

  • ABP Framework version: v7.2.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered, separate OpenIddict server

How do you force authentication for the root of a blazor server project? Presently, the following display the header and navigation side menu before redirecting to Account/Login...

How do you force authentication for the root of a blazor server project? Presently, the following display the header and navigation side menu before redirecting to Account/Login...

Index.cshtml

OR

_Imports.razor

STEPS TO REPRODUCE

  1. Generate a fresh template
  2. Run the Blazor server project

RESULT

DESIRED RESULT

Please credit my account back for this question as it got locked... https://support.abp.io/QA/Questions/5123/Blazor-Server---Force-Authentication-For-Root--Entire-Site

ABP Framework version: v7.2.1 UI type: Blazor Server DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered, separate OpenIddict server

Which module(s) are responsible for seeding the default admin permissions (e.g. AbpPermissionGrants)? In other words, can you point me to the PermissionDefinitionProvider(s) that are required to seed the default permissions for the ADMIN login? Specifically for the following...

  • AbpIdentity
  • AbpAccount
  • FeatureManagement
  • SettingManagement
  • Saas
  • OpenIddictPro
  • AuditLogging
  • LanguageManagment
  • TextTemplateManagement

I need to know which project dependencies (Domain, Domain.Shared, etc...) would be necessary with "DEPENDSON" attributes in EntityFrameworkCore/DBMigrator to seed the tables outside of the standard template.

Where are the definitions stored that get created upon seed? Examples from AbpPermissionGrants...

1 - 10 di 11
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11