Hailey
e59dc26087
tweak comment
2025-07-22 12:18:04 -07:00
Hailey
534e944b8a
Merge remote-tracking branch 'origin/main' into hailey/oauth-yeag
2025-07-22 12:06:05 -07:00
Hailey
d184b59d24
add dispatchUrl to oauth agent
2025-07-22 11:53:29 -07:00
Paul Frazee
9e2b99e860
Release 1.105.0 ( #8693 )
...
* Tests fixes
* Pull latest translations
2025-07-21 20:15:29 -07:00
Chenyu
fc4bf4e919
add margin between messages in the composer thread ( #8691 )
2025-07-21 19:49:59 -07:00
pfrazee
2a30a344b5
Nightly source-language update
2025-07-22 02:48:49 +00:00
Eric Bailey
7635a49001
introduce context for "Following" as a feed name. ( #8262 ) ( #8690 )
...
"Following" has different translations as a name of a feed and the state of following someone in other languages like Turkish. This allows "Following" as a feed name translated correctly.
(cherry picked from commit d92a7f163ed9e28ee4ebab230758b1f00bdd9966)
Co-authored-by: Sedat Kapanoğlu <sedat@kapanoglu.com >
2025-07-21 20:49:49 -05:00
surfdude29
8ce9bdb27e
tweak accessibility label ( #8242 )
2025-07-21 19:19:41 -05:00
surfdude29
e1a0beff7d
add action context for Repost string in RepostButton.web.tsx ( #8427 )
2025-07-21 18:41:01 -05:00
surfdude29
e5d44923fb
tweak app language names ( #8436 )
2025-07-21 18:40:25 -05:00
surfdude29
6d90d3c2fe
remove title casing of Intl.DisplayNames language names ( #8433 )
2025-07-21 18:35:04 -05:00
Samuel Newman
9ebfbd0e40
Nicer error message for backend video too large error ( #8596 )
...
* nicer error message for backend video too large
* use same string for same error
2025-07-21 09:34:58 -05:00
Samuel Newman
760b184d28
fix emoji popup scroll ( #8636 )
2025-07-21 09:22:35 -05:00
Samuel Newman
36fba20a01
Follow redirects for soundcloud shortlinks ( #8614 )
...
* follow redirects for soundcloud shortlinks
* clear timeout in `finally`
2025-07-21 09:18:33 -05:00
Hailey
de4fe0c63c
persist oauth session status to stored account
2025-07-18 21:04:43 -07:00
Hailey
a3fc2d4930
reset en/messages
2025-07-18 20:01:40 -07:00
Hailey
c89f791034
Merge remote-tracking branch 'origin/main' into hailey/oauth-yeag
2025-07-18 20:00:49 -07:00
Hailey
a00d04d0da
add toggle for experimental oauth
2025-07-18 19:57:46 -07:00
pfrazee
ad16ed3096
Nightly source-language update
2025-07-19 02:43:42 +00:00
Hailey
ddeb3b0768
fix moderation whack
2025-07-18 19:18:57 -07:00
Hailey
7ff176db48
fix notification reloading
2025-07-18 19:15:06 -07:00
Hailey
3af792e7ee
add env var to .web.ts
2025-07-18 13:54:48 -07:00
Hailey
063a29c3d0
refactor
2025-07-18 13:53:36 -07:00
Eric Bailey
0995e81b58
Age assurance tweaks ( #8671 )
...
* Refetch state while in pending status
* Add success state to redirect, just have user close, nicer experience
* Stop refetching after pending
2025-07-18 14:21:23 -05:00
Hailey
e4625c9014
fix jwt check
2025-07-18 11:29:49 -07:00
Eric Bailey
6a15679fb1
Handle missed error branch ( #8663 )
2025-07-18 10:19:56 -05:00
Eric Bailey
4dd9459cba
Update copy ( #8664 )
2025-07-18 10:09:59 -05:00
Hailey
5336e4f2ef
add polyfills
2025-07-18 01:28:37 -07:00
Hailey
3ba5a5042d
add email scope
2025-07-18 00:53:56 -07:00
Hailey
4e4ddd3630
force enable oauth
2025-07-18 00:39:15 -07:00
Hailey
decd501a73
conditional imports
2025-07-18 00:34:38 -07:00
Hailey
796d989781
add an auth callback for web
2025-07-18 00:24:43 -07:00
Hailey
66ec6e9a8d
add oauth metadata
2025-07-18 00:10:05 -07:00
Hailey
1bd46b44b7
don't use gate
2025-07-18 00:03:30 -07:00
Hailey
25d831c12e
maybe working login...
2025-07-18 00:00:38 -07:00
Jordan Harband
95ab4fa0a1
show precise count in label/hover text ( #6164 )
2025-07-17 22:11:34 -07:00
pfrazee
f4909e5e05
Nightly source-language update
2025-07-18 02:49:23 +00:00
Hailey
aa2b1f0eec
add the clients
2025-07-17 17:58:25 -07:00
Samuel Newman
08a1a806ef
Fix checkmark overflow in profile card ( #8612 )
2025-07-17 23:03:55 +03:00
Eric Bailey
964eed54ea
Age assurance fast-follows ( #8656 )
...
* Add feed banner
* Comment
* Update nux name
* Handle did error
* Hide mod settings if underage or age restricted
* Add metrics
* Remove DEV override
* Copy suggestion
* Small copy edits
* useState
* Fix bug
* Update src/components/ageAssurance/useAgeAssuranceCopy.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Get rid of debug button
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
2025-07-17 14:32:58 -05:00
Eric Bailey
00b017804b
Fix bug where replying to grandparents re-orders thread ( #8662 )
...
* Fix bug where optimistic replies were inserted above the root post
* Rename variables for clarity
2025-07-17 13:22:09 -05:00
Samuel Newman
d13a2e5f69
use push to convo mechanism ( #8653 )
2025-07-17 21:18:32 +03:00
Samuel Newman
2c0c9bf803
avoid handling notifs if deep link ( #8657 )
2025-07-17 21:18:16 +03:00
Samuel Newman
2e16ef4384
fix whitespace collapse ( #8659 )
2025-07-17 21:17:57 +03:00
Eric Bailey
42bfee5d9d
Update copy and link in reporting flow ( #8583 )
...
* Update copy and link
* fix prettier
* Update link
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-07-17 11:01:10 -05:00
pfrazee
94a3e5bbe1
Nightly source-language update
2025-07-17 02:47:36 +00:00
Eric Bailey
1dbc331314
UI for age assurance compliance ( #8652 )
...
* Add geo prop
* Add prelim fetch
* Add geo debug
* Pass in assurance state to notifications registration
* Comments
* Bump git index
* Add some component utils, no design, gate chat
* Disable mod prefs buttons, does not yet edit mod prefs
* Add initial prompt component
* Refine logic for showing prompt
* Add send email dialog
* Hook up dialog to fake mutation
* Fix geo debug bug
* Move provider inside query provider
* Slightly better screen gater
* Ok decent fallback with isExempt
* Reorg
* Wrap prompt in new logic
* Override mod prefs
* Use real endpoints, optimistic state
* Add persistent card, add time-ago, warning to dialog
* Add comment
* No undefined query values
* Fix case in import
* Wait for AA to load before registering push
* Override prefs in all locations
* Small refactor of notifications registration
* Register push after aa state
* Add retries
* Update blocked screens UI
* Strengthen email validation
* Add intent dialog
* Do service auth for init
* Rug refreshJwt
* Update copy
* Some mobile styles, add dev mode option
* Fix links on native
* Clean up intent dialog on native
* Don't mutate existing session, only copy
* Handle email validation error from server
* Clarity is better
* Moar clear
* Fixes
* Tweaks
* Add country code
* Gate it
* Refresh state after redirect
* Re-check on window focus
* Remove todo
* Enable in dev
* Check for did match on redirect
* Add blocked state
* Add appeal dialog
* Copy tweaks
* Inset in blue well
* Nux the prompt
* Copy updates
* Refetch just in case
* Uppercase country code
* Align copy, add notice to chat screens
* Tweak copy
* Add test code
* Add debug code
* Refactor AccountCard
* Big refactor
* Delay post-feed queries instead
* Debug code
* Clean up state
* Reorg
* Clean up copy
* Comments
* Reorg
* UPdate URL
* Cleanup
* Remove todo
* Update debug code
* revert unneeded changes
* UPdate nux name
* Revert unneeded change
* Updaet storage schema
* Checkpoint: cleanup
* Checkpoint: almost there
* isLoaded -> isReady
* Rename useAgeAssurance
* isUnderage -> isDeclaredUnderage
* Decompose, add docblocks
* Refactor
* UPdate debug
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Drop including Bluesky
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestion from @surfdude29
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Remove todo
* Gate debug
* Revert unneeded change
* Fail closed
* Comments
* Comment
* Comment
* fix prettier
* rm viewheader
* bump sdk
* prevent overlap in admonition
* add age assurance intent route
* Just meow
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
* Nix callback
* Fix spelling of dismissible lol
* Don't compare translated string
* Better KWS link labels
* Hide DMs send options in menu
* Add button
* Fix order
* Use only supported languages
* Rm button
* best-effort language mapping
* improve typing
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-07-16 13:58:07 -05:00
pfrazee
712c3ad421
Nightly source-language update
2025-07-16 02:47:16 +00:00
Samuel Newman
60c0689236
Fix navigation ( #8648 )
2025-07-15 15:53:52 +03:00
Samuel Newman
4ccbae7c30
Fix perf issue on web - restore pop behaviour to tabs ( #8620 )
2025-07-15 07:48:24 +03:00