Commit graph

4207 commits

Author SHA1 Message Date
Nicolas Dorier
89c39d15de
Merge pull request #1773 from bolatovumar/fix/1770
Add margin to "Delete this store" button
2020-07-27 11:30:01 +09:00
Nicolas Dorier
2cabc63752
Merge pull request #1774 from Eskyee/patch-10
Update .gitignore all the .DS_Store files
2020-07-27 11:29:39 +09:00
Umar Bolatov
e03311e5ec
Add margin to "Delete this store" button
fix #1770
2020-07-25 19:15:46 -07:00
Esky33
810e12f474
Update .gitignore all the .DS_Store files
.gitignore all the .DS_Store files in every folder and subfolder - improves UX
If you are using macOS, visual studio, visual code, rider, your system appends the .DS_Store file in your directories. It’s not a big issue, but often you need to exclude these files explicitly in your .gitignore file, to prevent any unnecessary files in your commit. 

notice for btcpay Mac dev users..
This will never allow the .DS_Store file to sneak in your git.
But, if it's already there, you can write in your project terminal:

find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
then commit and push the changes to remove the .DS_Store from your remote repo:

git commit -m "Remove .DS_Store from everywhere"

git push origin master
2020-07-26 00:30:34 +01:00
Nicolas Dorier
3ffd79c279
Merge pull request #1762 from dennisreimann/readmes
Minor README improvements
2020-07-25 14:36:55 +09:00
Nicolas Dorier
09c7b2a5e4
Merge pull request #1772 from bolatovumar/feat/1771
Add pagination to wallet transactions page
2020-07-25 14:03:56 +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
Dennis Reimann
79f0e5768b
README: Use two rows for supporters 2020-07-23 09:47:05 +02:00
Dennis Reimann
967f28542f
Minor README improvements 2020-07-23 09:47:04 +02:00
Nicolas Dorier
df413d1af0
Merge pull request #1761 from dennisreimann/store-ui
UI updates: Manage store
2020-07-23 16:28:11 +09:00
Dennis Reimann
a3b4ceba50
Improve update store view 2020-07-22 15:31:09 +02:00
Dennis Reimann
2496ec73bf
Improve checkout experience view 2020-07-22 15:30:58 +02:00
Dennis Reimann
f84fe82f9b
Improve list API tokens view 2020-07-22 15:29:58 +02:00
Dennis Reimann
c5a073cee8
Improve enable paybutton view 2020-07-22 15:29:24 +02:00
Dennis Reimann
ed81a17039
Code formatting 2020-07-22 15:29:03 +02:00
Dennis Reimann
22f8c4b88b
Render messages only when present 2020-07-22 15:28:31 +02:00
Nicolas Dorier
27d7d03d4c
Merge pull request #1745 from dennisreimann/recovery-seed
Recovery seed
2020-07-22 20:55:20 +09:00
Nicolas Dorier
ca8d83099f
Merge pull request #1752 from dennisreimann/login
Login/register view improvements
2020-07-22 20:53:01 +09:00
Nicolas Dorier
3b250dbbd0
Merge pull request #1759 from bolatovumar/fix/1758
Place status message in correct positions for cart and static versions of POS app
2020-07-22 20:47:43 +09:00
Umar Bolatov
bc0215b647
Place status message in correct positions for cart and static versions of POS app
fix #1758
2020-07-20 20:32:26 -07:00
Dennis Reimann
9e1ac8cd28
Update test 2020-07-20 17:46:25 +02:00
Dennis Reimann
8688334f0d
Update views dependent on simple layout 2020-07-20 16:53:49 +02:00
Dennis Reimann
8d6a70ed7b
Minor login/register adjustments 2020-07-20 15:20:23 +02:00
nicolas.dorier
25d08c1a71 Fix swagger doc for approve payout 2020-07-19 15:56:15 -05:00
Dennis Reimann
7c1d0f2e8f
Recovery seed page improvements 2020-07-19 15:52:57 +02:00
Dennis Reimann
0e8cd20533
Login/register/error view updates 2020-07-19 14:28:07 +02:00
Dennis Reimann
6bc5c05cf3
Fix text and test 2020-07-17 18:00:10 +02:00
Dennis Reimann
dbf6676115
Recovery seed page improvements 2020-07-17 18:00:09 +02:00
Dennis Reimann
188774f30a
Seed-lookup related test fixes 2020-07-17 18:00:08 +02:00
Dennis Reimann
cfef1f3432
Add separate recovery seed backup view
fix
2020-07-17 18:00:07 +02:00
Dennis Reimann
892ea0e9af
Login/register view improvements
Consistently aligned the texts centered and moved the Tor URL button below the form.
2020-07-17 17:51:25 +02:00
Nicolas Dorier
f6549cda33
Merge pull request #1749 from btcpayserver/invoicepref
Save the latest search on invoices
2020-07-17 19:16:36 +09:00
rockstardev
9fb83f268b Fixing Unfiltered link to leverage empty string for clear 2020-07-17 04:32:33 -05:00
Nicolas Dorier
31d927c93d
Merge pull request #1750 from britttttk/rbf-doc
Use BTCPay doc for RBF tooltip
2020-07-17 16:46:51 +09:00
Nicolas Dorier
16977009ea
Merge pull request #1751 from bolatovumar/feat/1743
Allow selecting all notifications on the page at once
2020-07-17 15:35:05 +09:00
Umar Bolatov
08db3b1613
Allow selecting all notifications on the page at once
close #1743
2020-07-16 21:52:40 -07:00
britttttk
32c6228dfa
Use btcpay doc for rbf tooltip 2020-07-16 22:38:19 -06:00
nicolas.dorier
f3700c39e3
Save the latest search on invoices 2020-07-17 13:24:41 +09:00
Nicolas Dorier
7d0aa8d91f
Merge pull request #1729 from xpayserver/feat/enhance-monero
Show sync progress for monero and show amount of monero payment
2020-07-17 12:45:22 +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
561caf966a
bump 2020-07-16 12:34:39 +09: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
Nicolas Dorier
efa62e72af
Merge pull request #1741 from dennisreimann/2fa-view
UI: Minor enhancements to 2FA view
2020-07-15 12:26:11 +09:00
Umar Bolatov
94e8bf4a72
Allow mass-archiving of invoices
closes #1709
2020-07-14 19:58:52 -07:00
Dennis Reimann
391d7b01d1
UI: Minor enhancements to 2FA view
Improve hover highlight for light and dark theme. APply a bit more spacing to the 2FA link cells.

Also fixes table row highlight in light theme.
2020-07-14 13:29:26 +02:00
Kukks
9d1cd085ea ad psbt base64 file upload test 2020-07-14 09:52:17 +02:00
nicolas.dorier
311972c39f
Update changelog 2020-07-14 16:43:48 +09:00