7335 Commits (14e8ba0f07b1cb3d5d3987400c2617c50cd88bee)

Author SHA1 Message Date
Thibaut Girka 13faa1daa0 Honor `system_emoji_font` in the Emoji Picker
5 years ago
Thibaut Girka 97c3cec2f8 Add option to disable emoji replacements
5 years ago
ThibG 93e6461e66 Fix more ActivityPub queries setting cookies and preventing caching (#11557)
5 years ago
Eugen Rochko 284233f309 [Glitch] Fix "cancel follow request" button having unreadable text in web UI
5 years ago
Thibaut Girka f0362fa0ee Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG bfa0b76a6c Fix ActivityPub and REST API queries setting cookies and preventing caching (#11539)
5 years ago
kedama 7bb4d0e751 Fix some emojis in profile metadata labels are not emojified. (#11534)
5 years ago
Eugen Rochko 826bc61c2c Fix account search always returning exact match on paginated results (#11525)
5 years ago
Eugen Rochko 32ff86b6e5 Fix crash when saving invalid domain name (#11528)
5 years ago
Eugen Rochko 24a5f99d10 Fix pinned statuses API returning pagination headers (#11526)
5 years ago
Eugen Rochko 85466a2b9d Fix weekly usage not being displayed correctly in hashtag admin UI (#11524)
5 years ago
Eugen Rochko 5948fbf969 Add GIF and WebP support for custom emojis (#11519)
5 years ago
ThibG a9d60cc0b4 Fix “read more” button behing hidden (regression from #11404) (#11522)
5 years ago
Thibaut Girka 68f5e8b9f8 Fix domain block edition in glitch-soc
5 years ago
Eugen Rochko aed7dca53b Fix "cancel follow request" button having unreadable text in web UI (#11521)
5 years ago
Thibaut Girka 81c6f2fd0e Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 10b486f627 Fix acct URIs with IDN domains not being resolved (#11520)
5 years ago
Eugen Rochko cc1e24ddc7 Add breakdown of usage by source to admin UI for hashtags (#11517)
5 years ago
ThibG 072e696aa1 Add domain block notes (#11515)
5 years ago
Eugen Rochko 25f549557b Fix trending tags returning less items than requested sometimes (#11513)
5 years ago
Eugen Rochko bfb43d7104 Add number of pending accounts and pending hashtags to admin dashboard (#11514)
5 years ago
Eugen Rochko 37294ee595 [Glitch] Fix hashtag links always being lowercase
5 years ago
ThibG ceed029a36 [Glitch] Improve focus handling with dropdown menus
5 years ago
Thibaut Girka 6118e8fa04 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG b169874828 Improve focus handling with dropdown menus (#11511)
5 years ago
Thibaut Girka ff76f6de4f Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko fd352ec288 Fix account tags not being saved correctly (#11507)
5 years ago
Eugen Rochko 277acb8772 Fix non-lowercase hashtags not being picked up by the streaming API (#11508)
5 years ago
Eugen Rochko b55fd4f12d Fix featured tags not finding the right tag on save (#11504)
5 years ago
Eugen Rochko 6362ac6617 Fix admin dashboard missing latest features (#11505)
5 years ago
Eugen Rochko 191392e5c3 Add trends UI with admin and user settings (#11502)
5 years ago
Thibaut Girka 558628eb6d Implement keyboard navigation in glitch-soc composer
5 years ago
Thibaut Girka 3dedb60da6 Refactor composer Dropdown's component a bit to make it closer to upstream
5 years ago
ThibG 779cd27948 [Glitch] Fix image uploads being perfectly white when canvas read access is blocked
5 years ago
ThibG c9a755c8a0 [Glitch] Port changes to IconButton
5 years ago
ThibG 5df5ab88f5 [Glitch] Improve dropdown menu keyboard navigation
5 years ago
ThibG 2ff69c95ce [Glitch] Trap tab in modals
5 years ago
Thibaut Girka 7a55d93244 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Thibaut Girka bd0a478252 Fix up try/catch block in invalid URL handling
5 years ago
Thibaut Girka e6272f1af0 Remove href attribute of invalid links instead of crashing
5 years ago
Eugen Rochko 15746b5107 Revert "Change links in webUI to rewrite misleading links (#11426)" (#11500)
5 years ago
ThibG 54e8f2b08a Fix image uploads being perfectly white when canvas read access is blocked (#11499)
5 years ago
ThibG 13811f4d7b Improve keyboard navigation in privacy dropdown (#11492)
5 years ago
ThibG 61f7ff6522 Improve dropdown menu keyboard navigation (#11491)
5 years ago
ThibG 0da8fdc438 Trap tab in modals (#11493)
5 years ago
ThibG 9f15da6b15 Fix privacy dropdown active state when dropdown is placed on top of it (#11495)
5 years ago
Eugen Rochko 05e9cd13eb Change admin UI for hashtags and add back whitelisted trends (#11490)
5 years ago
Thibaut Girka 06a5239a2c Fix color of dropdown icons
5 years ago
ThibG 56734351d3 [Glitch] Change icon button styles to make hover/focus states more obvious
5 years ago
ThibG e96d040e58 [Glitch] Disable list title validation button when list title is empty
5 years ago
Thibaut Girka 77416866a7 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Jeong Arm b3776710e2 Fix timestamp on featured tag (#11477)
5 years ago
Thibaut Girka 50553e097d Remove link rewriting option as it is easily bypassable
5 years ago
Thibaut Girka aad48a1d5b Perform case-insensitive comparison for international domain names
5 years ago
Thibaut Girka ac64cdae72 Perform case-insensitive comparison of non-International domain names
5 years ago
Thibaut Girka 2e15f54778 Make link target domain tag just a bit smaller
5 years ago
Thibaut Girka 69c03e0ef4 Ensure link rewriting setting changes are immediately applied
5 years ago
Thibaut Girka 9e2e7f6628 Handle Mastodon-generated links for targets starting with “www.” properly
5 years ago
Thibaut Girka 2f4cb78803 Add options to highlight misleading links in statuses
5 years ago
Thibaut Girka d84045c9ca Move decodeIDNA to app/javascript/flavours/glitch/util
5 years ago
ThibG ebc78b6f2b Change icon button styles to make hover/focus states more obvious (#11474)
5 years ago
ThibG 5d32e422c0 Disable list title validation button when list title is empty (#11475)
5 years ago
Eugen Rochko bb86c642a4 Fix tag score not being updated when the tag is trending (#11465)
5 years ago
Eugen Rochko 293f789239 Fix scroll to top in single column UI (#11463)
5 years ago
Eugen Rochko 0ed96e9aee Remove XML version of Webfinger and remove links to Atom feeds (#11460)
5 years ago
Eugen Rochko cf45e39dd5 Fix column header scrolling with the page (#11458)
5 years ago
Mélanie Chauvel (ariasuni) 67899611b4 Fix jumping of toot date when clicking spoiler button (#11449)
5 years ago
Eugen Rochko e674fd3eab Fix delete regression (#11450)
5 years ago
Eugen Rochko b92e18080a Change hashtag search to only return results that have trended in the past (#11448)
5 years ago
ThibG 1848f7fae4 Fix boosting & unboosting preventing a boost from appearing in the TL (#11405)
5 years ago
Eugen Rochko c90eba765d Add hashtag score for better sorting of autosuggestions (#11427)
5 years ago
ThibG e2ac47141f [Glitch] Fix crash when expanding search results for hashtags
5 years ago
Thibaut Girka 4973ba2d1f Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG a13ba1cc7b Change links in webUI to rewrite misleading links (#11426)
5 years ago
ThibG e85805138a Fix crash when expanding search results for hashtags (#11447)
5 years ago
Eugen Rochko 825dc3ca22 Add whitelist mode (#11291)
5 years ago
ThibG a7a6563f22 Merge pull request #1179 from ThibG/glitch-soc/merge-upstream
5 years ago
Eugen Rochko c111bd01a4 Fix tag normalization and migration not removing duplicate tags (#11441)
5 years ago
Eugen Rochko 32d2260a8c Fix emoji autosuggestions (#11442)
5 years ago
Thibaut Girka ce25139d5d Fix crash in /web/lists
5 years ago
Eugen Rochko 172bf17555 Revert "Remove conversation URI (#11423)" (#11424)
5 years ago
Eugen Rochko 47bf2698c2 Remove conversation URI (#11423)
5 years ago
Eugen Rochko a71d66ab0e [Glitch] Add search results pagination to web UI (#11409)
5 years ago
ThibG 1c3117f682 [Glitch] Change contrast of status links that are not mentions nor hashtags
5 years ago
Eugen Rochko 16b5fe3ac3 [Glitch] Change account domain block to clear out notifications and follows
5 years ago
Thibaut Girka 6c7a3268c9 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 450b8a70a5 Add autosuggestions for hashtags (#11422)
5 years ago
dependabot-preview[bot] 1cf7bdede4 Bump json-ld-preloaded from 3.0.2 to 3.0.3 (#11316)
5 years ago
mayaeh 7d13da568e Add `tootctl preview_cards remove` (#11320)
5 years ago
ThibG 13b0943e36 Fix animate on hover in poll options without CW (#11404)
5 years ago
Jeong Arm c4e5f4698c Prevent archiving when user set "noindex" (#11421)
5 years ago
ThibG 6701b9329d Change contrast of status links that are not mentions nor hashtags (#11406)
5 years ago
Eugen Rochko b8386076c5 Change hashtags to preserve first-used casing (#11416)
5 years ago
Eugen Rochko 5e0ccb3020 Fix tabs bar scrolling along with content on mobile (#11418)
5 years ago
Eugen Rochko 5119a0608d Add search results pagination to web UI (#11409)
5 years ago
Eugen Rochko 9c617b3b3a Add search syntax for operators and phrases (#11411)
5 years ago
Eugen Rochko 2854c8e4d6 Remove timestamps from converted images to make them deterministic (#11408)
5 years ago
ThibG 52cda33b82 Fix invites not being disabled upon account suspension (#11412)
5 years ago
Eugen Rochko 93a6ab5a32 Change account domain block to clear out notifications and follows (#11393)
5 years ago
Thibaut Girka df7b27753c Fix links in status media having their title rewritten
5 years ago
Thibaut Girka 124a1d3880 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Rey Tucker 24d2316f63 Don't delete periods when validating username uniqueness (#11392) (#11400)
5 years ago
Thibaut Girka bf93e0c7c0 Handle animated emoji on mouse hover in CWs and poll options
5 years ago
ThibG b01e5e372f [Glitch] Play animated custom emoji on hover
5 years ago
ThibG 1635e401b6 Fix scrolling in single-column mode on Chrome (#11395)
5 years ago
dependabot-preview[bot] 884e20c028 Bump active_model_serializers from 0.10.9 to 0.10.10 (#11311)
5 years ago
Thibaut Girka 09a68ce895 Refactor DisplayName component to make it closer to upstream
5 years ago
Thibaut Girka 4eb0c50699 [Glitch] Display custom emoji in bio field names
5 years ago
Thibaut Girka 403eca7ad6 Revert some refactoring in order to make codebase closer to upstream
5 years ago
Thibaut Girka 579ccb0bb9 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 6be7b414e2 Change unconfirmed user login behaviour (#11375)
5 years ago
Eugen Rochko 79b9eee938 Add (back) rails-level JSON caching (#11333)
5 years ago
Thibaut Girka f447eef7cd Clean up redundant shouldUpdateScroll definitions
5 years ago
Eugen Rochko 06990c0ece [Glitch] Fix mutes, blocks, domain blocks and follow requests not paginating
5 years ago
ThibG 9b58e25df5 [Glitch] Fix followers and followings on account profiles
5 years ago
Jakub Mendyk 1d58c95a8b [Glitch] Fix followers/follows layout issues from #8418
5 years ago
Thibaut Girka b67c436220 Add empty column message to bookmarks column
5 years ago
Jakub Mendyk be07e0038c [Glitch] Add messages informing that collections are empty
5 years ago
ThibG ee7254e8eb Fix boost to original audience not working on mobile (#11371)
5 years ago
ThibG 99b3dd5b00 Play animated custom emoji on hover (#11348)
5 years ago
Eugen Rochko 9027d911d0 Fix `alerts` booleans not being typecast correctly in push subscription (#11343)
5 years ago
Eugen Rochko 2b4fa0d6fa Change locale detection to run once per session (#8657)
5 years ago
Eugen Rochko f9ed4354b1 Remove WebSub subscriptions (#11303)
5 years ago
ThibG 2582701b72 Display custom emoji in bio field names (#11350)
5 years ago
ThibG c0f0a24e27 Merge pull request #1158 from ThibG/glitch-soc/merge-upstream
5 years ago
Lady Lumb c81369aeb0 Add env variable to control search limit
5 years ago
Thibaut Girka f4ef7a621a Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG 6d5f00fdfe Disallow numeric-only hashtags (#11363)
5 years ago
ThibG 47dfcc601b Fix some flash notices/alerts staying on unrelated pages (#11364)
5 years ago
Thibaut Girka efcd18579a Fix HTML entities being encoded as hashtag links…
5 years ago
Thibaut Girka 4daf8b17e3 Fix filtering behaviors
5 years ago
ThibG 8dd730a71d [Glitch] Add ActivityPub actor representing the entire server
5 years ago
Eugen Rochko 6c5f339573 Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id`
5 years ago
Thibaut Girka eecce7e59b Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko de4ead8fc6 Change single-column mode to scroll the whole page (#11359)
5 years ago
ThibG 026f3a9d2d Fix avatar animation on hover when not logged in (#11349)
5 years ago
koyu ee3ab5a51d Added logout to dropdown menu (#11353)
5 years ago
ThibG 773130d51a Fix sanitizing lists contents (#11354)
5 years ago
ThibG c2126e3f98 Add ActivityPub actor representing the entire server (#11321)
5 years ago
Thibaut Girka 3f7c78d821 Fix timestamp display in boost/fav modals in RTL locales
5 years ago
Thibaut Girka 97643292bb Fixups
5 years ago
Thibaut Girka 307ef1231f Public pages RTL fixes
5 years ago
Thibaut Girka a5bcce0795 Unfiy status__prepend with upstream
5 years ago
Thibaut Girka bb8fa5568c RTL fixes
5 years ago
Thibaut Girka a12190368e Fix some SCSS for RTL behavior
5 years ago
Thibaut Girka e60632a915 Minor fixup
5 years ago
Eugen Rochko 4a32302acd [Glitch] Fix RTL layout of status display names
5 years ago
Masoud Abkenar 15783e6568 [Glitch] RTL: fix settings button margins in column headers
5 years ago
Thibaut Girka 30ca4a6772 Make width breakpoint for removing margins consistent and match upstream
5 years ago
Thibaut Girka 1e3372feb9 Fix *another* typo and crash in StatusIcons
5 years ago
Thibaut Girka 0530c8d3b8 Fix typo and crash in StatusIcons
5 years ago
Eugen Rochko 1d560713b6 Fix only one middle dot being recognized in hashtags (#11345)
5 years ago
Eugen Rochko 01cff5ee60 Add aac, m4a, 3gp to allowed audio formats (#11342)
5 years ago
Eugen Rochko c27fb14e9f Change language detection to include hashtags as words (#11341)
5 years ago
ThibG 9bea975f52 Fix typo in StatusPolicy (#11344)
5 years ago
Thibaut Girka 5eca68102a Shorten status icon tooltip text
5 years ago
Thibaut Girka 0b139b1df4 Add status icon for local-only toots
5 years ago
Thibaut Girka 85654916b7 Add tooltips to status icons
5 years ago
ThibG 9015b19e09 Add setting to disable the anti-spam (#11296)
5 years ago
Eugen Rochko 50caff4dc0 Change terms and privacy policy pages to always be accessible (#11334)
5 years ago
ThibG 978792a112 Fix custom CSS controller (#11336)
5 years ago
ThibG ac154ccc95 Extend AUTHORIZED_FETCH mode to user blocks as well (#11332)
5 years ago
ThibG a4b1083795 Fix caching headers in ActivityPub endpoints (#11331)
5 years ago
Eugen Rochko f1de5093fb [Glitch] Add option to disable real-time updates in web UI
5 years ago
Eugen Rochko c56e6fd7a1 Add option to disable real-time updates in web UI (#9984)
5 years ago
ThibG ab6af77728 Remove unused Account#magic_key (#11327)
5 years ago
Eugen Rochko 9dead08055 Add option to disable real-time updates in web UI (#9984)
5 years ago
Eugen Rochko ac853dca51 Add periodic removal of older thumbnails for preview cards (#11304)
5 years ago
Eugen Rochko c4a05eaa87 New Crowdin translations (#11153)
5 years ago
ThibG a7b0224699 Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)
5 years ago
ThibG 3f12a0b8fd Fix leaking private statuses the admin account follows (#11300)
5 years ago
han@highemelry eed19aa8be Change the retry limit in error of web push notification (#11292)
5 years ago
ThibG 33545631e1 Fix BlockService trying to reject incorrect follow request (#11288)
5 years ago
ThibG e31bedc3a8 Fix Status.remote scope matching *all* statuses (#11265)
5 years ago
ThibG 1d8a374f2a Fix BackupService crashing when an attachment is missing (#11241)
5 years ago
Thibaut Girka 025cfdf901 Add link to edit each listed filter
5 years ago
Thibaut Girka af4979e321 Make some strings translatable
5 years ago
Thibaut Girka 9339b4634e Minor refactoring
5 years ago
Thibaut Girka 59b8573907 Move the “Show why” button inline
5 years ago
Thibaut Girka fde918bf92 Implement feature to add filtered phrases to content warnings
5 years ago
Thibaut Girka 0b23403d58 Implement option to completely hide filtered toots
5 years ago
Thibaut Girka 6476b7dabe Add options to configure filtering behavior
5 years ago
Thibaut Girka 67d1b0c997 Add a way to know why a status has been filtered, and show it anyway
5 years ago
Thibaut Girka 79e97d71d4 Do not keep polls pre-filled in thread mode
5 years ago
Thibaut Girka 4eb6457889 Fix error boundary CSS
5 years ago
Eugen Rochko f70b20a01c Add a spam check (#11217)
5 years ago
han@highemelry b6997d2622 Change the retry limit in error of web push notification (#11292)
5 years ago
Eugen Rochko 39719ae981 Add ActivityPub secure mode (#11269)
5 years ago
ThibG 4bf0ee9467 Fix BlockService trying to reject incorrect follow request (#11288)
5 years ago
Eugen Rochko 317b79d673 Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)
5 years ago
Thibaut Girka 8184a7407d Fix report dialog crashing when a toot gets deleted
5 years ago
Eugen Rochko 6baf5099a6 Refactor fetching of remote resources (#11251)
5 years ago
ThibG f9548fd31f Drop magic-public-key from webfinger replies as it's only used for OStatus (#11280)
5 years ago
ThibG e39e4786b4 Fix handling of webfinger redirects in ResolveAccountService (#11279)
5 years ago
Eugen Rochko f83ce1d943 Fix activity being rendered within activity due to caching (#11271)
5 years ago
Eugen Rochko d0b0b63b1a Refactor domain block checks (#11268)
5 years ago
ThibG 5031bc3998 Fix Status.remote scope matching *all* statuses (#11265)
5 years ago
Eugen Rochko e17c937f65 Remove unused remote unfollow controller (#11250)
5 years ago
Eugen Rochko 56f0203c66 Refactor controllers for statuses, accounts, and more (#11249)
5 years ago
ThibG 12d6c0ff9b Fix BackupService crashing when an attachment is missing (#11241)
5 years ago
ThibG 53b0221e7d Merge pull request #1152 from ThibG/glitch-soc/merge-upstream
5 years ago
Eugen Rochko fbbcbd940d Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)
5 years ago
ThibG e2c93b4b34 [Glitch] Only scroll to the compose form if it's not horizontally in the viewport
5 years ago
ThibG 73051a4c10 Fix support for HTTP proxies (#11245)
5 years ago
Thibaut Girka d7a7f21646 Merge commit '64909cf0d988fb09917c41cfbc81b1e9a5132aca' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko ad6b03d4b6 Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)
5 years ago
ThibG ac1fec5be3 Fix support for HTTP proxies (#11245)
5 years ago
Eugen Rochko 4931208dd8 Remove Salmon and PubSubHubbub (#11205)
5 years ago
ThibG 64909cf0d9 Only scroll to the compose form if it's not horizontally in the viewport (#11246)
5 years ago
Eugen Rochko ce5f0247f6 Fix option to send e-mail notification about account action always being true (#11242)
5 years ago
ThibG 33607c43a5 Fix HTTP requests to IPv6 hosts (#11240)
5 years ago
Thibaut Girka 017b0ea6ff Allow serializing local-only toots in backup service
5 years ago
Eugen Rochko d9f42ba34b Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
5 years ago
Eugen Rochko 6cae1b40bf Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)
5 years ago
ThibG 447e13fec3 [Glitch] Memoize ancestorIds and descendantIds in detailed status view
5 years ago
ThibG b8d7f860ca [Glitch] When deleting & redrafting a poll, fill in closest expires_in
5 years ago
Thibaut Girka 9866c2bfff Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG eda4094171 Memoize ancestorIds and descendantIds in detailed status view (#11234)
5 years ago
Eugen Rochko 7391d223ab Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230)
5 years ago
Eugen Rochko 227d9297ba Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233)
5 years ago
ThibG a55fd40802 When deleting & redrafting a poll, fill in closest expires_in (#11203)
5 years ago
Eugen Rochko e782fcef4f Add request pool to improve delivery performance (#10353)
5 years ago
Thibaut Girka 1181f84c79 Minor cleanup and maybe minor performance improvements
5 years ago
Thibaut Girka 65b1946489 Minor optimization regarding regexp filtering in timelines
5 years ago
Thibaut Girka bcbc9ed7f6 Use strict equality rather than Immutable.is as the compared props are values
5 years ago
Thibaut Girka e4ffc42c8c Assume children of visible IntersectionObserverArticle always change
5 years ago
Thibaut Girka b9ae9c7205 Revert to using upstream's optimisations
5 years ago
Thibaut Girka 081790f04b Fix error boundary DOM
5 years ago
Thibaut Girka edad7f2a6c Fix some React warnings
5 years ago
Eugen Rochko 9ac82421f8 Change domain block behaviour to prevent creation of accounts from suspended domains (#11219)
5 years ago
ThibG a70732fd06 Fix expiration date of filters being set to “Never” when editing them (#11204)
5 years ago
Eugen Rochko 6385ddb97f Fix support for MP4 files that are actually M4V files (#11210)
5 years ago
Thibaut Girka 6b21ce2daa [Glitch] When sending a toot, ensure a CW is only set if the CW field is visible
5 years ago
ThibG c49a57e989 [Glitch] Optimize makeGetStatus
5 years ago
ThibG 68e998de21 [Glitch] Use ScrollToOptions for smooth scrolling if supported
5 years ago
Thibaut Girka 5c23174a2f Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG ff65c494a6 Optimize makeGetStatus (#11211)
5 years ago
ThibG fa7866c9c8 When sending a toot, ensure a CW is only set if the CW field is visible (#11206)
5 years ago
ThibG 20b1f8dcf6 Use ScrollToOptions for smooth scrolling if supported (#11207)
5 years ago
Eugen Rochko a3cd9e432d [Glitch] Add categories for custom emojis
5 years ago
ThibG 284ff65022 [Glitch] Fix swiping columns on mobile sometimes failing
5 years ago
Thibaut Girka 6739c423ff Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG 72dc1b3e60 Display FTS warning based on actual search term, not the one being typed (#11202)
5 years ago
ThibG a393529547 [Glitch] Add message telling FTS is disabled when no toot can be found because of this
5 years ago
Eugen Rochko 1c612f24e4 Add categories for custom emojis (#11196)
5 years ago
ThibG 9668e42afd Fix swiping columns on mobile sometimes failing (#11200)
5 years ago
Thibaut Girka 8176d21824 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Thibaut Girka ad4ebd172a Change search components classes and styling to match upstream
5 years ago
ThibG 0943e994dd Add message telling FTS is disabled when no toot can be found because of this (#11112)
5 years ago
ThibG 8adac384ed Fix account URI in UpdatePollSerializer (#11194)
5 years ago
Thibaut Girka ec1fcf1584 Use a redis-cached feed for the DM timeline
5 years ago
Thibaut Girka b445d2fbc0 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
mayaeh 9fb7c513e3 Fix NameError (#11192)
5 years ago
ThibG dd97db20d0 [Glitch] Add option to disable blurhash previews
5 years ago
PatOnTheBack 426758b619 [Glitch] Removed extra pipes from regex.
5 years ago
ThibG 105d248fea [Glitch] Apply filters to poll options in WebUI
5 years ago
Thibaut Girka acbed64f3d Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG 4b3d91dc2c Add option to disable blurhash previews (#11188)
5 years ago
ThibG 28806d5d6d Add support for Audio activities (#11189)
5 years ago
ThibG 1af85ca177 Scroll to compose form rather than reply indicator on focus (#11182)
5 years ago
Thibaut Girka 883160b769 Scroll to compose form rather than reply indicator on focus
5 years ago
PatOnTheBack 9a216634a1 Removed extra pipes from regex. (#11181)
5 years ago
Eugen Rochko 8ed78f0b85 Fix unnecessary SQL query performed on unauthenticated requests (#11179)
5 years ago
ThibG 42c803fe61 Apply filters to poll options (#11174)
5 years ago
Thibaut Girka b99f77bd31 Use a different icon for audio attachments
5 years ago
Eugen Rochko a0abbbe8cd [Glitch] Add media description as title to links of unknown media attachments
5 years ago
Eugen Rochko b02325e820 [Glitch] Add audio uploads
5 years ago
Thibaut Girka 1177694c3e Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko 47e6cb8ee5 New Crowdin translations (#11144)
5 years ago
Eugen Rochko 297e15baa0 Fix audio-only OGG and WebM files not being processed as such (#11151)
5 years ago
koyu a317acfa72 Change camera icon to paperclip icon in upload form (#11149)
5 years ago
Eugen Rochko 3208a52d36 Add `short_description` and `approval_required` to `GET /api/v1/instance` (#11146)
5 years ago
Eugen Rochko d85b2a734b Fix audio not being downloaded from remote servers (#11145)
5 years ago
Eugen Rochko 9ab22716a1 Bump version to 2.9.1 (#11143)
5 years ago
Eugen Rochko 3ca5768f94 New Crowdin translations (#11116)
5 years ago
Eugen Rochko eb0b2bd185 Remove expensive counters from federation page in admin UI (#11139)
5 years ago
Eugen Rochko eac19f2300 Change domain blocks to automatically support subdomains (#11138)
5 years ago
Eugen Rochko a266d7f1a2 Change audio format from ogg to mp3 for wider compatibility (#11141)
5 years ago
Thibaut Girka b468639015 Fix NavigationBar styling
5 years ago
Thibaut Girka 900db91d96 Add NavigationBar to getting started column in single-column mode
5 years ago
Eugen Rochko c078bf94a9 Fix converted media being saved with original extension and mime type (#11130)
5 years ago
Eugen Rochko 433036ab8c Add moderation API (#9387)
5 years ago
Acid Chicken (硫酸鶏) f2f6c5d462 Fix layout of identity proofs settings (#11126)
5 years ago
Eugen Rochko d7e2f554fb Add audio uploads (#11123)
5 years ago
ThibG 68d2d73067 [Glitch] Completely hide toots matched by “irreversible” filters even if they got to the client
5 years ago
Thibaut Girka 22439f9ded Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Alix Rossi 2b5a98126f Add label for admin theme selector (#11121)
5 years ago
Thibaut Girka b9cfc69106 Change preferences link in local settings modal from sliders to cog for consistency
5 years ago
Thibaut Girka 381168ed69 Fix bottom margin of lists in toots
5 years ago
Thibaut Girka b24595c93f Change plaintext icon in composer options
5 years ago
Eugen Rochko cc1c520434 New Crowdin translations (#11077)
5 years ago
Thibaut Girka b4b85301fc Fix rendering of emoji in public pages
5 years ago
ThibG 6e7ee06114 Completely hide toots matched by “irreversible” filters even if they got to the client (#11113)
5 years ago
ThibG 821f0b13bd Fix User#active scope only returning suspended users (#11111)
5 years ago
Eugen Rochko ffbca47356 Fix sanitizer making block level elements unreadable (#10836)
5 years ago
Thibaut Girka 0f1b81ea40 Fix styling of poll options on public pages in glitch flavour
5 years ago
Thibaut Girka 4356f98a37 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Thibaut Girka aaa0c0bec7 Do not scroll in the compose panel on single-column
5 years ago
ThibG cdfeb86b7b Do not scroll in the compose panel on single-column (#11093)
5 years ago
Thibaut Girka aca7fdabbb Fix composer buttons overflowing the composer box in single-column
5 years ago
Eugen Rochko ac7aafb272 [Glitch] Change full logo to use primary text color of the given theme
5 years ago
Thibaut Girka aefaa50f73 Fix replying not automatically switching to compose form on mobile
5 years ago
Thibaut Girka 14cd11479b Include necessary JS in auth pages
5 years ago
ThibG 7773b30b4f [Glitch] List attachments in boost modal
5 years ago
Thibaut Girka 4741ea0029 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
ThibG 7260574e9a [Glitch] Fix ordering of keyboard access between CW field, textarea and emoji picker
5 years ago
ThibG 88c7d217a5 [Glitch] Only show profile directory link when it's enabled
5 years ago
ThibG f92e9530fb [Glitch] Fix border-bottom of active tab bars
5 years ago
Thibaut Girka 5137951499 Fix notification badge
5 years ago
Thibaut Girka 4d91fddc2e Fix multiple-column padding
5 years ago
Thibaut Girka aabf4ab1a4 Add hints to make local settings about layout more explicit
5 years ago
Thibaut Girka a757cf567c Replace link to favourites with link to bookmarks
5 years ago
Thibaut Girka 0a3bbb215c Fix navigation panel
5 years ago
Thibaut Girka 9e4dd00b1a Restore navigation bar position glitch-soc setting
5 years ago
Thibaut Girka 428a1603e2 Use forceSingleColumn only in automatic layout mode
5 years ago
Thibaut Girka 210610386f Default to multiple column mode if backend doesn't have appropriate seting
5 years ago
Thibaut Girka 9f30a97e7f Fix and refactor SCSS
5 years ago
Thibaut Girka 425efff741 Add app settings link to single-column mode
5 years ago
Eugen Rochko b6a6c3482e [Glitch] Fix position of search icon
5 years ago
Eugen Rochko 3a70752ab5 [Glitch] Fix some React warnings
5 years ago
Eugen Rochko d0205ee469 [Glitch] Fix margins on profile metadata in single column mode
5 years ago
Wenceslao Páez Chávez e99bdc6304 [Glitch] Fix overlap of emoji button on search popup
5 years ago
Takeshi Umeda 3565315aa2 [Glitch] Fix emoji picker being always displayed
5 years ago
Eugen Rochko 769823518c [Glitch] Add profile directory link to single column navigation panel
5 years ago
Takeshi Umeda 2a1e7f779b [Glitch] Improvement variable height in single column layout
5 years ago
Hanage999 1e0b2ffccf [Glitch] Center 2-columns layout without side effect
5 years ago
Eugen Rochko 552d5f818a [Glitch] Refactor footers in web UI into a single component
5 years ago
abcang a5709d8b76 [Glitch] Display notifications count on a new single column
5 years ago
Hanage999 7b14777589 [Glitch] Fix wrong redirect from getting started to home in advanced Web UI
5 years ago
Eugen Rochko 9cdb0fd8c5 [Glitch] Improvements to the single column layout
5 years ago
Eugen Rochko 04edd3fbdb [Glitch] Add responsive panels to the single-column layout
5 years ago
Eugen Rochko 9a3e47d27c [Glitch] Various improvements to single column layout
5 years ago
Eugen Rochko aa9377f77a [Glitch] Add single-column mode
5 years ago
Eugen Rochko aad57e3b96 New Crowdin translations (#11075)
5 years ago
Eugen Rochko e0ef0f1a83 New Crowdin translations (#11073)
5 years ago
ThibG 770515a629 Fix ordering of keyboard access between CW field, textarea and emoji picker (#11066)
5 years ago
ThibG 92ec50ad4b List attachments in reply indicator and boost modal (#10997)
5 years ago
Eugen Rochko 71ff3d822f New Crowdin translations (#11069)
5 years ago
Thibaut Girka 4c2b1e87c7 Fix clicking on the elefriend
5 years ago
ThibG 78dab9cbea Do not expand toot when clicking on a poll option (#11067)
5 years ago
ThibG b988634e4e Only show profile directory link when it's enabled (#11064)
5 years ago
ThibG ad46a7ecb5 Add button to conveniently copy OAuth code (#11065)
5 years ago
ThibG 89025150d1 Fix border-bottom of active tab bars (#11068)
5 years ago
Eugen Rochko e6fc96ff62 New Crowdin translations (#11062)
5 years ago
Eugen Rochko 24f367b383 New Crowdin translations (#11060)
5 years ago
Thibaut Girka 3bf93a3612 Properly handle unboosting statuses from detailed view
5 years ago
mayaeh cd9d96c895 i18n: Update Japanese translations (#11035)
5 years ago
Eugen Rochko 9e868158a5 [Glitch] Fix list not being automatically unpinned when it returns 404 in web UI
5 years ago
Thibaut Girka 1b4242ddf7 Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Masoud Abkenar d12625fa74 l10n: update Persian translation (#11050)
5 years ago