659 Commits (d0a8463db0e8b71731b28af3af4dbee5ebae18b9)

Author SHA1 Message Date
Eugen Rochko b68aa42383 Fix regression from #5206 - deduplicate descendants (#5253)
7 years ago
Eugen Rochko 11ceec2756 Make auto-play GIFs preference affect custom emojis in web UI (#5254)
7 years ago
K.SHIRAKASHI 31501f47c5 Fix error on reloading status detail column (#5248)
7 years ago
MIYAGI Hikaru a22adce069 Fix error at emoji_compressed in Firefox ESR (#5241)
7 years ago
Nolan Lawson 651aba0e12 Fix thinking_face emoji autocomplete (#5238)
7 years ago
Nolan Lawson 749a6d2511 Import only Spring/Motion from react-motion (#5236)
7 years ago
Nolan Lawson 2b34471d9d Compress and combine emoji data (#5229)
7 years ago
Nolan Lawson ac55d742c2 import only Overlay from react-overlays (#5235)
7 years ago
Eugen Rochko 32998720eb Implement hotkeys for web UI (#5164)
7 years ago
Eugen Rochko f37350c08f When processing custom emoji, ensure a non-animated version exists (#5230)
7 years ago
MitarashiDango dd3f9ec261 fix error (When part of conversation has already been deleted.) (#5216)
7 years ago
Eugen Rochko 2a9819b8ec Use own, shorter relative timestamps (#5171)
7 years ago
Eugen Rochko e702a64f41 When a streaming API status arrives, sort it into conversations (#5206)
7 years ago
m4sk1n 5b9ea85b62 i18n: Update Polish translation (#5202)
7 years ago
Nolan Lawson e766862f65 Compress emoji_data_light.js (#5201)
7 years ago
PFM 3d8d23515f Add pagination in media modal (#4343)
7 years ago
Yamagishi Kazutoshi f7d7a92d57 Add missing Japanese translations (#5193)
7 years ago
Akihiko Odaki ba84aed262 Remove aria-label of status content (#5195)
7 years ago
Jakob Kramer 902e249cdb Update German translation (#5189)
7 years ago
Eugen Rochko d4d8808217 When muting, clear web UI like for blocks (#5172)
7 years ago
Eugen Rochko 22ea9d28ec Fix #5079, fix #5186 - Emoji picker fixes (#5187)
7 years ago
m4sk1n 17bcb30c82 i18n: Update translation files and Polish translation (#5180)
7 years ago
Eugen Rochko 17572438f1 Search popout (#5170)
7 years ago
Nolan Lawson 7846ec2d4d Code-split emoji-mart picker and data (#5175)
7 years ago
Nolan Lawson 8537845323 Toggle contain:strict on fullscreen (#5159)
7 years ago
Eugen Rochko a6873742e7 Improve privacy dropdown, remove react-simple-dropdown dependency (#5140)
7 years ago
Daggertooth 43d1281d76 Add image descriptions to title attribute to view on mouse hover/long-press. (#5137)
7 years ago
MIYAGI Hikaru 924c022340 trivial refactoring for emojify() (#5075)
7 years ago
Nolan Lawson 1660e53726 Improve IntersectionObserverArticle perf (#5152)
7 years ago
Eugen Rochko 75207f55a5 Make emoji autosuggestions immediate, usernames appear sooner (#5149)
7 years ago
Eugen Rochko 2fac5e21c2 Upgrade to React 16 (#5119)
7 years ago
Nolan Lawson 0b668dc4d3 Remove react-sizeme (#5143)
7 years ago
Jakob Kramer 6f2a885ea3 Updated German translation (#5151)
7 years ago
Eugen Rochko 5f137e7ec3 Increase attachment descriptions to 420 characters (#5139)
7 years ago
Jakob Kramer d55a6ae28a Update German translation (#5133)
7 years ago
Nolan Lawson c74512f7af Improve performance of modal and swipe animations (#5135)
7 years ago
Jakob Kramer b295f86753 Updated German translation (#5132)
7 years ago
Eugen Rochko 795e624d5d Add ability to specify alternative text for media attachments (#5123)
7 years ago
Eugen Rochko a2a189819e Remove web UI warnings about OStatus privacy (#5102)
7 years ago
Lynx Kotoura cad208ba43 Fix size of single media in media-gallery (#5098)
7 years ago
Eugen Rochko 8b7c639bbe Fix emojify() by generating a mapping to existing Twemoji files (#5080)
7 years ago
JeanGauthier 91fa75997a OC update: different emoji picker (#5046) (#5077)
7 years ago
abcang 9cdd517849 Fix media spoiler of DetailedStatus (#5071)
7 years ago
Eugen Rochko 9ad1bfbc18 In detail status view, display attachment uncropped if there's only one (#5054)
7 years ago
Eugen Rochko ba676acb6e Change mobile layout breakpoint from 1024px to 630px (#5063)
7 years ago
Eugen Rochko 6a42ddd01c Dropdown triangles a bit nicer, smoother scrolling on touch (#5062)
7 years ago
Eugen Rochko 0468f86a8b Require at least 2 characters before showing autosuggestions (#5065)
7 years ago
Mingye Wang 213b828014 jsx/zh-*: Fix "pin column" for Chinese (#5060)
7 years ago
m4sk1n 6cf48c427b i18n: Update Polish translation (#5058)
7 years ago
Eugen Rochko da257754b5 Add emoji autosuggest (#5053)
7 years ago
Eugen Rochko 4a0212bf2f Add custom emojis to the emoji picker (#5052)
7 years ago
Eugen Rochko 16a5d1450c Switch from EmojiOne to Twemoji, different emoji picker (#5046)
7 years ago
Nolan Lawson 60c22ed3ac Fix PropTypes.oneOfType() warning (#5041)
7 years ago
Eugen Rochko f7810f56a1 Make dropdowns render into portal, expand animation (#5018)
7 years ago
Nolan Lawson 9710fd0c63 Use passive listener in privacy_dropdown.js (#5037)
7 years ago
Nolan Lawson 4a48d03b31 Eliminate re-renders for intersection_observer_article.js (#5036)
7 years ago
MIYAGI Hikaru cc0b56b40e Fix shortname problem in emojify() (regression from #5016) (#5032)
7 years ago
Nolan Lawson e03dd027b5 Reduce wasted renders for column_loading.js (#5021)
7 years ago
aschmitz 618df7a5ee Change IDs to strings rather than numbers in API JSON output (#5019)
7 years ago
MIYAGI Hikaru 1fa17e1a43 redo #4500 with customEmojis (#5016)
7 years ago
Nolan Lawson 60bb0928a8 Set touchstart listener to 'passive', remove 'once' (#5011)
7 years ago
Eugen Rochko eb345f8e8b Custom emoji (#4988)
7 years ago
BruWalfas f4d0774877 A few updates to the Spanish translation and some typos fixing (#4997)
7 years ago
unarist 938a99c89d Re-allow underscore on valid_url_path_ending_chars (#4999)
7 years ago
febrezo 6e94d02de6 Some improvements in the Spanish translation (#4991)
7 years ago
abcang 5d0e6410c4 Fix cancellation of scroll to the right (#4978)
7 years ago
BruWalfas dd1dbde112 So Spanish. Much changes. Wow. (#4976)
7 years ago
Mingye Wang 9b85c3a13f Minor Chinese check & jsx addition (#4973)
7 years ago
ふぁぼ原 f48dc2f2d8 correct URL pattern used in text length counter in WebUI (#4968)
7 years ago
Naoki Kosaka eda52774d0 Fix hasSize condition in secSet and sizes. (#4969)
7 years ago
unarist e4b7984624 Fix invisible load more button (#4962)
7 years ago
Anna e só 584d2d8e02 l10n: PT-BR translation updated (#4953)
7 years ago
Yamagishi Kazutoshi 175c2a9df2 Add missing Japanese translations (#4947)
7 years ago
Masoud Abkenar d08cf543a3 l10n: update Persian translation (#4946)
7 years ago
m4sk1n 4d80e3c550 i18n: Update Polish translation (#4942)
7 years ago
Jeroen 8cd10e7df6 Another Dutch language update (#4944)
7 years ago
Naf da2b2cfa70 Add Japanese translate for #4911 (#4943)
7 years ago
Quent-in 6279f70e60 l10n update OC/FR video redesign (#4938)
7 years ago
Eugen Rochko fbec33df62 Redesign video player (#4911)
7 years ago
Jeroen 00b28a45b0 Updating Dutch translation (#4927)
7 years ago
MitarashiDango 5d895c3988 fix share intent. (#4926)
7 years ago
abcang 05c2d8ec3c Fix height cache (#4909)
7 years ago
Anna e só d639474d8c l10n: Full PT-BR translation (#4882)
7 years ago
Masoud Abkenar 04183a9675 l10n: update Persian translation (#4880)
7 years ago
Eugen Rochko 762ca653b6 Hide modal loading screen for media/video/boost/confirm/actions modals (#4873)
7 years ago
Eugen Rochko 63cb303a66 Fix dimensions of loading component for compose drawer (#4872)
7 years ago
Eugen Rochko 2303725f7d Add script to make embedded iframes autosize (#4853)
7 years ago
Eugen Rochko d8bbe7cf7c Disable mouse-based pause from #4859 (#4865)
7 years ago
unarist 64eb868c4a Fix scroll behavior and others on paused timeline (#4864)
7 years ago
Yamagishi Kazutoshi f551b2ca7a Fix second report (regression from 2cc31b3194) (#4863)
7 years ago
Eugen Rochko f79eba1650 Fix #1004 - Temporarily pause timeline if there's been recent mouse movement (#4859)
7 years ago
unarist d29f2a30e4 Refresh timeline after toot while the timeline is disconnected (#4858)
7 years ago
Quent-in df9c7584c9 i10n update OC and FR (#4849)
7 years ago
Eugen Rochko 904ab54cf3 "Mute conversation" option on all own toots, not just in notifications (#4844)
7 years ago
m4sk1n 1a4beb3122 i18n: Update Polish translation (#4845)
7 years ago
Quent-in cbe9eb3f2e i10n OC / FR update Pinned toots (#4842)
7 years ago
PFM 3c816b0a77 Use <button> instead of <div role="button"> (#4835)
7 years ago
voidSatisfaction d766cb0c3c Add Pinned toot column (#4817)
7 years ago
Quent-in e489378e22 i10n update OC and FR files (#4824)
7 years ago
Olivier Humbert efef36447f Update fr.json (#4830)
7 years ago
voidSatisfaction d4e8f77a8b Add Smartphone screen favourite back button and adjust styles (#4813)
7 years ago
Masoud Abkenar add644eeb0 i18n: update Persian translation (#4822)
7 years ago
Clworld ddf10f52a7 fix scroll position (#4821)
7 years ago
PFM 3c7f76265c fix text position of NSFW for video file (#4819)
7 years ago
abcang 2434169c90 Fix a problem that notification column goes to top (#4792)
7 years ago
Andreas Drop 20c0118cad Make german translation more gender neutral #4755 (#4789)
7 years ago
May Kittens Devour Your Soul 9b20434874 Croatian translation - updated (#4183)
7 years ago
Quent-in 8d459da1f8 l10n Occitan update for Embed, cancel follow request, ... (#4788)
7 years ago
Eugen Rochko abf2179b22 Improve client-side German i18n (#4785)
7 years ago
m4sk1n e472b79b1e i18n: Improve Polish translation (#4783)
7 years ago
Eugen Rochko 23682c8593 Make "unfollow" undo pending outgoing follow request too (#4781)
7 years ago
Surinna Curtis ed0798ec18 Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777)
7 years ago
m4sk1n 139f297c01 i18n: Update Polish translation (#4775)
7 years ago
Yamagishi Kazutoshi 3a21f6f4c4 Disable embed modal when private status (#4773)
7 years ago
mayaeh 136c347b0b Add japanese translations for embed modal feature. (#4770)
7 years ago
Eugen Rochko 9ed764519b Finish up embed modal feature (#4759)
7 years ago
Eugen Rochko e9e271878e Make PreviewCard records reuseable between statuses (#4642)
7 years ago
Yamagishi Kazutoshi 8d4e705cb0 Use system's default font on non web UI pages (#4553)
7 years ago
Eugen Rochko c3b7e7529a Make first use less overwhelming with browser permissions (#4760)
7 years ago
Damien Erambert ce91ed1322 Update FR locales (#4714)
7 years ago
Eugen Rochko 2bbb10a186 Refactor Web::PushSubscription, remove welcome message (#4524)
7 years ago
Akihiko Odaki 3b8a64e94e Fix the usages of Detect Passive Events (#4749)
7 years ago
Eugen Rochko ad769409f7 Embed modal (#4748)
7 years ago
MitarashiDango a7400f8016 error fixed (when loading pages in single column mode.) (#4746)
7 years ago
abcang e8e6bb5437 Scroll smoothly to the right (#4735)
7 years ago
MitarashiDango 5a1614ce9b fix error when single columns mode. (#4734)
7 years ago
Akihiko Odaki 46142a58d2 Do not scroll the columns area due to redirection (#4541)
7 years ago
abcang 4ce06cc0c9 Generalized the infinite scrollable list (#4697)
7 years ago
mayaeh 9b75d0e730 Add japanese translations for Pinned statuses based on pawoo. (#4717)
7 years ago
Anna e só dd72c55902 Added new translations of error messages, block and mute domains and users, privacy disclaimers, etc (#4700)
7 years ago
Lynx Kotoura e0191a22c0 Fix ar.json (#4699)
7 years ago
Quent-in 9e60ec3c7d i18n Updated strings (#4675 - pinned toot) (#4695)
7 years ago
m4sk1n 8728b1b7c1 i18n: Update Polish translation #4675 (#4692)
7 years ago
Eugen Rochko 3e20cb7025 Pinned statuses (#4675)
7 years ago
Ratmir Karabut 4850d6bd1e Update Russian translation (#4685)
7 years ago
Yamagishi Kazutoshi cd9586122d Remove eslint-disable comments (#4681)
7 years ago
Quent-in 62d93b1215 l18n update OC new strings (#4664) (#4680)
7 years ago
abcang 8a4ac3f71c Refactoring streaming connections (#4645)
7 years ago
m4sk1n cbc3b13ef6 i18n: Minor changes in Polish translation (#4649)
7 years ago
Yamagishi Kazutoshi feb63b672e Remove status from favorites list when unfavorited (#4597)
7 years ago
abcang 614ba8542c Fix hasUnread on HashtagTimeline (#4644)
7 years ago
takayamaki b6acec13d4 Improve about ja translation standalone.public_title (#4641)
7 years ago
m4sk1n cf1d082be0 i18n: Update Polish translation (#4613)
7 years ago
Eugen Rochko 0e5c8372e7 Add protocol handler. Handle follow intents (#4511)
7 years ago
Sylvhem 1263c0a60a Minor fixes in the French translation (#4580)
7 years ago
Ondřej Hruška 80d6d27270 Add favourited toot to favourites column (#4562)
7 years ago
Ondřej Hruška df045a98e1 add scrollTop to ui/components/column (#4563)
7 years ago
Ondřej Hruška bcab356f3d add missing @ to the onboarding modal (#4560)
7 years ago
雨宮美羽 3962b1f05f improve zh-CN translations (#4557)
7 years ago
Sorin Davidoi ed7abec8f5 feat: Cache status height to avoid expensive renders (#4439)
7 years ago
Ondřej Hruška 199affb141 Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526)
7 years ago
Masoud Abkenar 50c089d5ca i18n: update Persian translation (#4540)
7 years ago
MitarashiDango ad1065cbc5 fix columns_area.js (#4528)
7 years ago
Akihiko Odaki c4a21aa352 Scroll columns area to right when children property is changed (#4517)
7 years ago
Krzysztof Jurewicz e55ecdf48f Fix some mistakes in Polish translation (#4495)
7 years ago
MIYAGI Hikaru a1db03b345 make number of comparison in emojify() fewer (#4500)
7 years ago
Sorin Davidoi 9fc6c974f6 fix(status_list): Use correct keys for keyboard navigation (#4487)
7 years ago
Komic 0c10b35c11 fr.json update (#4492)
7 years ago
Quent-in b516afc42c l10n #4457 update for Occitan language (#4483)
7 years ago
Jeroen 765dbd296f Update Dutch (nl) strings (#4480)
7 years ago
Sorin Davidoi d8f78827a4 fix(web_push_notifications): Send message with welcome notifications (#4471)
7 years ago
Ondřej Hruška 81142bdf24 do not emojify tm, (R) and (C) (#4472)
7 years ago
Masoud Abkenar 755a7f2646 i18n: update Persian translation (#4470)
7 years ago
Yamagishi Kazutoshi 54257c9325 Load extra polyfills when isIntersecting is undefined (#4469)
7 years ago
Eugen Rochko 7ccb3a9d77 Simplify web UI character counter logic (#4463)
7 years ago
m4sk1n beeeebb42f i18n: Update Polish translation (#4467)
7 years ago
Yamagishi Kazutoshi 5be327104f Disable sensitive button when with content warnings (#4460)
7 years ago
Sorin Davidoi 2032e2500c Improve accessibility (part 7) (#4457)
7 years ago
Yamagishi Kazutoshi fc9f793f2e Change to sensitive when adding content warning from web UI (#4456)
7 years ago
unarist a3df68eea8 Update Japanese translations (#4453)
7 years ago
Sorin Davidoi a39a909fc1 feat(tabs_bar): Avoid optimization for non-touch devices (#4444)
7 years ago
Jeroen 0fac382422 Dutch: only one (new) string (#4440)
7 years ago
unarist de3a2eaf4d fix(status): Don't add tabIndex to wrapped status (#4437)
7 years ago
みたらしだんご b5d1e48916 fix tabs_bar.js (#4436)
7 years ago
Sorin Davidoi 56e35ab6e7 Improve accessibility (part 6) (#4435)
7 years ago
Eugen Rochko 39b0588256 Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427)
7 years ago
Sorin Davidoi aa108f8570 Accessability fixes (#4432)
7 years ago
Sorin Davidoi e69bfa140a fix(tabs_bar): Allow animation to end before navigating (#4429)
7 years ago
Quent-in 321162b983 i18n update of OC version (#4425)
7 years ago
Yamagishi Kazutoshi f24996028d Unify webpackChunkName to lowercase (#4412)
7 years ago
Sorin Davidoi fd6c6cf717 Improve accessibility (part 5) (#4417)
7 years ago
Yamagishi Kazutoshi c196698be5 Fix broken PropTypes (#4413)
7 years ago
m4sk1n 24ec1e69b3 i18n: Update Polish translation (#4414)
7 years ago
Sorin Davidoi 56c021c349 feat(web_push_notifications): Group notifications (#4388)
7 years ago
Sorin Davidoi b16e20e105 fix(web_push_notification): Do not hard reload tab (#4380)
7 years ago
Sorin Davidoi 3ddfab69a5 Improve accessibility (part 4) (#4408)
7 years ago
Sorin Davidoi c58bcdeb5d feat: Web Share for detailed status and account (#4402)
7 years ago
Sorin Davidoi 8a9d376d6a Improve accessibility (part 3) (#4405)
7 years ago
Sorin Davidoi 270039d6df fix(actions_modal): Warning about missing prop (#4406)
7 years ago
Sorin Davidoi 9cb72c6600 fix(dropdown_menu): Open as modal on mobile (#4295)
7 years ago
Yamagishi Kazutoshi fdea9d72bc Update intersection-observer to version 0.4.0 (#4398)
7 years ago
Jeroen 3fd358b641 Update Dutch strings (#4389)
7 years ago
Eugen Rochko 24ab0958f9 Fix infinite scroll fluidity (#4381)
7 years ago
Sorin Davidoi 7ae272fbb6 fix(columns_area): Manually set tabs style when swiping (#4320)
7 years ago
Sorin Davidoi d63950f5b0 fix(column): Crash when heading is undefined (#4378)
7 years ago
mayaeh 4f5d39c879 Update Japanese translations (#4376)
7 years ago
Sorin Davidoi 8345b4d79a Improve accessibility (part 2) (#4377)
7 years ago
m4sk1n 878a07bf01 i18n: Update Polish translation (#4371)
7 years ago
Sorin Davidoi 9582932d0a Improve accessibility (#4369)
7 years ago
m4sk1n 107405f0ea i18n: Update Polish translation (#4367)
7 years ago