5051 Commits (81f864d4dac349dd7cd516149d00e1cffe063edc)

Author SHA1 Message Date
Eugen Rochko 5d3feed191
Refactor fetching of remote resources (#11251)
5 years ago
ThibG d04c584159 Drop magic-public-key from webfinger replies as it's only used for OStatus (#11280)
5 years ago
ThibG 85eb418e1f Fix handling of webfinger redirects in ResolveAccountService (#11279)
5 years ago
Eugen Rochko 6172263a63
Fix activity being rendered within activity due to caching (#11271)
5 years ago
Eugen Rochko 4e92183227
Refactor domain block checks (#11268)
5 years ago
ThibG 1e7187f2a8 Fix Status.remote scope matching *all* statuses (#11265)
5 years ago
Eugen Rochko ef15246397
Remove unused remote unfollow controller (#11250)
5 years ago
Eugen Rochko 63c7fe8e48
Refactor controllers for statuses, accounts, and more (#11249)
5 years ago
ThibG 87c1ad4ea3 Fix BackupService crashing when an attachment is missing (#11241)
5 years ago
Eugen Rochko b851456139
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247)
5 years ago
Eugen Rochko 406b46395d
Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)
5 years ago
ThibG 58276715be Fix support for HTTP proxies (#11245)
5 years ago
Eugen Rochko 23aeef52cc
Remove Salmon and PubSubHubbub (#11205)
5 years ago
ThibG c07cca4727 Only scroll to the compose form if it's not horizontally in the viewport (#11246)
5 years ago
Eugen Rochko ae003d54f9
Fix option to send e-mail notification about account action always being true (#11242)
5 years ago
ThibG ed544f3166 Fix HTTP requests to IPv6 hosts (#11240)
5 years ago
Eugen Rochko 0c1b1069c9
Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)
5 years ago
Eugen Rochko 3fd6ab99e6
Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)
5 years ago
ThibG 99924f282f Memoize ancestorIds and descendantIds in detailed status view (#11234)
5 years ago
Eugen Rochko 1a747f7020
Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230)
5 years ago
Eugen Rochko bc60d794f8
Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233)
5 years ago
ThibG dc88d226e1 When deleting & redrafting a poll, fill in closest expires_in (#11203)
5 years ago
Eugen Rochko 0d9ffe56fb
Add request pool to improve delivery performance (#10353)
5 years ago
Eugen Rochko 2cfa427ea7
Change domain block behaviour to prevent creation of accounts from suspended domains (#11219)
5 years ago
ThibG 082b3b282f Fix expiration date of filters being set to “Never” when editing them (#11204)
5 years ago
Eugen Rochko 06424786a1
Fix support for MP4 files that are actually M4V files (#11210)
5 years ago
ThibG f895bf1984 Optimize makeGetStatus (#11211)
5 years ago
ThibG ccc7fe3e1d When sending a toot, ensure a CW is only set if the CW field is visible (#11206)
5 years ago
ThibG 84ff393842 Use ScrollToOptions for smooth scrolling if supported (#11207)
5 years ago
ThibG 4f5b221be2 Display FTS warning based on actual search term, not the one being typed (#11202)
5 years ago
Eugen Rochko e64e6a03dd
Add categories for custom emojis (#11196)
5 years ago
ThibG 072158ee97 Fix swiping columns on mobile sometimes failing (#11200)
5 years ago
ThibG ca8944728f Add message telling FTS is disabled when no toot can be found because of this (#11112)
5 years ago
ThibG 9a90ec3b3b Fix account URI in UpdatePollSerializer (#11194)
5 years ago
mayaeh a02f4b7cd4 Fix NameError (#11192)
5 years ago
ThibG 3086c645fd Add option to disable blurhash previews (#11188)
5 years ago
ThibG 915c619394 Add support for Audio activities (#11189)
5 years ago
ThibG 32a4494926 Scroll to compose form rather than reply indicator on focus (#11182)
5 years ago
PatOnTheBack 5b20284f6f Removed extra pipes from regex. (#11181)
5 years ago
Eugen Rochko 6836587117
Fix unnecessary SQL query performed on unauthenticated requests (#11179)
5 years ago
ThibG 47ef4a6c7a Apply filters to poll options (#11174)
5 years ago
Eugen Rochko 8fe7116cdf
New Crowdin translations (#11144)
5 years ago
Eugen Rochko b927bb3f07
Fix audio-only OGG and WebM files not being processed as such (#11151)
5 years ago
koyu 6eb5241099 Change camera icon to paperclip icon in upload form (#11149)
5 years ago
Eugen Rochko d61d164685
Add `short_description` and `approval_required` to `GET /api/v1/instance` (#11146)
5 years ago
Eugen Rochko aa9b37822b
Fix audio not being downloaded from remote servers (#11145)
5 years ago
Eugen Rochko 84f945d64c
Bump version to 2.9.1 (#11143)
5 years ago
Eugen Rochko 6e7e714bd9
New Crowdin translations (#11116)
5 years ago
Eugen Rochko 1b052c7b2d
Remove expensive counters from federation page in admin UI (#11139)
5 years ago
Eugen Rochko 707ddf7808
Change domain blocks to automatically support subdomains (#11138)
5 years ago
Eugen Rochko 49ebda4d49
Change audio format from ogg to mp3 for wider compatibility (#11141)
5 years ago
Eugen Rochko 8f23726918
Fix converted media being saved with original extension and mime type (#11130)
5 years ago
Eugen Rochko 7696f77245
Add moderation API (#9387)
5 years ago
Acid Chicken (硫酸鶏) 33144e132d Fix layout of identity proofs settings (#11126)
5 years ago
Eugen Rochko f7f23b4a19
Add audio uploads (#11123)
5 years ago
Alix Rossi 26d3b2efce Add label for admin theme selector (#11121)
5 years ago
Eugen Rochko ede0be5dba
New Crowdin translations (#11077)
5 years ago
ThibG c8fae508cf Completely hide toots matched by “irreversible” filters even if they got to the client (#11113)
5 years ago
ThibG 17747e2cd7 Fix User#active scope only returning suspended users (#11111)
5 years ago
Eugen Rochko 103a9f4466
Fix sanitizer making block level elements unreadable (#10836)
5 years ago
ThibG 01e362316c Do not scroll in the compose panel on single-column (#11093)
5 years ago
Eugen Rochko 5c7f1e8e2f
New Crowdin translations (#11075)
5 years ago
Eugen Rochko e6024d610d
New Crowdin translations (#11073)
5 years ago
ThibG b4d67fe57a Fix ordering of keyboard access between CW field, textarea and emoji picker (#11066)
5 years ago
ThibG dd45c63921 List attachments in reply indicator and boost modal (#10997)
5 years ago
Eugen Rochko 917f0ea619
New Crowdin translations (#11069)
5 years ago
ThibG a4a502e85c Do not expand toot when clicking on a poll option (#11067)
5 years ago
ThibG 1b4dcc3f78 Only show profile directory link when it's enabled (#11064)
5 years ago
ThibG c98573fdf9 Add button to conveniently copy OAuth code (#11065)
5 years ago
ThibG faafc3ae25 Fix border-bottom of active tab bars (#11068)
5 years ago
Eugen Rochko 809d1faa49
New Crowdin translations (#11062)
5 years ago
Eugen Rochko 481cc19d4d
New Crowdin translations (#11060)
5 years ago
mayaeh 7652190509 i18n: Update Japanese translations (#11035)
5 years ago
Masoud Abkenar 69c2bbcc87 l10n: update Persian translation (#11050)
5 years ago
唐宗勛 02323aa1d8 update zh-CN translations (#11046)
5 years ago
Eugen Rochko 92b572e2a3
Fix list not being automatically unpinned when it returns 404 in web UI (#11045)
5 years ago
Eugen Rochko ef438bd7e8
Add German translations (#11043)
5 years ago
ThibG 5bcd98172c Fix clicking on the left side of a conversation not marking it as read (#11041)
5 years ago
ふるふる 62852252dd Fix can't save preference other (#11042)
5 years ago
Eugen Rochko 8514ef723c
Fix login sometimes redirecting to paths that are not pages (#11019)
5 years ago
mayaeh 210fa3a94e Fix emoji-button appearing above privacy-dropdown (#11027)
5 years ago
manuelviens ce556333ce Update fr.json (#11024)
5 years ago
Alix Rossi 9a281bac8d i18n: Update Corsican front-end translation (#11010)
5 years ago
Eugen Rochko e5bdfd1640
Run yarn manage:translations (#11008)
5 years ago
Eugen Rochko 8746f4d17b
Change priority of delete activity forwards for replies and reblogs (#11002)
5 years ago
Eugen Rochko 9add88a920
Fix position of search icon (#11003)
6 years ago
spla 6ecf1825ef i18n: Update Catalan translations (#10998)
6 years ago
Eugen Rochko 241a8e7b5f
Fix more issues in the light theme (#10996)
6 years ago
Aditoo17 537e928186 I18n: Update Czech translation 🇨🇿 (#10995)
6 years ago
ThibG e9ddd5a159 Put poll options behind content warnings (#10983)
6 years ago
Eugen Rochko 20dda5cca0
Change full logo to use primary text color of the given theme (#10994)
6 years ago
Eugen Rochko f4bc77f290
Improve light theme (#10992)
6 years ago
Eugen Rochko 25f93f4097
Fix RTL layout not being RTL within the columns area (#10990)
6 years ago
Eugen Rochko cc8f6b3cda
Fix some React warnings (#10989)
6 years ago
Eugen Rochko 560ec24e58
Change /settings/preferences to redirect to appearance, add /settings/preferences/other (#10988)
6 years ago
ThibG cdb420862e Fix display of alt-text when a media attachment is not available (#10981)
6 years ago
Eugen Rochko 1db4117030
Change preferences page into appearance, notifications, and other (#10977)
6 years ago
Eugen Rochko a60364ca7d
Add waiting time to list of pending accounts in admin UI (#10985)
6 years ago
Yamagishi Kazutoshi c672676c03 Fix sass-lint config (#10982)
6 years ago
Wenceslao Páez Chávez fe3bf3b0fc Fix overlap of emoji button on search popup (#10978)
6 years ago
Eugen Rochko 5bfd802c57
Fix not being able to directly switch between list timelines in web UI (#10973)
6 years ago
ThibG 2657765d2a Fix “mark as sensitive” not being used in delete & redraft (#10980)
6 years ago
Takeshi Umeda c402c291f4 Fix emoji picker being always displayed (#10979)
6 years ago
Jeong Arm 8f3c32e29c Scroll to compose form when focus (#10970)
6 years ago
ThibG cac9110533 Cleanup various controllers (#10972)
6 years ago
ThibG 7fa23ec697 Fix potential private status leak (#10969)
6 years ago
ThibG d34a3a2cc7 Fix refreshing featured toots when the new collection is empty (#10971)
6 years ago
ThibG 6c464cd424 Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)
6 years ago
Eugen Rochko ed19f33440
Fix margins on profile metadata in single column mode (#10961)
6 years ago
Eugen Rochko 6a9a759f40
Change reblogs counter to be updated when boosted privately (#10964)
6 years ago
Eugen Rochko f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966)
6 years ago
Eugen Rochko 48fee1a800
Fix poll API not requiring authentication on non-public polls (#10960)
6 years ago
Eugen Rochko 6077eca240
Add profile directory link to single column navigation panel (#10963)
6 years ago
Jeong Arm a1e96b2d8a Add missing Korean translations (#10962)
6 years ago
ThibG 3a84bacf86 Handle blank poll options more gracefully (#10946)
6 years ago
Jeong Arm e13e4b28db Fix profile picture preview (#10931)
6 years ago
Takeshi Umeda d93b82af87 Improvement variable height in single column layout (#10917)
6 years ago
Hanage999 7c1ca0c37b Center 2-columns layout without side effect (#10915)
6 years ago
Eugen Rochko 8d9755e5f5
Change links in right panel to open in the same tab (#10848)
6 years ago
ThibG 3333250ede Fix React warning about legacy lifecycle calls and sensitive status resetting (#10872)
6 years ago
Takeshi Umeda 7f203f7c49 Fix safari post field display issue in single column layout (#10883)
6 years ago
Alix Rossi 33ec9c5095 i18n: Update Corsican front-end translation (#10884)
6 years ago
mayaeh c6e1229a82 Update Japanese translations. (#10875)
6 years ago
Aditoo17 0c2ca1bd38 I18n: Update Czech translation (#10874)
6 years ago
ThibG fe3b863926 Fix web push notifications for polls (#10864)
6 years ago
Eugen Rochko 451e5980b6
Refactor footers in web UI into a single component (#10846)
6 years ago
abcang 3593b85423 Display notifications count on a new single column (#10859)
6 years ago
Eugen Rochko 8d5dcc9301
Use `<use />` to render transparent SVG logo instead of inserting it (#10845)
6 years ago
Takeshi Umeda 3b9c02506d Fix poll visibility on public pages (#10817)
6 years ago
Neil Moore 63483ee543 Create new click handler for status__expand area in status (#10837)
6 years ago
Eugen Rochko 988342a56c
Fix null error in status component when determining showMedia state (#10838)
6 years ago
Hanage999 4a818ac2de Fix wrong redirect from getting started to home in advanced Web UI (#10839)
6 years ago
Eugen Rochko 0e445ebb13
Improvements to the single column layout (#10835)
6 years ago
ThibG a472190729 Add a keyboard shortcut to hide/show media (#10647)
6 years ago
Mélanie Chauvel (ariasuni) 4168aeb234 Avoid cutting bottom of letters of last paragraph of statuses (#10821)
6 years ago
Eugen Rochko 1e5532e693
Add responsive panels to the single-column layout (#10820)
6 years ago
ThibG d63c3c0cef Improve streaming server security (#10818)
6 years ago
Eugen Rochko 84dc21d55d
Various improvements to single column layout (#10809)
6 years ago
ThibG 9a5561a5b8 Fix possible race condition when processing statuses (#10815)
6 years ago
ThibG 89d600bedb Move signature verification stoplight to the requests themselves (#10813)
6 years ago
ThibG 9efcca3c54 Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
6 years ago
Eugen Rochko 9ddeb30f90
Add `forceSingleColumn` prop to `<UI />` (#10807)
6 years ago
nzws 8a378d4c3d Fix stacking order of emoji picker (#10801)
6 years ago
dxwc ee0e68e97a i18n: Complete frontend Bengali translation (#10800)
6 years ago
Paul Woolcock 0c933c1b8c Add `account_id` param to `GET /api/v1/notifications` (#10796)
6 years ago
trwnh a6caf919e2 Change bio limit from 160 to 500 (#10790)
6 years ago
ThibG ae18386558 Fix “invited by” not showing up for invited accounts in admin interface (#10791)
6 years ago
Hinaloe bb9d7fad9f fix `isSubmitting` prop case (#10785)
6 years ago
Ben Lubar 2f3e4a64be add og:image:alt for media attachments in embeds (#10779)
6 years ago
Eugen Rochko 6fe474837c
Change poll options to alphabetic letters when status text is hidden (#10685)
6 years ago
ThibG a1519a8ef5 Prevent from publicly boosting one's own private toots (#10775)
6 years ago
ThibG c1c8c7b2c8 Minor performance improvements and cleanup in formatter (#10765)
6 years ago
Neil Moore 4ab094d35e Adds click-able div that expands status (#10733) (#10766)
6 years ago
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks (#10660)
6 years ago
nzws 3e15a845c1 Fix some colors in light theme (#10754)
6 years ago
ThibG dd118449c2 Fix incorrect reference to raw_content (it is raw_text instead) (#10753)
6 years ago
ThibG 6d44f2441b Add toot source to delete result to ease Delete & Redraft (#10669)
6 years ago
nzws be851321c0 Use local time in audit log (#10751)
6 years ago
Alix Rossi 775ee63b71 i18n: Update French translations (#10747)
6 years ago
Alix Rossi d25e358f9f i18n: Update Corsican translations (#10746)
6 years ago
ThibG 6dc9baad2a Change icon and label depending on whether media is marked as sensitive (#10748)
6 years ago
Aurélien Reeves fe8a8f779e Add confirm modal for unboosting toots (#10287)
6 years ago
ThibG f2be71c293 Add emoji suggestions to CW and poll option fields (#10555)
6 years ago
ThibG 62f5235b6f Prevent silenced local users from notifying remote users not following them (#10575)
6 years ago
ThibG 26fc21c188 Add some caching for HTML versions of statuses pages (#10701)
6 years ago
Maciek Baron 0402c52f28 Improve poll link accessibility (#10720)
6 years ago
Jeong Arm ce8635605c Record deleted(by mod) status to prevent re-appear (#10732)
6 years ago
Jeong Arm 09eea46631 Bring back crossed eye icon on gallery (#10715)
6 years ago
nzws 5c82d660d1 Fix some colors of high contrast theme (#10711)
6 years ago
spla 7562602df8 i18n Update Catalan translation (#10719)
6 years ago
ThibG b2f5b1045f Add description on hover in media gallery (#10713)
6 years ago
mayaeh 1eb14ef774 i18n: Update Japanese translations (#10706)
6 years ago
jeroenpraat e742bff19b 1 NL string update (#10709)
6 years ago
Aditoo17 b7741ed732 I18n: Update Czech translation 🇨🇿 (#10704)
6 years ago
Baptiste Gelez 21209c2b52 Make sure the instance banner is never cropped (#10702)
6 years ago
ThibG 7aa749ab46 Fix transition: all (#10699)
6 years ago
ThibG 4f73cde4e1 Minor account media gallery fixes (#10695)
6 years ago
ThibG b85f216cbc Do not retry processing ActivityPub jobs raising validation errors (#10614)
6 years ago
Eugen Rochko 7cb369d4c6
Change e-mail whitelist/blacklist to not be checked when invited (#10683)
6 years ago
Eugen Rochko 63b1388fef
Change font weight of sensitive button to 500 (#10682)
6 years ago
ThibG 91634947f8 Explicitly disable storage of REST API results (#10655)
6 years ago
ThibG 011b032300 Provide a link to existing domain block when trying to block an already-blocked domain (#10663)
6 years ago
Eugen Rochko eb63217210
Add button to view context to media modal (#10676)
6 years ago
ThibG 5121d9c12f When selecting a toot via keyboard, ensure it is scrolled into view (#10593)
6 years ago
Eugen Rochko 05ef3462ba
Make the "mark media as sensitive" button more obvious in web UI (#10673)
6 years ago
Eugen Rochko 967e419f8f
Fix alignment of items in the account gallery in web UI and load more per page (#10674)
6 years ago
Eugen Rochko 3f143606fa
Change account gallery in web UI (#10667)
6 years ago
ThibG 21a73c52a7 Check that an invite link is valid before bypassing approval mode (#10657)
6 years ago
partev 5e79dd3f17 Update hy.json (#10644)
6 years ago
Eugen Rochko e18786dec7
Fix approved column being set to nil instead of false (#10642)
6 years ago
Eugen Rochko fba96c808d
Add blurhash (#10630)
6 years ago
Eugen Rochko e451ba0e83
Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621)
6 years ago
Eugen Rochko f27d709351
Fix not being able to save e-mail preference for new pending accounts (#10622)
6 years ago
ThibG 852ccea676 Fix upload progressbar when image resizing is involved (#10632)
6 years ago
ThibG b1a0322a06 Reject follow requests of blocked users (#10633)
6 years ago
Eugen Rochko 041fb0e840
Fix sign up button not saying sign up when invite is used (#10623)
6 years ago
ThibG 0e78862b61 Allow switching between singe-option and multiple-option polls (#10603)
6 years ago
kedama d763d39d26 Fix modal items cannot scroll on touch devices (#10605)
6 years ago
ThibG bdec58b514 Minor code cleanup (#10613)
6 years ago
Ben Lubar be8692b938 Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (#10565)
6 years ago