EngincanV
803b991dc6
Update CmsKitContentWidgetOptions.cs
5 months ago
EngincanV
8606149381
cms: apply copilot linting suggestions and add missing localization entry to the all languages
5 months ago
EngincanV
792356be2d
Skip empty property values in widget text
Updated addWidgetModal.js to exclude properties with default or empty values when generating widgetText. This prevents unnecessary attributes from being added to the widget markup.
5 months ago
EngincanV
83b7e0091e
cms: add comment configuration component for comment content widget
5 months ago
EngincanV
7881047b57
cms: Add commenting widget to content widgets
5 months ago
EngincanV
4bae80156e
cms: Add conditional widget adding to CmsKitContentWidgetOptions
5 months ago
maliming
ee94fe4603
Delete docs-admin-generate-proxy.json
5 months ago
maliming
0582e077cc
Update DocumentPdfAdmin service and client proxy
https://abp.io/support/questions/10059
5 months ago
enisn
df3309055c
Fix partial clipping in permissions modal in Blazor
6 months ago
enisn
a282dca2f2
Replace Bootstrap pl-1 with ps-1 in modal
Updated the class from 'pl-1' to 'ps-1' to use the correct Bootstrap 5 padding utility for start padding in the FeatureManagementModal.cshtml file.
6 months ago
maliming
27c7ec2197
Add user password history entity and migration
6 months ago
maliming
a4ec21410e
Increase DeviceInfo column length and update TOC nav id
6 months ago
maliming
6979452864
Handle additional hash in scrollToHashLink
6 months ago
maliming
b7fd8fe882
Remove unused Toc.init and fix link formatting
6 months ago
voloagent
fd4ffad36f
Update_NPM_Packages
6 months ago
maliming
25468997ad
Fix anchor navigation and Toc init in vs.js
6 months ago
maliming
21a022983d
Reorder abp install-libs in publish script
6 months ago
maliming
39866db863
Reorder MapAbpStaticAssets in middleware setup
6 months ago
enisn
44a2dc14e9
Update Register.cshtml.cs
6 months ago
enisn
a01adc5846
Use safe redirect after registration
Replaces direct Redirect with RedirectSafelyAsync after user registration to enhance security when handling return URLs.
6 months ago
EngincanV
b4676eb9cd
Should sort blog feature names alphabetically on the UI
6 months ago
sumeyye
4e925a4617
update: setting management angular installation to include permission management dependency
6 months ago
Mansur Besleney
d2b1ca2928
Remove blog post delete button from public view and made some other small enhancements
The delete button for blog posts has been removed from the public blog post view and its associated JavaScript handler deleted. Additionally, blog feature queries are now ordered by feature name in both EF Core and MongoDB repositories, and the blog post admin list default sort order has been updated.
6 months ago
maliming
51ad21a860
Add ABP library installation to publish script
6 months ago
voloagent
708e55f774
Update_NPM_Packages
6 months ago
maliming
571ce65090
Set `RequireEmailVerificationToRegister's isVisibleToClients` to `true`.
6 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.
6 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.
6 months ago
Ahmet Çelik
02f4e742ed
Update Default.cshtml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 months ago
Ahmet Çelik
29d339a773
Update Default.cshtml
6 months ago
Ahmet Çelik
719fd9bf5a
Update Default.cshtml
6 months ago
maliming
cfec02ec7b
Remove UserPasswordHistories collection from MongoDbContext
6 months ago
maliming
7d63a838a6
Change CreatedAt to DateTimeOffset in password history
6 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>
6 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>
6 months ago
maliming
46323e5e33
Add password reuse prevention localization keys
6 months ago
maliming
404881cd39
Add PasswordHistories relationship to User entity
6 months ago
copilot-swe-agent[bot]
4317bac311
Add PasswordInHistory localization to all language files
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
6 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>
6 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>
6 months ago
maliming
ecee36baef
Add password history validation message
6 months ago
maliming
aceb45dc67
Add ResetSearchTextAsync to clear permission group search
6 months ago
maliming
56840737a1
Remove UserPasswordHistories DbSet and update model builder
6 months ago
maliming
685714e133
Revert "Add UserPasswordHistories DbSet to IIdentityDbContext"
This reverts commit b1a9ddbee2 .
6 months ago
maliming
6608305fe2
Update grant status on permission group search
6 months ago
maliming
b1a9ddbee2
Add UserPasswordHistories DbSet to IIdentityDbContext
6 months ago
maliming
62d6331042
Add setting to enable password reuse prevention
6 months ago
maliming
be6d2f9b8a
Add user password history entity.
6 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.
6 months ago
maliming
7149673715
Optimize TickerQ background job and worker invocation
6 months ago