nicolas.dorier
76e46d2fa7
Fix performance issues on query over orderId ( fix #2114 )
2020-12-08 14:43:39 +09:00
nicolas.dorier
f3611ac693
Add Webhooks in store's settings
2020-11-08 15:57:24 +09:00
Andrew Camilleri
4d0b402e8b
Allow disabling notifications per user and disabling specific notifications per user ( #1991 )
...
* Allow disabling notifications per user and disabling specific notifications per use
closes #1974
* Add disable notifs for all users
* fix term generator for notifications
* sow checkboxes instead of multiselect when js is enabled
* remove js dependency
* fix notif conditions
2020-10-20 13:09:09 +02:00
Nicolas Dorier
55eec06e77
Merge pull request #1934 from btcpayserver/better-users
...
Add Created date to user, add verified column in list and make user l…
2020-10-08 12:08:16 +09:00
Kukks
9ff93ac2d5
add migration
2020-10-07 11:08:11 +02:00
Kukks
3d2b4cbfa8
Add Created date to user, add verified column in list and make user list use same model as modern lists
2020-10-05 13:00:15 +02:00
Nicolas Dorier
85d393fec3
Merge pull request #1872 from Kukks/invoie-severity
...
Add invoice event severity
2020-09-03 21:24:20 +09:00
Kukks
98c4b658c4
Add invoice event severity
...
closes #1681
https://i.imgur.com/eyMO9M3.png
2020-09-01 18:19:49 +02:00
Kukks
811fd98a39
Add MaxLength and remove destination maxlength
2020-08-28 09:39:25 +02:00
Kukks
47930035a7
attempt mysql fix
...
fixes #1836
2020-08-28 09:39:25 +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
ae9fae1f7d
Consolidate tables before release
2020-06-25 15:43:45 +09:00
nicolas.dorier
5e8b379c50
Add invoice refund
2020-06-25 15:31:46 +09:00
nicolas.dorier
fdc11bba8d
Remove old unused refund table
2020-06-25 13:34:25 +09:00
Nicolas Dorier
8230a408ac
Add pull payment feature ( #1639 )
2020-06-24 10:34:09 +09:00
rockstardev
b9807aac56
Add Notification entity to database in one migration
2020-06-14 23:49:08 -05:00
rockstardev
b973c0ab82
Removing database migrations in preparation for squashing them into one
2020-06-14 23:49:08 -05:00
rockstardev
09a72f2cfb
Cascade delete notifications for user
2020-06-14 23:49:08 -05:00
rockstardev
2f4967a23a
Limiting Notification string fields
2020-06-14 23:49:08 -05:00
rockstardev
31e0bb43e8
Updating migration with our ef core voodoo magic
...
We're deleting partial designer classes and moving attributes to main class
2020-06-14 23:49:08 -05:00
rockstardev
e834cd7595
Add Notification Entity migration
2020-06-14 23:49:08 -05:00
nicolas.dorier
42d27d69dc
Merge db migrations
2020-05-10 00:53:21 +09:00
Nicolas Dorier
5a9d1e3257
Merge pull request #1560 from Kukks/archive-pr
...
Archive Payment reqeusts
2020-05-10 00:51:59 +09:00
Kukks
8fa65408ed
Archive Payment reqeusts
...
closes #1588
2020-05-08 12:33:47 +02:00
Kukks
e5a3ef3e22
Archive Invoice
2020-05-07 12:50:07 +02:00
ketominer
a7b926d907
fixed Address field size (back)
2020-04-19 13:48:05 +02:00
ketominer
686f5bf151
Fix MySQL support (fixed width columns instead of blobs)
2020-04-19 11:15:06 +02:00
nicolas.dorier
7434163848
Persist offchain transactions
2020-04-16 14:36:50 +09:00
nicolas.dorier
c73c34dfaa
Persisting locked input and outpoints
2020-04-13 16:06:07 +09:00
nicolas.dorier
a3a9361ba5
Persist the Delayed Broadcaster
2020-04-13 16:00:33 +09:00
Kukks
c6d75de3d7
GreenField: Switch to Blob for API Keys
2020-04-02 09:32:22 +02:00
Kukks
48c21baee5
add migration attributes and remove designer
2020-02-26 09:53:58 +01:00
Kukks
95b9884af7
Revert "consolidate migrations"
...
This reverts commit 501c3241b5
.
2020-02-26 09:41:32 +01:00
Kukks
501c3241b5
consolidate migrations
2020-02-25 15:00:47 +01:00
Kukks
0a8b303c11
add label for api keys, make api keys without -, fix null exception on authorize
2020-02-25 14:43:53 +01:00
Andrew Camilleri
276a9a95f9
Remove OpenIddict ( #1244 )
2020-02-25 00:40:04 +09:00
Andrew Camilleri
fa51180dfa
Api keys with openiddict ( #1262 )
...
* Remove OpenIddict
* Add API Key system
* Revert removing OpenIddict
* fix rebase
* fix tests
* pr changes
* fix tests
* fix apikey test
* pr change
* fix db
* add migration attrs
* fix migration error
* PR Changes
* Fix sqlite migration
* change api key to use Authorization Header
* add supportAddForeignKey
* use tempdata status message
* fix add api key css
* remove redirect url + app identifier feature :(
2020-02-24 22:36:15 +09:00
nicolas.dorier
5d817a0483
Revert fix mysql
2020-02-14 00:23:00 +09:00
nicolas.dorier
ee9905e85a
Fix mysql
2020-02-14 00:07:19 +09:00
nicolas.dorier
ff4c7c364e
Fix mysql
2020-02-14 00:02:47 +09:00
nicolas.dorier
a2d657f5cb
Fix mysql migration
2020-02-13 23:58:48 +09:00
Andrew Camilleri
1ceb5cb576
Fix sqlite madness ( #1293 )
...
* Need to reference Microsoft.EntityFrameworkCore.Design else you can't generate migrations
* fix design time migrations issues
* update snapshot
```
Your startup project 'BTCPayServer.Data' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is c
orrect, install the package, and try again.
```
*
2020-01-19 21:57:50 +09:00
Andrew Camilleri
bb12de8945
Fix Sqlite migration ( #1284 )
2020-01-16 22:05:33 +09:00
nicolas.dorier
a816e37621
Update libs
2020-01-11 13:12:24 +09:00
nicolas.dorier
8e00e6d8e3
Make sure that varchar(255) is used for mysql migration scripts
2019-12-23 15:03:06 +09:00
nicolas.dorier
b7ba97d86f
Fix namespace in the db snapshot
2019-08-30 18:22:19 +09:00
nicolas.dorier
0eb58e9a91
Remove designer files
2019-08-30 18:22:18 +09:00
nicolas.dorier
f257f9f91d
[Refactor] Move SQL classes in their own assembly
2019-08-30 18:22:13 +09:00