Charles Nurse
c64f350f36
Create new DbContextUtils class and move common SaveChanges code to this class. While MasterDbContext has no entities that support IDeletable it does not hurt to check and minimizes duplication
2021-03-06 16:06:29 -08:00
Charles Nurse
8376a09ad6
Create new UseOqtaneDatabase extension method and replace all uses of UseSqlServer.
...
This is a preparative step to locate all database configuration in one file.
2021-03-06 14:13:06 -08:00
Leigh Pointer
cccb0806e1
LangVersion Fix #1148
...
removed the LangVersion property from project
2021-03-02 16:17:33 +01:00
Shaun Walker
12fd845ed5
Fix issue when creating assets.json and folder does not exist. Improve module/theme uninstall to remove empty folders.
2021-02-26 09:08:25 -05:00
Shaun Walker
ba54076c61
Prepare for 2.0.1 release
2021-02-26 08:04:44 -05:00
Shaun Walker
af1eebbf0d
update copyright content
2021-02-26 07:45:10 -05:00
hishamco
510f475816
Remove LangVerion from Oqtane.Server
2021-02-15 03:27:47 +03:00
Shaun Walker
0f640dd68b
Merge pull request #1110 from sbwalker/dev
...
Unauthenticated users need to be able to retrieve the list of languages
2021-02-14 18:34:33 -05:00
Shaun Walker
de1107f046
Unauthenticated users need to be able to retrieve the list of languages
2021-02-14 18:35:42 -05:00
Leigh Pointer
c6e2c2e501
DirectorySeparator issue when black or forward slash.
...
Tested on Apple mac and Windows
2021-02-11 15:38:37 +01:00
Shaun Walker
478e4044b8
Fix #1094 - localization fallback logic
2021-02-08 08:17:13 -05:00
hishamco
7db1fe226d
Fix the localization manager resolution
2021-02-06 22:40:11 +03:00
hishamco
13e356f510
Use LocalizationManager.GetDefaultCulture()
2021-02-05 21:47:50 +03:00
hishamco
3f29fd1b9f
Merge remote-tracking branch 'upstream/dev' into default-language-fix
2021-02-05 15:35:52 +03:00
Shaun Walker
531cba715e
performance and user experience improvements
2021-02-04 08:54:59 -05:00
hishamco
90ca6aafe9
Set default language if the culture not supported
2021-01-24 01:06:50 +03:00
hishamco
5a660f2634
Reset IsDefault per site Id for new language
2021-01-23 23:48:10 +03:00
Shaun Walker
c0ed7c7934
Localization fixes - table definition, SQL script naming, SQL script not marked as Embedded Resource, changed column name from IsCurrrent to IsDefault to reflect intent, set default language for site in _Host
2021-01-21 17:09:34 -05:00
Shaun Walker
82a118b603
notification improvements
2021-01-18 14:39:56 -05:00
Shaun Walker
350d2cec96
Merge pull request #1061 from sbwalker/dev
...
set SiteState in HostedServiceBase for scheduled jobs
2021-01-18 10:18:47 -05:00
Shaun Walker
8be9fd6eb2
set SiteState in HostedServiceBase for scheduled jobs
2021-01-18 08:59:07 -05:00
Shaun Walker
b4aec286ed
Merge pull request #1045 from hishamco/language-management
...
Add Languages Management
2021-01-18 08:30:31 -05:00
Shaun Walker
6a4fd26787
Merge pull request #1059 from sbwalker/dev
...
auto registration of scheduled jobs
2021-01-18 08:30:14 -05:00
Shaun Walker
a2029a3ca3
auto registration of scheduled jobs
2021-01-17 11:46:09 -05:00
hishamco
bc0ba92303
Revert the changes in the LanguageController
2021-01-15 01:35:53 +03:00
hishamco
e938d4f801
Add Admins role
2021-01-15 00:28:59 +03:00
hishamco
54ff8eced1
Fix the relationship
2021-01-13 23:41:08 +03:00
Shaun Walker
edbdfe454e
Merge pull request #1047 from chlupac/GetPath
...
Introduce GetFolderPath and GetFilePath repository methods
2021-01-12 09:41:09 -05:00
Pavel Vesely
f1a1a21d74
Introduce GetFolderPath and GetFilePath repository methods
2021-01-11 16:32:13 +01:00
hishamco
932c5590af
Make sure one language is set to current
2021-01-11 00:11:30 +03:00
hishamco
128729d4a0
TenantId -> SiteId
2021-01-10 23:50:34 +03:00
hishamco
70595eb90a
Fix Language table
2021-01-10 23:50:21 +03:00
hishamco
91a844c910
Add language management page template
2021-01-10 23:17:03 +03:00
hishamco
21e09d95da
Add migration script
2021-01-10 21:32:25 +03:00
hishamco
9b4316d6cd
Fix errors
2021-01-10 21:32:11 +03:00
hishamco
3059e8c763
Add language service
2021-01-10 20:17:35 +03:00
hishamco
aa19a35834
Add language repository & controller
2021-01-10 20:09:04 +03:00
Shaun Walker
1276c0269e
add SMTP sender email
2021-01-07 15:06:48 -05:00
Shaun Walker
e3e5f782aa
support for shared razor class library static resources in external module template
2021-01-05 17:11:45 -05:00
Shaun Walker
778f9cb356
added better validaton and user feedback related to SMTP configuration
2021-01-05 16:57:36 -05:00
Shaun Walker
a61a2f748c
fixed issue with Sql Management and System Info missing icons after new installation
2021-01-05 09:00:42 -05:00
Shaun Walker
9f829e3100
Merge pull request #1032 from sbwalker/dev
...
fix script order
2021-01-02 14:07:21 -05:00
Shaun Walker
35d1adae99
fix script order
2021-01-02 13:26:36 -05:00
hishamco
842442d27d
Make external module localize ready
2021-01-01 00:19:58 +03:00
Shaun Walker
df382ce7a3
allow developers to use custom icon libraries (Open Iconic is the default)
2020-12-22 08:37:33 -05:00
Shaun Walker
3f8b9ef0c5
Merge pull request #997 from chlupac/content-disposition
...
FileController - content disposition
2020-12-15 09:02:12 -05:00
Pavel Vesely
07711c082e
FileController - content disposition
2020-12-15 11:06:52 +01:00
hishamco
eec680a151
Revert LogManager localization changes
2020-12-15 00:22:33 +03:00
Pavel Vesely
14f8155df6
FileController fix
...
- using PhysicalFile framework method (current implementation causes file locks and 500 error at heavy load)
- Add correct mimetype to header based on file extension
2020-12-06 16:23:28 +01:00
Shaun Walker
1968b0283d
Merge pull request #967 from hishamco/language-switcher
...
Add Language switcher
2020-12-04 14:53:48 -05:00