5202 Commits (9ba40a6bfdb65f6e48eb7de07b2d55314c54fa83)

Author SHA1 Message Date
Eugen Rochko 4e8dcc5dbb
Add HTTP signatures to all outgoing ActivityPub GET requests (#11284)
5 years ago
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)
5 years ago
spla 6ecf1825ef i18n: Update Catalan translations (#10998)
5 years ago
Eugen Rochko 241a8e7b5f
Fix more issues in the light theme (#10996)
5 years ago
Aditoo17 537e928186 I18n: Update Czech translation 🇨🇿 (#10995)
5 years ago
ThibG e9ddd5a159 Put poll options behind content warnings (#10983)
5 years ago
Eugen Rochko 20dda5cca0
Change full logo to use primary text color of the given theme (#10994)
5 years ago
Eugen Rochko f4bc77f290
Improve light theme (#10992)
5 years ago
Eugen Rochko 25f93f4097
Fix RTL layout not being RTL within the columns area (#10990)
5 years ago
Eugen Rochko cc8f6b3cda
Fix some React warnings (#10989)
5 years ago
Eugen Rochko 560ec24e58
Change /settings/preferences to redirect to appearance, add /settings/preferences/other (#10988)
5 years ago
ThibG cdb420862e Fix display of alt-text when a media attachment is not available (#10981)
5 years ago
Eugen Rochko 1db4117030
Change preferences page into appearance, notifications, and other (#10977)
5 years ago
Eugen Rochko a60364ca7d
Add waiting time to list of pending accounts in admin UI (#10985)
5 years ago
Yamagishi Kazutoshi c672676c03 Fix sass-lint config (#10982)
5 years ago
Wenceslao Páez Chávez fe3bf3b0fc Fix overlap of emoji button on search popup (#10978)
5 years ago
Eugen Rochko 5bfd802c57
Fix not being able to directly switch between list timelines in web UI (#10973)
5 years ago
ThibG 2657765d2a Fix “mark as sensitive” not being used in delete & redraft (#10980)
5 years ago
Takeshi Umeda c402c291f4 Fix emoji picker being always displayed (#10979)
5 years ago
Jeong Arm 8f3c32e29c Scroll to compose form when focus (#10970)
5 years ago
ThibG cac9110533 Cleanup various controllers (#10972)
5 years ago
ThibG 7fa23ec697 Fix potential private status leak (#10969)
5 years ago
ThibG d34a3a2cc7 Fix refreshing featured toots when the new collection is empty (#10971)
5 years ago
ThibG 6c464cd424 Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)
5 years ago
Eugen Rochko ed19f33440
Fix margins on profile metadata in single column mode (#10961)
5 years ago
Eugen Rochko 6a9a759f40
Change reblogs counter to be updated when boosted privately (#10964)
5 years ago
Eugen Rochko f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966)
5 years ago
Eugen Rochko 48fee1a800
Fix poll API not requiring authentication on non-public polls (#10960)
5 years ago
Eugen Rochko 6077eca240
Add profile directory link to single column navigation panel (#10963)
5 years ago
Jeong Arm a1e96b2d8a Add missing Korean translations (#10962)
5 years ago
ThibG 3a84bacf86 Handle blank poll options more gracefully (#10946)
5 years ago
Jeong Arm e13e4b28db Fix profile picture preview (#10931)
5 years ago
Takeshi Umeda d93b82af87 Improvement variable height in single column layout (#10917)
5 years ago
Hanage999 7c1ca0c37b Center 2-columns layout without side effect (#10915)
5 years ago
Eugen Rochko 8d9755e5f5
Change links in right panel to open in the same tab (#10848)
5 years ago
ThibG 3333250ede Fix React warning about legacy lifecycle calls and sensitive status resetting (#10872)
5 years ago
Takeshi Umeda 7f203f7c49 Fix safari post field display issue in single column layout (#10883)
5 years ago
Alix Rossi 33ec9c5095 i18n: Update Corsican front-end translation (#10884)
5 years ago
mayaeh c6e1229a82 Update Japanese translations. (#10875)
5 years ago
Aditoo17 0c2ca1bd38 I18n: Update Czech translation (#10874)
5 years ago
ThibG fe3b863926 Fix web push notifications for polls (#10864)
5 years ago
Eugen Rochko 451e5980b6
Refactor footers in web UI into a single component (#10846)
5 years ago
abcang 3593b85423 Display notifications count on a new single column (#10859)
5 years ago
Eugen Rochko 8d5dcc9301
Use `<use />` to render transparent SVG logo instead of inserting it (#10845)
5 years ago
Takeshi Umeda 3b9c02506d Fix poll visibility on public pages (#10817)
5 years ago
Neil Moore 63483ee543 Create new click handler for status__expand area in status (#10837)
5 years ago
Eugen Rochko 988342a56c
Fix null error in status component when determining showMedia state (#10838)
5 years ago
Hanage999 4a818ac2de Fix wrong redirect from getting started to home in advanced Web UI (#10839)
5 years ago
Eugen Rochko 0e445ebb13
Improvements to the single column layout (#10835)
5 years ago
ThibG a472190729 Add a keyboard shortcut to hide/show media (#10647)
5 years ago
Mélanie Chauvel (ariasuni) 4168aeb234 Avoid cutting bottom of letters of last paragraph of statuses (#10821)
5 years ago
Eugen Rochko 1e5532e693
Add responsive panels to the single-column layout (#10820)
5 years ago
ThibG d63c3c0cef Improve streaming server security (#10818)
5 years ago
Eugen Rochko 84dc21d55d
Various improvements to single column layout (#10809)
5 years ago
ThibG 9a5561a5b8 Fix possible race condition when processing statuses (#10815)
5 years ago
ThibG 89d600bedb Move signature verification stoplight to the requests themselves (#10813)
5 years ago
ThibG 9efcca3c54 Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
5 years ago
Eugen Rochko 9ddeb30f90
Add `forceSingleColumn` prop to `<UI />` (#10807)
5 years ago
nzws 8a378d4c3d Fix stacking order of emoji picker (#10801)
5 years ago
dxwc ee0e68e97a i18n: Complete frontend Bengali translation (#10800)
5 years ago
Paul Woolcock 0c933c1b8c Add `account_id` param to `GET /api/v1/notifications` (#10796)
5 years ago
trwnh a6caf919e2 Change bio limit from 160 to 500 (#10790)
5 years ago
ThibG ae18386558 Fix “invited by” not showing up for invited accounts in admin interface (#10791)
5 years ago
Hinaloe bb9d7fad9f fix `isSubmitting` prop case (#10785)
5 years ago
Ben Lubar 2f3e4a64be add og:image:alt for media attachments in embeds (#10779)
5 years ago
Eugen Rochko 6fe474837c
Change poll options to alphabetic letters when status text is hidden (#10685)
5 years ago
ThibG a1519a8ef5 Prevent from publicly boosting one's own private toots (#10775)
5 years ago
ThibG c1c8c7b2c8 Minor performance improvements and cleanup in formatter (#10765)
5 years ago
Neil Moore 4ab094d35e Adds click-able div that expands status (#10733) (#10766)
5 years ago
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks (#10660)
5 years ago
nzws 3e15a845c1 Fix some colors in light theme (#10754)
5 years ago
ThibG dd118449c2 Fix incorrect reference to raw_content (it is raw_text instead) (#10753)
5 years ago
ThibG 6d44f2441b Add toot source to delete result to ease Delete & Redraft (#10669)
5 years ago
nzws be851321c0 Use local time in audit log (#10751)
5 years ago
Alix Rossi 775ee63b71 i18n: Update French translations (#10747)
5 years ago
Alix Rossi d25e358f9f i18n: Update Corsican translations (#10746)
5 years ago
ThibG 6dc9baad2a Change icon and label depending on whether media is marked as sensitive (#10748)
5 years ago
Aurélien Reeves fe8a8f779e Add confirm modal for unboosting toots (#10287)
5 years ago
ThibG f2be71c293 Add emoji suggestions to CW and poll option fields (#10555)
5 years ago
ThibG 62f5235b6f Prevent silenced local users from notifying remote users not following them (#10575)
5 years ago
ThibG 26fc21c188 Add some caching for HTML versions of statuses pages (#10701)
5 years ago
Maciek Baron 0402c52f28 Improve poll link accessibility (#10720)
5 years ago
Jeong Arm ce8635605c Record deleted(by mod) status to prevent re-appear (#10732)
5 years ago
Jeong Arm 09eea46631 Bring back crossed eye icon on gallery (#10715)
5 years ago
nzws 5c82d660d1 Fix some colors of high contrast theme (#10711)
5 years ago
spla 7562602df8 i18n Update Catalan translation (#10719)
5 years ago
ThibG b2f5b1045f Add description on hover in media gallery (#10713)
5 years ago
mayaeh 1eb14ef774 i18n: Update Japanese translations (#10706)
5 years ago
jeroenpraat e742bff19b 1 NL string update (#10709)
5 years ago
Aditoo17 b7741ed732 I18n: Update Czech translation 🇨🇿 (#10704)
5 years ago
Baptiste Gelez 21209c2b52 Make sure the instance banner is never cropped (#10702)
5 years ago
ThibG 7aa749ab46 Fix transition: all (#10699)
5 years ago
ThibG 4f73cde4e1 Minor account media gallery fixes (#10695)
5 years ago
ThibG b85f216cbc Do not retry processing ActivityPub jobs raising validation errors (#10614)
5 years ago
Eugen Rochko 7cb369d4c6
Change e-mail whitelist/blacklist to not be checked when invited (#10683)
5 years ago
Eugen Rochko 63b1388fef
Change font weight of sensitive button to 500 (#10682)
5 years ago
ThibG 91634947f8 Explicitly disable storage of REST API results (#10655)
5 years ago
ThibG 011b032300 Provide a link to existing domain block when trying to block an already-blocked domain (#10663)
5 years ago
Eugen Rochko eb63217210
Add button to view context to media modal (#10676)
5 years ago
ThibG 5121d9c12f When selecting a toot via keyboard, ensure it is scrolled into view (#10593)
5 years ago
Eugen Rochko 05ef3462ba
Make the "mark media as sensitive" button more obvious in web UI (#10673)
5 years ago
Eugen Rochko 967e419f8f
Fix alignment of items in the account gallery in web UI and load more per page (#10674)
5 years ago
Eugen Rochko 3f143606fa
Change account gallery in web UI (#10667)
5 years ago
ThibG 21a73c52a7 Check that an invite link is valid before bypassing approval mode (#10657)
5 years ago
partev 5e79dd3f17 Update hy.json (#10644)
5 years ago
Eugen Rochko e18786dec7
Fix approved column being set to nil instead of false (#10642)
5 years ago
Eugen Rochko fba96c808d
Add blurhash (#10630)
5 years ago
Eugen Rochko e451ba0e83
Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621)
5 years ago
Eugen Rochko f27d709351
Fix not being able to save e-mail preference for new pending accounts (#10622)
5 years ago
ThibG 852ccea676 Fix upload progressbar when image resizing is involved (#10632)
5 years ago
ThibG b1a0322a06 Reject follow requests of blocked users (#10633)
5 years ago
Eugen Rochko 041fb0e840
Fix sign up button not saying sign up when invite is used (#10623)
5 years ago
ThibG 0e78862b61 Allow switching between singe-option and multiple-option polls (#10603)
5 years ago
kedama d763d39d26 Fix modal items cannot scroll on touch devices (#10605)
5 years ago
ThibG bdec58b514 Minor code cleanup (#10613)
5 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)
5 years ago
Yamagishi Kazutoshi 80c9cb0eb3 Add hi.json (#10573)
5 years ago
partev d210d0a655 Update hy.json (#10591)
5 years ago
Daniel Aleksandersen 10bdd912d6 Treat meta[property] as a space-separated list (#10604)
5 years ago
Jessica 01b1c377b1 Animate avatar GIFs on-hover on public profiles (#10549)
5 years ago
jeroenpraat 951f8d5b44 Update NL (Dutch) translation (#10601)
5 years ago
ThibG 6e620dcab1 Use correct local names for fonts (#10594)
5 years ago
Sho Kusano 3e6c7f3617 Configrationable repository url (#10600)
5 years ago
ThibG 7f75792bf3 Allow modal secondary button to shrink and allow wider confirmation modals (#10586)
6 years ago
Renato "Lond" Cerqueira d305d8747d Add new pt-br translations (#10564)
6 years ago
Evgeny Petrov 5dd14dfded i18n: Russian localization update (#10515)
6 years ago
Eugen Rochko a9f130b8d8
Fix Keybase verification using wrong domain for remote accounts (#10547)
6 years ago
Eugen Rochko 793b0513eb
Weblate translations (2019-04-10) (#10545)
6 years ago
Alex Gessner d431c810d3 increase allowable length of remote proof username (#10546)
6 years ago
Alex Gessner 154106c0c3 compare usernames case-insensitively on new proof creation flow (#10544)
6 years ago
Aditoo17 4e59f709aa I18n: Final Czech translation 🇨🇿 (#10542)
6 years ago
Marek Ľach 3dea62bfa2 Updates the grammar of the SK translation (#10541)
6 years ago
Eugen Rochko 9b0d8f74cb
Change the groupings of menu items in settings navigation (#10533)
6 years ago
Eugen Rochko 400397c0c7
Change HTML validator to ignore all errors except unmatched tags (#10534)
6 years ago
Eugen Rochko 46cb36fd2c
Add invite request to pending account notification e-mail (#10528)
6 years ago
Eugen Rochko 36b39fbac5
Add preference to disable e-mails about new pending accounts (#10529)
6 years ago
Yağızhan 2cb16c20a6 Fixed terrible grammar and translated the most (#10527)
6 years ago
Hinaloe 48f466daf1 Allow set the voting period to just 5 minutes (#10525)
6 years ago
Eugen Rochko 8b69a66380 Add "why do you want to join" field to invite requests (#10524)
6 years ago
Eugen Rochko 654f79d2b1
Fix permission denied bug on approve all/reject all pending accounts (#10519)
6 years ago
Eugen Rochko 56f29c38b6
Fix glitched out "not found" message for non-existing profiles in web UI (#10517)
6 years ago
Quentí ba1a78d168 [i18n] Update and correction (#10511)
6 years ago
ThibG 5247ea4efd Fix batch actions not working on pending accounts (#10508)
6 years ago
koyu 3f036ac6b8 Updated German locales (#10505)
6 years ago
Alix Rossi 6e111152e0 i18n: Update Corsican translations (#10504)
6 years ago
Aditoo17 ae58bbd705 i18n: Update Czech translation (#10506)
6 years ago
Takeshi Umeda a4d5e15327 Fix config serializer regex (#10487)
6 years ago
ThibG cb71c95e22 Export and import show_reblogs together with following list (#10495)
6 years ago
Jeong Arm 619bbc23ef Translate Korean (#10499)
6 years ago
mayaeh a265696991 i18n: Update Japanese translations (#10494)
6 years ago
Eugen Rochko 67b3b62b98
Improve blocked view of profiles (#10491)
6 years ago
Eugen Rochko e1d0390e29
Add batch actions for approving and rejecting pending accounts (#10469)
6 years ago
Eugen Rochko 2c63e0292a
Fix admin validation being too strict about usernames (#10449)
6 years ago
Marek Ľach 78a8a99b0b Improve sk translation further (#10484)
6 years ago
ashleyhull-versent 2b68fe5442 tinyfix 2: unrequired arguments (#10471)
6 years ago
marcin mikołajczak 4be7952892 i18n: Update Polish translation (#10479)
6 years ago
Marek Ľach e0137c5884 Updates the Slovak translation (#10477)
6 years ago
jeroenpraat 48a52c9372 Dutch (nl) translation (#10474)
6 years ago
ashleyhull-versent bd365cc38b Duplicate values (#10470)
6 years ago
spla 26bd9fa508 i18n: update Catalan translation (#10458)
6 years ago
ThibG cc6e3c3900 Cache featured collections, as well as outbox, followers and following (#10467)
6 years ago
ThibG d4882aa64a Export and import `hide_notifications` alongside user mutes (#10335)
6 years ago
ThibG daab45d4ae Update poll remaining time just like with status timestamps (#10466)
6 years ago
ThibG d07b0c038f Hopefully fix input text selection quirks on iOS (#10463)
6 years ago
Jeong Arm f984f2ea4e Esperanto translations (#10461)
6 years ago
Renato "Lond" Cerqueira 83190fffc7 Re-dd PT-br translations (#10459)
6 years ago
spla 3f75b0929e i18n: update catalan translations (#10455)
6 years ago
Aditoo17 0705e4b177 I18n: Improve Czech translation (#10454)
6 years ago
ThibG 120544067f Fix filtering of favourited_by, reblogged_by, followers and following (#10447)
6 years ago
ThibG 62bafa20a1 Hide blocking accounts from blocked users (#10442)
6 years ago
slice 85973f4f37 Improvements to image upload validation and creation (#10431)
6 years ago
mayaeh abdf225353 i18n: Update Japanese translations (#10427)
6 years ago
ThibG 68c797bece Ensure request.body isn't emptied out before signature verification (#10432)
6 years ago
slice 59cce07601 Add thumbnail, hero, and mascot back to Form::AdminSettings::KEYS (#10430)
6 years ago
Jeong Arm 51625d3423 Remove unused code (#10426)
6 years ago
Eugen Rochko 1714ea5978
Add ActivityPub representation for identity proofs (#10414)
6 years ago
Eugen Rochko 8fb69f1366
Fix emoji-mart crashing web UI on search by reverting the upgrade to 2.10.0 (#10413)
6 years ago
Eugen Rochko 79227d153b
Fix transparent avatars showing underlying elements in avatar stack and profile (#10422)
6 years ago
Eugen Rochko 379c3e237f
Fix search in web UI not setting a limit, restore limit of 5 (#10421)
6 years ago
Eugen Rochko bd02ec6daa
Add indication that you have been blocked in web UI (#10420)
6 years ago
Aditoo17 1d62b88f8d I18n: Update Czech translation (#10419)
6 years ago
Jeong Arm e5d79d1635 Add missing Korean translations (#10416)
6 years ago
Alix Rossi 34090a85e4 Update Corsican translations (#10418)
6 years ago
Masoud Abkenar 2a326940e8 l10n update: fa (#10417)
6 years ago
ThibG 58667072d9 Fix opacity of relationship tags (#10411)
6 years ago
Aditoo17 1a7d1f4a42 I18n: Update Czech translation (#10410)
6 years ago
Alex Gessner 69141dca26 squashed identity proof updates (#10375)
6 years ago
Eugen Rochko f1bc90ab50
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)
6 years ago
Eugen Rochko 08ec7435ce
Add order options to relationship manager UI (#10404)
6 years ago
Eugen Rochko 683013756e
Revert locales touched by automated translations (#10399)
6 years ago
Eugen Rochko e86663b1da
Fix alternative relay support regression (#10398)
6 years ago
slice 73f5711fb8 Add rel='noopener' to redesigned profile column header avatar link (#10393)
6 years ago
Eugen Rochko 11fe293e1b
Remove unused ActivityPub `@context` values depending on response (#10378)
6 years ago
ThibG a91acf79b5 Move the account dropdown menubar to the right, make sure it doesn't move (#10390)
6 years ago
ThibG 6df4a82969 Add a “Block & Report” button to the block confirmation dialog (#10360)
6 years ago
ThibG 0c46bd11aa Fix HTML validation (#10354)
6 years ago
Aditoo17 6f6abc369f Make clicking on avatar open public profile in new tab (#10387)
6 years ago
Hinaloe 68f2211f00 Do not set CSRF Token when no csrf header (#10383)
6 years ago
mayaeh 186f7bcbb6 Fix menu items that don't action (#10379)
6 years ago
Eugen Rochko e117964325
Change icons of features on admin dashboard to remove bias (#10366)
6 years ago
Eugen Rochko 9745de883b
Add `blocked_by` relationship to the REST API (#10373)
6 years ago
Eugen Rochko e6cfa7ab89
Change language detector threshold from 140 characters to 4 words (#10376)
6 years ago
Eugen Rochko 94e5e834f2
Improve performance of list of blocked domains by caching counts (#10374)
6 years ago
Eugen Rochko a96181f16f
Redesign profile column in web UI to match design on public pages (#10337)
6 years ago
rinsuki d8b6431aa7 Add allowfullscreen attribute to oembed iframe (#10370)
6 years ago
ThibG 94aceb85ad Do not empty timeline of blocked users on block (#10359)
6 years ago
Eugen Rochko ef8b9afd1b
Weblate translations (2019-03-24) (#10362)
6 years ago
Eugen Rochko 45b849bad9
Fix MergeWorker being queued for remote users (#10355)
6 years ago
koyu 0f9278c3d3 Don't autofocus registration form (#10356)
6 years ago
Eugen Rochko 9d0573f574
Fix vote-after-expiration not showing error, count vote as interaction (#10352)
6 years ago
Eugen Rochko 555c4e11ba
Add validations to admin settings (#10348)
6 years ago
Eugen Rochko 55a9658ad8
Add custom closed registrations message to landing page when set (#10347)
6 years ago
Eugen Rochko 00d988955f
If registrations have been re-opened when user confirms account, approve (#10349)
6 years ago
Eugen Rochko 3411fbef19
Improve config serializer for Keybase (#10338)
6 years ago
ThibG 2361917944 Mark the 410 gone response for suspended accounts as cachable (#10339)
6 years ago
ThibG 62dd0b7f9c Fix processing poll Updates (#10333)
6 years ago
ThibG 80f0910e21 Add support for custom emojis in poll options (#10322)
6 years ago
ThibG 66d9452092 Do not try fetching keys of unknown accounts on a Delete from them (#10326)
6 years ago
ThibG 158c31b9df Reduce padding around logo on landing page (#10291)
6 years ago
ThibG 1217185cfa Do not distribute Delete when rejecting unapproved accounts (#10321)
6 years ago
ThibG d041b7a1e7 Do not show timeline preview or directory widgets if they are disabled (#10284)
6 years ago
Eugen Rochko 9d9b6e3543
Add missing locales (bn, ga, hi) (#10295)
6 years ago
Eugen Rochko 9c4cbdbafb
Add Keybase integration (#10297)
6 years ago
Eugen Rochko 42c581c458
Disable real-time updates on public pages to improve readability (#10260)
6 years ago
Eugen Rochko b8e4c85e69
Add dormant filter to relationship manager, rename other filters (#10308)
6 years ago
Eugen Rochko 7130d6e512
Fix relationship manager on narrow screens (#10293)
6 years ago
Ben Lubar c3d1594576 Reduce server load caused by anonymous viewing. (#9059)
6 years ago
ThibG a20354a20b Set and store report URIs (#10303)
6 years ago
ThibG 5e38ef87a7 Fix reblogs privacy (#10302)
6 years ago
ThibG 7477db7268 Save quick filter settings when selecting a different filter (#10296)
6 years ago
mayaeh 97e5f739f7 Fix returned translations. (#10298)
6 years ago
Eugen Rochko 735b8be204
Weblate translations (2019-03-16) (#10294)
6 years ago
ThibG 6b0eda14a1 Avoid race condition when streaming deleted statuses (#10280)
6 years ago
Nolan Lawson db06b25376 fix: update to emoji-mart 2.10.0 (#10281)
6 years ago
Eugen Rochko 6a3f08661f
Fix scrollbar styles on compose textarea, small bugs (#10292)
6 years ago
Eugen Rochko 1c113fd72d
Add relationship manager UI (#10268)
6 years ago
ysksn 782b622f5f Add specs for action log helper (#9605)
6 years ago
Yamagishi Kazutoshi 8347479f5d Bump webpacker from 3.5.5 to 4.0.2 (#10277)
6 years ago
Eugen Rochko 3ad3223b46
Fix detailed poll validation errors not being returned in the API (#10261)
6 years ago
Eugen Rochko c20d096e6a
Show disappointed elephant if web UI crashes (#10275)
6 years ago
Eugen Rochko ff565524aa
Fix maxed-out invites not showing up as expired in UI (#10274)
6 years ago
Eugen Rochko 1b167707c2
Fix language detection of non-latin alphabets even at few characters (#10276)
6 years ago
Eugen Rochko ba84b6d4d7
Add `visibility` param to reblog REST API (#9851)
6 years ago
Eugen Rochko d94e21f933
Add a preferences API so apps can share basic behaviours (#10109)
6 years ago
Aditoo17 85c3bbb238 I18n: Update Czech translation (#10272)
6 years ago
Eugen Rochko 874bd3ac0c
Fix error in AdminMailer#new_pending_account (#10264)
6 years ago
Eugen Rochko 6841d8fc74
Fix wrong method used in PollExpirationNotifyWorker (#10265)
6 years ago
Eugen Rochko 51e154f5e8
Admission-based registrations mode (#10250)
6 years ago
Eugen Rochko 6e3936aa6f
Improve invites list with click-to-copy inputs (#10259)
6 years ago
Eugen Rochko 9e33174604
Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217)
6 years ago
ThibG 65d9004ac9 Add UI for enabling/disabling poll notifications (#10255)
6 years ago
mayaeh c6f018091e i18n: Add Japanese translations for new landing page (#10254)
6 years ago
Eugen Rochko 06663fcf87
Fix `tagged` param not being normalized before querying tags (#10249)
6 years ago
mayaeh d4ef90eae3 Fix to limit to discoverable accounts. (#10253)
6 years ago
Eugen Rochko 9f5b55ad4f
Fix poll update handler calling method was that was not available (#10246)
6 years ago
Eugen Rochko a41afef80c
Optimize RemoveStatusService by removing n+1 query and using shared inboxes (#10247)
6 years ago
Eugen Rochko 5b50c2cbaa
Add muted style for polls in web UI (#10248)
6 years ago
Eugen Rochko da45b8b4c9
Fix public timeline page not paginating correctly (#10245)
6 years ago
Eugen Rochko 65fffeac3f
Redesign landing page (#10232)
6 years ago
Aurélien Reeves 85537b0069 Squish username before validation (#10239)
6 years ago
Eugen Rochko f5eeac0104
Fix remote interaction dialogs being indexed by search engines (#10240)
6 years ago
ThibG 79b00d294d Increase DNS timeouts (#10238)
6 years ago
ThibG 5506b9406d Avoid race conditions when creating backups (#10234)
6 years ago
ThibG 3a92885a86 Support pushing and receiving updates to poll tallies (#10209)
6 years ago
ThibG c11dff5049 Reject existing Follows when suspending a remote account (#10230)
6 years ago