sumeyye
4e925a4617
update: setting management angular installation to include permission management dependency
4 months ago
maliming
571ce65090
Set `RequireEmailVerificationToRegister's isVisibleToClients` to `true`.
4 months ago
SALİH ÖZKARA
9b6f7da8d2
Add SEO section extraction and usage for documents
Introduces support for extracting SEO metadata from document content by adding a new DocumentSeoDto, updating renderers to handle a new [doc-seo] section, and exposing this data in the project document page. The page now uses the SEO description if available, improving meta tag generation. Also adds error handling for scrollspy initialization in vs.js.
4 months ago
maliming
67b3c85858
Add `OpenIddictDataSeedContributorBase` class
Introduces an abstract base class for seeding OpenIddict applications and scopes. Provides helper methods for creating or updating OpenIddict applications and scopes, including validation and permission assignment logic.
4 months ago
maliming
cfec02ec7b
Remove UserPasswordHistories collection from MongoDbContext
4 months ago
maliming
7d63a838a6
Change CreatedAt to DateTimeOffset in password history
4 months ago
copilot-swe-agent[bot]
8209420dcc
Fix translations: Replace English text with proper localized translations for 12 languages
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
4 months ago
copilot-swe-agent[bot]
3fdd6371a4
Add password reuse prevention localization to all Identity module languages
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
4 months ago
maliming
46323e5e33
Add password reuse prevention localization keys
4 months ago
maliming
404881cd39
Add PasswordHistories relationship to User entity
4 months ago
copilot-swe-agent[bot]
4317bac311
Add PasswordInHistory localization to all language files
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
4 months ago
Ma Liming
66ab43b4e0
Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
Ma Liming
7a2bc0d52c
Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
maliming
ecee36baef
Add password history validation message
4 months ago
maliming
aceb45dc67
Add ResetSearchTextAsync to clear permission group search
4 months ago
maliming
56840737a1
Remove UserPasswordHistories DbSet and update model builder
4 months ago
maliming
685714e133
Revert "Add UserPasswordHistories DbSet to IIdentityDbContext"
This reverts commit b1a9ddbee2 .
4 months ago
maliming
6608305fe2
Update grant status on permission group search
4 months ago
maliming
b1a9ddbee2
Add UserPasswordHistories DbSet to IIdentityDbContext
4 months ago
maliming
62d6331042
Add setting to enable password reuse prevention
4 months ago
maliming
be6d2f9b8a
Add user password history entity.
4 months ago
EngincanV
76300f4999
Fix path separator in solution file and improve docs
Replaced backslash with forward slash in the project path for TickerQ demo app in the solution file to ensure consistency across platforms. Also clarified documentation on configuring TimeTicker properties for specific jobs.
4 months ago
maliming
7149673715
Optimize TickerQ background job and worker invocation
4 months ago
maliming
14c54c4302
Refactor TickerQ managers and add worker configuration support
4 months ago
maliming
2750b3a68b
Add TickerQ dashboard integration to demo app
4 months ago
maliming
eff20f259c
Add MyBackgroundWorker demo.
4 months ago
maliming
5e230084a6
Add configurable retry options for TickerQ background jobs
4 months ago
maliming
b0a1a6b123
feat: Add TickerQ integration to documentation and demo module
4 months ago
maliming
4a9f3029a1
feat: Add TickerQ background job support and related modules
4 months ago
maliming
1d8ab5318c
Close test email modal after sending email
4 months ago
Ma Liming
d90b29d8bc
Add ObjectMapperContext to SendTestEmailModal
4 months ago
Ahmet Çelik
31aa2c17bb
Refactor TOC generation logic in project index page
Moved the TOC generation for documents to occur after navigation DTO initialization, ensuring TOC items are generated only when document content is available. This improves code clarity and maintains correct TOC population.
4 months ago
maliming
eb4c90b3f0
Increase MaxDeviceInfoLength to 256
Updated the MaxDeviceInfoLength constant from 64 to 256 to allow for longer device information strings in identity sessions.
4 months ago
maliming
80fdac8f27
Add indeterminate state to 'Select All' checkbox
4 months ago
voloagent
8ad2a7d41a
Update_NPM_Packages
4 months ago
voloagent
6dd4c67eb7
Update_NPM_Packages
4 months ago
voloagent
34c67da3ea
Update_NPM_Packages
4 months ago
sumeyye
cbca03fef6
update: add config path for account package
4 months ago
maliming
f0b1fc50ab
Refactor TocHeading and TocItem from records to classes
4 months ago
selmankoc
cae507d9cb
Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules
5 months ago
selmankoc
d01adc8fed
Upgrade base image from .NET 9.0 to 10.0 in Dockerfiles across multiple modules
5 months ago
Ahmet Çelik
2d7b4b4568
Move TableOfContents files to application layer
Relocated ITocGeneratorService and TocHeading to the Application.Contracts project, and TocGeneratorService to the Application project. This improves project structure by separating contracts and implementations from the web layer.
5 months ago
Yunus Emre Kalkan
2d4470d37e
Added AngularInstallationInfo for Permission Management module
5 months ago
Yunus Emre Kalkan
942919ac57
Added AngularInstallationInfo for identity module
5 months ago
Yunus Emre Kalkan
bbbe17503c
Added AngularInstallationInfo for account module
5 months ago
maliming
4ad9af073e
Enhance assembly resource registration for localization in multiple web modules
5 months ago
maliming
959aa054f9
Refactor repository methods to ensure consistent 'save changes' in Feature, Permission, and Setting management
Resolve #23773
5 months ago
maliming
03213a7cf9
Make PermissionChanged handler asynchronous
5 months ago
Ahmet Çelik
e850b4b463
Refactor TOC generation to use level count instead of max level
Replaces the use of a fixed max TOC level with a level count parameter in TOC generation methods and logic. This change improves flexibility by allowing the number of heading levels included in the TOC to be specified, rather than a maximum heading level value.
5 months ago
Ahmet Çelik
b422cc033b
Update Index.cshtml.cs
5 months ago