1132 Commits (44c8b6ff2f471a49ca764f0c2909285b8f81cb88)

Author SHA1 Message Date
Claire d1deaee77f Fix crash on receiving requests with missing Digest header (#15782)
4 years ago
Eugen Rochko 4930e71ae7 Add server rules (#15769)
4 years ago
Justin Tracey cbcf083cb4 replace all instances of "ends_with?" with "end_with?" (#15745)
4 years ago
Eugen Rochko e4ba5635ee Add `GET /api/v1/accounts/lookup` REST API (#15740)
4 years ago
Eugen Rochko ecfcdc856b Refactor Api::Web::SettingsController (#15717)
4 years ago
Cecylia Bocovich 6c300f08e5 Onion service related changes to HTTPS handling (#15560)
4 years ago
Claire 4028717020 Create instance actor if it hasn't been properly seeded (#15693)
4 years ago
abcang 2b9d71cc18 Improved performance of notification preloading (#15640)
4 years ago
ThibG 320355ce28 Fix /activity endpoint not require signature in authorized fetch mode (#15592)
4 years ago
ThibG 2582047c36 Use Rails' index_by where it makes sense (#15542)
4 years ago
Levi Bard 87d45a9cd8 Fix muting users with duration via the REST api (#15516)
4 years ago
luigi 944b059f50 Optimize map { ... }.compact calls (#15513)
4 years ago
ThibG 8a54766750 Skip processing Update activities on unknown accounts (#15514)
4 years ago
ThibG e56b3f03aa Fix profile update not being sent on profile/header picture deletion (#15461)
4 years ago
trwnh 33e4e1cfe4 Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415)
4 years ago
Eugen Rochko 816df80b86 Add option to obfuscate domain name in public list of domain blocks (#15355)
4 years ago
Eugen Rochko 76b0f84cd5 Add stoplight for object storage failures, return HTTP 503 (#13043)
4 years ago
Eugen Rochko df8874b24e Fix performance on instances list in admin UI (#15282)
4 years ago
ThibG e1ef5f3b31 Add honeypot fields and minimum fill-out time for sign-up form (#15276)
4 years ago
Eugen Rochko 48534762cf Fix slow distinct queries where grouped queries are faster (#15287)
4 years ago
Takeshi Umeda fabb864526 Fix incorrect conditions for suspended accounts in Get API for account featured tags (#15270)
4 years ago
ThibG a609802736 Fix not being able to unfavorite toots one has lost access to (#15192)
4 years ago
ThibG 8e79bac43d Add import/export feature for bookmarks (#14956)
4 years ago
Eugen Rochko 90faa8039c Fix 2FA/sign-in token sessions being valid after password change (#14802)
4 years ago
Takeshi Umeda f0a79a9fa8 Add interrelationship icon (#15149)
4 years ago
Takeshi Umeda 1dde6183a3 Add follow selected followers button (#15148)
4 years ago
Eugen Rochko 38be9af436 Add support for reversible suspensions through ActivityPub (#14989)
4 years ago
ThibG b1a78a5cce Change order of announcements in admin page to sort them newest-first (#15091)
4 years ago
Takeshi Umeda 385c2eac6f Add account sensitized (#14361)
4 years ago
ThibG 9500d00e5f Tweak signature verification (#15069)
4 years ago
Mélanie Chauvel c93e98ad47 Sort filters by “keyword or phrase” in Settings (#15050)
4 years ago
ThibG 694a5e33d5 Add follower synchronization mechanism (#14510)
4 years ago
OSAMU SATO ba9252b32d Add duration parameter to muting. (#13831)
4 years ago
Eugen Rochko da4c730c47 Add IP-based rules (#14963)
4 years ago
ThibG 79b2d30a19 Add option to disable swiping motions across the WebUI (#13885)
4 years ago
Eugen Rochko 2539d7d655 Fix not being able to enable status notifications in Web Push API (#14822)
4 years ago
Eugen Rochko 02c4c91faa Add option to be notified when a followed user posts (#13546)
4 years ago
Eugen Rochko e514304a76 Change account suspensions to be reversible by default (#14726)
4 years ago
ThibG 739f7815ef Do not serve account actors at all in limited federation mode (#14800)
4 years ago
Eugen Rochko 403aeeb7e0 Refactor settings controllers (#14767)
4 years ago
Eugen Rochko 7fa0da9e98 Change REST API to return empty data for suspended accounts (#14765)
4 years ago
abcang e8c39853ad Changed tag most_used to recently_used (#14760)
4 years ago
Eugen Rochko 78ceda1af6 Refactor how public and tag timelines are queried (#14728)
4 years ago
ThibG 1a3405005a Add outbox attribute to instance actor (#14721)
4 years ago
Takeshi Umeda cb37bd63dc Added account featured tags API (#11817)
4 years ago
Eugen Rochko c6ad9aae69 Add featured hashtags as an ActivityPub collection (#11595)
4 years ago
ThibG 50d0c1e95f Add configuration option to filter replies in lists (#9205)
4 years ago
dependabot[bot] 61b768572e Bump rubocop from 0.86.0 to 0.88.0 (#14412)
4 years ago
Akihiko Odaki b096ad1c0f Make Array-creation behavior of Paginable more predictable (#14687)
4 years ago
Akihiko Odaki 1c70d8189c Introduce ApplicationController#cache_collection_paginated_by_id (#14677)
4 years ago
Akihiko Odaki 5a8fa3ad95 Eagerly load statuses with the main query in Api::V1::BookmarksController (#14674)
4 years ago
Akihiko Odaki 81666b26a6 Replace incorrect use of distinct with group (#14675)
4 years ago
Akihiko Odaki 976938bf30 Eagerly load statuses with the main query in Api::V1::FavouritesController (#14673)
4 years ago
Akihiko Odaki 44df785077 Use Status.group instead of Status.distinct in HashQueryService (#14662)
4 years ago
ThibG d480442e58 Add support for latest HTTP Signatures spec draft (#14556)
4 years ago
santiagorodriguez96 f142983484 Add WebAuthn as an alternative 2FA method (#14466)
4 years ago
ThibG 4e292c23d6 Fix not being able to unbookmark toots when blocked by their author (#14604)
4 years ago
ThibG 8baad22f68 Improve email address validation (#14565)
4 years ago
ThibG 7792bab1cd Fix RSS feeds not being cachable (#14368)
4 years ago
Ariel ac1a3386bd Fix/14021 behaviour on add or remove toots (#14212)
4 years ago
ThibG c9fbf47a23 Fix being unable to unboost when blocked by their author (#14308)
4 years ago
abcang aca93fa882 Fix rubocop warning (#14288)
4 years ago
Eugen Rochko 0edde9d6c8 Fix media attachments enumeration (#14254)
4 years ago
Eugen Rochko a79c5e5e63 Fix other sessions not being logged out on password change (#14252)
4 years ago
ThibG 3afc7977b1 Add user notes on accounts (#14148)
4 years ago
Eugen Rochko a3ce01a102 Add customizable thumbnails for audio and video attachments (#14145)
4 years ago
fuyu ad1dfea4fa Fix not working I18n on 2FA and Sign in token page (#14087)
4 years ago
ThibG 6a3e2b0fe5 Fix functional user requirements in whitelist mode (#14093)
4 years ago
Eugen Rochko 2dbf6bc5ad Add e-mail-based sign in challenge for users with disabled 2FA (#14013)
4 years ago
Takeshi Umeda 654c13ecfb Add limit parameter to rss (#13743)
4 years ago
ThibG 8b552d6f0c Fix unpermitted operations on custom emojis leading to cryptic errors (#13951)
4 years ago
Eugen Rochko 9de5c70980 Fix wrong route helper in encrypted messages controller (#13952)
4 years ago
ThibG 8d57f6c4b4 Fix account redirect confirmation message talking about moved followers (#13950)
4 years ago
Eugen Rochko b864e78db8 Add E2EE API (#13820)
4 years ago
ThibG 60bb6ac6f4 Fix webfinger returning wrong status code on malformed or missing param (#13759)
4 years ago
ThibG f48e191e8e Fix sr locale being selected over sr-Latn (#13693)
4 years ago
Eugen Rochko fc7cad8b2d Add ability to remove identity proofs from account (#13682)
4 years ago
Takeshi Umeda 861661100c Add remote only to public timeline (#13504)
4 years ago
ThibG e9227d8c10 Remove confusing “You are already signed in.” flash message (#13547)
4 years ago
ThibG 5479d33843 Fix own following/followers not showing muted users (#13614)
4 years ago
Eugen Rochko e80d4479c7 Add more ActivityPub controller tests (#13590)
4 years ago
Eugen Rochko 0ca06d0ba9 Add more tests for ActivityPub controllers (#13585)
4 years ago
sternenseemann 674005c08e Allow users to delete their header and avatar (#13234)
4 years ago
Takeshi Umeda f5606cdab4 Add local only to hashtag timeline (#13502)
4 years ago
Eugen Rochko 2d3219549b Change delivery failure tracking to work with hostnames instead of URLs (#13437)
4 years ago
Eugen Rochko 50fa554899 Add rate limit for reporting (#13390)
5 years ago
Eugen Rochko 6932e0e2af Add ability to filter audit log in admin UI (#13381)
5 years ago
Takeshi Umeda 1c2a286244 Fix ImportsController param to permit :mode (#13347)
5 years ago
ThibG 1a993f9675 Fix 404 and 410 API errors being silently discarded in WebUI (#13279)
5 years ago
Eugen Rochko 9ced8b6dd5 Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254)
5 years ago
Eugen Rochko da9d81c4ac Add titles to warning presets in admin UI (#13252)
5 years ago
ThibG cd7c22da32 Add federation support for the "hide network" preference (#11673)
5 years ago
Eugen Rochko f459919552 Change local media attachments to perform heavy processing asynchronously (#13210)
5 years ago
ThibG cb93be3b88 Add ability to delete files uploaded for settings in admin UI (#13192)
5 years ago
Eugen Rochko a4668d994b Add specific rate limits for posting and following (#13172)
5 years ago
Eugen Rochko 9619521459 Remove useless `respond_to` calls (#13208)
5 years ago
Eugen Rochko e0db9f37f5 Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)
5 years ago
ThibG c004399975 Fix dismissing an announcement twice raising an obscure error (#13124)
5 years ago
ThibG 8e8d9b3727 Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
5 years ago
ThibG ddd9bad7f1 Fix sign-ups without checked user agreement being accepted through the web form (#13088)
5 years ago