Justin Baur
7f5f010e1e
Run formatting ( #2230 )
2022-08-29 16:06:55 -04:00
Justin Baur
bae03feffe
Revert filescoped ( #2227 )
...
* Revert "Add git blame entry (#2226 )"
This reverts commit 239286737d .
* Revert "Turn on file scoped namespaces (#2225 )"
This reverts commit 34fb4cca2a .
2022-08-29 15:53:48 -04:00
Justin Baur
34fb4cca2a
Turn on file scoped namespaces ( #2225 )
2022-08-29 14:53:16 -04:00
Justin Baur
231eb84e69
Turn On ImplicitUsings ( #2079 )
...
* Turn on ImplicitUsings
* Fix formatting
* Run linter
2022-06-29 19:46:41 -04:00
Oscar Hinton
e4a10aae27
Split out repositories to Infrastructure.Dapper / EntityFramework ( #1759 )
2022-01-11 10:40:51 +01:00
Oscar Hinton
23b0a1f9df
Run dotnet format ( #1764 )
2021-12-16 15:35:09 +01:00
Addison Beck
152f1f7a9b
Allow Resending Provider Setup Emails From The Admin Portal ( #1497 )
...
* Added a button for resending provider setup emails
* Fixed a case typo in a stored procedure
* Turned a couple lines of code into a method call
* Added service level validation against inviting users for MSP invites
* Code review improvements for provider invites
created a factory for provider user invites
wrote tests for provider invite permissions"
* changed a few exception types
2021-08-05 10:39:05 -04:00
Matt Gibson
cfc7fa071b
Record when a provider user accesses a clients vault ( #1496 )
...
* Record when a provider user accesses a clients vault
* Do not allow removal from provider unless owner exists
* PR Review
* Null safe event processing
* append `Async` to async methods
2021-08-05 07:50:41 -05:00
Matt Gibson
2298c96e30
Invite Client owner at time of client org creation ( #1488 )
2021-07-30 08:10:58 -05:00
Oscar Hinton
f6ebb20847
[Provider] Add support for events ( #1447 )
2021-07-15 16:37:27 +02:00
Oscar Hinton
feb3106f37
[Provider] Create and access child organizations ( #1427 )
2021-07-08 17:05:32 +02:00
Oscar Hinton
43f7271147
[Provider] Setup provider ( #1378 )
2021-06-30 09:35:26 +02:00
Oscar Hinton
fe1ffb6a22
[Provider] Server entities and models ( #1370 )
...
* Mock out provider models and service
* Implement CreateAsync, CompleteSetupAsync, UpdateAsync, InviteUserAsync and ResendInvitesAsync
* Implement AcceptUserAsync and ConfirmUsersAsync
* Implement SaveUserAsync and DeleteUserAsync
* Add email templates
* Add admin operations for providers
* Fix mail template names
* Rename roles
* Verify provider has provideradmin
* Add self hosted check to admin controller
* Resolve review comments
* Update sql queries
* Change create provider to use email instead of userId
2021-06-03 18:58:29 +02:00