3554 Commits (d736739e8ff79044be6f605cd28c89ead710aec6)

Author SHA1 Message Date
kibigo! 276432790a Introducing: Mastodon GO!
7 years ago
Quenty31 da3adc0a73 l10n Occitan (#5586)
7 years ago
MitarashiDango 38d072446b add account search condition (instance domain) (#5577)
7 years ago
Sorin Davidoi 5521e94e24 refactor(features/ui): Avoid useless renders in WrappedSwitch (#5580)
7 years ago
Yamagishi Kazutoshi 763a2f8511
Replace react-router-scroll to react-router-scroll-4 (#5568)
7 years ago
Nolan Lawson 60f962eedc Refactor initial state: auto_play_gif (#5576)
7 years ago
Nolan Lawson 0692991b54 Add ServiceWorker caching for static assets (#5524)
7 years ago
Nolan Lawson b254e6ca5f Refactor initial state: "me" (#5563)
7 years ago
SerCom_KC 29609fbb6a Updating Chinese (Simplified) translations (#5508)
7 years ago
ThibG d37a56c07c Update remote ActivityPub users when fetching their toots (#5545)
7 years ago
Nolan Lawson 2cea4592a3 Avoid modifying emoji data inline (#5548)
7 years ago
Nolan Lawson 512feab222 Add margin to account for Edge disappearing scrollbar (#5522)
7 years ago
Nolan Lawson 5e111ce16d Reactor unfollow_modal, boost_modal, delete_modal (#5505)
7 years ago
Herbert Kagumba 3e9236b343 Separate Follow/Unfollow and back buttons (#5496)
7 years ago
ThibG 89c77fe225 Instantiate service classes for each call (fixes #5540) (#5543)
7 years ago
Nolan Lawson e843f62f47 Avoid unnecessary Motion components in icon_button.js (#5544)
7 years ago
Nolan Lawson ec487166db Directly use <Motion/> if not reducing motion (#5546)
7 years ago
Nolan Lawson 3de22a82bf Refactor initial state: reduce_motion and auto_play_gif (#5501)
7 years ago
David Yip 870d71b78b Merge branch 'master' into gs-master
7 years ago
nullkal 781105293c Feature: Unlisted custom emojis (#5485)
7 years ago
puckipedia 0cb329f63a Allow ActivityPub Note's tag and attachment to be single objects (#5534)
7 years ago
Andrew 2827f852c0 Theme: Windows 95
7 years ago
Jenkins 656f5b6f87 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
erin 22da775a85 Fix copying emojos: redirect to the page you were on (#5509)
7 years ago
David Yip dd28b94cf0 Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
りんすき d556be2968 Fix column design broken with very long title (#5493)
7 years ago
Nolan Lawson 02f7f3619a Remove translateZ(0) on modal overlay (#5478)
7 years ago
beatrix a2612d0d38 Merge pull request #179 from glitch-soc/keyword-mute
7 years ago
David Yip 42f2045c21 Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-direct-timeline
7 years ago
Jenkins 5f0268ab84 Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
7 years ago
Ratmir Karabut 20fee786b1 Update Russian translation (#5517)
7 years ago
Olivier Nicole 1ba3725473 Complete Esperanto translation (#5520)
7 years ago
David Yip e40fe4092d Remove nil check in Glitch::KeywordMute#=~.
7 years ago
David Yip d9485e6497 Assume Glitch::KeywordMute#destroy! works and error out if it doesn't.
7 years ago
David Yip d5c8ebe205 Use edit template for displaying errors in update.
7 years ago
David Yip d03b48cea0 Also filter notifications containing muted keywords.
7 years ago
David Yip 9226257a1b Override Action View name inference in settings/keyword_mutes.
7 years ago
David Yip f5a3283976 Switch to Regexp.union for building the mute expression.
7 years ago
Ondřej Hruška 516eeeb43d option to add title to <Button>, use for toot buttons (#197)
7 years ago
David Yip 8410d33b49 Only cache the regex text, not the regex itself.
7 years ago
David Yip 4f01e6e8d5 Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Matthew Walsh a76b024228 Changes to match other timelines in 2.0
7 years ago
Matthew Walsh 3db80f75a6 Added a timeline for Direct statuses
7 years ago
David Yip af8f06413e KeywordMute matcher: more closely mimic Regexp#=~ behavior.
7 years ago
David Yip 1a60445a5f Address unused translation errors.
7 years ago
David Yip 4c84513e04 Use current_account from ApplicationController.
7 years ago
David Yip 4b68e82a19 Don't add \b to whole-word keywords that don't start with word characters.
7 years ago
David Yip 19826774f0 keyword mutes: also check spoiler (CW) text and reblogged statuses.
7 years ago
Marcin Mikołajczak fdb0848e08 i18n: Update Polish Translation (#5494)
7 years ago
David Yip ad86c86fa8 Apply keyword mutes to reblogs.
7 years ago
David Yip 670e6a33f8 Move KeywordMute into Glitch namespace.
7 years ago
David Yip cd04e3df58 Fill in create, edit, update, and destroy for keyword mutes interface.
7 years ago
David Yip 4a64181461 Allow keywords to match either substrings or whole words.
7 years ago
David Yip 2e03a10059 Spike out index and new views for keyword mutes controller.
7 years ago
David Yip 4fa2f7e82d Set up /settings/keyword_mutes. #164.
7 years ago
David Yip b4b657eb1d Invalidate cached matcher objects on KeywordMute commit. #164.
7 years ago
David Yip 693c66dfde Use more idiomatic string concatentation. #164.
7 years ago
David Yip a4851100fd Make use of the regex attr_reader. #164.
7 years ago
David Yip 603cf02b70 Rework KeywordMute interface to use a matcher object; spec out matcher. #164.
7 years ago
David Yip 4745d6eeca Spec out KeywordMute interface. #164.
7 years ago
David Yip 9093e2de7a Add KeywordMute model.
7 years ago
Ondřej Hruška d589dd7cd0 Compose buttons bar redesign + generalize dropdown (#194)
7 years ago
beatrix a7be86e875 hide mentions of muted accounts (in home col) (#190)
7 years ago
kibigo! 21bafc6555 Updates to bio metadata script
7 years ago
Nolan Lawson 8392ddbf87 Remove unnecessary translateZ(0) when doing scale() (#5473)
7 years ago
David Yip 9423553e5c Make the compose area optionally scrollable.
7 years ago
David Yip 90770f6d59 Merge pull request #185 from glitch-soc/fix-null-status
7 years ago
Ondřej Hruška eb907a5bab
formatting fix for eslint
7 years ago
David Yip 39c9cdf7fe Remove unused filesAttached property.
7 years ago
David Yip 86cf4468af Update stylesheet imports in glitch components.
7 years ago
David Yip 42e8c8eb0e Merge tag 'v2.0.0' into gs-master
7 years ago
Sho Kusano 09d81defcd Suppress type error(not a function) on calling fastSeek (#5452)
7 years ago
Renato "Lond" Cerqueira 26b2a6a71e Fix pt-BR translation strings related to advanced search. (#5449)
7 years ago
Technowix edf9a5e4fc Revert #5438 for FR (#5450)
7 years ago
Håkan Eriksson c710069c12 Some typos and supplementation in sentence structures (#5441)
7 years ago
JohnD28 e7099d8d9e fr.json typo (realtive time) (#5447)
7 years ago
YaQ 6e54719474 Make theme directory and Rename application.scss (#5336)
7 years ago
Eugen Rochko f3003417c5 When unreblog arrives over streaming API, just delete in UI (#5439)
7 years ago
JeanGauthier 33ea042dec i18n better wording (OC/CA/FR) + string added in FR (#5438)
7 years ago
Nolan Lawson 8b22a63ab0 Fix scrolling of dropdown when offscreen (#5434)
7 years ago
Eugen Rochko 05686cc99d Fix unwanted content warning gap in CSS (#5436)
7 years ago
Eugen Rochko 484208ce12 When status is fetched instead of delivered, do not stream it (#5437)
7 years ago
unarist 3bc8924940 Don't capture scheme-less URLs in the status (#5435)
7 years ago
JeanGauthier a02de9e012 i18n update (#5427) in OC/CA/FR/ES (#5431)
7 years ago
unarist 2d395324e1 Fix React warning about tabIndex on status with CW (#5432)
7 years ago
Jakob Kramer e6c9756fa9 Update German translation (#5425)
7 years ago
Yamagishi Kazutoshi 5050719fac Add Japanese translations (#5427)
7 years ago
aschmitz 554c2fd8af Clean up reblog tracking keys, related improvements (#5428)
7 years ago
Håkan Eriksson a2b600428c Swedish translation (#5406)
7 years ago
Jeroen df1a9c5ab5 Small update Dutch (nl) strings (#5424)
7 years ago
Ondřej Hruška 4421f6598f
Fix dual toot button wrong behavior after compose re-design
7 years ago
Ondřej Hruška 64a5e9a1de
workaround for null status
7 years ago
beatrix 7364b26e4b Merge pull request #184 from tootsuite/master
7 years ago
David Yip 313ba202ef Merge pull request #182 from glitch-soc/wide-tootbox-panel
7 years ago
Ondřej Hruška 37ff061d9b
satisfy eslint and jest
7 years ago
Ondřej Hruška 3d7de06db4
rem a comment
7 years ago
Ondřej Hruška 26f08f0791
double-decker tootbox
7 years ago
Ondřej Hruška 8b9ee5f16b
Merge remote-tracking branch 'upstream/master' into upstream-merge-again
7 years ago
Ondřej Hruška 4b397adb5b
fix some lint errors
7 years ago
Nolan Lawson 8980aa804f Fix reduced motion breaking public galleries (#5423)
7 years ago
Eugen Rochko 34118169ac Keep references to all reblogs of a status on home feed (#5419)
7 years ago
David Yip 7e9d93472c Merge remote-tracking branch 'upstream/master' into gs-master
7 years ago
David Yip dbb1fce94d Merge remote-tracking branch 'upstream/master' into gs-master
7 years ago
Eugen Rochko 7cc71748ce Ensure that feed renegeration restores non-zero items (#5409)
7 years ago
Eugen Rochko aec70b44fc Filter out duplicate IDs in timelines reducer (#5417)
7 years ago
unarist 6f490b4bfe Fix un-reblogged status being at wrong position in the home timeline (#5418)
7 years ago
voidSatisfaction 03975dbde4 Add up-to-date korean translation on client (#5402)
7 years ago
KY f72936b4e6 Fix #5082 - disable retweet link for followers only toot (#5397)
7 years ago
Marcin Mikołajczak 3c530d95f6 i18n: Update Polish translation (#5416)
7 years ago
JeanGauthier 1e7b3bf625 i18n ultim hour «More» dropdown title + reduce motion (#5415)
7 years ago
Yamagishi Kazutoshi bf0ee1a25c Enable ESLint rules import/* (#5414)
7 years ago
Nolan Lawson fa0be3f834 Add option to reduce motion (#5393)
7 years ago
Nolan Lawson 981e20b03a Fix offline-plugin warning in dev mode (#5411)
7 years ago
Yamagishi Kazutoshi d5b767c374 Replace JavaScript Testing Framework from Mocha to Jest (#5412)
7 years ago
Nolan Lawson 93b54b8d4b i18n "More" dropdown title (#5410)
7 years ago
Nolan Lawson e7ab9bf8b4 Refactor and simplify icon_button.js (#5413)
7 years ago
David Yip 6cd5b3bbe5 Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
David Yip f72ad67a39 Merge pull request #180 from STJrInuyasha/glitch-soc/avatar-unification
7 years ago
Matthew Walsh 56094cb4bd 1.6 changed files for unified avatar styling -- updated to restore unity
7 years ago
David Yip 22df18e902 Merge pull request #173 from glitch-soc/zerowidthmoji
7 years ago
Eugen Rochko 894da3dcca Clear timer when unmounting RelativeTimestamp components (#5408)
7 years ago
JeanGauthier 8eb7d30a6c l10n Occitan: finishing touches (#5404)
7 years ago
Yannick A 7fe1428cc4 Update French translation (#5401)
7 years ago
Lynx Kotoura b3b4b5a2eb Adjust public hashtag pages (#5357)
7 years ago
unarist 8125fdc19f Use atomUri in Undo activity of Announce (#5376)
7 years ago
Ondřej Hruška ae716a12e1 replace newlines in desktop notif with spaces instead of removing them (#5361)
7 years ago
spla f63a40e7c2 Updated Catalan strings (#5323)
7 years ago
KY 1bdd694a0a Fix #5351 - Redirection with page params after copy emoji (#5387)
7 years ago
abcang 2eab41cd1a Close connection when succeeded posting (#5390)
7 years ago
Yannick A c6f76db2e1 Update French translation (#5384)
7 years ago
Masoud Abkenar 2c704ca9c6 l10n: update Persian translation for 2.0 (#5391)
7 years ago
Ondřej Hruška cdc22d23b9 Doodle improvements 2 (#176)
7 years ago
Jakob Kramer eb96aa86a4 Update German translation (#5389)
7 years ago
Ondřej Hruška 531dadad86 Doodle palette, options, fill tool (#172)
7 years ago
Ondřej Hruška 723890b6fa
use zerowidth spaces for emojis
7 years ago
Ondřej Hruška 2af964ef20
Fixed a bug where the canvas would get transparent bg upon erase
7 years ago
Ondřej Hruška 33e806217f
Initial doodle support
7 years ago
Jeroen c35132a738 Dutch strings: small change (#5375)
7 years ago
unarist a1c54220e8 Optimize Status#permitted_for 500x (account timeline) (#5373)
7 years ago
Eugen Rochko df7dbc41ae Fix NameError: uninitialized constant OStatus::AtomSerializer::TagManager (#5371)
7 years ago
Eugen Rochko b8db386e05 Fix UserTrackingConcern firing on every request, optimize some queries (#5368)
7 years ago
Eugen Rochko 48f7a58799 Do not try to guess why home timeline is empty in web UI (#5370)
7 years ago
Eugen Rochko 388d093beb When unfollowing, remove from home in web UI immediately (#5369)
7 years ago
ThibG 95fe20b78a Fix remote status fetching for “pure” ActivityPub WEB_ACCOUNT users (#5372)
7 years ago
Yamagishi Kazutoshi dc91fd482a Set InstancePresenter to `Auth::RegistrationsController#create` (#5366)
7 years ago
Lex Alexander b8bae96647 Retoot count increases without reason (#5363)
7 years ago
ThibG d37305c628 Reduce discrepancies between server and client-side character count (#5360)
7 years ago
Anna e só ad917cda10 l10n: PT-BR translation updated (#5362)
7 years ago
Ondřej Hruška df626fdd43
Fix the notification bug with newlines
7 years ago
David Yip 6a2b1ba91e Another tabs-vs-spaces fix, but with ~feeling~
7 years ago
Alda Marteau-Hardi 3cfcc7a50e Fix some consistance errors in gender neutral formulations. Add some missing ones. (#5350)
7 years ago
David Yip fe1c20cfb9 Fix tabs-vs-spaces issue pointed out by eslint.
7 years ago
JeanGauthier cb7ba23cd8 Update oc.json (#5343)
7 years ago
unarist 35ec1c91e3 Fix some failure cases on FetchLinkCardService (#5347)
7 years ago
David Yip edd1a00faf Restore variable assignment in MuteService#call.
7 years ago
David Yip 13e05fece2 Merge tag 'v2.0.0rc2' into gs-master
7 years ago
Sylvhem 3ebe03b729 Fixes and updates for the French translation (#5340)
7 years ago
Ondřej Hruška eeaa8fba43
Fix our media gallery not having alt text and tooltips
7 years ago
Ondřej Hruška b0b5ff1b0f
workaround for scrollIntoView bug ???
7 years ago
Ondřej Hruška bd51a16150
add duck beaks in haml
7 years ago
Ondřej Hruška 0bf9261e65
Merge remote-tracking branch 'upstream/master'
7 years ago
Jeroen 6bc07d3de3 Updating Dutch strings for 2.0 (#5334)
7 years ago
Alda Marteau-Hardi 0352c40e99 Use gender neutral language as in the rest of the french translation (#5331)
7 years ago
Lynx Kotoura 07ea625cb2 Fix styles of error pages (#5335)
7 years ago
kibigo! 3cc6255a7e Removed length check which now happens in reducer
7 years ago
kibigo! 35e2cad4eb Fixed header emojification
7 years ago
kibigo! 8d6b9ba494 Merge upstream 2.0ish #165
7 years ago
takayamaki 27101f1beb fix presented og:url is incorrect (#5320)
7 years ago
Eugen Rochko 1823cf435a In thread view, only scroll first update, scroll to replied-to post (#5322)
7 years ago
Nolan Lawson 6a50329a9c Only preload JS in /web pages (#5325)
7 years ago
Eugen Rochko 476e79b8e3 Fully disable hotkeys when input element is focused (#5324)
7 years ago
JohnD28 19d3317a69 Update french translation : mastodon/locales/fr.json (#5318)
7 years ago
ButterflyOfFire 38600b2792 Update ar.json (#5316)
7 years ago
unarist b0407ece42 Fix an error when ancestors get loaded before the status itself (#5312)
7 years ago
Eugen Rochko b3d7ad958f Fix #5306: Stop hotkeys in input fields even when shift is pressed (#5309)
7 years ago
takayamaki 552d22bec9 sign_in and sign_up views present og meta infos (#5308)
7 years ago
Eugen Rochko 9815be2a44 Fix #5293 - Pre-fill frequently used emojis to avoid bugs (#5305)
7 years ago
Eugen Rochko 61d3ecc805 Fix custom emoji copy not copying file (#5298)
7 years ago
Eugen Rochko 4bb3e4eeba Fix #5295 - Order custom emoji lexicographically (#5297)
7 years ago
unarist 784c7510d7 Fix an error when video playback buffer is empty (#5300)
7 years ago
nullkal 6c54d2e583 foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294)
7 years ago
Eugen Rochko 1c6fc0e4ce Center error layout (#5289)
7 years ago
Akihiko Odaki cc796298c9 Fix pagination in Api::V1::BlocksController (#5285)
7 years ago
beatrix f0a2a6c875 try to tighten up local only toot stuff, like... properly (#163)
7 years ago
Eugen Rochko 6e9e0c14e6 Fix dependency of error page generation on database (#5280)
7 years ago
Eugen Rochko 3888a12c79 Fix #5272 - Order of checks in ActivityPub handler (#5276)
7 years ago
Eugen Rochko cfa68907ae Fix #5271 - Fix missing attribute in remove_from_feed (#5277)
7 years ago
Eugen Rochko 488584bfc1 Track frequently used emojis in web UI (#5275)
7 years ago
Eugen Rochko 0717d9b3e6 Set snowflake IDs for backdated statuses (#5260)
7 years ago
Eugen Rochko 6e4046fc3f Fix #5178 - Use object URI only in Announce, instead of embedding (#5266)
7 years ago
Ondřej Hruška 92a3181dc6
improve static page metadata look
7 years ago
JeanGauthier 94f15338c3 i18n update Occitan (#5263)
7 years ago
Nolan Lawson db33a53ee8 Video preload should be a string (#5267)
7 years ago
Nolan Lawson 7de6d269d2 Use ES module build of react-router-dom (#5264)
7 years ago
Eugen Rochko 684001d729 Dynamically calculate card height for embeds instead of padding (#5265)
7 years ago
Eugen Rochko 292f3cd7e0 Show buffering in video player (#5261)
7 years ago
beatrix 7cc0da756d Merge pull request #161 from DJSundog/audio-uploads-feature
7 years ago
DJ Sundog 979b0d66a7 update indentation
7 years ago
DJ Sundog 6ca03a7f58 add faststart to audio transcoding
7 years ago
DJ Sundog 96ba3482b9 adding support for audio uploads, transcoded to mp4 videos
7 years ago
nullkal 633426b261 Add moderation note (#5240)
7 years ago
Eugen Rochko f486ef2666 Redesign public hashtag pages (#5237)
7 years ago
Eugen Rochko d2dee6ea43 Fix custom emoji in emoji picker, persist skin tone (#5258)
7 years ago
Eugen Rochko 967e70663f In REST API, when URL can be missing, cast it to nil (#5259)
7 years ago
MitarashiDango b7e65a004f Japanese translation (relative time) (#5251)
7 years ago
Eugen Rochko 3a3475450e Encode custom emojis as resolveable objects in ActivityPub (#5243)
7 years ago
Nolan Lawson 057db0ecd0 Update emoji-mart to v2.1.1 (#5256)
7 years ago
Eugen Rochko 11436358b4 Fix regression from #5206 - deduplicate descendants (#5253)
7 years ago
kibigo! 6610d57f91 Basic static metadata styling
7 years ago
Eugen Rochko 45682f876d Make auto-play GIFs preference affect custom emojis in web UI (#5254)
7 years ago
Lynx Kotoura 5a2c7bd4ce Fix overflowing in web UI (#5246)
7 years ago
unarist 5c8ca024ef Improve error handling on LinkCrawlWorker (#5250)
7 years ago
unarist d8b2f89d33 Fix remote profile being displayed in HTML on remote_follow (#5249)
7 years ago
K.SHIRAKASHI d5f490b1a2 Fix error on reloading status detail column (#5248)
7 years ago
MIYAGI Hikaru 6f2d88dd28 Fix error at emoji_compressed in Firefox ESR (#5241)
7 years ago
Lynx Kotoura daa59dd454 Fix theme settings (#5242)
7 years ago
Nolan Lawson 72d939b69f Fix thinking_face emoji autocomplete (#5238)
7 years ago
Ondřej Hruška 37e141bccb
comment out unused stuff with Video
7 years ago
Nolan Lawson 97b3d0cd56 Import only Spring/Motion from react-motion (#5236)
7 years ago
Nolan Lawson fd7f0732fe Compress and combine emoji data (#5229)
7 years ago
Nolan Lawson 2aca22b8ea import only Overlay from react-overlays (#5235)
7 years ago
Eugen Rochko 7db0f8dcb2 Implement hotkeys for web UI (#5164)
7 years ago
Eugen Rochko 49cc0eb3e7 Improve admin UI for custom emojis, add copy/disable/enable (#5231)
7 years ago
Eugen Rochko b9c76e2edb When processing custom emoji, ensure a non-animated version exists (#5230)
7 years ago
Ondřej Hruška f82e90bf11
workaround for notif clearing
7 years ago
ThibG 2559d9166c Fix regression in FetchRemoteResourceService (#5217)
7 years ago
Lynx Kotoura 32e8a87830 adjust public profile pages 2 (#5223)
7 years ago
Eugen Rochko b406e3cc4c Fix #5050 - Use summary_large_image only with media attachments (#5219)
7 years ago
Lynx Kotoura 43577e9f59 Fix style of email domain block table (#5218)
7 years ago
MitarashiDango ecfa1c3f3b fix error (When part of conversation has already been deleted.) (#5216)
7 years ago
utam0k b3af3f9f8c Implement EmailBlackList (#5109)
7 years ago
Ryo Kajiwara d5091387c6 Supply @instance variable in password reset instructions / password change mailer (#5215)
7 years ago
Yamagishi Kazutoshi 178f718a9b Separate notifications preferences from general preferences (#4447)
7 years ago
ThibG 0e1b0f2747 Check Webfinger-returned author URI even when not redirected (#5213)
7 years ago
aschmitz 468523f4ad Non-Serial ("Snowflake") IDs (#4801)
7 years ago
Yamagishi Kazutoshi d40c9140e8 Fix undefined local variable (regression from #5114) (#5210)
7 years ago
Eugen Rochko 632178d754 Use own, shorter relative timestamps (#5171)
7 years ago
Eugen Rochko 291feba6f1 Follow up to #5172, clean up notifications after mute like after block (#5198)
7 years ago
Akihiko Odaki 63f0979799 Validate id of ActivityPub representations (#5114)
7 years ago
Eugen Rochko ec13cfa4f9 When a streaming API status arrives, sort it into conversations (#5206)
7 years ago
Eugen Rochko cdd5ef691b Use separate workers to process imports, retry failures (#5207)
7 years ago
Eugen Rochko c743b5e1fd Fix possible acct: uri usurpation in ActivityPub account discovery (#5208)
7 years ago
ThibG dfaa219f88 Fix HTTP responses for salmon and ActivityPub inbox processing (#5200)
7 years ago
m4sk1n e6543d5fc4 i18n: Update Polish translation (#5202)
7 years ago
Nolan Lawson 82d9ade7a6 Compress emoji_data_light.js (#5201)
7 years ago
PFM 875d943c18 Add pagination in media modal (#4343)
7 years ago
Yamagishi Kazutoshi ecacb15cd5 Add placeholder text color to form of media attachments (#5196)
7 years ago
Yamagishi Kazutoshi eb6ec3d068 Add missing Japanese translations (#5193)
7 years ago
Akihiko Odaki f303a954e6 Remove aria-label of status content (#5195)
7 years ago
Jakob Kramer 395a57d03d Update German translation (#5189)
7 years ago
Eugen Rochko 0f699a4280 When muting, clear web UI like for blocks (#5172)
7 years ago
Eugen Rochko 5e5f36c216 Fix #5079, fix #5186 - Emoji picker fixes (#5187)
7 years ago
m4sk1n a767ef85fa i18n: Update translation files and Polish translation (#5180)
7 years ago
Jeong Arm 0db47196fb Fix stupid typo (#5184)
7 years ago
Jeong Arm c30e492587 Korean translation (#5185)
7 years ago
aschmitz 97c02c3389 Make IdsToBigints (mostly!) non-blocking (#5088)
7 years ago
Eugen Rochko 4453c9a9f5 Search popout (#5170)
7 years ago
Nolan Lawson b9c612b561 Code-split emoji-mart picker and data (#5175)
7 years ago
Jeong Arm d841af4e80 Append confirmation link as plain text (#5146)
7 years ago
Daigo 3 Dango 01d6aa0397 Suppress backtrace from Request#perform (#5174)
7 years ago
Nolan Lawson c567c87453 Toggle contain:strict on fullscreen (#5159)
7 years ago
Eugen Rochko 47ecd652d3 Make Chrome splash screen same color as web UI's background color (#5169)
7 years ago
Eugen Rochko cdad7977fc Improve privacy dropdown, remove react-simple-dropdown dependency (#5140)
7 years ago
Eugen Rochko 0b3f1ec62a Reorganize preferences page (#5161)
7 years ago
Daggertooth b110cc542f Add image descriptions to title attribute to view on mouse hover/long-press. (#5137)
7 years ago
Akihiko Odaki cdacac8c6c Fix order of paginated accounts in FollowerDomainsController and spec (#3357)
7 years ago
Eugen Rochko eb605141ff Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112)
7 years ago
beatrix b1217242fc Merge pull request #125 from glitch-soc/data-column
7 years ago
ThibG f7c909e290 Retry ActivityPub delivery a few more times (#5014)
7 years ago
MIYAGI Hikaru 7481ae1bcb trivial refactoring for emojify() (#5075)
7 years ago
Nolan Lawson ca0e8be20c Improve IntersectionObserverArticle perf (#5152)
7 years ago
Eugen Rochko d6fe0954e3 Make emoji autosuggestions immediate, usernames appear sooner (#5149)
7 years ago
Eugen Rochko ebb8c89207 Upgrade to React 16 (#5119)
7 years ago
Nolan Lawson 0060f98847 Remove react-sizeme (#5143)
7 years ago
Jakob Kramer 1a72813b53 Updated German translation (#5151)
7 years ago
Ondřej Hruška ce3e0faf4d
add login form to landing page if regs are closed
7 years ago
Eugen Rochko f4ca116ea8 After 7 days of repeated delivery failures, give up on inbox (#5131)
7 years ago
kibigo! 53f829dfa8 HAML fix
7 years ago
Eugen Rochko 5b45c1646a Remove dependency on db during assets:precompile (#5138)
7 years ago
kibigo! cf1f83ca2a Fixed lingering upstream Theme code
7 years ago
Eugen Rochko 887cd94e96 Increase attachment descriptions to 420 characters (#5139)
7 years ago
kibigo! 1522795853 new HAML for statuses
7 years ago
Eugen Rochko d2f56d1cbc Change max redirects followed to 2 (#5136)
7 years ago
Jakob Kramer d0b4709b2a Update German translation (#5133)
7 years ago
Nolan Lawson 6e0659c838 Improve performance of modal and swipe animations (#5135)
7 years ago
Eugen Rochko 76f360c625 If HTTP signature is wrong and webfinger cache is stale, retry with resolve (#5129)
7 years ago
Jakob Kramer a3202f61af Updated German translation (#5132)
7 years ago
Eugen Rochko 4ec1771165 Add ability to specify alternative text for media attachments (#5123)
7 years ago
abcang 3d9b8847d2 Flush body when POST requests (#5128)
7 years ago
Ondřej Hruška e9f9e3cc89
unbreak onboarding modal
7 years ago
Ondřej Hruška cf24ce7e03
remove wrong emojify usage in old glitch components
7 years ago
Ondřej Hruška 74e4fc8f8a
fix custom emoji not shown in statuses
7 years ago
Ondřej Hruška 9a5418942c
fix some js errors due to number->string change of status ID
7 years ago
Ondřej Hruška daad07b1d5
Merge remote-tracking branch 'origin/better-themeing' into merging-upstream
7 years ago
Ondřej Hruška 83bda6c1a8
Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream
7 years ago
Ondřej Hruška 9330ea1f4d
Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream
7 years ago
Ondřej Hruška 06e299cef5
Revert "autoscroll emoji suggestions box"
7 years ago
Ondřej Hruška 8a24ad5828
Revert "Merge pull request #149 from glitch-soc/mojon-suggest"
7 years ago
Eugen Rochko e648ef0bfb Remove web UI warnings about OStatus privacy (#5102)
7 years ago
Eugen Rochko 3caf0ba923 Fix empty query sent to postgres for custom emojis (#5121)
7 years ago