|  | fbce6c7248 | automate the 2.1.0 upgrade | 2021-05-27 16:18:45 -04:00 |  | 
			
				
					|  | 50ac9236af | move database projects into their own solution to keep the streamline main solution | 2021-05-26 17:46:08 -04:00 |  | 
			
				
					|  | c07e766e57 | add support for public content folders | 2021-05-26 12:01:35 -04:00 |  | 
			
				
					|  | 9c0cef870c | Merge AppVersions information into EFMigrationsHistory table | 2021-05-25 12:17:44 -07:00 |  | 
			
				
					|  | a62a1be1f3 | Merge branch 'dev' of https://github.com/cnurse/oqtane.framework into dev # Conflicts:
#	Oqtane.Server/Infrastructure/DatabaseManager.cs | 2021-05-24 15:47:02 -07:00 |  | 
			
				
					|  | f2ae1e3bff | Merge commit '42265cdda4ea03541522bf5cf5d104059927393f' into dev # Conflicts:
#	Oqtane.Server/Infrastructure/DatabaseManager.cs | 2021-05-24 15:40:35 -07:00 |  | 
			
				
					|  | a0838cbc84 | 3rd attempt to resolve conflicts | 2021-05-24 15:14:58 -07:00 |  | 
			
				
					|  | 17f5f39a54 | 2nd attempt to Fix conflict | 2021-05-24 15:12:41 -07:00 |  | 
			
				
					|  | 4853a64cf9 | Fix conflict | 2021-05-24 15:08:44 -07:00 |  | 
			
				
					|  | 69376c5baf | Missing files from previous commit | 2021-05-24 14:46:54 -07:00 |  | 
			
				
					|  | 42265cdda4 | Fix Upgrade issue with new componentized Database projects | 2021-05-24 14:46:12 -07:00 |  | 
			
				
					|  | 72b06b16cf | fix #1272 - add support for ref folder in package installation | 2021-05-24 15:50:38 -04:00 |  | 
			
				
					|  | 4a609b444e | Rename IOqtaneDatabase interface (and related base class) | 2021-05-24 11:57:47 -07:00 |  | 
			
				
					|  | 47c04dc150 | Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed. | 2021-05-20 12:39:09 -07:00 |  | 
			
				
					|  | 9256c88fc4 | update template to remove ASP.NET Core 3 reference | 2021-05-19 09:08:59 -04:00 |  | 
			
				
					|  | c036a9d11f | Remove DbConfig and new constructors on DbContextBase and refactor Migrations to use explcit generation of IOqtaneDatabase instance | 2021-05-12 15:17:40 -07:00 |  | 
			
				
					|  | 92dd8354ba | Switch DBType to use the fully-qualified type name rather than a simple name | 2021-05-12 10:22:17 -07:00 |  | 
			
				
					|  | 4ffdcf1e52 | Remove dependency of Oqtane.Server on SqlClient | 2021-05-11 13:56:49 -07:00 |  | 
			
				
					|  | a5de639d15 | optimizing tenant resolution and routing | 2021-05-10 17:45:39 -04:00 |  | 
			
				
					|  | 55b69f0afc | Order the cultures alphabatically | 2021-04-26 01:55:55 +03:00 |  | 
			
				
					|  | 76c2a2f2f9 | Add English to supported cultures by default | 2021-04-26 01:55:27 +03:00 |  | 
			
				
					|  | 2780e4d029 | modify nuget package installer to support satellite assemblies in subfolders | 2021-04-21 19:31:02 -04:00 |  | 
			
				
					|  | 40f8436947 | Merge pull request #1239 from cnurse/dev Implement Database Migrations and add Multi-Database Support | 2021-04-19 21:11:11 -04:00 |  | 
			
				
					|  | 2402cab3f3 | Attempt to resolve conflict in DatabaseManager | 2021-04-19 11:50:25 -07:00 |  | 
			
				
					|  | 74c403cef1 | Merge remote-tracking branch 'upstream/dev' into dev | 2021-04-19 11:08:35 -07:00 |  | 
			
				
					|  | 82b85ab24d | optimize GetSupportedCultures | 2021-04-18 11:51:33 -04:00 |  | 
			
				
					|  | cbe843bafc | User experience improvements | 2021-04-17 19:18:24 -04:00 |  | 
			
				
					|  | 8c45b7e42f | Added support for migrating existing Oqtane installations from DbUp to Migrations.  Also added a Migration for version 2.0.2, and set current version to 2.1.0 | 2021-04-08 12:20:21 -07:00 |  | 
			
				
					|  | d05747af1e | enhanced ModuleActions component to display panes in a submenu, added more containers to Oqtane theme, added more panes to MultiPane layout, added module outline in edit mode to distinguish modules in panes, consolidated to use a single default AdminPane named "Content", fixed bug related to custom Admin Container behavior | 2021-04-06 17:45:11 -04:00 |  | 
			
				
					|  | 14480edd67 | added globally unique identifier for Site ( used string data type to ensure compatibility with multiple database engines ) | 2021-04-02 12:30:20 -04:00 |  | 
			
				
					|  | bd48e1d8f1 | if running on WebAssembly reload the client application if the server application is restarted | 2021-03-31 15:39:01 -04:00 |  | 
			
				
					|  | 09c040128a | Ensure Install Wizard will only be displayed if the Master database connection string in appsettings.json is not specified. This addresses a potential security issue where the Install Wizard could be displayed in an existing installation if the Master database connection failed during startup. | 2021-03-30 17:48:49 -04:00 |  | 
			
				
					|  | 62362b9194 | make module creator templates extensible | 2021-03-30 10:06:25 -04:00 |  | 
			
				
					|  | 2fb63e8117 | Added suuport to inject an IOqtaneDatabase in EntityBuilders to allow each Database to control certain Migration behaviors.  Also updated Installer to dynamically build Database Configuration section | 2021-03-27 11:16:16 -07:00 |  | 
			
				
					|  | 3a032f401a | Added IDatabase interface and refactored to use it to handle database type - updated Installer to dynamically add databases to selector | 2021-03-24 11:45:44 -07:00 |  | 
			
				
					|  | cbcfc88492 | Add support for Sqlite - Installation path tested but AddSite not supported yet | 2021-03-23 11:06:18 -07:00 |  | 
			
				
					|  | 8f1c760e87 | Updated the Installation of Oqtane to use Migrations | 2021-03-21 14:52:45 -07:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | af1eebbf0d | update copyright content | 2021-02-26 07:45:10 -05:00 |  | 
			
				
					|  | 531cba715e | performance and user experience improvements | 2021-02-04 08:54:59 -05:00 |  | 
			
				
					|  | 82a118b603 | notification improvements | 2021-01-18 14:39:56 -05:00 |  | 
			
				
					|  | 8be9fd6eb2 | set SiteState in HostedServiceBase for scheduled jobs | 2021-01-18 08:59:07 -05:00 |  | 
			
				
					|  | a2029a3ca3 | auto registration of scheduled jobs | 2021-01-17 11:46:09 -05:00 |  | 
			
				
					|  | 1276c0269e | add SMTP sender email | 2021-01-07 15:06:48 -05:00 |  | 
			
				
					|  | 778f9cb356 | added better validaton and user feedback related to SMTP configuration | 2021-01-05 16:57:36 -05:00 |  | 
			
				
					|  | df382ce7a3 | allow developers to use custom icon libraries (Open Iconic is the default) | 2020-12-22 08:37:33 -05:00 |  | 
			
				
					|  | eec680a151 | Revert LogManager localization changes | 2020-12-15 00:22:33 +03:00 |  | 
			
				
					|  | 2ea0b7199b | Localize log messages | 2020-11-27 21:48:52 +03:00 |  | 
			
				
					|  | 5e42ab8cca | improve user experience by delegating application restart responsibility to the host user | 2020-11-24 16:22:53 -05:00 |  |