2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-15 18:13:00 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
ShahanaFarooqui
536f26389a
Remove version from server urls #369 (#433)
Remove version from server urls #369
2020-08-18 10:34:40 -04:00
ShahanaFarooqui
d953277d83
Release 0.8.4 (#404)
Material tables numeric sorting fix
Show channel visibility to open channel table (#359)
Removing host value from config for BTCPayServer
2020-08-06 19:47:19 -04:00
Shahana Farooqui
1847e04a43 Documentation updated for ECL lnApiPassword
Documentation updated for ECL lnApiPassword
2020-07-16 20:44:55 -04:00
ShahanaFarooqui
1443e795ea
Added LN_API_PASSWORD for BTCPayserver (#378)
Added LN_API_PASSWORD for BTCPayserver
2020-07-12 15:47:42 -04:00
ShahanaFarooqui
1b86a8bc84
Eclair Implementation (#371)
Eclair Implementation, Closing issue #224
2020-07-07 13:57:15 -04:00
Shahana Farooqui
d2958650e6 Server host config bug fix
Server host config bug fix
2020-05-09 13:15:10 -04:00
Shahana Farooqui
a42e76edce Rebalancing & directory creation bug fix
Rebalancing & directory creation bug fix
2020-05-03 23:32:19 -04:00
Martin Habovštiak
99b3dbb798
Fixed error handling in createDirecctory (#311)
The error handling in `createDirecctory` had three major issues:

* Racy check for existence of a directory - the directory could've been
  created or deleted in the meantime.
* Attempt to handle race outside the reduce function wouldn't let it
  continue creating the remaining directories.
* All errors that were **not** `EEXISTS` or `ENOENT` were silently
  ignored, leading to lot of frustration and hair pulling, because the
  code continued executing and then failed at attempt to open a file.

These problems were fixed by moving `try` into the reduce closure,
ignoring `EEXISTS` only and rethrowing all other errors. The logic
modifying the error message for `ENOENT` was kept.
2020-05-03 15:54:26 -04:00
ShahanaFarooqui
a980d9c3fa
Release 0.7.1 (#340)
* Peers And Channels Redesign (#294)
* Send payment without confirmation
* Removed vulnerabilities & added missing 2FAuth button
* Invoice Redesign with invoice info modal opening
* Firefox Payment Failure Issue #283 (#309)
* On chain redesign (#315)
* Bug fix #312 Bogus warning about unsecure connection (#316)
* Peer Channels Redesign #290 (#317)
* CLT transactions redesign #290 (#319)
* CLT On-chain redesign #290 (#320)
* Wallet error alert bug fix #298 & #299 (#321)
* Configurable server host #303 (#322)
* Receive tab on top #292 (#323)
* Settings Layout Cleanup (#325)
* Alias Autocomplete (#326)
* Redirect to Dashboard after first RTL login
* Bug fix Channel Uptime wrong #284 (#329)
* Channel info redesigned Issue #328 (#331)
* Fixed Transaction Info Scroll #324 (#333)
* Remove macaroon info before logging #306
* Added Peer Alias for Closed And Pending Channels Tabs #275 & #285 (#336)
* Show multiple URIs on show pubkey modal #337 (#338)
2020-05-03 15:52:38 -04:00
Shahana Farooqui
3a40bd9748 Google authenticator integration PR-266
Google authenticator integration PR-266
2020-03-18 21:48:53 -04:00
Shahana Farooqui
cf71a4d897 Loop documentation updated
Loop documentation updated
2020-03-16 12:06:30 -04:00
ShahanaFarooqui
86d7d1ffa8
Loop in and loop out (#279)
Loop in and loop out
2020-03-16 11:57:57 -04:00
Shahana Farooqui
be320184a1 CLT Invoice Description Fix Issue #271
CLT Invoice Description Fix Issue #271
2020-03-10 13:25:52 -04:00
ShahanaFarooqui
6a7926b750
Password shouldn't be mandatory if SSO is turned on #264 (#270)
Password shouldn't be mandatory if SSO is turned on #264
2020-03-06 09:39:16 -05:00
Shahana Farooqui
8f2db2ff32 SSO auth bug fix
SSO auth bug fix
2020-01-22 21:18:58 -05:00
Shahana Farooqui
d26e9fe607 Removed RTL_PASS from env
Removed RTL_PASS from env
2020-01-21 19:44:42 -05:00
Shahana Farooqui
6065a27c50 Password reset page
Password reset page
2020-01-21 19:18:34 -05:00
Shahana Farooqui
933e19df2c Backward compatible env vars
Backward compatible env vars
2020-01-21 17:13:07 -05:00
Shahana Farooqui
0da59b75da Added missing env
Added missing env
2020-01-21 17:04:26 -05:00
Shahana Farooqui
7dfb355ead scroll top & channel backup fix
scroll top & channel backup fix
2020-01-21 14:01:03 -05:00
Shahana Farooqui
8fdba67a5d Config Upgrade RC 2020-01-20 22:22:03 -05:00
Shahana Farooqui
9c9d4f08a0 Documentation Updated
Documentation Updated
2020-01-20 11:15:04 -05:00
Shahana Farooqui
cf8e31c5f4 Fixed generated .ini config
Fixed generated .ini config
2020-01-18 10:08:34 -05:00
Shahana Farooqui
3a39dc7b86 CLT with INI and SSO setup
CLT with INI and SSO setup
2020-01-17 13:45:01 -05:00
Shahana Farooqui
2ffc513e77 Added fiatConversion configuration
Added fiatConversion configuration
2020-01-09 22:50:02 -05:00
Shahana Farooqui
da3045e2cd Config Updates
Config Updates
2020-01-08 09:44:58 -05:00
Shahana Farooqui
36236e05d1 Payment Options & Total Fee Transactions
Payment Options & Total Fee Transactions
2020-01-02 18:23:47 -05:00
Shahana Farooqui
79d04a5d7a User Persona and Merchant Dashboard
User Persona and Merchant Dashboard
2019-12-11 17:39:39 -05:00
Shahana Farooqui
a629cb235c More settings update
More settings update
2019-11-15 00:58:00 -05:00
Shahana Farooqui
3d19c493fb Currency Unit Convesion
Currency Unit Convesion
2019-11-13 23:09:14 -05:00
Shahana Farooqui
470ec25fe5 Settings day night & app-settings completed
Settings day night & app-settings completed
2019-11-10 19:48:50 -05:00
Shahana Farooqui
9690222e66 Merge branch 'master' into UX 2019-11-09 14:53:01 -05:00
Shahana Farooqui
2a885f4a8b Landing page input on getInfo
Landing page input on getInfo
2019-11-06 12:39:55 -05:00
Shahana Farooqui
c6b15bd1a9 Multinode, getInfo errors and other bug fixes
Multinode, getInfo errors and other bug fixes
2019-11-05 19:26:40 -05:00
Shahana Farooqui
354c20a178 Fix #199 Clicking on restore channel crashing RTL
Fix #199 Clicking on restore channel crashing RTL
2019-10-27 16:39:40 -04:00
Shahana Farooqui
2e94a27877 Merge branch 'master' into UX 2019-10-16 12:59:43 -04:00
Shahana Farooqui
cc4efaf35c CUSTOM authentication fix for docker
CUSTOM authentication fix for docker
2019-10-16 12:52:10 -04:00
Shahana Farooqui
e9e40a31be UX Incomplete
UX Incomplete
2019-10-12 18:12:15 -04:00
Shahana Farooqui
4a4677781f Adding LN_IMPLEMENTATION for env variables
Adding LN_IMPLEMENTATION for env variables
2019-09-16 21:31:41 -04:00
Shahana Farooqui
1321ff071f CL Home
CL Home
2019-09-02 00:11:37 -04:00
Shahana Farooqui
ab54c44b73 Incomplete lazy load 8
Incomplete lazy load 8
2019-09-01 13:01:38 -04:00
Shahana Farooqui
0948ea139c Incomplete lazy load 3
Incomplete lazy load 3
2019-08-18 14:32:50 -04:00
Shahana Farooqui
d318ad7c82 Incomplete lazy load
Incomplete lazy load
2019-08-16 01:29:43 -04:00
ShahanaFarooqui
81699ede37 default backup path fix
default backup path fix
2019-07-28 14:00:15 -04:00
ShahanaFarooqui
a9e8ca6a75 Angular 8 Update
Angular 8 Update
2019-07-27 14:20:17 -04:00
ShahanaFarooqui
d2e815aab6 Issue Fix #167 & #168
Issue Fix #167 & #168
2019-07-21 13:20:42 -04:00
ShahanaFarooqui
4306675224 Issue #160 default node setup
Issue #160 default node setup
2019-06-18 21:24:40 -04:00
ShahanaFarooqui
d8ea5974b4 Bug fix #159: filter active/inactive channels
Bug fix #159: filter active/inactive channels
2019-06-18 21:02:29 -04:00
ShahanaFarooqui
efaac83db9 Linux backup bug fix
Linux backup bug fix
2019-06-17 21:43:25 -04:00
ShahanaFarooqui
c2c159dba5 Channel backup & #157 custom expiry time for invoice
Channel backup & #157 custom expiry time for invoice
2019-06-17 17:26:46 -04:00