Jack
8bd6fb5b4e
clean up uri handler
...
clean up work arounds from when ui didn’t do loading nicely
2016-05-06 17:20:03 -04:00
Jack
bb2fb92b0e
have uri handler fail silently to prevent misleading error
...
otherwise first run produced an error while it was downloading the
headers if the app was started by going to lbry://lbry
2016-05-06 16:59:23 -04:00
Jack
10b016312d
get rid of Xcode tools and git requirement
2016-05-06 16:16:09 -04:00
Jack
b4500a2914
get rid of git HEAD stuff
2016-05-06 15:51:59 -04:00
Jack
da9b1b3f58
merge conflicts
2016-05-06 15:42:21 -04:00
Alex Grintsvayg
da31520465
use github api instead of git
2016-05-06 15:34:41 -04:00
Jack
f3d3a0e57f
Don't show 0 while downloading headers from amazon, fix uri handler
2016-05-06 14:31:44 -04:00
Alex Grintsvayg
9a655988dd
update script to build against diff web ui branches
2016-05-06 14:30:00 -04:00
Jack
43b541bb7d
Merge branch 'master' into development
2016-05-06 02:11:30 -04:00
Jack
e32853744a
better loading message
2016-05-05 22:26:25 -04:00
Jack
b017b63745
status code for previously downloaded file
...
also fix return for files downloaded manually with stream_info
2016-05-05 21:45:25 -04:00
Jack
29d6d824fc
write cryptsd files to data dir instead of cwd
2016-05-05 19:16:36 -04:00
Jack
d6983a25b0
fix metadata problem in downloader and publisher
2016-05-04 23:40:05 -04:00
Jack
4cab6726b0
log to file from publisher
...
also fix sd_hash exception that could happen
2016-05-04 23:27:40 -04:00
Jack
509b8f3a29
add file_name and stream_info fields to get()
...
-file_name is the name of the file in the downloads folder
-stream_info is a dict of the metadata in a name claim, it can be used
to download streams where the claim hasn’t yet been added to the
nametrie
2016-05-04 21:25:46 -04:00
Jack
461c2f9055
add file download statuses for get_lbry_file
...
also clean up remaining fetcher stuff
2016-05-04 05:20:38 -04:00
Jack
c1d0f9cf1b
get rid of autofetcher in daemon
...
the purpose of the autofetcher was to automatically back up and host
published content, it is simpler to do this in a separate script that
uses existing daemon functions than to have it be built in
2016-05-04 04:12:11 -04:00
Jack
019de08c64
add more transaction functions to daemon
...
also fix —wallet command line option
2016-05-03 23:13:31 -04:00
Jack
30f88f99b7
use static.File
2016-05-02 15:58:40 -04:00
Jack
04ee9894c9
speed up streaming, off by one errors
2016-05-02 04:10:50 -04:00
Jack
46368f52f5
streaming files
...
still needs work, still has problems in safari and is otherwise slow
2016-05-01 05:17:59 -04:00
Jack
226e9084c9
return false from get_lbry_file if the file doesnt exist
2016-04-30 23:43:02 -04:00
Jack
caf5d2f788
update uri handler to use /watch
2016-04-26 19:48:43 -04:00
Jack
591634f175
cache name claim info
...
-cache name claim info for an hour rather than looking it up each time
it’s required
-add default thumbnail to search results
2016-04-25 22:35:21 -04:00
Jack
dfaf51a432
lbry file improvements
...
-fix daemon functions to start/stop lbry files
-remove unused stuff in LBRYFileManager
-improve and use new get_lbry_file function instead of _check_history,
which didn’t use the lbry file manager
-use said function to let delete_lbry_file use the same search keys
(sd_hash, name, and file_name)
-logging in LBRYDownloader
2016-04-24 17:51:24 -04:00
Jack
c2ec066c85
add LBRYFileProducer
...
-Add LBRYFileProducer, to host the contents of a download without
having to keep re-opening it as it is added to
-included sd hash in ManagedLBRYFileDownloader, to make comparing the
contents of the file manager against name claims easier
-add get_lbry_file function, which returns information about a LBRY
file found by sd_hash, file name, or lbry uri
2016-04-24 04:42:42 -04:00
Jack
3e7c09bb44
fix duplicate/buffering problem
...
fix problem where get request takes time to respond, in this time it
can receive more get requests that each manage to start downloading
2016-04-22 18:48:44 -04:00
Jack
28f66e30dd
improve timeouts
2016-04-22 18:18:17 -04:00
Jack
bac7f097a9
add -x to filename before extension for duplicate downloads
2016-04-22 02:45:41 -04:00
Jack
fecd29a967
only load /view page when file isn't empty
2016-04-22 02:45:05 -04:00
Alex Grintsvayg
c22eed9109
improved unity description
2016-04-21 17:18:51 -04:00
Jack
2c1ba623a4
add message key to upload_log
...
log the message which is then uploaded with a special file prefix, and
also send the message to slack
2016-04-20 23:50:13 -04:00
Jack
561cdba7c9
fix jsonrpc import
2016-04-20 22:59:46 -04:00
Jack
e5e25012ff
move daemon server stuff into its own class
2016-04-20 22:02:52 -04:00
Jack
c5d653a51a
add bug report page
...
adds a page to submit a message and upload log at /report
2016-04-20 14:44:26 -04:00
Jack
c4620a0b0c
add problem_code to daemon_status
2016-04-20 04:24:32 -04:00
Jack
dc969f80f3
Merge branch '0.2.3-development' into development
2016-04-20 03:02:57 -04:00
Jack
a82f85f058
bump version, increase log size, fix shutdown problem
2016-04-20 02:56:29 -04:00
Jack
3ef85e711d
Merge branch 'master' into development
2016-04-19 19:23:56 -04:00
Jack
29f7307f9d
periodically check internet connection and for new versions
2016-04-18 13:21:53 -04:00
Jack
24eed71959
upload log function doc string
2016-04-18 03:41:16 -04:00
Jack
9341ccb643
Merge branch 'master' into transaction-explorer
...
fix conflicts in LBRYDaemonControl.py
2016-04-17 23:28:00 -04:00
Jack
4385b90cca
add get transaction and history functions to daemon
2016-04-17 23:23:20 -04:00
Jack Robison
9c10ee12fd
Merge pull request #28 from lbryio/lag-and-diagnostics
...
fix lagging indicator, improve diagnostics, fix lbryum link, make ui easier to launch on linux
2016-04-17 23:05:55 -04:00
Jack
7a622986d6
remove lbryum version from setup.py
...
version number made dependency link not work
2016-04-17 22:56:51 -04:00
Jack
99b3cdd45d
default on launching ui if daemon already running when command is called
...
-also update deb version
2016-04-17 20:16:35 -04:00
Jack
7b9d84f528
use master branch for ui in .deb
2016-04-17 20:11:10 -04:00
Jack
5f49827bd2
fix lagging indicator and improve diagnostic
...
-make is_lagging more meaningful - it is set to true after 90 seconds
with no progress, this is to stop slow but steady catchups from
triggering it
-prevent situation where repeated shutdowns before wallet catchup
results in never receiving first run credits
-fix settings to write new defaults that aren’t already in the
configuration file
-report log of startup sequence if upload_log set to true
-redirect /view?name=lbry to the main UI page. This is to make the ui
accessible from a lbry:// link on linux
2016-04-17 19:54:04 -04:00
Jack Robison
e1b4fe02d6
Merge pull request #27 from lbryio/development
...
merge updates from development into master
2016-04-16 01:15:50 -04:00
Jack
cdab127b98
have separate handlers for uris on linux and os x
2016-04-15 23:57:52 -04:00