zxawry
2989ef6f7b
disable tags input field autofocus on channel edit and publish form
2019-10-28 12:41:25 -04:00
zxawry
080a36c5a6
show blocked mature channels on block list
2019-10-28 12:41:25 -04:00
zxawry
f0f9fb8f0a
fix typo on ipcMain listeners
2019-10-28 12:41:25 -04:00
jessop
7d35e998ec
solves 3 issues with tags
2019-10-28 10:58:40 -04:00
Axle7XStriker
4fe31f318b
Fixed flow error in walletSendTip/view.jsx
2019-10-28 10:57:44 -04:00
Justin Collier
531ad8dc63
fix flow error in player
2019-10-28 10:57:14 -04:00
colinfruit
ca44581abd
view htm files with HtmlViewer
2019-10-28 10:54:20 -04:00
Thomas Zarebczan
604572bb0f
spelling fix
2019-10-25 11:28:36 -04:00
Sean Yesmunt
40a2bdaa66
update copy
2019-10-24 17:01:01 -04:00
Sean Yesmunt
0a92b62fb7
persist everything on tv
2019-10-24 17:01:01 -04:00
Sean Yesmunt
a0f4bf7830
only set header if authToken exists
2019-10-24 17:01:01 -04:00
Sean Yesmunt
034cef3ed7
set lbry.tv header as soon as we get the auth_token cookie
2019-10-24 17:01:01 -04:00
Sean Yesmunt
6b61a544bc
add email to syncPassword component and more sync cleanup
2019-10-24 17:01:01 -04:00
Sean Yesmunt
8f42280969
add path when deleting cookie so logout always works
2019-10-24 17:01:01 -04:00
Sean Yesmunt
0fb4f6f96d
cleanup publish modal behavior to work better on lbry.tv
2019-10-24 17:01:01 -04:00
Sean Yesmunt
39f0f97be0
hide proper things on lbry.tv
2019-10-24 17:01:01 -04:00
Sean Yesmunt
74a598c8cf
fix api link for lbry.tv
2019-10-23 10:14:39 -04:00
reece
b5c7722cb3
ammended comment
2019-10-23 10:04:02 -04:00
reece
0caac8e402
fixed bug where trying adding two identical tags just added none
2019-10-23 10:04:02 -04:00
reece
4cea57060e
normalized tags
2019-10-23 10:04:02 -04:00
Brent M Clark
46d1cfcbed
make for better translation
2019-10-22 23:10:02 -04:00
Brent M Clark
eaa196a768
remove console.log
2019-10-22 23:10:02 -04:00
Brent M Clark
efb1f0d7eb
copy changes and a warning
2019-10-22 23:10:02 -04:00
Oleg Silkin
47867efdf0
Fixes breaking app-strings json file
2019-10-22 23:06:06 -04:00
Sean Yesmunt
9877a28b9f
fix typo
2019-10-22 18:32:31 -04:00
Sean Yesmunt
446edd8096
fix typo
2019-10-22 16:46:50 -04:00
Sean Yesmunt
a736cbffeb
cleanup style
2019-10-22 16:45:47 -04:00
jessop
3cc69ddaf0
UI/UX
...
disable file input while awaiting publish
add spinner to publishes in sidebar
add spinner and Publishing title on Publish page
add WebUploadList to Publishes
add WebUploadItem
- thumb
- name
- progress bar
- abort button
beforeunload prevent closing tab / navigation
enforce and notify about publish size limit
6 outstanding flow complaints
2019-10-22 16:45:47 -04:00
jessop
dc1863890e
publish uses xhr instead of fetch for upload progress
2019-10-22 16:45:47 -04:00
jessop
f8ea6164f7
file selector operational for thumbs, publishes, thumb generation, channel edits
2019-10-22 16:45:47 -04:00
jessop
bd1d32e5d5
api done
2019-10-22 16:45:47 -04:00
jessop
82658618d0
wip publish page
2019-10-22 16:45:47 -04:00
Sean Yesmunt
179f758f4d
only redirect if syncError
2019-10-22 16:44:21 -04:00
Sean Yesmunt
07bf3f4916
add default SDK_API_URL to webpack web build
2019-10-22 16:44:21 -04:00
Sean Yesmunt
3e556e505c
sync support on lbry.tv
2019-10-22 16:44:21 -04:00
Sean Yesmunt
55b529ec0f
fix url
2019-10-22 16:44:21 -04:00
Sean Yesmunt
734a37c951
allow setting stream url for lbrytv
2019-10-22 16:44:21 -04:00
Sweta271097
8e25119800
Redirected to the valid url
2019-10-22 11:43:02 -04:00
Sesamestrong
dbaf98412f
Sanitize urls with single quotation marks
...
This fixes behavior for URLs with single quotes within them.
The behavior for a url like `https://severalglamorousthing.426729.repl.co/google's%20logo.png ` would be no background at all; the CSS rule would change to `background-image: url((unknown));`.
This fixes the problem and adds `\` to every `'` in the image url.
The behavior of the repo with this fix would be a conversion of the url provided above to `https://severalglamorousthing.426729.repl.co/google\'s%20logo.png `, which can be put into `\`url('${url}')\`` without breaking the CSS rule.
2019-10-22 11:27:52 -04:00
reece
122811d768
now displays original content when emtpying searchbar. Also switched to using util debounce
2019-10-22 11:20:55 -04:00
reece
a5529f6298
added debounce duration constant
2019-10-22 11:20:55 -04:00
reece
c6b25894d7
onchange now triggers searching, it is also debounced
2019-10-22 11:20:55 -04:00
jessop
92b558cfe8
deletes redundant useEffect and changes title config
2019-10-22 11:14:34 -04:00
jessop
b2079d561c
sets <title> on show page
2019-10-22 11:14:34 -04:00
Thomas Zarebczan
37d4ea956b
changelog
2019-10-22 11:12:59 -04:00
Thomas Zarebczan
df4d8729c3
ship it!
2019-10-22 11:12:59 -04:00
PRATEEK PARDESHI
8a453216f0
Documentation: Important changes in Readme.md
...
Documentation: Added Logo at Center, Text-Center Alignment,URL addition in Readme.md
2019-10-22 00:35:20 -04:00
Sean Yesmunt
36c788be5b
v0.37.1-rc.4
2019-10-21 22:47:44 -04:00
Thomas Zarebczan
f5faf6f49b
fix: blank password take 2
2019-10-21 22:44:07 -04:00
Harshit Singh
f06aaef256
Update .gitignore
2019-10-21 13:43:46 -04:00