7831 Commits (7115b0b8c99b7e88aee264be75945e592dec33e4)

Author SHA1 Message Date
Eugen Rochko 49b2f7c0a2
Fix base64-encoded file uploads not being possible (#12748)
5 years ago
Eugen Rochko 4729341903
Fix missing authentication call in filters controller (#12746)
5 years ago
Eugen Rochko 83deae5bd7
Fix uncaught unknown format errors in host meta controller (#12747)
5 years ago
ThibG e4d75f238b Fix URL search not returning private toots user has access to (#12742)
5 years ago
Eugen Rochko 6a8c8dc6fb
Fix cache digesting log noise on status embeds (#12750)
5 years ago
Matt Panaro 9cbbc50fcd Fix 12661 (#12744)
5 years ago
ThibG aa138ea350 Fix RefollowWorker not keeping show_reblogs setting (#12707)
5 years ago
Eugen Rochko 09d54d1f62
Fix uncaught query param encoding errors (#12741)
5 years ago
Sasha Sorokin 9edab7afaf Add translation project promotion link (#12736)
5 years ago
Matt Panaro 2a5da8c961 refactor IntersectionObserver to observe viewport in single-column mode (#12735)
5 years ago
ThibG 3b3bdc7293 Hide blocked users from more places (#12733)
5 years ago
Eugen Rochko 2999c95596
Fix error when fetching followers/following from REST API when user has network hidden (#12716)
5 years ago
Eugen Rochko f86ee4b59f
Fix IDN mentions not being processed, IDN domains not being rendered (#12715)
5 years ago
ThibG b2f81060b7 Remove unused AccountRelationshipsPresenter call in public pages (#12734)
5 years ago
Eugen Rochko bb27ca14ef
Fix error when searching for empty phrase (#12711)
5 years ago
Eugen Rochko 6e9e8d89fa
Fix settings pages being cacheable by the browser (#12714)
5 years ago
Eugen Rochko 353c94910b
Fix HTML error pages being returned when JSON is expected (#12713)
5 years ago
Eugen Rochko ca78b1473e
Fix undefined error regression in status component in web UI (#12712)
5 years ago
chr v1.x 7e074610a6 Fix backups stopping due to read timeouts (#12281)
5 years ago
Takeshi Umeda 0e8c0287d0 Fix shortNumberFormat to within 3 chars without units (#12706)
5 years ago
ThibG 162dc845a0 Fix batch actions on non-pending tags in admin interface (#12537)
5 years ago
Matt Panaro 31f7c3fc5d Summary: fix slowness due to layout thrashing when reloading a large … (#12661)
5 years ago
ThibG dace054c06 [Glitch] Fix manual scrolling issue on Firefox/Windows
5 years ago
Thibaut Girka e79fca176b Fix issue because of theming system
5 years ago
Sasha Sorokin 7d2b1dc094 [Glitch] Improve report page structure
5 years ago
Thibaut Girka ab5ff638f2 Merge branch 'master' into glitch-soc/master
5 years ago
Sasha Sorokin 902c6bed5a Use different strings on exports page (#12569)
5 years ago
ThibG dc0750abc3 Fix manual scrolling issue on Firefox/Windows (#12648)
5 years ago
Marcin Mikołajczak a90258dbe9 fix multiple space (#12655)
5 years ago
ThibG c0ed53b810 Fix custom emoji category creation silently erroring out on duplicate category (#12647)
5 years ago
ThibG b364175e1b Fix link crawler not specifying accepted content-type (#12646)
5 years ago
Takeshi Umeda 68070e82cc Add signature to exported status (#12649)
5 years ago
Takeshi Umeda a391eaf4d8 Fix an error when ActivityPub::FetchRemoteStatusService url is called with nil (#12652)
5 years ago
Thibaut Girka 66ab1f83b0 Fix various issues caused by wrong `unread` key being updated
5 years ago
ThibG 2ee5a9d9c3 Clean up OStatus-related codepaths (#12173)
5 years ago
ThibG da2143b308 Fixes featured hashtag setting page erroring out instead of rejecting invalid tags (#12436)
5 years ago
scd31 3830c0b741 Increase max backup size (#12602)
5 years ago
Alice Gaudon 668f698077 Admin setting to disable default follows (#12566)
5 years ago
Thomas Citharel 8094955461 Add Event activity-type support (#12637)
5 years ago
Sasha Sorokin 34aa5c7cb2 Improve report page structure (#12615)
5 years ago
Acid Chicken (硫酸鶏) 09a72add0e Fix tooltip messages of multiple poll switcher are reversed (#12616)
5 years ago
Sasha Sorokin d5b7a4b116 Avoid using pluralize on moderation pages (#12589)
5 years ago
Thibaut Girka 6a1b4c3452 Fix edit filter link in filtered “Show why” dialog
5 years ago
Thibaut Girka be4849c083 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 77e7b33dea
Revert "Fix an eslint warning (#12426)" (#12596)
5 years ago
Eugen Rochko 7ee6f51b78
Fix missing error templates for non-HTML requests (#12593)
5 years ago
Sasha Sorokin ab91e7480b Use codeblock for native redirect URI (#12570)
5 years ago
Eugen Rochko f3d232381d
Add `tootctl media remove-orphans` (#12568)
5 years ago
Thibaut Girka 49027ee948 Fix erroneous inclusion of upstream code
5 years ago
Hinaloe d4c22d48df [Glitch] Highlight border when focusing poll-form footer
5 years ago
Takeshi Umeda 510e527663 [Glitch] Add basic support for group actors
5 years ago
ThibG c6ba870f00 [Glitch] Fix poll options not being selectable via keyboard
5 years ago
ThibG 1e1293e3c8 [Glitch] Add follow_request notification type
5 years ago
Shlee 176f1da267 [Glitch] upgrade/replace websocket.js to @gamestdio/websocket v2
5 years ago
Thibaut Girka abcba5c198 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 6d7daf6154
Fix generic HTTP 500 error on duplicate records (#12563)
5 years ago
trwnh 1653ae91ce Fix account search with no query (#12549)
5 years ago
Hinaloe eb551c480d Highlight border when focusing poll-form footer (#12544)
5 years ago
Jeong Arm 76adde4fe2 Fix media open hotkey (#12546)
5 years ago
Takeshi Umeda 04582e3c3e Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545)
5 years ago
Takeshi Umeda f43f1e0184 Add basic support for group actors (#12071)
5 years ago
Shlee f92ed32df4 upgrade/replace websocket.js to @gamestdio/websocket v2 (#12543)
5 years ago
Eugen Rochko bbf926b1c0
Fix error when using search API with no query (#12541)
5 years ago
trwnh 4354936a39 Return `discoverable` via REST API (fix #12507) (#12508)
5 years ago
ThibG c05ed8a625 Fix poll options not being selectable via keyboard (#12538)
5 years ago
Yamagishi Kazutoshi 6be16d02cb Update ESLint and RuboCop in Code Climate (#12534)
5 years ago
ThibG 27d5d02925 Fix blocking/unblocking users from status dropdown menu (#12535)
5 years ago
mayaeh f9b82fa660 Fix notifications label (#12517)
5 years ago
ThibG 4195039420 Link to reports targetting instance in admin view (#12513)
5 years ago
Mathieu Brunot bd8dc9bd0c Add an LDAP Mail attribute config (#12053)
5 years ago
ThibG 911cc14481 Add follow_request notification type (#12198)
5 years ago
ThibG f60cd97638 Only normalize local polls (#12515)
5 years ago
Eugen Rochko fae7e0cace [Glitch] Fix conversations not having an unread indicator in web UI
5 years ago
ThibG 2f8c4c588b [Glitch] Fix lost focus when modals open/close
5 years ago
Thibaut Girka 99f1f48741 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Mathieu Brunot d70268f099 Convert LDAP username (#12461)
5 years ago
Sasha Sorokin c8d82ef3c3 Split relationships page strings (#12502)
5 years ago
Eugen Rochko ed73376f1c
Fix conversations not having an unread indicator in web UI (#12506)
5 years ago
ThibG f05b0463db Fallback to Create audience when object has no defined audience (#12249)
5 years ago
ThibG d8f96028c5 Add ability to filter reports by target account domain (#12154)
5 years ago
ThibG 35b142a7ad Fix lost focus when modals open/close (#12437)
5 years ago
Sasha Sorokin b509b8812a [Glitch] Fix counter sizing
5 years ago
ThibG 776352d329 [Glitch] Add hotkey for opening media files
5 years ago
ThibG 949b37faba [Glitch] Fix pending upload count not being decremented on error
5 years ago
ThibG 7ce7575549 [Glitch] Fix OCR with delete & redraft
5 years ago
Thibaut Girka 2b7158427f Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Sasha Sorokin b532ead798 Fix counter sizing (#12446)
5 years ago
Sasha Sorokin fd45f5bbaa Improve notifications page (#12497)
5 years ago
ThibG a690b3e470 Add hotkey for opening media files (#12498)
5 years ago
ThibG 667708f5b0 Fix pending upload count not being decremented on error (#12499)
5 years ago
Eugen Rochko 07da35c17c
Fix n+1 query for bookmarks on statuses (#12494)
5 years ago
Eugen Rochko d9793b2367
Fix proofs API being inaccessible in secure mode (#12495)
5 years ago
Thibaut Girka 93b8aec7b7 Link move target account
5 years ago
Thibaut Girka 93cb162d4a Show acct of target account
5 years ago
Thibaut Girka 014c2cad21 Add moved account warning
5 years ago
Thibaut Girka b25665d2e8 Do not consider moved accounts as non-functional
5 years ago
ThibG 00c219aa45 Fix empty poll options not being filtered on remote poll update (#12484)
5 years ago
ThibG e7a7f88df7 Fix OCR with delete & redraft (#12465)
5 years ago
ThibG 271b2e68f3 [Glitch] Fix blur behind closed registration message
5 years ago
ThibG 962f485423 [Glitch] Change media description label to be context-sensitive
5 years ago
Thibaut Girka c0f7e21685 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Dimitri Merejkowsky 054ef83fc5 Fix an eslint warning (#12426)
5 years ago
ThibG 42b3b019e0 Fix blur behind closed registration message (#12442)
5 years ago
Eugen Rochko a60b602ade
Fix OEmbed discovery not handling different URL variants in query (#12439)
5 years ago
ThibG 2edf6d81cb Simplify SQL query when performing account search amongst followings (#12302)
5 years ago
ThibG c656cc2191 Fix FetchLinkCardServices crashing on a tags without a target (#12159)
5 years ago
ThibG e86234b1e9 Change media description label to be context-sensitive (#12270)
5 years ago
ThibG c4d45765e3 Change domain block behavior to update user records before deleting data (#12247)
5 years ago
noiob 5bc4edd078 Fix whitelist federation for subdomains (#12435)
5 years ago
ThibG 64225f4ac2 [Glitch] Fix unread toot indicator not honoring onlyMedia in public and community timelines
5 years ago
Thibaut Girka ff67385cfb Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 8dfc45f757
Fix account dropdown not opening due to regression from #12377 (#12430)
5 years ago
Eugen Rochko 853a67ed16
Add relationship-based options to status dropdowns (#12377)
5 years ago
Eugen Rochko d14e74eff5
Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403)
5 years ago
Gomasy 5a2c0707f1 Support min_id-based pagination for bookmarks (#12381)
5 years ago
Jennifer Glauche fd93a9c871 make it not return http 400 when passing and empty source argument (#12259)
5 years ago
Eugen Rochko 24ea938ce1
Add kn, mr, ur to available locales (#12379)
5 years ago
Eugen Rochko eee73de5c8
New Crowdin translations (#12146)
5 years ago
ThibG dfea7368c9 Add bookmarks (#7107)
5 years ago
Yamagishi Kazutoshi afb398b583 Change to always returns html document in error pages (#12214)
5 years ago
ThibG a2014830c2 Fix broken admin audit log in whitelist mode (#12303)
5 years ago
ThibG 0d6da8892a Fix unread toot indicator not honoring onlyMedia in public and community timelines (#12330)
5 years ago
ThibG 0d5f3ae331 Fix already-known remote private toots not being searchable by URL (#12336)
5 years ago
Darius Kazemi 0092096328 Fix type mismatch (#12324)
5 years ago
Thibaut Girka 2c6d8ebf02 [Glitch] Minor improvements to poll composing UI
5 years ago
ThibG 44acac0dcd [Glitch] Fix WebUI allowing to upload more items than the limit
5 years ago
Thibaut Girka 83774367d2 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG 514e427bd2 Fix relationship caches being broken as result of a follow request (#12299)
5 years ago
ThibG 66684c489c Fix WebUI allowing to upload more items than the limit (#12300)
5 years ago
ThibG 7cdb8c10e9 Minor improvements to poll composing UI (#12319)
5 years ago
ThibG 66c1fe0495 Fix various issues with account migration (#12301)
5 years ago
Thibaut Girka 84a27a08df [Glitch] Fix notification message for own poll
5 years ago
Nolan Lawson ec567337dc [Glitch] fix: support KaiOS arrow navigation on public pages
5 years ago
ThibG 734181c3bf [Glitch] Fix filtered out items being counted as pending items
5 years ago
Gabriel Rubens d76ab55608 [Glitch] Use inert polyfill
5 years ago
ThibG ea55f70f97 [Glitch] Add support for submitting media description with ctrl+enter
5 years ago
Hinaloe f940c5a1fb [Glitch] dont crash with null-ref
5 years ago
Takeshi Umeda f2fc7246e1 [Glitch] Fix an issue where polls with 'expires_at' not set expired
5 years ago
Thibaut Girka 0ae7d84273 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Gabriel Rubens 3cc9ff872f Use inert polyfill (#12209)
5 years ago
mayaeh be93318c05 Integrate own poll's translation into own_poll. (#12231)
5 years ago
Nolan Lawson 1e232e455c fix: support KaiOS arrow navigation on public pages (#12251)
5 years ago
ThibG e37358b3bc Fix code referencing wrong class (#12263)
5 years ago
ThibG 3db3c10762 Fix filtered out items being counted as pending items (#12266)
5 years ago
ThibG 65e13cfacf Add abilityto add oneself to lists (#12271)
5 years ago
ThibG 1a12943924 Fix notification filters not applying to poll options (#12269)
5 years ago
ThibG 650820d62d Fix remote media descriptions being cut off at 420 chars (#12262)
5 years ago
ThibG 7488a9e154 Add support for submitting media description with ctrl+enter (#12272)
5 years ago
Hinaloe 8568018935 dont crash with null-ref (#12274)
5 years ago
Thibaut Girka 046cd05a83 Fix download button icon color
5 years ago
ThibG 2ed48037ea [Glitch] Replace fav icon animation with CSS
5 years ago
Nima Boscarino bde35e7878 [Glitch] Add download button to audio and video players
5 years ago
Nima Boscarino ebe34ed529 [Glitch] Unliking a post updates like count on front end
5 years ago
ThibG 957eb4241a [Glitch] Fix volume slider in chromium 🤷
5 years ago
umonaca dd810a9405 [Glitch] Improve swipe experience
5 years ago
Hinaloe 9840e1ad75 [Glitch] don't show outline of full-screen video
5 years ago
ThibG a4dc0d2c27 [Glitch] Fix batch actions being hidden from mobile view
5 years ago
BSKY 59946f9231 [Glitch] Add noopener and/or noreferrer
5 years ago
Yamagishi Kazutoshi a4301b5202 Fix notification message for own poll (#12219)
5 years ago
Takeshi Umeda 5b46467474 Fix an issue where polls with 'expires_at' not set expired (#12222)
5 years ago
Yamagishi Kazutoshi 7512f3a3e0 Change message of public timeline for local only (#12224)
5 years ago
dependabot-preview[bot] 4a0281d8c4 [Glitch] Bump react-select from 2.4.4 to 3.0.5
5 years ago
Thibaut Girka 41a98b6543 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Thibaut Girka 18c07738a6 Fix media components being cropped
5 years ago
Thibaut Girka 318362758b Hide overflowing characters from reply indicator too
5 years ago
Thibaut Girka a24b954baa Avoid toot text bleeding out of the content div
5 years ago
Nima Boscarino 9b36f62df6 Add download button to audio and video players (#12179)
5 years ago
Faye Duxovni 48f75b86ae Add setting for whether to crop images in unexpanded toots (#12126)
5 years ago
Takeshi Umeda a6269b2f83 Split AccountsHelper from StatusesHelper (#12078)
5 years ago
Nima Boscarino a9530e29a2 Unliking a post updates like count on front end (#12140)
5 years ago
ThibG 15c192ce40 Add link to search for users connected from the same IP address (#12157)
5 years ago
ThibG bcf694dce7 Fix volume slider in chromium 🤷 (#12158)
5 years ago
umonaca f4be89e24d Improve swipe experience (#12168)
5 years ago
Hugo Gameiro 488dd0ff7a remove audio metadata (#12171)
5 years ago
ThibG 3a929dbedd Replace fav icon animation with CSS (#12175)
5 years ago
Hinaloe 547a5bac9d don't show outline of full-screen video (#12176)
5 years ago
ThibG aa884e0484 Fix batch actions being hidden from mobile view (#12183)
5 years ago
nightpool 9762fe382c microformat mentions can have an implicit property (#12189)
5 years ago
puckipedia d2919f7e94 Allow Accept/Reject with a non-embedded object (#12199)
5 years ago
ThibG bd684e25d9 Fix incoming federation in whitelist mode (#12185)
5 years ago
BSKY fccf83e1f2 Add noopener and/or noreferrer (#12202)
5 years ago
Thibaut Girka 984fce613e Change filter logic to keep filtered toots, but not mark them as unread
5 years ago
dependabot-preview[bot] 183fc9d3cb Bump react-select from 2.4.4 to 3.0.5 (#11930)
5 years ago
Thibaut Girka 069e0520c9 Fix notification filters not applying to poll options
5 years ago
Thibaut Girka 003bb6ca1a Refactor timeline filtering code
5 years ago
Thibaut Girka b4046dc026 Drop filtered messages if the filter is “irreversible”
5 years ago
Thibaut Girka 10f1478498 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG c2112c7781 [Glitch] Fix crash when switching back/from mobile layout
5 years ago
ThibG ef925f31a6
Merge pull request #1233 from ThibG/glitch-soc/merge-upstream
5 years ago
Eugen Rochko 877e8c9d79 [Glitch] Fix media editing modal changing dimensions when image loads
5 years ago
Eugen Rochko 4ee167d89b [Glitch] Remove `lang` attribute from individual statuses
5 years ago
trwnh bd1eaad816 [Glitch] Add missing back button header for invalid account
5 years ago
Eugen Rochko 9ba67c6045 [Glitch] Fix performance of home feed regeneration
5 years ago
Eugen Rochko c4118ba71b
New Crowdin translations (#12144)
5 years ago
Thibaut Girka b3dd0d276d Increase poll option length limit to 100 chars, number of options to 5
5 years ago
Eugen Rochko de59e7e6a0
Remove unused translations in web UI (#12143)
5 years ago
Eugen Rochko 1fc5b61351
New Crowdin translations (#12072)
5 years ago
Eugen Rochko aa509a3d8a
Fix auto-report string saying the account has been auto-silenced (#12142)
5 years ago
Thibaut Girka 61631f4751 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Thibaut Girka bc0399d54d Ensure pack is set when rendering OTP prompt
5 years ago
Eugen Rochko 6ebd74f4fa
Fix media editing modal changing dimensions when image loads (#12131)
5 years ago
Eugen Rochko 915f3712ae
Fix admin setting to auto-approve hashtags not affecting query (#12130)
5 years ago
Eugen Rochko 30a28a2eb7
Fix not showing if emoji has a local counterpart in admin UI (#12135)
5 years ago
Eugen Rochko b5f7e12817
Remove auto-silence behaviour from spam check (#12117)
5 years ago
Eugen Rochko 354fdd317e
Fix attachment not being re-downloaded even if file is not stored (#12125)
5 years ago
Eugen Rochko 538db85d3c
Remove `lang` attribute from individual statuses (#12124)
5 years ago
Eugen Rochko c8bcf5cbfd
Add admin setting to auto-approve hashtags (#12122)
5 years ago
Eugen Rochko 19cdc62765
Remove fallback to long description on sidebar and meta description (#12119)
5 years ago
trwnh 95f21ab87f Add missing back button header for invalid account (#12094)
5 years ago
Eugen Rochko 8386d9ec10
Fix hashtag timeline REST API accepting too many hashtags (#12091)
5 years ago
Eugen Rochko a582185625
Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)
5 years ago
Eugen Rochko f665901e3c
Fix performance of home feed regeneration (#12084)
5 years ago
Hugo Gameiro a7917269d3 add loglevel fatal to video and audio styles (#12088)
5 years ago
Thibaut Girka 0fbe36e3fb Partially revert scrollbar handling on mobile, since its width-based and wrong
5 years ago
Thibaut Girka fe6864a73a Apply scroll changes to Bookmark column
5 years ago
Eugen Rochko bd54ee294a [Glitch] Add refresh button to list of rebloggers/favouriters in web UI
5 years ago
Yamagishi Kazutoshi 7d79e1f31c [Glitch] Do not add margin light when opening modal on mobile
5 years ago
Eugen Rochko 4b181eba13 [Glitch] Fix left side of single column layout being cropped on smaller screens
5 years ago
Eugen Rochko 7fc6213bfe [Glitch] Fix thread column showing pin button
5 years ago
Eugen Rochko 0d42111671 [Glitch] Fix scroll position resetting when opening media modals in web UI
5 years ago
Eugen Rochko e7fd43c27c [Glitch] Fix loading bar being obscured by other elements in web UI
5 years ago
Eugen Rochko 90bdbddbfe [Glitch] Fix scroll to top in single column UI
5 years ago
Eugen Rochko fdadd520b1 [Glitch] Fix column header scrolling with the page
5 years ago
Eugen Rochko 3edb816eb0 [Glitch] Fix tabs bar scrolling along with content on mobile
5 years ago
ThibG 81b6ffa8f1 [Glitch] Fix scrolling in single-column mode on Chrome
5 years ago
Eugen Rochko 9e2e623ebe [Glitch] Change single-column mode to scroll the whole page
5 years ago
Thibaut Girka bc8543d9af Fix audio modal closing immediately
5 years ago
Thibaut Girka 1bbba0016a Merge tag 'v3.0.0' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 360234d1bf [Glitch] Fix audio attachments opening in video modal from media tab in web UI
5 years ago
Jeong Arm c274774d06 [Glitch] Scroll into search bar when focus
5 years ago
Eugen Rochko 79388a52aa [Glitch] Fix issues in RTL layout in web UI
5 years ago
Eugen Rochko 7ca6153c0c [Glitch] Fix media editing modal and profile directory in light theme
5 years ago
Eugen Rochko 4289ecd037
New Crowdin translations (#12067)
5 years ago
Eugen Rochko 740c9cb3ee
Remove invite comments from UI (#12068)
5 years ago
Eugen Rochko 32efa14060
New Crowdin translations (#12061)
5 years ago
Eugen Rochko eb83d6256e
Add `reason` param to `POST /api/v1/accounts` REST API (#12064)
5 years ago
Eugen Rochko 9a1be333b8
Fix wrong attribute in MoveWorker (#12066)
5 years ago
Jeong Arm cd2fce0318 [Glitch] Fix drag and drop link to composebox
5 years ago
Cutls 685b6e197f [Glitch] Fix bad word breaking on conversations
5 years ago
ThibG badf02891a [Glitch] Fix typo in mute confirmation dialog
5 years ago
ThibG b3c19aa777 [Glitch] Fix custom emoji animation on hover in conversations view
5 years ago
ThibG 47f6d636e9 [Glitch] Fix missing propType for conversation delete
5 years ago
Eugen Rochko ff4b95a254 [Glitch] Fix long domain block descriptions breaking table layout
5 years ago
Eugen Rochko bc4313369f [Glitch] Fix delete conversation action not being reflected in web UI
5 years ago
Cutls 37246650d1 [Glitch] Fix and remove ugly css around the conversation component
5 years ago
Thibaut Girka a84aedb7a7 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko fb45f6d911
Add br, es-AR, et, mk, nn to available locales (#12062)
5 years ago
Eugen Rochko 1681319d11
New Crowdin translations (#12047)
5 years ago
Eugen Rochko c9b8ba50f8
Fix audio attachments opening in video modal from media tab in web UI (#12056)
5 years ago
Eugen Rochko 9184522cb4
Fix issues in RTL layout in web UI (#12060)
5 years ago