Commit Graph

35 Commits

Author SHA1 Message Date
a5de639d15 optimizing tenant resolution and routing 2021-05-10 17:45:39 -04:00
d8bcc32239 refactor user deletion 2021-03-29 12:58:40 -04:00
a02cfea6c9 improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth 2020-05-05 09:15:36 -04:00
f5e4c1dd29 fixed user registration, and updated module creator templates to use new Service approach 2020-04-16 10:21:16 -04:00
69bfd6f0e8 Migration to using System.Net.Http.Json; part two
- some cosmetics and bugs,
 - logging preparation,
 - error checking
 - Fixed bug with site.AllowRegistration in case of installation
2020-04-16 10:04:02 +02:00
95e9bee4e2 Migration to using System.Net.Http.Json; part one - functional migration 2020-04-15 23:07:27 +02:00
1b373a4bfa Added site service to be able to get the site properties. 2020-04-15 05:52:57 -04:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
7786cd027b Use string Interpolation for constructing Urls (#324) 2020-04-03 12:44:54 -04:00
cf6643aef3 Client fixes
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
425b4e1c67 Fix casing for constructor params 2020-03-05 20:03:54 +03:00
303bdf3be2 Remove this keyword 2020-03-05 19:22:13 +03:00
a46235ea1e Fix naming conventions for private fields 2020-03-05 01:46:53 +03:00
061043bd15 optimized cross tenant logic and fixed bug related to reordering modules in panes 2020-03-04 09:28:02 -05:00
4262865990 further changes for site creation 2020-02-26 01:37:48 -05:00
2fa7f852d5 remove unnecessary API methods 2020-02-14 10:12:12 -05:00
ee682516c3 refactoring email verification 2020-02-04 15:14:27 -05:00
0aed11e71c notification service and user management improvements 2020-02-03 16:43:37 -05:00
f59f6b2f34 added profile management 2019-10-25 00:03:11 -04:00
15460eafb7 fix logout issue introduced when logging was added 2019-10-24 22:19:13 -04:00
c029e70783 CSS separation, multi-tenancy fixes 2019-10-12 16:32:47 -04:00
12c73decd0 User management improvements 2019-10-02 14:43:40 -04:00
83a212e7e3 Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation 2019-09-19 16:33:48 -04:00
cb6428f483 Refactor AbsoluteUri references 2019-09-16 03:13:33 -04:00
d1faa0ee5f Initial migration 2019-09-15 12:21:32 +02:00
3ce7f1a227 Permission-based authorization utilizing Policies 2019-08-27 17:14:41 -04:00
f037898c6e Multi-tenant role authorization 2019-08-25 14:52:25 -04:00
42c6efbfdb Dynamic User Roles 2019-08-20 16:43:35 -04:00
4fda7b17d0 Refactored repository pattern for Add and Update methods so that they return their respective entity objects 2019-08-05 09:31:04 -04:00
1c0d2de9fe Install Wizard 2019-07-18 13:11:31 -04:00
ce069ed45b Refactoring authentication to support server-side Blazor using a seamless login flow. 2019-07-15 08:30:03 -04:00
6cf1eb1c31 Integrated AuthenticationStateProvider using .NET Core Identity 2019-07-08 12:52:40 -04:00
8deb119f36 Performance improvements, refactoring of multi-tenant support, split Alias and Tenant entities for cleaner separation of concerns, create an additional site during installation for demonstratng multitenancy 2019-05-24 13:33:19 -04:00
d71de1c21f Initial commit 2019-05-04 20:32:08 -04:00