Dennis Reimann
7c349b12b2
Self-host webfonts
...
This inlines all webfonts we are using throughout the app, instead of loading them from Google Fonts. There are several benefits to this approach:
- Better performance
- We don't have any problems in regards to potential Google Fonts downtimes
- It protects our users privacy, as they don't have to request those fonts from a third-party
It sets up individual css files per font-face, so that they are easier to include and require on a per use-case basis.
2020-08-06 22:18:26 +02:00
nicolas.dorier
f974e1b6cd
update lang
2020-08-06 00:06:15 +09:00
Dennis Reimann
0c7314f771
Upgrade summernote rich text editor
...
Fixes #1796 .
2020-08-04 07:52:05 +02:00
Dennis Reimann
5b929e85cf
Simple layout cleanups
...
Some cleanups related to the recent changes arount the LayoutSimple. We don't use the font montserrat anymore and the col-head class is also obsolete.
Moved the remaining styles to our site.css
2020-08-02 14:33:20 +02:00
rockstardev
7bcc559ec7
Generalizing TimezoneOffset field init
2020-07-28 10:28:32 -05: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
25d08c1a71
Fix swagger doc for approve payout
2020-07-19 15:56:15 -05:00
Dennis Reimann
0e8cd20533
Login/register/error view updates
2020-07-19 14:28: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
2e225a1435
Merge pull request #1712 from dennisreimann/login
...
Redesign login and register / refactor create user
2020-07-17 12:39:08 +09: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
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
5ed21fd740
Update lang
2020-07-14 16:04:58 +09:00
Dennis Reimann
5da9bd1784
Minor fixes and improvements for login and register
2020-07-13 21:30:09 +02:00
Dennis Reimann
a122c38666
Add copy tor url button to login and register
2020-07-13 21:29:42 +02:00
Dennis Reimann
6f9043b2bc
Improve validation message spacing
2020-07-13 19:09:21 +02:00
Nicolas Dorier
dd0f8faf79
Merge pull request #1707 from Kukks/corsapi
...
Enable CORS and fix small doc error
2020-07-13 18:01:43 +09:00
Kukks
006ebf3f15
Fix 2FA config screens
2020-07-13 10:58:53 +02:00
Nicolas Dorier
04f71155b0
Merge pull request #1721 from dennisreimann/ui-updates-account
...
UI updates: Account section
2020-07-13 17:39:35 +09:00
Nicolas Dorier
632911d28c
Merge pull request #1727 from dennisreimann/ui-updates-server
...
UI updates: Server settings section
2020-07-13 17:38:33 +09:00
Dennis Reimann
0bbe095f6f
General table style improvements
2020-07-09 17:19:25 +02:00
Dennis Reimann
f8e3b62edf
Improve spacing for ordered lists and status messages
2020-07-08 19:18:04 +02:00
Oleg Semyonov
3051724ad8
Add Argoneum
2020-07-07 07:44:45 +03:00
Kukks
f1e8b4b6e6
fix json
2020-06-30 08:54:57 +02:00
Kukks
82af723f1f
Enable CORS and fix small doc error
2020-06-30 08:26:19 +02:00
Dennis Reimann
04acbf6509
Improve information structure on Lightning page
2020-06-29 16:54:07 +02:00
Kukks
9a989b46cc
add supporter
2020-06-26 07:12:22 +02:00
nicolas.dorier
6c64e7c220
Update fi-FI language
2020-06-25 18:03:33 +09:00
nicolas.dorier
d03124dfba
Add an approval state to pull payments
2020-06-25 13:35:10 +09:00
Andrew Camilleri
dc5d8a6cb7
Refresh UI notifications automatically on update ( #1680 )
...
* Refresh UI notifications automatically on update
* make notif timeago live
* pass cancellation token
* Update InvoiceEventData.cs
2020-06-24 10:23:16 +02:00
Nicolas Dorier
8230a408ac
Add pull payment feature ( #1639 )
2020-06-24 10:34:09 +09:00
Dennis Reimann
9ea42dd981
Checkout CSS improvements ( #1684 )
...
* Checkout: Hide hidden items
As [reported on Mattermost](https://chat.btcpayserver.org/btcpayserver/pl/4mxado5a3ifnzxyhrszusz4q8e ) the old way of hiding does not work well with widescreen displays.
* Checkout: Minor theme improvements
2020-06-23 16:25:43 +02:00
Peter Williams
e751be21ea
Altcoin - Add Chaincoin ( #1636 )
...
* Altcoin - Add Chaincoin
* Image
* Altcoin - Rating CHC
* Altcoin - Chaincoin insertion
* Revert
* Fix large diff
* Unit Test revert
2020-06-22 14:41:20 +09:00
rockstardev
1ab016d21e
Foundation for notices grid
2020-06-14 23:49:08 -05:00
Dennis Reimann
b066cfd904
Update and fix documentation links
2020-06-11 16:09:33 +02:00
nicolas.dorier
8dd6ecc0b8
Fix lightning implementation, docs and tests
2020-06-09 17:24:34 +09:00
Kukks
cf00784096
fix swagger
2020-06-07 08:30:04 +02:00
Kukks
f313a5f221
GreenField: Handle status codes, error models consistently
2020-06-07 08:21:45 +02:00
nicolas.dorier
ec4c346e0a
[Greenfield] Document store API
2020-05-31 12:04:23 +09:00
nicolas.dorier
048dff7e9e
Always use second based TimeSpan in Greenfield
2020-05-31 08:52:32 +09:00
nicolas.dorier
d9a93f996f
Merge branch 'master' of https://github.com/btcpayserver/btcpayserver
2020-05-29 18:47:40 +09:00
Kukks
4947fa4d45
Add also money json converter
2020-05-29 10:15:01 +02:00
Kukks
37f4b34b5e
Add Lightmoney json converter + do swagger defs for ln api
2020-05-29 10:04:28 +02:00
nicolas.dorier
66206399e1
Rename LightningPrivateRouteHint =>privateRouteHints
2020-05-29 09:03:07 +09:00
Andrew Camilleri
1e3f62718d
GreenField: Cross-implemenation Lightning Node API ( #1566 )
...
* GreenField: Cross-implemenation Lightning Node API
* switch to hard unrsstricted check
* fix
* set LightningPrivateRouteHints in swagger + stores api
* add priv route hint
* rename models and add swagger defs to models
2020-05-29 09:00:13 +09:00
Kukks
7db8d52624
add missing title in swagger payment request def
2020-05-28 16:53:50 +02:00
Kukks
77073fa78c
fix swagger schema
2020-05-28 16:42:47 +02:00
Kukks
568015c58f
add new supporter
2020-05-27 16:41:50 +02:00
nicolas.dorier
7e5d269c39
Remove LedgerWallet direct integration
2020-05-25 07:41:30 +09:00
nicolas.dorier
35432d919c
Refactor common data structure for wallet into SigningContext
2020-05-25 06:29:06 +09:00