├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── SimpleContent-SimpleAuth-nodb-multitenant ├── README.md ├── SimpleContent-SimpleAuth-nodb-multitenant.sln └── WebApp │ ├── .bowerrc │ ├── Controllers │ └── HomeController.cs │ ├── Integration │ ├── CachingSiteResolver.cs │ ├── MultiTenancyOptions.cs │ ├── SiteAuthSettingsResolver.cs │ ├── SiteCookieAuthenticationOptions.cs │ ├── SiteNavigationCacheKeyResolver.cs │ ├── SiteProjectSettingsResolver.cs │ ├── SiteSettings.cs │ ├── SiteUserLookupProvider.cs │ └── SiteViewLocationExpander.cs │ ├── Models │ └── ErrorViewModel.cs │ ├── Program.cs │ ├── Properties │ └── launchSettings.json │ ├── Startup.cs │ ├── Themes │ ├── _ViewImports.cshtml │ ├── _ViewStart.cshtml │ ├── cerulean │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── cosmo │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── cyborg │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── darkly │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── flatly │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── journal │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── lumen │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── paper │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── readable │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── sandstone │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── simplex │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── slate │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── spacelab │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── superhero │ │ └── Shared │ │ │ └── _Layout.cshtml │ ├── united │ │ └── Shared │ │ │ └── _Layout.cshtml │ └── yeti │ │ └── Shared │ │ └── _Layout.cshtml │ ├── Views │ ├── Home │ │ ├── About.cshtml │ │ ├── Contact.cshtml │ │ └── Index.cshtml │ ├── Shared │ │ ├── Error.cshtml │ │ ├── _Layout.cshtml │ │ └── _ValidationScriptsPartial.cshtml │ ├── _ViewImports.cshtml │ └── _ViewStart.cshtml │ ├── WebApp.csproj │ ├── app-content-project-settings.json │ ├── app-tenants-users.json │ ├── appsettings.json │ ├── bower.json │ ├── bundleconfig.json │ ├── hosting.json │ ├── navigation.xml │ ├── nodb_storage │ └── projects │ │ ├── project1 │ │ ├── page │ │ │ ├── 078eb367-e0d1-41ae-921a-e9d76e6a3e3f.json │ │ │ ├── 0fe39377-57a9-4d42-a9f1-22fc0c5ba18c.json │ │ │ └── 2c945759-1c3b-43ac-bf4b-241082ee6166.json │ │ └── post │ │ │ ├── 2011 │ │ │ ├── 02 │ │ │ │ ├── 00dda03a-3468-452a-b663-4209f11bd8c4.xml │ │ │ │ └── 86bcc496-da30-454c-8f39-b6b613a73755.xml │ │ │ ├── 04 │ │ │ │ └── 2e83078e-972f-4feb-b620-09c9d48b049a.xml │ │ │ └── 08 │ │ │ │ └── 4b52a00d-217e-4dec-9f0d-2963a693f8d9.xml │ │ │ ├── 2012 │ │ │ ├── 02 │ │ │ │ └── 02faff53-7992-49b2-9c01-739a95138a16.xml │ │ │ ├── 08 │ │ │ │ └── 4da94582-d524-4d15-873d-3c29ebfc3625.xml │ │ │ └── 09 │ │ │ │ └── d60d9982-bf23-40fd-aaa2-21a6657eb690.xml │ │ │ ├── 2013 │ │ │ ├── 10 │ │ │ │ └── 8e26cb66-4c1e-4d09-921f-91aefd2f3572.xml │ │ │ ├── 02 │ │ │ │ └── cdd6273c-f2f9-4ed5-b6ba-0984cacdcbec.xml │ │ │ ├── 07 │ │ │ │ └── 6f977609-b973-4813-b2c1-2db19a731ad1.xml │ │ │ └── 09 │ │ │ │ └── 4488c943-5547-489a-8b86-11222ee39e2f.xml │ │ │ ├── 2014 │ │ │ ├── 05 │ │ │ │ └── 3f99f838-a588-4ea0-bb60-2c287a0cbc69.xml │ │ │ └── 07 │ │ │ │ └── 3928e425-cb74-4e89-b22e-c92242305e7c.xml │ │ │ ├── 2015 │ │ │ ├── 11 │ │ │ │ └── 10b52979-3e8b-4dc9-b5c0-e600233a3eb9.xml │ │ │ ├── 02 │ │ │ │ ├── 28b1b144-1f11-43dd-b496-7b1660acd63e.xml │ │ │ │ └── 4be1b3b2-5124-4a67-bb53-a91d80f22eb6.xml │ │ │ └── 06 │ │ │ │ └── 895a1a67-d649-44c7-9309-1d2e459604bd.xml │ │ │ └── 2016 │ │ │ ├── 02 │ │ │ ├── 03ab0d63-84d0-4643-a5d8-75d362a28791.xml │ │ │ ├── 19c2a553-1e89-4aec-83ac-aede1931009a.xml │ │ │ ├── a01f3a7c-0447-4d03-9fc6-2ddb8cf05613.xml │ │ │ ├── c7211fd0-33ef-461e-833f-4c92dd7ac6cc.xml │ │ │ ├── cb0842e2-de30-4ddc-b631-5a9db8a6bfe7.xml │ │ │ └── cd6b6f41-288d-40ea-be81-202fd23667dc.xml │ │ │ └── 03 │ │ │ ├── 19a9ee38-3f62-4096-8250-c0eeb7b51e07.xml │ │ │ └── d43ad44b-5777-4ba0-82c6-3464d1591b73.xml │ │ └── project2 │ │ ├── page │ │ ├── 466fd5c6-72bb-4ff4-844a-ffa57b301eeb.json │ │ └── 9a102c56-ed87-464b-b1f6-2df43229f2be.json │ │ └── post │ │ └── 2016 │ │ └── 02 │ │ ├── 1b78359c-d4f6-4e5b-9621-1ee5d4f8b88d.xml │ │ ├── 6f7c16ba-65fe-43e1-a306-b2e05fc708db.xml │ │ ├── 9ad3a22a-939e-4d05-aa10-67d1460cef3e.xml │ │ └── c94b5121-358f-4e76-853a-4249a3b56392.xml │ └── wwwroot │ ├── css │ ├── site.css │ ├── site.min.css │ └── themes │ │ ├── cerulean │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── cosmo │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── cyborg │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── darkly │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── flatly │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── journal │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── lumen │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── paper │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── readable │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── sandstone │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── simplex │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── slate │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── spacelab │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── superhero │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── united │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ └── yeti │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── favicon.ico │ ├── images │ ├── banner1.svg │ ├── banner2.svg │ ├── banner3.svg │ ├── banner4.svg │ ├── blogmedia │ │ ├── 08376c16-959c-46a8-b912-7a49c54d7669.jpg │ │ ├── 08f37794-a0ec-4411-a969-03560fdffea9.jpg │ │ ├── 0f0aefb5-844e-4491-beab-1d1d0c9a13b0.jpg │ │ ├── 167c8eb4-a0a9-471f-a2d5-940c18c0fe14.jpg │ │ ├── 181aec47-478c-475f-b84e-bebd3fd48477.jpg │ │ ├── 26a833ab-bbb0-4b56-ba68-57c8e5db8da9.jpg │ │ ├── 2e059fca-f9da-40b8-b29a-5da63b63ace0.jpg │ │ ├── 354c06e2-431c-42ff-8a39-925b8cfd948e.jpg │ │ ├── 37cd6c02-0d68-4f86-8ff0-8f39bb4db27d.jpg │ │ ├── 44a89727-7dca-40cd-a2fe-c36fdc942524.jpg │ │ ├── 4f9df1a3-d16d-4e28-b47d-589a9efb1141.jpg │ │ ├── 50a6e04d-7341-473b-9b76-ada10ca128d9.jpeg │ │ ├── 50bf73c7-e649-449a-9eae-3e372d22cee7.jpg │ │ ├── 51dd570c-6efc-4970-b6eb-a412ac6f6834.jpg │ │ ├── 52f7b4e0-1c29-407f-acff-997bc278889a.jpeg │ │ ├── 553da8bc-a73f-428d-8482-6d011157495d.jpeg │ │ ├── 5948c482-6d14-43aa-8aba-59fd3b58255f.jpg │ │ ├── 5deab4af-7ad5-4a34-84b3-b40c27711734.jpg │ │ ├── 5df67a95-bfcc-4f26-b9a8-4bad5dde459c.jpg │ │ ├── 60a50fbc-4962-412a-80f1-c501e866f72d.jpg │ │ ├── 6141b026-7b2f-40cd-a3cb-636a90aa2a06.jpg │ │ ├── 67b5acc9-d327-4ae4-8b51-d1ae22e9c17e.jpg │ │ ├── 696e34be-338a-4696-ac1d-aa56cd509b27.jpeg │ │ ├── 71ced4e7-3ddb-4057-8856-91f59df68f68.jpeg │ │ ├── 76f25b37-99f5-41bd-9587-92d84c78bcf6.jpg │ │ ├── 7b138fa7-54bc-4676-8b99-8fa71f720a9a.jpeg │ │ ├── 8075bb79-949e-41f8-856f-273f213dcad6.jpg │ │ ├── 82c2b4ad-078e-4e84-bc66-601015dfabc1.jpeg │ │ ├── 8461c0bd-1d70-4e52-8c98-82cfb3390869.jpg │ │ ├── 8c7ce108-0732-4a05-a187-bfe729e404d9.jpg │ │ ├── 965e3983-64d6-4057-9ce6-76d28d9ec87b.jpg │ │ ├── a9482cd1-6d34-4aaf-a569-4c1da1db095f.jpg │ │ ├── a96d788a-af88-486e-a7ec-5e0a1a8ed888.jpg │ │ ├── abe76621-c6bf-4df9-bdce-3b95bab10225.jpeg │ │ ├── b36a6fda-e7b5-4b09-9851-ee3789c363ac.jpg │ │ ├── b494deb1-044a-4d18-aae5-1b5485144af2.jpg │ │ ├── b4d3d22f-42b2-4979-b883-38e6bb43477b.jpg │ │ ├── b855277a-d1a2-490f-80b4-c3f77937fb7a.jpg │ │ ├── ba4f140e-72a9-4f8f-afab-88c8db6d24ca.jpeg │ │ ├── be4d137d-ba37-4b12-aa20-354881d13ca5.jpeg │ │ ├── bf67471a-050b-45e8-b9b1-83ca9b94df87.jpg │ │ ├── c0abd2a5-813b-4910-bc3f-acf3cca25406.jpg │ │ ├── c5d99d17-062e-46bf-96a9-faa62d133446.jpeg │ │ ├── c6e8eac1-cff8-452c-96d3-75863a111389.jpeg │ │ ├── cc58d6ac-54ab-4179-85c8-b963f6171d34.jpg │ │ ├── cd787c75-b318-4a8a-a35c-aeecb4a56e24.jpg │ │ ├── cdafd78c-f4e8-4b26-9832-022f4da865ac.jpg │ │ ├── db2c1d3e-85e4-4572-8eee-d2e511e02531.jpg │ │ ├── e357b440-39c7-4035-bdf4-978743d718e3.jpg │ │ ├── e4ded68e-95a4-4404-9216-283b0f2bec19.jpeg │ │ └── f6c04b55-ab87-4749-ab26-462679fc3bbd.jpg │ ├── img_1730-ws.jpg │ └── img_1730.jpg │ ├── js │ ├── site.js │ └── site.min.js │ └── wlwmanifest.xml ├── SimpleContent-SimpleAuth-nodb ├── README.md ├── SimpleContent-SimpleAuth-nodb.sln └── WebApp │ ├── .bowerrc │ ├── Controllers │ └── HomeController.cs │ ├── Models │ └── ErrorViewModel.cs │ ├── Program.cs │ ├── Properties │ └── launchSettings.json │ ├── Startup.cs │ ├── Views │ ├── Home │ │ ├── About.cshtml │ │ ├── Contact.cshtml │ │ └── Index.cshtml │ ├── Shared │ │ ├── Error.cshtml │ │ ├── _Layout.cshtml │ │ └── _ValidationScriptsPartial.cshtml │ ├── _ViewImports.cshtml │ └── _ViewStart.cshtml │ ├── WebApp.csproj │ ├── appsettings.json │ ├── bower.json │ ├── bundleconfig.json │ ├── navigation.xml │ ├── simpleauth-settings.json │ ├── simplecontent-settings.json │ └── wwwroot │ ├── css │ ├── site.css │ ├── site.min.css │ └── themes │ │ ├── cerulean │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── cosmo │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── cyborg │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── darkly │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── flatly │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── journal │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── lumen │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── paper │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── readable │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── sandstone │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── simplex │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── slate │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── spacelab │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── superhero │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ ├── united │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ │ └── yeti │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── favicon.ico │ ├── images │ ├── banner1.svg │ ├── banner2.svg │ ├── banner3.svg │ ├── banner4.svg │ ├── img_1730-ws.jpg │ └── img_1730.jpg │ ├── js │ ├── site.js │ └── site.min.js │ └── wlwmanifest.xml ├── SimpleContent-cloudscribecore-ef-mysql └── README.md ├── SimpleContent-cloudscribecore-ef-pgsql └── README.md ├── SimpleContent-cloudscribecore-ef └── README.md ├── SimpleContent-cloudscribecore-nodb └── README.md ├── appveyor.yml ├── cloudscribe-core-ef-mysql └── README.md ├── cloudscribe-core-ef-pgsql └── README.md ├── cloudscribe-core-ef └── README.md ├── cloudscribe-core-nodb └── README.md ├── cloudscribe-idserver-ef-mysql └── README.md ├── cloudscribe-idserver-ef-pgsql └── README.md ├── cloudscribe-idserver-ef └── README.md └── cloudscribe-idserver-nodb └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/README.md -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/README.md -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/SimpleContent-SimpleAuth-nodb-multitenant.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/SimpleContent-SimpleAuth-nodb-multitenant.sln -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "wwwroot/lib" 3 | } 4 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Controllers/HomeController.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/CachingSiteResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/CachingSiteResolver.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/MultiTenancyOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/MultiTenancyOptions.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteAuthSettingsResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteAuthSettingsResolver.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteCookieAuthenticationOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteCookieAuthenticationOptions.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteNavigationCacheKeyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteNavigationCacheKeyResolver.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteProjectSettingsResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteProjectSettingsResolver.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteSettings.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteUserLookupProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteUserLookupProvider.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteViewLocationExpander.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Integration/SiteViewLocationExpander.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Models/ErrorViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Models/ErrorViewModel.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Program.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Properties/launchSettings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Startup.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/_ViewImports.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/_ViewImports.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/_ViewStart.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cerulean/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cerulean/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cosmo/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cosmo/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cyborg/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/cyborg/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/darkly/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/darkly/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/flatly/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/flatly/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/journal/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/journal/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/lumen/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/lumen/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/paper/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/paper/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/readable/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/readable/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/sandstone/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/sandstone/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/simplex/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/simplex/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/slate/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/slate/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/spacelab/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/spacelab/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/superhero/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/superhero/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/united/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/united/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/yeti/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Themes/yeti/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/About.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/About.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/Contact.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Home/Index.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/Error.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/_ValidationScriptsPartial.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/Shared/_ValidationScriptsPartial.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/_ViewImports.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/_ViewImports.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/Views/_ViewStart.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/WebApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/WebApp.csproj -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/app-content-project-settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/app-content-project-settings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/app-tenants-users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/app-tenants-users.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/appsettings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/bower.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/bundleconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/bundleconfig.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/hosting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/hosting.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/navigation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/navigation.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/078eb367-e0d1-41ae-921a-e9d76e6a3e3f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/078eb367-e0d1-41ae-921a-e9d76e6a3e3f.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/0fe39377-57a9-4d42-a9f1-22fc0c5ba18c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/0fe39377-57a9-4d42-a9f1-22fc0c5ba18c.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/2c945759-1c3b-43ac-bf4b-241082ee6166.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/page/2c945759-1c3b-43ac-bf4b-241082ee6166.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/02/00dda03a-3468-452a-b663-4209f11bd8c4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/02/00dda03a-3468-452a-b663-4209f11bd8c4.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/02/86bcc496-da30-454c-8f39-b6b613a73755.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/02/86bcc496-da30-454c-8f39-b6b613a73755.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/04/2e83078e-972f-4feb-b620-09c9d48b049a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/04/2e83078e-972f-4feb-b620-09c9d48b049a.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/08/4b52a00d-217e-4dec-9f0d-2963a693f8d9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2011/08/4b52a00d-217e-4dec-9f0d-2963a693f8d9.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/02/02faff53-7992-49b2-9c01-739a95138a16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/02/02faff53-7992-49b2-9c01-739a95138a16.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/08/4da94582-d524-4d15-873d-3c29ebfc3625.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/08/4da94582-d524-4d15-873d-3c29ebfc3625.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/09/d60d9982-bf23-40fd-aaa2-21a6657eb690.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2012/09/d60d9982-bf23-40fd-aaa2-21a6657eb690.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/02/cdd6273c-f2f9-4ed5-b6ba-0984cacdcbec.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/02/cdd6273c-f2f9-4ed5-b6ba-0984cacdcbec.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/07/6f977609-b973-4813-b2c1-2db19a731ad1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/07/6f977609-b973-4813-b2c1-2db19a731ad1.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/09/4488c943-5547-489a-8b86-11222ee39e2f.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/09/4488c943-5547-489a-8b86-11222ee39e2f.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/10/8e26cb66-4c1e-4d09-921f-91aefd2f3572.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2013/10/8e26cb66-4c1e-4d09-921f-91aefd2f3572.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2014/05/3f99f838-a588-4ea0-bb60-2c287a0cbc69.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2014/05/3f99f838-a588-4ea0-bb60-2c287a0cbc69.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2014/07/3928e425-cb74-4e89-b22e-c92242305e7c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2014/07/3928e425-cb74-4e89-b22e-c92242305e7c.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/02/28b1b144-1f11-43dd-b496-7b1660acd63e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/02/28b1b144-1f11-43dd-b496-7b1660acd63e.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/02/4be1b3b2-5124-4a67-bb53-a91d80f22eb6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/02/4be1b3b2-5124-4a67-bb53-a91d80f22eb6.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/06/895a1a67-d649-44c7-9309-1d2e459604bd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/06/895a1a67-d649-44c7-9309-1d2e459604bd.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/11/10b52979-3e8b-4dc9-b5c0-e600233a3eb9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2015/11/10b52979-3e8b-4dc9-b5c0-e600233a3eb9.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/03ab0d63-84d0-4643-a5d8-75d362a28791.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/03ab0d63-84d0-4643-a5d8-75d362a28791.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/19c2a553-1e89-4aec-83ac-aede1931009a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/19c2a553-1e89-4aec-83ac-aede1931009a.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/a01f3a7c-0447-4d03-9fc6-2ddb8cf05613.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/a01f3a7c-0447-4d03-9fc6-2ddb8cf05613.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/c7211fd0-33ef-461e-833f-4c92dd7ac6cc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/c7211fd0-33ef-461e-833f-4c92dd7ac6cc.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/cb0842e2-de30-4ddc-b631-5a9db8a6bfe7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/cb0842e2-de30-4ddc-b631-5a9db8a6bfe7.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/cd6b6f41-288d-40ea-be81-202fd23667dc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/02/cd6b6f41-288d-40ea-be81-202fd23667dc.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/03/19a9ee38-3f62-4096-8250-c0eeb7b51e07.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/03/19a9ee38-3f62-4096-8250-c0eeb7b51e07.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/03/d43ad44b-5777-4ba0-82c6-3464d1591b73.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project1/post/2016/03/d43ad44b-5777-4ba0-82c6-3464d1591b73.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/page/466fd5c6-72bb-4ff4-844a-ffa57b301eeb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/page/466fd5c6-72bb-4ff4-844a-ffa57b301eeb.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/page/9a102c56-ed87-464b-b1f6-2df43229f2be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/page/9a102c56-ed87-464b-b1f6-2df43229f2be.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/1b78359c-d4f6-4e5b-9621-1ee5d4f8b88d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/1b78359c-d4f6-4e5b-9621-1ee5d4f8b88d.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/6f7c16ba-65fe-43e1-a306-b2e05fc708db.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/6f7c16ba-65fe-43e1-a306-b2e05fc708db.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/9ad3a22a-939e-4d05-aa10-67d1460cef3e.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/9ad3a22a-939e-4d05-aa10-67d1460cef3e.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/c94b5121-358f-4e76-853a-4249a3b56392.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/nodb_storage/projects/project2/post/2016/02/c94b5121-358f-4e76-853a-4249a3b56392.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/site.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/site.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/site.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cerulean/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cerulean/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cerulean/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cerulean/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cosmo/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cosmo/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cosmo/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cosmo/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cyborg/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cyborg/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cyborg/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/cyborg/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/darkly/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/darkly/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/darkly/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/darkly/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/flatly/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/flatly/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/flatly/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/flatly/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/journal/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/journal/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/journal/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/journal/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/lumen/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/lumen/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/lumen/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/lumen/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/paper/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/paper/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/paper/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/paper/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/readable/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/readable/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/readable/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/readable/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/sandstone/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/sandstone/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/sandstone/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/sandstone/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/simplex/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/simplex/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/simplex/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/simplex/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/slate/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/slate/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/slate/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/slate/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/spacelab/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/spacelab/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/spacelab/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/spacelab/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/superhero/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/superhero/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/superhero/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/superhero/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/united/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/united/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/united/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/united/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/yeti/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/yeti/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/yeti/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/css/themes/yeti/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/favicon.ico -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner1.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner2.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner3.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/banner4.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/08376c16-959c-46a8-b912-7a49c54d7669.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/08376c16-959c-46a8-b912-7a49c54d7669.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/08f37794-a0ec-4411-a969-03560fdffea9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/08f37794-a0ec-4411-a969-03560fdffea9.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/0f0aefb5-844e-4491-beab-1d1d0c9a13b0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/0f0aefb5-844e-4491-beab-1d1d0c9a13b0.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/167c8eb4-a0a9-471f-a2d5-940c18c0fe14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/167c8eb4-a0a9-471f-a2d5-940c18c0fe14.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/181aec47-478c-475f-b84e-bebd3fd48477.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/181aec47-478c-475f-b84e-bebd3fd48477.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/26a833ab-bbb0-4b56-ba68-57c8e5db8da9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/26a833ab-bbb0-4b56-ba68-57c8e5db8da9.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/2e059fca-f9da-40b8-b29a-5da63b63ace0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/2e059fca-f9da-40b8-b29a-5da63b63ace0.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/354c06e2-431c-42ff-8a39-925b8cfd948e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/354c06e2-431c-42ff-8a39-925b8cfd948e.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/37cd6c02-0d68-4f86-8ff0-8f39bb4db27d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/37cd6c02-0d68-4f86-8ff0-8f39bb4db27d.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/44a89727-7dca-40cd-a2fe-c36fdc942524.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/44a89727-7dca-40cd-a2fe-c36fdc942524.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/4f9df1a3-d16d-4e28-b47d-589a9efb1141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/4f9df1a3-d16d-4e28-b47d-589a9efb1141.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/50a6e04d-7341-473b-9b76-ada10ca128d9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/50a6e04d-7341-473b-9b76-ada10ca128d9.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/50bf73c7-e649-449a-9eae-3e372d22cee7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/50bf73c7-e649-449a-9eae-3e372d22cee7.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/51dd570c-6efc-4970-b6eb-a412ac6f6834.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/51dd570c-6efc-4970-b6eb-a412ac6f6834.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/52f7b4e0-1c29-407f-acff-997bc278889a.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/52f7b4e0-1c29-407f-acff-997bc278889a.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/553da8bc-a73f-428d-8482-6d011157495d.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/553da8bc-a73f-428d-8482-6d011157495d.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5948c482-6d14-43aa-8aba-59fd3b58255f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5948c482-6d14-43aa-8aba-59fd3b58255f.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5deab4af-7ad5-4a34-84b3-b40c27711734.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5deab4af-7ad5-4a34-84b3-b40c27711734.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5df67a95-bfcc-4f26-b9a8-4bad5dde459c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/5df67a95-bfcc-4f26-b9a8-4bad5dde459c.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/60a50fbc-4962-412a-80f1-c501e866f72d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/60a50fbc-4962-412a-80f1-c501e866f72d.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/6141b026-7b2f-40cd-a3cb-636a90aa2a06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/6141b026-7b2f-40cd-a3cb-636a90aa2a06.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/67b5acc9-d327-4ae4-8b51-d1ae22e9c17e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/67b5acc9-d327-4ae4-8b51-d1ae22e9c17e.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/696e34be-338a-4696-ac1d-aa56cd509b27.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/696e34be-338a-4696-ac1d-aa56cd509b27.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/71ced4e7-3ddb-4057-8856-91f59df68f68.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/71ced4e7-3ddb-4057-8856-91f59df68f68.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/76f25b37-99f5-41bd-9587-92d84c78bcf6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/76f25b37-99f5-41bd-9587-92d84c78bcf6.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/7b138fa7-54bc-4676-8b99-8fa71f720a9a.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/7b138fa7-54bc-4676-8b99-8fa71f720a9a.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8075bb79-949e-41f8-856f-273f213dcad6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8075bb79-949e-41f8-856f-273f213dcad6.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/82c2b4ad-078e-4e84-bc66-601015dfabc1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/82c2b4ad-078e-4e84-bc66-601015dfabc1.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8461c0bd-1d70-4e52-8c98-82cfb3390869.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8461c0bd-1d70-4e52-8c98-82cfb3390869.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8c7ce108-0732-4a05-a187-bfe729e404d9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/8c7ce108-0732-4a05-a187-bfe729e404d9.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/965e3983-64d6-4057-9ce6-76d28d9ec87b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/965e3983-64d6-4057-9ce6-76d28d9ec87b.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/a9482cd1-6d34-4aaf-a569-4c1da1db095f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/a9482cd1-6d34-4aaf-a569-4c1da1db095f.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/a96d788a-af88-486e-a7ec-5e0a1a8ed888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/a96d788a-af88-486e-a7ec-5e0a1a8ed888.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/abe76621-c6bf-4df9-bdce-3b95bab10225.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/abe76621-c6bf-4df9-bdce-3b95bab10225.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b36a6fda-e7b5-4b09-9851-ee3789c363ac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b36a6fda-e7b5-4b09-9851-ee3789c363ac.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b494deb1-044a-4d18-aae5-1b5485144af2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b494deb1-044a-4d18-aae5-1b5485144af2.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b4d3d22f-42b2-4979-b883-38e6bb43477b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b4d3d22f-42b2-4979-b883-38e6bb43477b.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b855277a-d1a2-490f-80b4-c3f77937fb7a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/b855277a-d1a2-490f-80b4-c3f77937fb7a.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/ba4f140e-72a9-4f8f-afab-88c8db6d24ca.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/ba4f140e-72a9-4f8f-afab-88c8db6d24ca.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/be4d137d-ba37-4b12-aa20-354881d13ca5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/be4d137d-ba37-4b12-aa20-354881d13ca5.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/bf67471a-050b-45e8-b9b1-83ca9b94df87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/bf67471a-050b-45e8-b9b1-83ca9b94df87.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c0abd2a5-813b-4910-bc3f-acf3cca25406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c0abd2a5-813b-4910-bc3f-acf3cca25406.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c5d99d17-062e-46bf-96a9-faa62d133446.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c5d99d17-062e-46bf-96a9-faa62d133446.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c6e8eac1-cff8-452c-96d3-75863a111389.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/c6e8eac1-cff8-452c-96d3-75863a111389.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cc58d6ac-54ab-4179-85c8-b963f6171d34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cc58d6ac-54ab-4179-85c8-b963f6171d34.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cd787c75-b318-4a8a-a35c-aeecb4a56e24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cd787c75-b318-4a8a-a35c-aeecb4a56e24.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cdafd78c-f4e8-4b26-9832-022f4da865ac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/cdafd78c-f4e8-4b26-9832-022f4da865ac.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/db2c1d3e-85e4-4572-8eee-d2e511e02531.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/db2c1d3e-85e4-4572-8eee-d2e511e02531.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/e357b440-39c7-4035-bdf4-978743d718e3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/e357b440-39c7-4035-bdf4-978743d718e3.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/e4ded68e-95a4-4404-9216-283b0f2bec19.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/e4ded68e-95a4-4404-9216-283b0f2bec19.jpeg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/f6c04b55-ab87-4749-ab26-462679fc3bbd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/blogmedia/f6c04b55-ab87-4749-ab26-462679fc3bbd.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/img_1730-ws.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/img_1730-ws.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/img_1730.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/images/img_1730.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/js/site.js: -------------------------------------------------------------------------------- 1 | // Write your JavaScript code. 2 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/js/site.min.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/wlwmanifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb-multitenant/WebApp/wwwroot/wlwmanifest.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/README.md -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/SimpleContent-SimpleAuth-nodb.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/SimpleContent-SimpleAuth-nodb.sln -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "wwwroot/lib" 3 | } 4 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Controllers/HomeController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Controllers/HomeController.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Models/ErrorViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Models/ErrorViewModel.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Program.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Properties/launchSettings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Startup.cs -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/About.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/About.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/Contact.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Home/Index.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/Error.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/_Layout.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/_ValidationScriptsPartial.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/Shared/_ValidationScriptsPartial.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/_ViewImports.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/_ViewImports.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/Views/_ViewStart.cshtml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/WebApp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/WebApp.csproj -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/appsettings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/bower.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/bundleconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/bundleconfig.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/navigation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/navigation.xml -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/simpleauth-settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/simpleauth-settings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/simplecontent-settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/simplecontent-settings.json -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/site.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/site.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/site.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cerulean/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cerulean/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cerulean/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cerulean/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cosmo/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cosmo/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cosmo/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cosmo/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cyborg/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cyborg/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cyborg/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/cyborg/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/darkly/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/darkly/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/darkly/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/darkly/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/flatly/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/flatly/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/flatly/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/flatly/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/journal/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/journal/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/journal/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/journal/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/lumen/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/lumen/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/lumen/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/lumen/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/paper/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/paper/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/paper/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/paper/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/readable/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/readable/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/readable/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/readable/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/sandstone/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/sandstone/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/sandstone/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/sandstone/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/simplex/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/simplex/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/simplex/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/simplex/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/slate/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/slate/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/slate/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/slate/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/spacelab/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/spacelab/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/spacelab/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/spacelab/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/superhero/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/superhero/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/superhero/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/superhero/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/united/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/united/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/united/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/united/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/yeti/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/yeti/bootstrap.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/yeti/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/css/themes/yeti/bootstrap.min.css -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/favicon.ico -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner1.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner2.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner3.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/banner4.svg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/img_1730-ws.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/img_1730-ws.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/img_1730.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/images/img_1730.jpg -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/js/site.js: -------------------------------------------------------------------------------- 1 | // Write your JavaScript code. 2 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/js/site.min.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/wlwmanifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-SimpleAuth-nodb/WebApp/wwwroot/wlwmanifest.xml -------------------------------------------------------------------------------- /SimpleContent-cloudscribecore-ef-mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-cloudscribecore-ef-mysql/README.md -------------------------------------------------------------------------------- /SimpleContent-cloudscribecore-ef-pgsql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-cloudscribecore-ef-pgsql/README.md -------------------------------------------------------------------------------- /SimpleContent-cloudscribecore-ef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-cloudscribecore-ef/README.md -------------------------------------------------------------------------------- /SimpleContent-cloudscribecore-nodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/SimpleContent-cloudscribecore-nodb/README.md -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/appveyor.yml -------------------------------------------------------------------------------- /cloudscribe-core-ef-mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-core-ef-mysql/README.md -------------------------------------------------------------------------------- /cloudscribe-core-ef-pgsql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-core-ef-pgsql/README.md -------------------------------------------------------------------------------- /cloudscribe-core-ef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-core-ef/README.md -------------------------------------------------------------------------------- /cloudscribe-core-nodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-core-nodb/README.md -------------------------------------------------------------------------------- /cloudscribe-idserver-ef-mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-idserver-ef-mysql/README.md -------------------------------------------------------------------------------- /cloudscribe-idserver-ef-pgsql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-idserver-ef-pgsql/README.md -------------------------------------------------------------------------------- /cloudscribe-idserver-ef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-idserver-ef/README.md -------------------------------------------------------------------------------- /cloudscribe-idserver-nodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeaudette/cloudscribe.StarterKits/HEAD/cloudscribe-idserver-nodb/README.md --------------------------------------------------------------------------------