Commit Graph

595 Commits (a44fa9c105187bafeaa9fd1a5f53bee23ffdc649)

Author SHA1 Message Date
maliming 98d97a7342 Update cshtml
4 years ago
maliming 1a46941a80 Upgrade to Bootstrap 5.
4 years ago
enisn e513cdeea6 account - implement concurrency stamp
4 years ago
maliming 59e6b5d617 Merge branch 'net6' of github.com:abpframework/abp into net6
4 years ago
maliming e72a32eadb Update ErrorController.cs
4 years ago
maliming 0b4defecb8
Merge branch 'dev' into net6
4 years ago
Daniel 39c99f4bfd
Create da.json
4 years ago
Berkan Sasmaz 41d1e8e02c
Merge pull request #9582 from totpero/add-ro-language
4 years ago
maliming ef9d20533a Change TargetFramework to net6.0.
4 years ago
TotPeRo 18d12f1c0a
fix quote
4 years ago
Iulian Alexe 6b6e39691f Add new language: Romanian
4 years ago
Berkan Sasmaz c9463c0437 Update localization for Italian
4 years ago
Galip Tolga Erdem a40568e857
Merge pull request #9534 from abpframework/maliming/ExternalLogin
4 years ago
maliming a46351ca41 Check the user according to email before creating an external user.
4 years ago
maliming 43db5d683a Switch to the tenant if __tenant querystring parameter is sent.
4 years ago
Berkan Sasmaz 9be04866c4 Add new language: Slovak
4 years ago
Berkan Sasmaz b3ad30a982 Update localizations for Italian
4 years ago
maliming 848aa2ecfa Add CheckCurrentTenant.
4 years ago
maliming 8d4bd07a45 Remove spaces.
4 years ago
maliming 89e560edfa Add SwitchTenant method to AccountPageModel.
4 years ago
maliming a5fd8d2195 Change the current tenant via querystrings.
4 years ago
Halil İbrahim Kalkan badc521fb3 Handle validation errors on reset password.
4 years ago
Halil İbrahim Kalkan 89cec4aaf9
Merge pull request #9155 from abpframework/liangshiwei/usermenu
4 years ago
maliming e9e6540b3e
Merge pull request #9277 from abpframework/liangshiwei/account
4 years ago
liangshiwei f843a679b2 Add TenantId to ResetPasswordDto
4 years ago
liangshiwei c2f958d010 Change current tenant when reset password
4 years ago
Berkan Sasmaz f182a9e488 fix translation errors for Italian
4 years ago
Berkan Sasmaz 78449135f2 fix translation errors for Hindi
4 years ago
Berkan Sasmaz 831bc33d00 fix translation errors for Finnish
4 years ago
liangshiwei 279adfa11f Revisit the menu item names on the user menu
4 years ago
maliming 68b19c2503
Merge pull request #9152 from abpframework/auto-merge/rel-4-3/412
4 years ago
maliming 8fd031c8ec
Update en.json
4 years ago
Galip Tolga Erdem 6149193415 updated to throw errors
4 years ago
Galip Tolga Erdem 76b09d5d47 updated to return confirm page when user is not allowed
4 years ago
Galip Tolga Erdem 01f4f64256 removed comments
4 years ago
Galip Tolga Erdem b33e14bf89 Added Locked Out page and NotAllowed logic
4 years ago
Galip Tolga Erdem b91c538c33 Updated logged out redirect button and texts
4 years ago
Washyn 1abb214e77 fixed some spanish translations
4 years ago
Berkan Sasmaz e059c8a1c6 Add new language: Italian
4 years ago
Berkan Sasmaz 1e5fdea196 Add new language: Hindi
4 years ago
Ahmet 6f459da427 init account module
4 years ago
Halil İbrahim Kalkan 8c9bf460b1 Added user module definition file and imports in account and identity.
5 years ago
Halil İbrahim Kalkan 9621df2939 Added mdl json file for account and fixed for identity
5 years ago
nielscil d493f912da added and changed some dutch localization
5 years ago
Halil İbrahim Kalkan c93afc6eb5
Merge pull request #8419 from abpframework/maliming/windows-login
5 years ago
Berkan Sasmaz fd194acce2 Update language: Français
5 years ago
Berkan Sasmaz 44b1dd9d33 Add language: Finnish
5 years ago
maliming 8de6d5266f Refactor ProcessWindowsLoginAsync.
5 years ago
maliming c224ea8731 Remove asp-page from Consent.cshtml.
5 years ago
maliming ca0d00ac90 Remove ReturnUrl from form.
5 years ago
Halil İbrahim Kalkan f690ec9a3b Merge branch 'dev' into stsrki/dev-blazor-server
5 years ago
ChangYinShung e38235a2da translate setting and cms-kit
5 years ago
Halil İbrahim Kalkan f59c7c802a Fix modules and template for blazor package changes.
5 years ago
Halil İbrahim Kalkan 27937be657 Merge branch 'dev' into stsrki/dev-blazor-server
5 years ago
Halil İbrahim Kalkan 3e1e0a76a3 Fix references and remove error UI
5 years ago
liangshiwei c1aa7525a5 Make RegisterDto of account module extensible.
5 years ago
Mladen Macanovic 84e65b73a8 Merged dev branch
5 years ago
maliming a0ce2cc284
Use the correct localize key on the login page.
5 years ago
Halil İbrahim Kalkan 66846a4477
Merge pull request #7321 from abpframework/maliming/patch-1
5 years ago
maliming cc1c1d3cd1 Localized exception message in pages.
5 years ago
maliming 9f7e6d9b44 Save when CurrentUser.IsAuthenticated
5 years ago
maliming c3ba4b637a Save the client id for Authorization Code Grant.
5 years ago
Mladen Macanovic 08e42ed46f Merge branch 'dev' into stsrki/dev-blazor-server
5 years ago
maliming bafc809dcf Add Access denied page to Account module.
5 years ago
Mladen Macanovic 35bf8be7a8 WIP blazor server
5 years ago
nielscil be1c5af08d localized framework + modules to dutch
5 years ago
Oliver Cooper 1647b729e5 Make AccountEmailer.NormalizeReturnUrl method protected virtual
5 years ago
Oliver Cooper 1cb9a6e9d0 Make AccountEmailer.NormalizeReturnUrl method protected
5 years ago
Kevin bd52241566 Added en-GB json files
5 years ago
liangshiwei 4f215e0799 Improved
5 years ago
liangshiwei 99b323c7b5 Add reset password localized text
5 years ago
liangshiwei 7be8907321 Merge branch 'dev' into liangshiwei/redirectAllowedUrl
5 years ago
liangshiwei 7bd51048aa Use AbpIdNameTagHelper
5 years ago
liangshiwei 02cfd822e7 Avoid using array index in taghelper expressions
5 years ago
liangshiwei acb596d38c Added RedirectAlowedUrls
5 years ago
Mladen Macanovic f171afad1c Added submit button to account page
5 years ago
liangshiwei d9c8203b36
Update ar.json
5 years ago
liangshiwei a250725fa0
Update zh-Hans.json
5 years ago
liangshiwei 32352e032e
Update es.json
5 years ago
John Barrett 320c62f5cf
OrLoginWith fix
5 years ago
John Barrett 9db796bb8c
OrLoginWith fix
5 years ago
John Barrett b96be9df46
OrLoginWith fix
5 years ago
John Barrett 7f6177b0f1
Update de-DE.json
5 years ago
John Barrett ada64d5166
semi colon replaced with colon
5 years ago
maliming 9ef3d82a09 Update packages to latest
5 years ago
Halil İbrahim Kalkan ac20a2423c Merge branch 'rel-4.0' into dev
5 years ago
maliming 8ff3917fa0 Make sure that identityOptions is overwritten before use.
5 years ago
Halil İbrahim Kalkan 79415470e2 Resolved #6318: Remove AsyncHelper usage for the IdentityOptions.
5 years ago
Alper Ebicoglu 4a95ab9057 Merge branch 'rel-4.0' into dev
5 years ago
Alper Ebicoglu b721db65e7 add Spanish language. closes #5931 & volosoft/volo#2283
5 years ago
maliming 7e903faa57 Introduce Directory.Build.props.
5 years ago
Halil İbrahim Kalkan 2266ceb901
Merge pull request #5866 from PMExtra/unify-route
5 years ago
maliming fb16b00652 Upgrade to net 5 final.
5 years ago
Ahmet 4a868ee018 Update AccountManage.razor.cs
5 years ago
Ahmet 2ef2b3638e fix namespace for Account Blazor package
5 years ago
Alper Ebicoglu 3f46a6f272 add German translations... volosoft/volo#2282
5 years ago
Ahmet aaeaf84937 Update AbpAccountComponentBase.cs
5 years ago
Ahmet d7c474f024 Update Volo.Abp.Account.Blazor.csproj
5 years ago
Ahmet db5cfd634c Merge branch 'dev' into cotur/component-base
5 years ago
liangshiwei ce050cd71c Change override async to async override
5 years ago
Ahmet ed61188ec8 Update AccountManage.razor
5 years ago
Ahmet a8799bd6eb Account Blazor refactored
5 years ago
maliming f9a682cf94 Change override async to async override.
5 years ago
Yunus Emre Kalkan 8c172d4f1c app template & account module: added login links to toolbar
5 years ago
PMExtra d3c4029e0f checkPassword -> check-password.
5 years ago
Ahmet 51af94820d Merge branch 'rel-3.3' into dev
5 years ago
liangshiwei e505ef2931 Improve abp_io Localization
5 years ago
maliming debdebba48 Merge branch 'dev' into maliming/IdentityServer-v4
5 years ago
maliming 47768aa3b7 Merge branch 'dev' into maliming/net5
5 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2.
5 years ago
maliming fa8e7666ac
Merge pull request #5768 from abpframework/liangshiwei/patch-account
5 years ago
maliming 47ee4ae652 Merge branch 'dev' into maliming/net5
5 years ago
maliming ae25e6e59c
Merge pull request #5760 from lszabados/dev
5 years ago
liangshiwei d20d345852 Show the error message when typing the wrong email
5 years ago
maliming 6e4035b004 Upgrade ms packages to 3.1.8.
5 years ago
Laszlo Szabados bf335f03ab hu translation
5 years ago
maliming 4852fda1b7 Update TargetFramework.
5 years ago
maliming f151602b08 Update TargetFramework.
5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor.
5 years ago
maliming 106ded2d87
Merge branch 'dev' into maliming/IdentityServer-v4
5 years ago
maliming d99d021eae Remove RazorLangVersion from blazor modules & template project.
5 years ago
maliming cd9040faa5 Fix action check fail.
5 years ago
maliming b2ceacbe40 Upgrade modules.
5 years ago
maliming dafa380b1e
Merge pull request #5662 from abpframework/liangshiwei/patch-1-account
5 years ago
Ahmet 342eac9541 Update Manage.cshtml
5 years ago
liangshiwei 6f9e11d295 Update Chinese localization
5 years ago
Ahmet c0ee874817 Added returnUrl to Manage Account page
5 years ago
Ahmet 8ce73ca2c0 Update Manage.razor.cs
5 years ago
Ahmet f22f2341eb Update Manage.razor
5 years ago
Halil İbrahim Kalkan 9ff42c102e Merge branch 'rel-3.2' into dev
5 years ago
badre429 f3ff49865d fix some typos
5 years ago
badre429 bdf38354ee fr local for account module
5 years ago
maliming b904fef2e2 Add Arabic translate.
5 years ago
Ahmet Çotur 8128df2256 remove update confirmation from account.blazor
5 years ago
Ahmet Çotur 0259209eb4 improve messages of account.blazor
5 years ago
Ahmet Çotur eda967ec51 Introduce Account.Blazor UI
5 years ago
maliming d80de7bed5 Merge branch 'dev' into maliming/IdentityServer-v4
5 years ago
Yunus Emre Kalkan a3685d4d5b Allow to add new tabs to the account profile manage page
5 years ago
Halil İbrahim Kalkan de7d480af4 Add TwoFactorLoginResultAsync for a starting point for 2FA. Remove empty page.
5 years ago
Halil İbrahim Kalkan 193e770c83 Fix forgot password UI.
5 years ago
liangshiwei 8614a45c8f Added forget/reset password feature to account module
5 years ago
Halil İbrahim Kalkan d900931cd3
Merge pull request #5085 from abpframework/liangshiwei/account-module-errorPage
5 years ago
liangshiwei 8d17e7a860 Set ErrorController's method to virtual
5 years ago
liangshiwei cea173bd4c undo .csproj file changes
5 years ago
liangshiwei 6ed08665d9 create account area folder
5 years ago
liangshiwei 81919d7df5 Find the error page in AbpErrorPageOptions
5 years ago
liangshiwei ce1d3523de Remove resharper comment
5 years ago
liangshiwei 249e64c660 Add Identity service error controller to account module
5 years ago
maliming 5abca9e16b Add Components js/css files to embedded resource.
5 years ago
maliming daf7febe7c Handle ErrorMessage is null.
5 years ago
maliming 429bf596a1 Add Identity service error page to account module.
5 years ago
Halil İbrahim Kalkan 967c47af65
Merge pull request #4975 from abpframework/issue/4928
5 years ago
Yunus Emre Kalkan 36fa40e61e Refactor pull/4975
5 years ago
maliming cf5ce779a6 Merge branch 'dev' into maliming/account-pacth
5 years ago
Halil İbrahim Kalkan 92b2028bf9
Merge pull request #4976 from abpframework/maliming/ms-3.1.6
5 years ago
Yunus Emre Kalkan 09ba60f8f9 Revise how to change the password for external logins
5 years ago
Yunus Emre Kalkan d737b93721 Merge branch 'dev' into issue/4928
5 years ago
Halil İbrahim Kalkan 6cac77d262 Don't set password for external login.
5 years ago
Halil İbrahim Kalkan e98084fdf6 Refactor: Extract class RandomPasswordGenerator
5 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6.
5 years ago
Yunus Emre Kalkan 33f3916716 Do not show "password change" if the user has registered via social login
5 years ago
Halil İbrahim Kalkan 5f78f89a53 #4927: Implement social/external logins for the account module.
5 years ago
maliming bf894d50d0 Merge branch 'dev' into maliming/IdentityServer-v4
5 years ago
maliming 5e0bf84f58 Use alerts to show the exception message in the register page.
5 years ago
maliming 83aeea2230 Use IdentitySecurityLogManager instead EventBus to save security logs.
5 years ago
maliming bda9a997f3 Merge branch 'dev' into maliming/UserSecurityLog
5 years ago
Halil İbrahim Kalkan 1e86edd7ee
Merge pull request #4783 from abpframework/malimng/camcel-btn-patch
5 years ago
maliming 71331f47cf Move cancel button to the form & add formnovalidate attribute.
5 years ago
maliming 022857f3d0
Update Login.cshtml.cs
5 years ago
Halil İbrahim Kalkan 356d526a4e
Merge pull request #4736 from abpframework/maliming/hideCancelButton
5 years ago
maliming 25d1b4fd1e
Update zh-Hans.json
5 years ago
xyfy 4aa39b359e
Update zh-Hans.json
5 years ago
maliming fa1cec325c Merge branch 'dev' into maliming/IdentityServer-v4
5 years ago
Necati Meral 6a2cbde194 Merge branch 'dev' of https://github.com/abpframework/abp into german-dutch-encoding
5 years ago
Ahmet Çotur 7ee6692a52 tab usage is removed
5 years ago
maliming 48ad264e3d The Cancel button is only displayed in Identity Server.
5 years ago
maliming 787a09546f Add filter for IIdentitySecurityLogRepository.
5 years ago
Ahmet Çotur f2032ff7a4 Account Module - prettier settings added and js files reformatted
5 years ago
maliming 9e1aafb345 Merge branch 'dev' into maliming/UserSecurityLog
5 years ago
maliming 0466207a6d Implement security log in Identity module.
5 years ago
maliming 73de02689f Refactoring ISecurityLogManager.
5 years ago
Xeevis e7562a28d2 Update Czech translations
5 years ago
maliming 65957cbb6e Add some infrastructure for security logs.
5 years ago
mehmet-erim 8e2616277b Merge branch 'master' of https://github.com/abpframework/abp into dev
5 years ago
Alper Ebicoglu 746aa22561 add layout to loggedout.cshtml #4647
5 years ago
Alper Ebicoglu e5d166d0d8
Merge pull request #4647 from abpframework/gterdem/template_logout_fix
5 years ago
maliming 7a885cfe9a Update Consent page.
5 years ago
maliming b8719fbc15 Update Consent.
5 years ago
Galip Tolga Erdem b84eaa5141 Fixed not found script and style tags error when logging out
5 years ago
Necati Meral 07af4c499a Fixed grammar
5 years ago
Necati Meral 69f919d7aa german language files encoding
5 years ago
maliming b839f67932 Refactored the consensus page.
5 years ago
Ahmet Çotur 47d180cf8e Blogging module - Used GenerateEmbeddedFiles option
5 years ago
Ahmet Çotur 4de33b54c2 Account module - Used GenerateEmbeddedFiles option
5 years ago
Halil İbrahim Kalkan 23c9e4b6f2
Merge pull request #4476 from abpframework/gterdem/logged_out_view
5 years ago
liangshiwei 087a8c2164
Merge pull request #4493 from abpframework/maliming/RemovelaunchSettings.json
5 years ago
Halil İbrahim Kalkan 328fc9cc89 #4497 apply DynamicStringLength for the user, identity and account modules.
5 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file.
5 years ago
Galip Tolga Erdem 8acf7b45f3 removed jq from loggedOut.js
5 years ago
Galip Tolga Erdem 8bd4d80ea1 Update LoggedOut.cshtml.cs
5 years ago
Galip Tolga Erdem da545f3d8d Added LoggedOut view
5 years ago
Halil İbrahim Kalkan 6b5c9562f8
Merge pull request #4392 from abpframework/maliming/update-nuget-packages
5 years ago
Alper Ebicoglu 996e43f7c4
Merge pull request #4446 from abpframework/maliming/UserLoginInfo
5 years ago
maliming 269cc94af1 Merge branch 'dev' into maliming/update-nuget-packages
5 years ago
maliming daf46b592e Remove unnecessary property.
5 years ago
Akın Sabri Çam f62332e2a6 added missing turkish keys and values
5 years ago
maliming a4e58c8096 Upgrade Account module packages.
5 years ago
maliming ed46f92c10 Remove inherits directive in all pages.
5 years ago
Halil İbrahim Kalkan 2d89e57403
Merge pull request #4188 from abpframework/liangshiwei/patch-1
5 years ago
maliming 91191c3437 Import abp taghelper in the all web page.
5 years ago
liangshiwei 1a10821988 Update predefined application menu
5 years ago
Halil İbrahim Kalkan 6a892bfa53
Merge pull request #4101 from abpframework/liangshiwei/support-virtualpath
5 years ago
Halil İbrahim Kalkan 67c3417fce Merge branch 'dev' into maliming/RazorRuntimeCompilation
5 years ago
Halil İbrahim Kalkan 12c76626df
Merge pull request #4084 from abpframework/maliming/patch-2
5 years ago
Xeevis eca210e255 Update Czech translations & fix formatting
5 years ago
Halil İbrahim Kalkan 82f1fb6f5a update EF core packages on the account module
5 years ago
liangshiwei 27aa66558f Support virtual path deployment
5 years ago
maliming 867d5a0329 Update usage codes in modules and templates.
5 years ago
Halil İbrahim Kalkan e19da45b1b
Merge branch 'dev' into dev
5 years ago
maliming 8d5742d159 Optimize RazorRuntimeCompilation.
5 years ago
maliming 28492534f7
Merge pull request #3321 from LuisPignataro/luisPignataro/Traslate
5 years ago
Halil İbrahim Kalkan 2c0913fd22
Merge pull request #3773 from NecatiMeral/#3727-german-localization
6 years ago
Halil İbrahim Kalkan f0a90aa724
Merge pull request #3775 from NecatiMeral/#3774-dutch-localization
6 years ago
Halil İbrahim Kalkan f9b0f1952a Fix area name for the AccountController api
6 years ago
Luis Pignataro 7f52cb3e09 Spanish localization for Account Module
6 years ago
Khaled 453fb47c3b
Merge branch 'dev' into dev
6 years ago
Halil İbrahim Kalkan a5141a909a
Merge pull request #3700 from CrazyBaran/dev
6 years ago
liangshiwei b368c61d34 Remove UnitOfWorkAttribute in the IdentityServerSupportedLoginModel
6 years ago
Necati Meral 43b92f524e dutch localization for modules
6 years ago
Necati Meral 07c536b6dc Enhanced wording of german password word
6 years ago
Necati Meral 270f265ea1 german localization for (most) modules
6 years ago
Khaled eb6865a2e7 Added arabic localization resources
6 years ago
CrazyBaran 49cf38b02b Rename and change culture in all polish file for proper one pl-PL. Without tests folder.
6 years ago
Halil İbrahim Kalkan 90962088e0
Merge pull request #3057 from romkij/ru-localization
6 years ago
Halil İbrahim Kalkan cf44b8bfcc
Merge pull request #3579 from abpframework/maliming/IActionResult
6 years ago
maliming 2850150c23 Fix the problem of GetAllowedScopeNames method.
6 years ago
maliming 758333991c Use IActionResult as the return value of the page method in the module.
6 years ago
maliming e68fd6b7a2 Merge branch 'dev' into maliming/Interceptors-ignore-types
6 years ago
maliming 65a7ea84a2 Removed UnitOfWork attribute in razor page model.
6 years ago
maliming 3f26e2b8ac Refactor.
6 years ago
maliming a05cf07cf4 Set ExternalProviders and EnableLocalLogin properties in the page's OnPost method.
6 years ago
Ahmet Çotur 30ece769f0 remote service name implemented
6 years ago
Akın Sabri Çam 9ec86adf83 refactored async method
6 years ago
Ahmet Çotur 8b84a49ca3 Account virtualized
6 years ago
Halil İbrahim Kalkan 99f23a51bc Resolved #2977: Should set default roles for new external users
6 years ago
Halil İbrahim Kalkan b5ace6784b Fixed #3142: The type WindowsPrincipal has been forwarded to assembly 'System.Security.Principal.Windows'
6 years ago
Yunus Emre Kalkan 80eab3c5ab Update AbpAccountApplicationTestModule.cs
6 years ago
Yunus Emre Kalkan 661c800079 Remove Identity test module dependencies from Account module Tests
6 years ago
Roman Rybalko 03215c2114 Added ru.json
6 years ago
Alper Ebicoglu 5f8f1a7f55 added Slovenian translations #2969
6 years ago