Alex Grintsvayg
93ff4f63b5
Merge branch 'rename_api_methods'
...
* rename_api_methods:
updates based on job's comments
appveyor is a line-length nazi
detect authentication error and warn accordingly
remove authjsonrpc subhandlers. we dont use them
rpc works with authentication
restore one deprecated method (for now)
incorporate job's changes
remove return codes that are not being used
make sure deprecated methods still return results
better cli help
remove extraneous ellipses in messages
rename api endpoints
2017-01-11 16:36:59 -05:00
Alex Grintsvayg
86aa8e1de0
updates based on job's comments
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
495a48add1
appveyor is a line-length nazi
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
a6457d2c0a
detect authentication error and warn accordingly
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
5c429e15bd
remove authjsonrpc subhandlers. we dont use them
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
05725e0dc9
rpc works with authentication
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
53acb2d9cd
restore one deprecated method (for now)
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
f050337dbc
incorporate job's changes
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
6d7b09a3aa
remove return codes that are not being used
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
dd87aa3ce6
make sure deprecated methods still return results
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
b602b09ca3
better cli help
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
628defa891
remove extraneous ellipses in messages
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
962edb8e4c
rename api endpoints
2017-01-11 15:39:28 -05:00
Umpei Kay Kurokawa
a67aab0797
Merge pull request #393 from lbryio/fix_github_version_request
...
Fix obtaining version from github
2017-01-10 20:42:08 -05:00
Kay Kurokawa
52500bfbf5
use latest release for getting lbryum version, add a timeout when requesting lbrynet/lbryum version
2017-01-10 12:55:47 -05:00
Alex Grin
f4790a46ee
Update README.md
2017-01-09 18:07:39 -05:00
Jeremy Kauffman
fd5b4f403a
improvements to readme and install instructions ( #396 )
...
* improvements to readme and install instructions
* Update README.md
* Update INSTALL.md
2017-01-09 18:01:50 -05:00
Job Evers‐Meltzer
c393bd97e8
Merge pull request #388 from lbryio/hash-announce
...
ensure hash_announcer exists before announcing
2017-01-09 15:23:53 -06:00
Job Evers‐Meltzer
d32bb9270a
Merge pull request #376 from lbryio/add-id
...
add id field to jsonrpc response
2017-01-09 15:23:24 -06:00
Jeremy Kauffman
3c60b35e2e
Merge pull request #384 from lbryio/ubuntu_install_paths
...
fix linux packaging to work with new install paths
2017-01-06 14:58:29 -05:00
Job Evers‐Meltzer
69c0da695b
Merge pull request #387 from lbryio/wallet-whitespace
...
cleanup whitespace for increased readability
2017-01-06 08:20:06 -06:00
Job Evers-Meltzer
68887d145f
cleanup whitespace for increased readability
2017-01-06 08:04:18 -06:00
Job Evers-Meltzer
f37808859f
ensure hash_announcer exists before announcing
2017-01-06 08:00:22 -06:00
Jeremy Kauffman
14c835b41e
fix linux packaging to work with new install paths
2017-01-04 09:51:15 -05:00
Job Evers-Meltzer
30af8a0e20
Bump version: 0.7.12rc4 → 0.7.12
2017-01-03 21:09:25 -06:00
Job Evers‐Meltzer
389fc67d51
Merge pull request #381 from lbryio/fix-watch
...
Fix watch
2017-01-03 21:08:33 -06:00
Job Evers
c2fc15160f
Fix watch
...
I changed the _download_name return type without realizing that
it was also used by the watch endpoint. This switches the endpoint
to go through get so that watches can be tracked just like downloads
2017-01-03 18:08:31 -06:00
Job Evers-Meltzer
40d4f5a292
Bump version: 0.7.12rc3 → 0.7.12rc4
2017-01-03 15:29:20 -06:00
Job Evers‐Meltzer
38e6b4e6c6
Merge pull request #379 from lbryio/open-ui-asap
...
open the ui as soon as possible
2017-01-03 15:28:50 -06:00
Jack
3541625825
move launch into own function
2017-01-03 15:51:42 -05:00
Job Evers‐Meltzer
f8f83fccf1
Merge pull request #375 from lbryio/fix-stop-errors
...
Fix stop errors
2017-01-03 14:13:24 -06:00
Job Evers‐Meltzer
b3175af16f
Merge pull request #374 from lbryio/allow-jsonrpc-v2
...
upgrade txJson-RCP to 0.5
2017-01-03 14:11:48 -06:00
Jack
5f8a06443c
open the ui as soon as UIManager finishes setting itself up
2017-01-03 11:44:29 -05:00
Job Evers
4e0194d576
add id field to jsonrpc response
2017-01-02 20:12:37 -06:00
Job Evers
16fc416d88
more informative name error
2017-01-02 19:47:34 -06:00
Job Evers
6faee910de
Raise exception if lbry_file can't be found
2017-01-02 19:46:40 -06:00
Job Evers
f7308beee9
upgrade txJson-RCP to 0.5
...
The older version we were running didn't support jsonrpc v2 for
error codes, which both the command line client and ui client
were expecting.
2017-01-02 19:15:25 -06:00
Job Evers-Meltzer
5233dc303e
Bump version: 0.7.12rc2 → 0.7.12rc3
2017-01-02 17:18:46 -06:00
Job Evers‐Meltzer
3d0913ca94
Merge pull request #373 from lbryio/bundled-version
...
Set ui_version for Bundled UI
2017-01-02 17:17:31 -06:00
Job Evers‐Meltzer
c37bb0d1ed
Merge pull request #372 from lbryio/fix-stop
...
fix the stop script
2017-01-02 16:50:34 -06:00
Job Evers-Meltzer
a4a9a2b0b0
fix the stop script
2017-01-02 16:40:50 -06:00
Job Evers-Meltzer
9e320921a9
Bump version: 0.7.12rc1 → 0.7.12rc2
2017-01-02 16:12:35 -06:00
Jack Robison
21602dc5a1
Merge pull request #368 from lbryio/bug-report
...
bug reports sent to slack
2017-01-02 16:24:57 -05:00
Jack
2cf08fda2d
use urllib for loggly url formatting
2017-01-02 16:09:28 -05:00
Jack
c2c7d2b327
send bug reports to slack
2017-01-02 14:52:24 -05:00
Job Evers‐Meltzer
585f802a91
Merge pull request #370 from lbryio/fail-wallet
...
Stop eating wallet connection error
2017-01-02 12:02:35 -06:00
Job Evers-Meltzer
26cf04e0c1
refactor requirements parsing
2017-01-02 12:01:55 -06:00
Job Evers-Meltzer
3bb8f4ac21
set ui_version for bundled ui
2017-01-02 12:01:55 -06:00
Job Evers‐Meltzer
2afc4c25a2
Merge pull request #371 from lbryio/fix-settings
...
Fix settings
2017-01-01 11:24:25 -06:00
Job Evers-Meltzer
a5c25ff887
Stop eating wallet connection error
2016-12-30 22:34:08 -06:00