Ahmet Çelik
719fd9bf5a
Update Default.cshtml
11 months ago
maliming
cfec02ec7b
Remove UserPasswordHistories collection from MongoDbContext
11 months ago
maliming
7d63a838a6
Change CreatedAt to DateTimeOffset in password history
11 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>
11 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>
11 months ago
maliming
46323e5e33
Add password reuse prevention localization keys
11 months ago
maliming
404881cd39
Add PasswordHistories relationship to User entity
11 months ago
copilot-swe-agent[bot]
4317bac311
Add PasswordInHistory localization to all language files
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
11 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>
11 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>
11 months ago
maliming
ecee36baef
Add password history validation message
11 months ago
maliming
aceb45dc67
Add ResetSearchTextAsync to clear permission group search
11 months ago
maliming
56840737a1
Remove UserPasswordHistories DbSet and update model builder
11 months ago
maliming
685714e133
Revert "Add UserPasswordHistories DbSet to IIdentityDbContext"
This reverts commit b1a9ddbee2 .
11 months ago
maliming
6608305fe2
Update grant status on permission group search
11 months ago
maliming
b1a9ddbee2
Add UserPasswordHistories DbSet to IIdentityDbContext
11 months ago
maliming
62d6331042
Add setting to enable password reuse prevention
11 months ago
maliming
be6d2f9b8a
Add user password history entity.
11 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.
11 months ago
maliming
7149673715
Optimize TickerQ background job and worker invocation
11 months ago
maliming
14c54c4302
Refactor TickerQ managers and add worker configuration support
11 months ago
maliming
2750b3a68b
Add TickerQ dashboard integration to demo app
11 months ago
maliming
eff20f259c
Add MyBackgroundWorker demo.
11 months ago
maliming
5e230084a6
Add configurable retry options for TickerQ background jobs
11 months ago
maliming
b0a1a6b123
feat: Add TickerQ integration to documentation and demo module
11 months ago
maliming
4a9f3029a1
feat: Add TickerQ background job support and related modules
11 months ago
maliming
1d8ab5318c
Close test email modal after sending email
11 months ago
Ma Liming
d90b29d8bc
Add ObjectMapperContext to SendTestEmailModal
11 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.
11 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.
12 months ago
maliming
80fdac8f27
Add indeterminate state to 'Select All' checkbox
12 months ago
voloagent
8ad2a7d41a
Update_NPM_Packages
12 months ago
voloagent
6dd4c67eb7
Update_NPM_Packages
12 months ago
voloagent
34c67da3ea
Update_NPM_Packages
12 months ago
sumeyye
cbca03fef6
update: add config path for account package
12 months ago
maliming
f0b1fc50ab
Refactor TocHeading and TocItem from records to classes
12 months ago
selmankoc
cae507d9cb
Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules
12 months ago
selmankoc
d01adc8fed
Upgrade base image from .NET 9.0 to 10.0 in Dockerfiles across multiple modules
12 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.
12 months ago
Yunus Emre Kalkan
2d4470d37e
Added AngularInstallationInfo for Permission Management module
12 months ago
Yunus Emre Kalkan
942919ac57
Added AngularInstallationInfo for identity module
12 months ago
Yunus Emre Kalkan
bbbe17503c
Added AngularInstallationInfo for account module
12 months ago
maliming
4ad9af073e
Enhance assembly resource registration for localization in multiple web modules
12 months ago
maliming
959aa054f9
Refactor repository methods to ensure consistent 'save changes' in Feature, Permission, and Setting management
Resolve #23773
12 months ago
maliming
03213a7cf9
Make PermissionChanged handler asynchronous
12 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.
12 months ago
Ahmet Çelik
b422cc033b
Update Index.cshtml.cs
12 months ago
maliming
c6a6306a6d
Upgrade all NuGet package to latest.
12 months ago
SALİH ÖZKARA
d202be665d
Refactor and improve TOC generation logic
Enhanced TocGeneratorService by refactoring heading parsing, optimizing inline text extraction, and improving handling of empty or invalid markdown. Added helper methods for pipeline creation, heading construction, and inline processing for better readability and maintainability.
12 months ago
SALİH ÖZKARA
9d01a36891
Refactor table of contents to hierarchical structure
Replaces flat TocHeading list with hierarchical TocItem structure for document table of contents. Updates rendering logic, service interface, and implementation to support nested headings and configurable levels.
12 months ago