Andrew Camilleri
4917f32574
Update BTCPayServer/Controllers/GreenField/InvoiceController.cs
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-08-26 21:36:30 +09:00
Kukks
d96bd15b3b
add status and refactor
2020-08-26 21:36:30 +09:00
Kukks
cb5601c68b
unarchive endpoint + formatting
2020-08-26 21:36:29 +09:00
Kukks
34e76494e3
GreenField: Invoice API
2020-08-26 21:36:29 +09:00
Dennis Reimann
e7ea8ac40f
Improve invoices list view ( #1815 )
...
* Improve invoices list view
* Pager: Only show options that make sense
* ListInvoices formatting
* Add separator for dropdown toggle split
* Minor ListInvoices improvement
* Improve payment requests list view
* Distinguish empty and filtered lists
* Properly align invoice details
* Add payment symbols to invoices list
* Improve payment symbols in invoices list
* Always display search on list pages
* Inline variable
* Move display logic to pager
e5040ede55 (commitcomment-41698272)
2020-08-24 13:57:07 +09:00
Nicolas Dorier
44896559c6
Merge pull request #1853 from Kukks/not-if-test-func
...
Add debug notifications
2020-08-20 13:00:33 +09:00
Kukks
68686cd249
Add debug notifications
...
This adds a test notif only available in debug mode + endpoint `/Notifications/GenerateJunk` that generates x amount of notifications.
2020-08-19 13:31:28 +02:00
Kukks
565dbd88ff
fix notification page issue
...
fixes #1820
2020-08-19 13:21:05 +02:00
Andrew Camilleri
3024ace641
Merge branch 'master' into bitcoin-only-fixes
2020-08-14 17:50:36 +02:00
Nicolas Dorier
bc5068ac7b
Merge pull request #1842 from NicolasDorier/components
...
Use razor component to encapsulate UI logic
2020-08-13 17:44:22 +09:00
nicolas.dorier
d05f914841
Fix crash if impossible to get the network of a payment
2020-08-13 16:29:59 +09:00
nicolas.dorier
5c9d0fd40a
Use razor component to encapsulate UI logic
2020-08-12 16:48:14 +09:00
Nicolas Dorier
56ed583bff
Merge pull request #1825 from Zaxounette/PullPayments-claim
...
Pull payments claim & payout notification rewording
2020-08-10 22:41:20 +09:00
Kukks
26aac6c45d
Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments
2020-08-09 16:17:16 +02:00
Zaxounette
3dbb8a0cc1
Rewording of the success-claim-message for clarity
2020-08-08 12:47:28 +02:00
Dennis Reimann
2d608621d9
Remove confirm option for seed from wallet settings
...
Closes #1813 .
2020-08-05 11:20:34 +02:00
Kukks
b381e629f1
Handle multiple new invoices in payment requests
2020-08-04 07:55:13 +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
rockstardev
16eedf4153
Deducing if to perform update check from update url configuration
2020-08-03 03:17:04 -05:00
rockstardev
ce87d2e45c
Making use of options to initalize update check on first admin registration
2020-08-03 03:17:04 -05:00
rockstardev
1b3e40fd70
Fixing typo
2020-08-03 03:17:04 -05:00
Nicolas Dorier
8e2728902a
Merge pull request #1754 from btcpayserver/feat/prefs-generalization
...
Cookie Preferences Generalization, applying same style to ListInvoices and Payment Requests
2020-07-31 16:12:10 +09:00
rockstardev
77f5d0be35
Initializing BasePagingViewModels from cookie
2020-07-30 18:02:59 -05:00
nicolas.dorier
02998fff49
Add Altcoins-Release and Altcoins-Debug configurations
2020-07-29 18:55:28 +09:00
XPayServer
92ae1109d0
Add Bitcoin Only Build
2020-07-28 22:48:51 +02:00
rockstardev
19ffd031ec
Refactoring query extraction from cookie into extender methods
2020-07-28 10:28:32 -05:00
rockstardev
97e5f2e656
Ignoring prefs cookie deserialization errors
2020-07-28 10:28:32 -05:00
rockstardev
bce386bc7a
Blobbifying user preferences cookie, to contain all prefs
2020-07-28 10:28:32 -05:00
rockstardev
e3a8e1a187
Applying conventions from ListInvoice on PaymentRequests
2020-07-28 10:28:32 -05:00
rockstardev
9d9d0461ad
Generalizing saving of search, applying it to PaymentRequests grid
2020-07-28 10:28:32 -05:00
rockstardev
6bacddc159
Refactoring ListInvoicePreferences
2020-07-28 10:28:32 -05:00
Nicolas Dorier
b7d66efb20
Merge pull request #1753 from bolatovumar/feat/1568
...
Allow sorting apps by store, name or app type
2020-07-28 15:18:30 +09:00
Umar Bolatov
df1447b917
Add pagination to wallet transactions page
...
close #1771
2020-07-24 21:39:30 -07:00
Andrew Camilleri
310f6a385c
fix null instance on invoice when using paymentCurrencies ( #1766 )
...
fixes #1765
2020-07-24 08:16:41 +02:00
Umar Bolatov
25527ec1dd
Use nameof() instead of strings
2020-07-20 20:02:14 -07:00
Umar Bolatov
36e3eeecaa
Allow sorting apps by store, name or app type
...
close #1568
2020-07-19 15:20:18 -07:00
Dennis Reimann
dbf6676115
Recovery seed page improvements
2020-07-17 18:00:09 +02:00
Dennis Reimann
cfef1f3432
Add separate recovery seed backup view
...
fix
2020-07-17 18:00:07 +02:00
nicolas.dorier
f3700c39e3
Save the latest search on invoices
2020-07-17 13:24:41 +09:00
Nicolas Dorier
bdfe77dbb5
Merge pull request #1746 from btcpayserver/api/fix-keys-requirement
...
GreenField: Remove requirement for permissions >= 1 when creating key
2020-07-17 12:44:22 +09:00
Nicolas Dorier
2e225a1435
Merge pull request #1712 from dennisreimann/login
...
Redesign login and register / refactor create user
2020-07-17 12:39:08 +09:00
Kukks
c2a4bc2603
GreenField: Remove requirement for permissions >= 1 when creating key
...
Sometimes you just want to have an api key to verify a user still exists periodically on a server and do not need any permissions
2020-07-16 10:26:04 +02:00
Nicolas Dorier
33eb5f8117
Merge pull request #1742 from bolatovumar/feat/1709
...
Allow mass-archiving of invoices
2020-07-15 12:27:25 +09:00
Umar Bolatov
94e8bf4a72
Allow mass-archiving of invoices
...
closes #1709
2020-07-14 19:58:52 -07:00
Nicolas Dorier
24439f1dc2
Merge pull request #1737 from btcpayserver/payjoin-hw-fix
...
Fix Payjoin HWW signing
2020-07-14 16:29:11 +09:00
Nicolas Dorier
15df2dfb0c
Merge pull request #1735 from btcpayserver/2fa-config-screen
...
Fix 2FA config screens
2020-07-14 16:27:09 +09:00
nicolas.dorier
88af6c441f
Can refund invalid invoices
2020-07-14 15:42:37 +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