0da88398b4
fix #2239 - email notification encoding to support all cultures
2022-06-20 19:42:32 -04:00
c42de3da20
Merge pull request #2246 from sbwalker/dev
...
fix #2245 - default database type not set correctly when adding new site for any DB other than LocalDB, added Source: info to all extension installation scenarios now that the Registry supports both Nuget and GitHub locations
2022-06-20 17:45:10 -04:00
4bf9f36baa
fix #2245 - default database type not set correctly when adding new site for any DB other than LocalDB, added Source: info to all extension installation scenarios now that the Registry supports both Nuget and GitHub locations
2022-06-20 17:44:49 -04:00
380cb192c7
Merge pull request #2244 from sbwalker/dev
...
allow multiple aliases to be defined as default
2022-06-18 09:18:47 -04:00
8882e19ec5
allow multiple aliases to be defined as default
2022-06-18 09:18:23 -04:00
7f52059b98
Merge pull request #2243 from sbwalker/dev
...
added extension method for creating a LocalizerFactory using a type name, refactored Pager and LocalizableComponent to use LocalizerFactory
2022-06-15 16:19:51 -04:00
1ce3cc4d7c
added extension method for creating a LocalizerFactory using a type name, refactored Pager and LocalizableComponent to use LocalizerFactory
2022-06-15 16:19:22 -04:00
657c71e94d
Merge pull request #2242 from leigh-pointer/Issue#2234
...
Fix for Recycle bin not showing Deleted Date (Issue #2234 )
2022-06-14 10:26:50 -04:00
c8cfb3c7b7
Fix for Recycle bin not showing Deleted Date (Issue #2234 )
...
Added the Deleted data to Module from the PageModule
2022-06-14 09:22:12 +02:00
6e7e90acf4
Merge pull request #2241 from sbwalker/dev
...
additional changes for #2228
2022-06-13 09:10:20 -04:00
6d3a556d34
additional changes for #2228
2022-06-13 09:10:01 -04:00
7d9188b659
Merge pull request #2238 from chlupac/LogExceptions
...
Exception is not saved to log
2022-06-09 15:13:10 -04:00
4f0a805c79
Exception is not saved to log
2022-06-09 10:24:13 +02:00
53f3320492
Merge pull request #2228 from chlupac/Log_notification_improvement
...
Log notification improvement
2022-06-08 15:48:17 -04:00
f9ce51b4a5
Merge pull request #2222 from hishamco/pager
...
Pager should inherits from LocalizableComponent
2022-06-08 15:47:25 -04:00
f8bf432c0d
Merge pull request #2237 from sbwalker/dev
...
Improvements for #2229 - relax userrole restrictions
2022-06-08 15:47:12 -04:00
a822482172
Improvements for #2229 - relax userrole restrictions
2022-06-08 15:46:36 -04:00
b22f8a0b02
Remove generic type suffix properly
2022-06-08 00:12:10 +03:00
227331bf24
Merge branch 'dev' into pager
2022-06-07 23:37:08 +03:00
744688cbe1
Merge pull request #2235 from sbwalker/dev
...
Fix #2230 - add support for an Unauthenticated User global role
2022-06-07 15:26:05 -04:00
79c8126c4a
Fix #2230 - add support for an Unauthenticated User global role
2022-06-07 15:25:44 -04:00
0b7c8e4ef7
Merge pull request #2232 from ijaz-saeed/dev
...
missing translation keys for module names
2022-06-07 15:23:08 -04:00
35e00f61d8
Update README.md
2022-06-07 09:38:42 -04:00
aba3d58df8
missing translation keys for module names
2022-06-06 10:12:00 +05:00
45984a8166
Merge pull request #2231 from sbwalker/dev
...
Improvements for #2221 - validate file extensions client-side before initiating upload, validate file extension server-side before writing part to disk, optimize part cleanup logic, add error handling to JavaScript XMLHttpRequest, ensure FileInput gets initialized after upload
2022-06-04 15:41:38 -04:00
ea5655ae42
Improvements for #2221 - validate file extensions client-side before initiating upload, valid file extension server-side before writing part to disk, optimize cleanup logic, add error handling to JavaScript XMLHttpRequest, ensure FileInput gets initialized after upload
2022-06-04 15:40:26 -04:00
f06cb0dfbb
Log notification improvement
2022-05-31 11:33:42 +02:00
1abae55976
Remove magic string
2022-05-31 11:59:17 +03:00
a83ed40ec4
Avoid breaking changes
2022-05-31 10:40:42 +03:00
75ecae4672
Merge pull request #2223 from hishamco/toggle-password
...
Avoid toggle password & confirm password as same time when one button is clicked
2022-05-28 21:59:40 -04:00
16a6f942c5
Avoid toggle password & confirm password as same time when one button is clicked
2022-05-27 16:20:35 +03:00
aa98508e57
Remove the entry from SharedResources
2022-05-27 15:37:13 +03:00
583383aee1
Pager should inherits from LocalizableComponent
2022-05-27 15:33:48 +03:00
13f69f81d7
Merge pull request #2219 from sbwalker/dev
...
fix #2213 - disabling show on all pages
2022-05-26 01:19:35 -04:00
43c34fcd64
fix #2213 - disabling show on all pages
2022-05-26 01:19:14 -04:00
c272238539
Merge pull request #2217 from leigh-pointer/MissingRes2215
...
Fix for missing Resx entries #2215
2022-05-25 07:23:01 -04:00
6e0d2706a8
Fix for missing Resx entries #2215
...
Updated the Resx File with the missing entries.
However the UserProfile\Add cant be Localized at present as the IStringLocalizer is not loaded when that property assignment is executed.
2022-05-25 11:13:38 +02:00
25a7289ce8
Merge pull request #2210 from leigh-pointer/PageOf
...
Fix for #2209 Localization Pager component (Page @_page of @_pages)
2022-05-24 21:47:12 -04:00
1ba7d045e4
Merge pull request #2211 from elgransan/dev
...
* Collapse menu after click on a page (mobile version)
2022-05-24 21:46:11 -04:00
a4d75befe7
* Collapse menu after click on a page (mobile version)
2022-05-22 20:05:01 -03:00
88377529bc
Fix for #2209 Localization Pager component (Page @_page of @_pages)
...
Added fixe for issue. Added the resource "PageOfPages" to SharedResources as trying to inject IStringLocalizer<Pager<TableItem>> and adding Pager.resx the resource failed to load.
2022-05-22 20:23:17 +02:00
91b9a0280f
Merge pull request #2207 from sbwalker/dev
...
Add filtering by Category to Module Management - default to Common
2022-05-21 10:11:24 -04:00
25173ae85c
Ddd filtering by Category to Module Management - default to Common
2022-05-21 10:10:57 -04:00
ad3350705e
Update README.md
2022-05-19 11:44:38 -04:00
a16bc5db28
Merge pull request #2200 from oqtane/master
...
Merge pull request #2199 from oqtane/dev
v3.1.2
2022-05-14 09:49:24 -04:00
51657338f5
Merge pull request #2199 from oqtane/dev
...
3.1.2 release
2022-05-14 09:48:59 -04:00
0fe3ea25af
Merge pull request #2198 from sbwalker/dev
...
remove columns from main user management view and migrate them to edit view
2022-05-13 17:00:32 -04:00
806daaf7c9
remove columns from main user management view and migrate them to edit view
2022-05-13 17:00:10 -04:00
21ff4a83b5
Merge pull request #2197 from sbwalker/dev
...
resolve login issue related to 'LoginOptions:TwoFactor' and order list of files alphabetically
2022-05-13 12:03:57 -04:00
ecc9aa40d7
resolve login issue related to 'LoginOptions:TwoFactor' and order list of files alphabetically
2022-05-13 12:03:34 -04:00