Kukks
371b33a2e1
Allow admins to invite new users
...
* This refactors the email sending so that all the logic related to users and emails are now contained in one location.
* The Reset password screen has been updated from its ugly plain self to use the same layout as the login.
* An admin can now create a new account without specifying a password. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email
* An admin can now create accounts that still require the user to verify their if the setting is enabled from the server settings. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email.
* The above features can be used in conjunction: An email will have to verify their email through a link. Once verified, the user is redirected to setting the password.
* When an email has been verified OR a password has been set, users are now redirected to the login page with the email filled in and a success status message shown instead of a dedicated thank you page.
2020-09-16 08:54:24 +02:00
nicolas.dorier
74c80fa536
Allow RPC access in services when the node is synching ( fix #1795 )
2020-08-04 14:16:25 +09:00
nicolas.dorier
ffcc967aef
Fix: Spurious Error Message When Saving User With Non-Admin Rights ( fix #1793 )
2020-08-04 11:30:19 +09:00
Dennis Reimann
0235624c64
Unify get and post routes for create user
2020-07-13 19:08:47 +02:00
Dennis Reimann
9b9cb83a06
Dissect register and create user
2020-07-13 17:32:18 +02:00
Dennis Reimann
ca1f910d55
Improve maintenance view
2020-07-09 17:20:43 +02:00
rockstardev
f88c02cccd
Removing unused usings, readonly fields where possible
2020-06-28 22:07:48 -05:00
rockstardev
b6c7af32de
Cleaning up bom from cs files
2020-06-28 21:44:35 -05:00
nicolas.dorier
51514252b6
Run dotnet format
2020-06-28 17:55:27 +09:00
nicolas.dorier
03d90f79ea
Add thunderhub integration
2020-06-12 14:28:28 +09:00
Andrew Camilleri
bb24c95e71
delete files on user delete ( #1452 )
...
fixes #1451
(I did not do a cascade delete for 2 reasons: Sqlite does not support the migration easily to alter a foreign key AND files would be orphaned in the storage with no record in the db)
2020-04-09 22:17:06 +09:00
nicolas.dorier
0bfc12ae3d
Fix build
2020-03-20 13:44:02 +09:00
nicolas.dorier
318d826694
Rename Permissions.Can.. to Policies.Can..
2020-03-20 13:41:47 +09:00
nicolas.dorier
29a807696b
Refactor permissions of GreenField
2020-03-19 23:43:51 +09:00
Andrew Camilleri
086cbaa231
Add clightning rest services page ( #1297 )
...
* Add clightning rest services page
* fix rebase
2020-01-23 22:20:37 +09:00
Andrew Camilleri
1bfe9dda97
Integrate Configurator External Service ( #1190 )
2020-01-21 18:27:10 +09:00
nicolas.dorier
9b165de5e6
Remove CoinAverage integration
2020-01-17 14:29:22 +09:00
nicolas.dorier
7d545ca682
Remove ability to set custom cache, fix coinaverage not really using coinaverage
2020-01-17 14:16:12 +09:00
nicolas.dorier
d3408b91be
bump libraries
2020-01-12 15:32:26 +09:00
nicolas.dorier
8ebac28ccf
Fix tests
2019-11-16 15:07:02 +09:00
nicolas.dorier
84fe14a1ed
Test LND Seed Backup service and Logs. Use the Confirm View instead of poppup
2019-11-16 14:06:37 +09:00
nicolas.dorier
c004065eea
Apply some lipstick on the lnd seed backup
2019-11-15 17:55:55 +09:00
rockstardev
9c165d84ef
Removing LND seed information from walletunlock.json
2019-11-10 06:12:32 -06:00
rockstardev
58b834fe9d
Displaying information from walletunlock.json if file is present
2019-11-10 06:12:32 -06:00
rockstardev
2b1aac9aa9
Service page for LND Seed Backup
2019-11-10 06:12:32 -06:00
nicolas.dorier
c31e7593b6
Add label to FullyNoded
2019-11-07 17:08:24 +09:00
nicolas.dorier
d757aa2978
Fix typo
2019-11-07 15:48:56 +09:00
nicolas.dorier
cf7bba9600
Fix services if there is more than one tor external services
2019-11-07 15:41:39 +09:00
nicolas.dorier
57b87a55bc
Show Bitcoin RPC service
2019-11-07 14:33:10 +09:00
nicolas.dorier
06c3f01e41
Improve message in Maintainance page
2019-11-06 16:17:03 +09:00
rockstardev
a126ec1718
Renaming to LndServiceViewModel, used both by grpc and rest
2019-11-03 13:18:09 -06:00
nicolas.dorier
d66e8f2d13
Removing obsolete StatusMessage
2019-10-31 15:19:38 +09:00
nicolas.dorier
aad586232c
Refactor StatusMessage and remove ExternalLogin
2019-10-31 14:11:33 +09:00
nicolas.dorier
281a2461ad
Refactor authorizations
2019-10-14 00:24:41 +09:00
nicolas.dorier
2f918b1195
Fix SSH settings not correctly applied
2019-09-20 19:33:23 +09:00
nicolas.dorier
9e107b1eb1
Try to read the authorized keys file from the configuration
2019-09-20 18:51:14 +09:00
nicolas.dorier
a2cb6178b8
Can edit authorized_keys in SSH Services, remove download keyfile support
2019-09-19 19:17:20 +09:00
nicolas.dorier
9688798a4a
Asyncify SSH access, do not show SSH service if ssh is not well configured
2019-08-27 23:30:25 +09:00
Kukks
59a391dcc9
add store name
2019-08-03 16:23:00 +02:00
Kukks
3a1cdefa09
Allow apps server admin does not have access to to be mapped in domain-to-app policy settings
...
This is a bugfix imo:
If you have 2 server admins, where only Admin1 has access to a specific app and Admin2 goes to edit the policies, the mapping would be overwritten to "None" .
This PR exposes all apps on all stores to this mapping dropdown irrespective of user. I think it makes sense to leak this minor data here to server admins.
2019-08-03 16:23:00 +02:00
nicolas.dorier
056cb60d5d
Validate dynamic dns POST
2019-07-25 20:54:49 +09:00
nicolas.dorier
233bce578b
Can remove dyndns services
2019-07-25 19:07:56 +09:00
nicolas.dorier
63472d54d7
Can configure multiple dynamic dns
2019-07-25 18:29:18 +09:00
nicolas.dorier
8896d89908
Add Dynamic DNS support
2019-07-24 17:59:30 +09:00
Rockstar Developer
4716b704d4
Paging on List Users page for big hosting providers like Esky ( #905 )
2019-07-19 16:50:17 +09:00
nicolas.dorier
010ba4d5b6
Can specify display name for sender in email settings (Fix https://github.com/btcpayserver/btcpayserver/issues/910 )
2019-07-14 22:45:14 +09:00
Kukks
477ab67fe9
set viewbag on method result instead
2019-06-26 07:02:22 +02:00
Kukks
6cab02cd99
Multiple domains for apps in BTCPay
...
closes #887
2019-06-25 20:41:32 +02:00
nicolas.dorier
0e1f924fc3
Relax "Insecure transport protocol to access this service, please use HTTPS or TOR" error in server setting services
2019-06-10 18:16:12 +09:00
nicolas.dorier
0e568e2af5
Make sure that only the log directory can be read on /server/logs
2019-05-30 11:46:09 +09:00