infinite-persistence
46c7c193be
Log the status code for the retry
2022-01-10 11:50:29 +08:00
infinite-persistence
47043bc965
Remove 'retryTimeout' - that's just the timer ID, nothing useful
2022-01-10 11:39:34 +08:00
infinite-persistence
6fffae6d46
File page: compact form for View and Follower Count ( #658 )
2022-01-10 11:16:45 +08:00
infinite-persistence
0147af156c
File page: use compact follower count
2022-01-10 11:13:33 +08:00
infinite-persistence
1d4e1296ec
File page: use compact view count (w/ tooltip for full res)
2022-01-10 11:05:49 +08:00
infinite-persistence
df4d142370
Factor out 'toCompactNotation'
2022-01-10 10:42:56 +08:00
infinite-persistence
b859283f82
i18n weekly ( #657 )
2022-01-10 10:07:32 +08:00
infinite-persistence
1b503f7903
i18n - remove some Desktop strings
2022-01-10 10:04:09 +08:00
infinite-persistence
4a84c80daa
i18n - catch up and removals
...
Also removed the '--end--' marker. No longer used, since we are not updating the file directly from Web.
2022-01-10 09:35:37 +08:00
infinite-persistence
8507d07d3e
Remove incorrect comments
...
- activeChannelClaim is the comment creator, not receiver.
- doSeeNotifications marks a notification as "seen", and not "send a notification".
- Removed comments that are just explaining the syntax.
2022-01-10 09:18:11 +08:00
Thomas Zarebczan
ac93e0c22c
2MB max thumb size messaging ( #650 )
2022-01-07 14:39:27 -05:00
mayeaux
b822fbdac8
fix ios can autoplay bug ( #640 )
2022-01-06 22:20:42 +01:00
Dan Peterson
a89cb17ce4
Add horizontal layout ( #636 )
...
* Test out a horizontal scroll for upcoming (tile only for now)
* - add support for list layout
- add following label on home page
- clan up css and naming conventions
* Update header type + show only if scheduled streams are showing
2022-01-06 16:13:26 -05:00
mayeaux
58bdcbd1ed
Reduce triple call to single call, improve video loading, fix embed play button being off-center ( #546 )
...
Lots of optimizations and cleanup for the player. If we run into any strange issues, can revert.
2022-01-06 14:28:27 -05:00
saltrafael
0a986b1603
Fix future date string ( #637 )
2022-01-06 14:09:17 -05:00
Dan Peterson
bc38466abf
Add a better solution for 304 browser bug + update naming conventions to better articulate what's happening ( #603 )
2022-01-06 12:49:49 -05:00
saltrafael
1eaa172a1b
Fix remark emote ( #635 )
2022-01-06 09:34:00 -05:00
Rafael
fc58dc5ef4
Remove localization from stickers
2022-01-06 03:54:47 -08:00
Rafael
78fde47577
Remove localization from emotes and make all names lower case by default
2022-01-06 03:54:47 -08:00
infinite-persistence
50550bfa99
Thumbnail uploads: don't show the extra error info in the GUI
2022-01-06 15:39:52 +08:00
infinite-persistence
57f48f462e
Thumbnail uploads: handle non-JSON responses
2022-01-06 15:39:52 +08:00
infinite-persistence
01459d906a
tus: Get more information from publish errors
2022-01-06 15:39:51 +08:00
infinite-persistence
555bde87f8
tus: make chunk size multiples of 256KiB
...
Our current chunk size is 25,000,000.
Google and S3 documentation suggests the chunk size to be multiples of 256KiB. MongoDB too. We aren't using any of those, but I guess no harm doing the same. From the logs, the values "25,000,000" and "50,000,000" seems to be common.
2022-01-06 15:39:51 +08:00
infinite-persistence
ad07ee0de3
Error: add support to log additional info (not shown in Modal)
...
`doError` supported either a string or object, and so far there are no instances where the object version is used, so this enhancement should be safe to do without affecting anyone.
## Change
For the object version, support an additional `cause` parameter that will be logged but not show in the GUI.
2022-01-06 15:39:50 +08:00
infinite-persistence
a4d2c6b0a6
Fix: account header doesn't refresh on sign up / log in ( #629 )
...
## Issue
Closes 627 account header doesn't refresh on sign up / log in
## Changes
Looking back at "[Header] Changes, fixes and improvements (#493 )", noticed that old code was looking at `has_verified_email` instead of just checking whether an email exists. So, restored original code.
This does have a side-effect of the Logout button not showing any email address underneath it immediately after sign up (with the flow cancelled). But I vaguely recall it was that way previously. A refresh cleans it up.
Perhaps another `user/me` when leaving the Sign Up page can make everything in sync, but this PR simpler to test.
2022-01-05 21:56:17 -05:00
infinite-persistence
96c3b727fe
Thumbnail uploads: report file details ( #628 )
...
I'm leaving the generic "Unexpected JSON" error alone for now, as I think this should be fixed at Nick's end.
2022-01-05 21:07:54 -05:00
Thomas Zarebczan
468cf866c3
Dummy force push
2022-01-05 18:40:25 -05:00
Dan Peterson
bbe68a3319
Add a setting to hide scheduled livestreams from home/following ( #626 )
...
* Add a setting to hide scheduled livestreams from home/following
* Add a hide button in the scheduled stream header.
* Fix typo + make sure pref is synced
2022-01-05 16:20:43 -05:00
Thomas Zarebczan
4624188a85
fix new channel creation crash
2022-01-05 13:58:36 -05:00
infinite-persistence
a0e073b416
Remove the delayed thumbnail message for ChannelEdit
...
Not necessary now that we don't need confirmations for thumbnails (direct upload to CDN)
2022-01-05 11:49:41 -05:00
infinite-persistence
39a4cb3d77
Switch thumbnail server: spee.ch --> vanwanet
2022-01-05 11:49:41 -05:00
Dan Peterson
a021475128
Add an isScheduled state to publish form + use it to set the initial state of the date/time controls
2022-01-05 11:20:57 -05:00
Dan Peterson
cb562ef27d
- fix issue where upload didn't show for users without replays
...
- better define if the form is in edit or create mode
- improve some naming conventions
2022-01-05 11:20:57 -05:00
Dan Peterson
6b809e76c4
Default to replay view when editing a liveststream
2022-01-05 11:20:57 -05:00
Dan Peterson
16e99fc063
Additional filtering of internal tags
2022-01-05 11:20:57 -05:00
Dan Peterson
2eb6af10ba
Update date/time cmpnts to reset any chnages they made on umount. Update schedule date/time cmpnt to clear release time when selecting anytime option.
2022-01-05 11:20:57 -05:00
Dan Peterson
fef289e4fe
Reset any set release time if switching to live stream mode.
2022-01-05 11:20:57 -05:00
Dan Peterson
4ec4942d8c
move publish source state up, when editing livestream only show scheduling option when source is none.
2022-01-05 11:20:57 -05:00
Dan Peterson
6da73f6bc4
Fix bug where upload tools may remain visible upon switching upload type, even when no option to upload is available.
2022-01-05 11:20:57 -05:00
Dan Peterson
7671d12e42
Update publish form when editing livestream + update to radios for liveststream release time
2022-01-05 11:20:57 -05:00
Thomas Zarebczan
d4866b09bb
update embedly referrer param
2022-01-05 10:58:23 -05:00
Rafael
336c9288bf
Small margin fix
2022-01-05 09:27:52 -05:00
Rafael
c96db56f33
Fix negative time duration
2022-01-05 09:27:52 -05:00
Rafael
9c75378310
Update app-strings
2022-01-05 09:27:52 -05:00
Rafael
1638f8e2f1
Improve future date localized strings
2022-01-05 09:27:52 -05:00
Rafael
caff432c0b
Use generic string for seconds ago when needed
2022-01-05 09:27:52 -05:00
Rafael
18a054747a
Fix some scheduled live string localization
2022-01-05 09:27:52 -05:00
Rafael
78e7eaa689
Fix scheduled live stream
2022-01-05 09:27:52 -05:00
Rafael
350aa8240a
Update timestamps in background
2022-01-05 09:27:52 -05:00
Rafael
ab9252e06f
Refactor dateTime component and getTimeAgoStr function to prevent displaying comments as 'in a few seconds'
2022-01-05 09:27:52 -05:00