6232 Commits (bebf9bf33f1d07d95f50a4ec581b8d0d7e9afc70)

Author SHA1 Message Date
Eugen Rochko 7762d3d275
Change follow recommendations to be limited to 20 instead of 40 in web UI (#16077)
3 years ago
Eugen Rochko 23b102f661
Add "recommended" label to activity/peers API toggles in admin UI (#16081)
3 years ago
Eugen Rochko b5ac17c4b6
Fix newlines not being considered sentence separators in account note (#16079)
3 years ago
Eugen Rochko bf903dc510
Change onboarding by replacing tutorial with follow recommendations in web UI (#16060)
3 years ago
Eugen Rochko ca3bc1b09f
Refactor StatusReachFinder to handle followers and relays as well (#16051)
3 years ago
Eugen Rochko 6d6000f61f
Fix remote reporters not receiving suspend/unsuspend activities (#16050)
3 years ago
Eugen Rochko 480d7c9478
Fix missing source strings and inconsistent lead text style in admin UI (#16052)
3 years ago
Eugen Rochko b3ceb3dcc4
Add canonical e-mail blocks for suspended accounts (#16049)
3 years ago
Eugen Rochko dde8739020
Fix reports of already suspended accounts being recorded (#16047)
3 years ago
Takeshi Umeda baed52c2a7
Fix not to show follow button in global suggestion (#16045)
3 years ago
Takeshi Umeda 9bb3341849
Fix to update suggestion list after dismiss (#16044)
3 years ago
Eugen Rochko 3b8d085436
Fix app name, website and redirect URIs not having a maximum length (#16042)
3 years ago
Eugen Rochko ce2148c571
Add `policy` param to `POST /api/v1/push/subscriptions` (#16040)
3 years ago
Takeshi Umeda c968d22ee9
Fix an error with 'multiple mentions with same username' (#16038)
3 years ago
Claire e78d06eecf
Add border to 🚲 emoji (#16035)
3 years ago
Eugen Rochko 120965eb0b
Change Web Push API deliveries to use request pooling (#16014)
3 years ago
Eugen Rochko f7117646af
Add cold-start follow recommendations (#15945)
3 years ago
Eugen Rochko 619fad6cf8
Remove spam check and dependency on nilsimsa gem (#16011)
3 years ago
Eugen Rochko 7183d9a113
Change multiple mentions with same username to render with domain (#15718)
3 years ago
Claire c5fe0864d1
Fix SidekiqProcessCheck checking for a queue name that isn't used in Mastodon (#16002)
4 years ago
Claire 117f6638d0
Fix SVG files not being correctly included in templates (#16001)
4 years ago
Eugen Rochko 487e37d6d4
Add system checks to dashboard in admin UI (#15989)
4 years ago
Eugen Rochko 82cce18227
Change health check (#15988)
4 years ago
Claire abad99fa10
Fix crash in old browsers (#15985)
4 years ago
Claire a650a1157d
Fix /admin/tags/:id crashing since Rails 6.1 update (#15953)
4 years ago
Claire 59f94593d0
Add warning in admin dashboard if some required queues are not handled (#15954)
4 years ago
Eugen Rochko dd1eb9918a
Add `email` param to `POST /api/v1/emails/confirmations` (#15949)
4 years ago
Marcin Mikołajczak f8e50eaea3
Add transition to media modal background (#15843)
4 years ago
Claire cbd0ee1d07
Update Mastodon to Rails 6.1 (#15910)
4 years ago
Claire 1c4dee4554
Fix Mastodon not understanding as:Public and Public (#15948)
4 years ago
Claire 034f37b85a
Fix compose form behavior in mobile view (#15555)
4 years ago
dependabot[bot] c3aef491d6
Bump react-select from 3.2.0 to 4.0.2 (#15624)
4 years ago
Claire 876840e9ef
Fix brakeman warning (#15870)
4 years ago
Claire 051efed5ed
Bypass MX validation for explicitly allowed domains (#15930)
4 years ago
Claire 5d48402be1
Fixing the hero widget (#15926)
4 years ago
Claire 39a490c70e
Fix custom CSS when CDN_HOST is set (#15927)
4 years ago
Eugen Rochko af8fe6e1e9
WIP (#15222)
4 years ago
Claire 741d0952b1
Improve account counters handling (#15913)
4 years ago
Claire b358229834
Further preparation for Rails 6 (#15916)
4 years ago
Claire 55ac2b9c60
Add option to opt out of unread notification markers (#15842)
4 years ago
Claire a4dcaef53b
Prepare Mastodon for zeitwerk autoloader (#15917)
4 years ago
Claire 5027abecd1
Fix cache_collection crashing when given an empty collection (#15921)
4 years ago
Claire 43eff898a0
Prepare Mastodon for Rails 6 (#15911)
4 years ago
Eugen Rochko e89e976e92
Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908)
4 years ago
Filipe Rodrigues 3dc94d9f91
Fix reference to non-existing translation in the exports page. (#15894)
4 years ago
Claire 1b02d29be5
Fix not being able to change world filter expiration back to “Never” (#15858)
4 years ago
Claire 5cc45d22d3
Remove subscription_expires_at leftover from OStatus (#15857)
4 years ago
Claire 67c5cdea40
Fix some ignored brakeman warnings (#15829)
4 years ago
Claire 5614e6724e
Fix URL scanning in note length validator and preview card fetching (#15827)
4 years ago
Claire 65db262550
Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382)
4 years ago
Claire a8139ab016
Add borders to 📱 and 📲 emojis (#15794)
4 years ago
Eugen Rochko ee1119208c
Add `POST /api/v1/emails/confirmations` to REST API (#15816)
4 years ago
Eugen Rochko 9aa37b32c3
Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)
4 years ago
Claire 0635c8760d
Fix WebUI crashing when SVG support is disabled (#15809)
4 years ago
Claire 75189af528
Fix crash on receiving requests with missing Digest header (#15782)
4 years ago
Claire 4f19504986
Add inline description of moderation actions in moderation interface (#15792)
4 years ago
Claire 5f4c0b79c2
Change ResolveAccountService's handling of skip_webfinger (#15750)
4 years ago
Claire 1b50ac08c1
Fix server rules not being displayed if extended server discription isn't set (#15778)
4 years ago
abcang 2127f40e6b
Fix default searchTokens (#15775)
4 years ago
Eugen Rochko 8331fdf7e0
Add server rules (#15769)
4 years ago
Justin Tracey c9e8e1739c
replace all instances of "ends_with?" with "end_with?" (#15745)
4 years ago
Eugen Rochko e31ed27485
Add `GET /api/v1/accounts/lookup` REST API (#15740)
4 years ago
Eugen Rochko 15ced8728f
Refactor Api::Web::SettingsController (#15717)
4 years ago
Eugen Rochko f8972d4503
Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716)
4 years ago
kaias1jp 08ae116dc6
Fixed WebUI crash when a status opened in the media modal is deleted (#15701)
4 years ago
Takeshi Umeda 7927959d8f
fix typo (#15705)
4 years ago
Cecylia Bocovich e79f8dd85c
Onion service related changes to HTTPS handling (#15560)
4 years ago
Jeong Arm d499bb031f
Use custom mascot on static share page (#15687)
4 years ago
Claire be3b9f8151
Fix URI of repeat follow requests not being recorded (#15662)
4 years ago
Mélanie Chauvel f5fefdc11a
Slightly reorder three dots menu on toots to make it more intuitive (#15647)
4 years ago
Claire 07b46cb332
Add dropdown for boost privacy in boost confirmation modal (#15704)
4 years ago
Claire acdeb162b8
Create instance actor if it hasn't been properly seeded (#15693)
4 years ago
Eugen Rochko acf1842896
Change max. image dimensions to 1920x1080px (1080p) (#15690)
4 years ago
ThibG a044ddac5b
Fix race conditions on account migration creation (#15597)
4 years ago
ThibG 3efa0c54b6
Change custom emoji to be animated when hovering container (#15637)
4 years ago
abcang 7ab53f221a
Improved performance of notification preloading (#15640)
4 years ago
abcang c8c764dd8b
Fix N+1 query when rendering with StatusSerializer (#15641)
4 years ago
abcang 2319e85a8a
Fix react/jsx-no-duplicate-props (#15636)
4 years ago
Takeshi Umeda 7f1c56954b
Fix first return value of FetchLinkCardService.html method (#15630)
4 years ago
luigi 7ea9588520
Use Enumerable#filter_map in more places (#15527)
4 years ago
ThibG 5fcac81302
Add “translate” class to other user strings (#15611)
4 years ago
luigi eb51e43fb4
Optimize some regex matching (#15528)
4 years ago
ThibG 7d0031a515
Fix Google Translate breaking web interface (#15610)
4 years ago
ThibG e955ca5463
Fix sign-up restrictions based on IP addresses not being enforced (#15607)
4 years ago
ThibG 2ff01f78f7
Fix /activity endpoint not require signature in authorized fetch mode (#15592)
4 years ago
ThibG 54d4e5252b
Use Rails' index_by where it makes sense (#15542)
4 years ago
ThibG 7bed25f3ea
Fix processing of incoming Block activities (#15546)
4 years ago
Levi Bard 11d603101a
Fix muting users with duration via the REST api (#15516)
4 years ago
luigi 087ed84367
Optimize map { ... }.compact calls (#15513)
4 years ago
ThibG 73ddb60c32
Fix OCR lang data failing to load (#15519)
4 years ago
ThibG a1a8aa4a08
Skip processing Update activities on unknown accounts (#15514)
4 years ago
abcang efffdd3778
Fix rubocop config and warnings (#15503)
4 years ago
Takeshi Umeda a50fe47a77
Fix defaultProps of frameRate to string (#15493)
4 years ago
Takeshi Umeda 71f0968887
Fix missing key in list timeline policy (#15494)
4 years ago
Takeshi Umeda e38874dcf7
Fix getting-started footer in single column mode not being clickable in Safari (#15496)
4 years ago
ThibG 4552449c26
Fix profile update not being sent on profile/header picture deletion (#15461)
4 years ago
Takeshi Umeda 3f4b0dfd47
Fix logo button style more (#15458)
4 years ago
Takeshi Umeda cb5bb2313b
Fix expand video on public page (#15469)
4 years ago
ThibG f1f96ebf02
Fix being able to import more than allowed number of follows (#15384)
4 years ago
Eugen Rochko 4580129c98
New Crowdin updates (#15413)
4 years ago
Takeshi Umeda ba748a83f2
Fix logo button style (#15428)
4 years ago
Eugen Rochko e89648574f
Fix error when changing ACL on missing objects during suspension (#15420)
4 years ago
Eugen Rochko ba0b79fc5c
Fix undefined method error when batch-removing statuses with ElasticSearch on (#15421)
4 years ago
Takeshi Umeda 7e6d3a7d9a
Fix unfollow action button style (#15418)
4 years ago
ThibG b08d2d4f78
Fix media modal buttons not showing up on mobile (#15417)
4 years ago
trwnh 4950e59cdc
Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer (#15415)
4 years ago
ThibG de57efd055
Fix mentions not being deleted efficiently (#15416)
4 years ago
Eugen Rochko 473abc35a1
Fix trying to privatize empty media attachments (#15414)
4 years ago
ThibG 814b7775fb
Improve performances of deleting favourites when deleting accounts (#15412)
4 years ago
Eugen Rochko 62e42bd15b
New Crowdin updates (#15369)
4 years ago
ThibG 2ab3e91eaf
Fix BatchedRemoveStatusService not working without ES in rails console (#15408)
4 years ago
ThibG 3249d35bdc
Improve account deletion performances further (#15407)
4 years ago
ThibG f18349640b
Fix batch order warnings in BatchedRemoveStatusService (#15409)
4 years ago
ThibG 1cf2c3a810
Fix external user creation failing when invite request text is required (#15405)
4 years ago
Eugen Rochko 9915d11c0d
Fix unnecessary queries when batch-removing statuses, 100x faster (#15387)
4 years ago
ThibG 43961035a9
Fix some notifications not being deleted on poll/status deletion (#15402)
4 years ago
ThibG 6f51fd7435
Fix invitation links not working when invite request text is required (#15385)
4 years ago
ThibG 7bf3c6e57b
Fix AccountDeletionWorker crashing and clogging sidekiq queues (#15380)
4 years ago
Eugen Rochko 1c41ce3217
New Crowdin updates (#15353)
4 years ago
Eugen Rochko 59343ef4d1
Fix missing description on enable bootstrap timeline accounts toggle in admin UI (#15367)
4 years ago
ThibG a60d9335d8
Fix resolving accounts sometimes creating duplicate records for a given AP id (#15364)
4 years ago
ThibG 47c6c54d31
Fix styling issue on /about when server admin has a long username (#15357)
4 years ago
Eugen Rochko eb35be0431
Fix follow limit preventing re-following of a moved account (#14207)
4 years ago
Eugen Rochko 941ff04b03
Fix styles for RTL languages and the light theme (#15356)
4 years ago
Eugen Rochko 8a95867693
Add option to obfuscate domain name in public list of domain blocks (#15355)
4 years ago
ThibG b1feb47055
Improve searching for private toots from URL (#14856)
4 years ago
Eugen Rochko 2032748050
New Crowdin updates (#15220)
4 years ago
ThibG 79efcf8aad
Change notification permission handling (#15176)
4 years ago
ThibG 8357969559
Fix admins being able to suspend their instance actor (#14567)
4 years ago
Eugen Rochko 1f564051b6
Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573)
4 years ago
Eugen Rochko 1045549f85
Add stoplight for object storage failures, return HTTP 503 (#13043)
4 years ago
Mashiro 75d2762fdf
Add "invite request content" display in user account admin page (#15265)
4 years ago
ThibG 1390cc194b
Add indication to admin UI of whether a report has been forwarded (#13237)
4 years ago
Marcin Mikołajczak 9342705e6b
Add app shortcuts (#15234)
4 years ago
ThibG 47e507fa61
Add ability to require invite request text (#15326)
4 years ago
ThibG a7e819b8a8
Fix dynamic updating of “Bootstrap timeline accounts” admin setting (#15325)
4 years ago
Eugen Rochko 4fd3062003
Change "Profile unavailable" string to "Account suspended" in web UI (#15345)
4 years ago
Eugen Rochko 216b85b053
Fix performance on instances list in admin UI (#15282)
4 years ago
Eugen Rochko a3b5675aa8
Change number format on about page from full to shortened (#15327)
4 years ago
ThibG 49eb4d4ddf
Add honeypot fields and minimum fill-out time for sign-up form (#15276)
4 years ago
ThibG 9669167aae
Fix notifications being unnecessarily redrawn on state change (#15312)
4 years ago
trwnh 127c543a6e
rename replies_policy enumerables (#15304)
4 years ago
Takeshi Umeda f379a52d74
Fix missing pictureInPicture prop in detailed status container (#15309)
4 years ago
Jeong Arm 7aee364795
Fix open media hotkey (#15308)
4 years ago
Takeshi Umeda 765626a3a7
Fix the Open handler for PreviewCard (#15305)
4 years ago
ThibG 0b437325dc
Fix column swiping animation logic (#15301)
4 years ago
Eugen Rochko 9620ee90be
Fix unnecessary re-rendering of various components when typing in web UI (#15286)
4 years ago
Eugen Rochko 48bef17cc9
Fix slow distinct queries where grouped queries are faster (#15287)
4 years ago
Eugen Rochko a8c471fcc0
Fix not being able to open audio modal in web UI (#15283)
4 years ago
Eugen Rochko 59d943e152
Fix alert when failing to save timeline markers in web UI (#15285)
4 years ago
Eugen Rochko 014733d1e4
Fix too low contrast on new media modal background in web UI (#15284)
4 years ago
Takeshi Umeda 17a2e27641
Fix remove number sign from account_featured_tags (#15277)
4 years ago
Takeshi Umeda 44d5c6bc8f
Fix incorrect conditions for suspended accounts in Get API for account featured tags (#15270)
4 years ago
ThibG fbe7519243
Fix account merging in maintenance script (#15264)
4 years ago
ThibG d849aad852
Change public thread view to hide "Show thread" link (#15266)
4 years ago
ThibG 9136be480f
Fix followers hash cache not being invalidated on account merge (#15256)
4 years ago
Eugen Rochko a55e6e99c0
Fix `ku` locale not being right-to-left (#15252)
4 years ago
Mélanie Chauvel 68775b6039
Fix character count not ignoring hidden CW field (#15236)
4 years ago
Eugen Rochko 13b07b88f1
Fix omniauth (SAML/CAS) sign-in routes not having CSRF protection (#15228)
4 years ago
Eugen Rochko 13206fcfb8
Fix media modal crashing when media has no blurhash (#15229)
4 years ago
Eugen Rochko e7e099d1a0
Fix deletes not reaching every server that interacted with status (#15200)
4 years ago
Eugen Rochko e1a6526c8d
Fix media modal regression on public pages (#15221)
4 years ago
Eugen Rochko 1e89e2ed98
Change media modals look in web UI (#15217)
4 years ago
Eugen Rochko cb7bd8ee03
New Crowdin updates (#15137)
4 years ago
Eugen Rochko f844386809
Add `tootctl accounts merge` (#15201)
4 years ago
abcang a2da02626e
Fixed ESLint error (#15214)
4 years ago
Eugen Rochko 272566043a
Remove fade-in animation from modals in web UI (#15199)
4 years ago
Eugen Rochko f970e1fab6
Fix hardcoded frame rate for frame by frame video navigation in web UI (#15198)
4 years ago
ThibG 66832cbf33
Undo outgoing follows when suspending a remote account (#15188)
4 years ago
ThibG c43f4cd3bb
Fix not being able to unfavorite toots one has lost access to (#15192)
4 years ago
ThibG 8b8004a962
Fix webfinger redirect handling in ResolveAccountService (#15187)
4 years ago
ThibG 96c1e71329
Add import/export feature for bookmarks (#14956)
4 years ago
Darius Kazemi 8e2530ea16
Mark correctly as read reverse-order announcements (#15070)
4 years ago
ThibG 2f6831f318
Fix sending spurious Rejects when processing remote account deletion (#15104)
4 years ago
Eugen Rochko df1653174b
Add cache buster feature for media files (#15155)
4 years ago
ThibG 966593393e
Fix DMs not appearing into timelines (#15182)
4 years ago
ThibG d8d43a427a
Fix image uploads being random data when canvas read access is blocked (#15180)
4 years ago
Eugen Rochko 18ca4e0e9a
Fix pop-out player appearing on mobile screens in web UI (#15157)
4 years ago
Eugen Rochko 04a079e723
Add hotkeys for audio/video control (#15158)
4 years ago
ThibG 0a4d0e8320
Fix AccountDeletionWorker not accepting keyword arguments (#15152)
4 years ago
Eugen Rochko aa10200e58
Fix streaming API allowing connections to persist after access token invalidation (#15111)
4 years ago
Eugen Rochko 8532429af7
Fix 2FA/sign-in token sessions being valid after password change (#14802)
4 years ago
ThibG 9870b175b4
Fix possible inconsistencies in tag search (#14906)
4 years ago
Takeshi Umeda 148ce97e21
Add interrelationship icon (#15149)
4 years ago
Takeshi Umeda 2b1a6e734f
Add follow selected followers button (#15148)
4 years ago
Eugen Rochko 4790a126be
Add button to dismiss desktop notifications permissions banner (#15141)
4 years ago
Eugen Rochko f1858f08c2
Remove auto-redirect to direct messages in web UI (#15142)
4 years ago
Yamagishi Kazutoshi 5206ede9c9
Add missing locales (#15138)
4 years ago
Eugen Rochko 880fc9baaf
New Crowdin updates (#15110)
4 years ago
Eugen Rochko 337dc6e0ad
Fix updating account counters when account_stat is not yet created (#15108)
4 years ago
Yamagishi Kazutoshi 2b63c62c57
Remove unnecessary messages (#15109)
4 years ago
ThibG b0893291ef
Fix Move handler not being triggered when failing to fetch target (#15107)
4 years ago
Eugen Rochko cc98f967b1
New Crowdin updates (#14388)
4 years ago
ThibG 1e64666662
Fix crash in SuspendAccountWorker (#15106)
4 years ago
Eugen Rochko 3134691948
Add support for reversible suspensions through ActivityPub (#14989)
4 years ago
ThibG ee8cf246cf
Fix crashes in SuspendAccountService/UnsuspendAccountService (#15100)
4 years ago
ThibG f84239ecab
Fix suspension/unsuspension not working because of FeedManager change (#15099)
4 years ago
Eugen Rochko 9b1f2a4b61
Add subresource integrity for JS and CSS assets (#15096)
4 years ago
Mélanie Chauvel 68d4b2b83e
Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052)
4 years ago
ThibG b29defb851
Change order of announcements in admin page to sort them newest-first (#15091)
4 years ago
Takeshi Umeda d6fe0c94ca
Add account sensitized (#14361)
4 years ago
Mashiro f720af6b72
Add limitation of image's max zoom rate (max to the original size of image) (#15094)
4 years ago
dependabot[bot] e16b0fb15a
Bump detect-passive-events from 1.0.5 to 2.0.1 (#15003)
4 years ago
Mashiro f645dad661
add mouse scroll lock in image expand view (#15088)
4 years ago
Mashiro 6a2db10f76
Add expand/compress image button on image view box (#15068)
4 years ago
ThibG fa929d8b81
Tweak signature verification (#15069)
4 years ago
ThibG 9d023ed4f6
Fix some account media gallery items having empty labels (#15073)
4 years ago
ThibG c49805efb1
Fix poll ending notifications being created for each vote (#15071)
4 years ago
Darius Kazemi f1f0400adc
Show announcements in reverse chronological order (#15065)
4 years ago
fuyu 8d7fbe7dd9
Fix wrong seek bar width on media player (#15060)
4 years ago
mayaeh 2ae751f19d
Fix width of content text fluctuating over time (#15055)
4 years ago
Mélanie Chauvel c5704e75ae
Make “Mark media as sensitive” properly translatable (#15051)
4 years ago
Mélanie Chauvel 1d07f51039
Make visibility icon clickable as part of the time of a toot (#15053)
4 years ago
Mélanie Chauvel 0a8ab822e2
Sort filters by “keyword or phrase” in Settings (#15050)
4 years ago
Mélanie Chauvel a5afbb62d2
Make click area of video/audio player buttons bigger in WebUI (#15049)
4 years ago
ThibG 3678b10823
Fix follow request notifications (#15048)
4 years ago
ThibG 1f945e7390
Fix followers synchronization mechanism not being triggered on mentions (#15026)
4 years ago
ThibG fb586584f2
Fix account processing failing because of large collections (#15027)
4 years ago
ThibG ca56527140
Add follower synchronization mechanism (#14510)
4 years ago
abcang 9649ca0fbe
Removed disabling comments for Style/MethodMissingSuper (#15014)
4 years ago
Josh Leeb-du Toit 0c24f4dce2
Add support for Gemini urls (#15013)
4 years ago
mayaeh 4130aef29c
Fix translation string (#14986)
4 years ago
mayaeh fb5f3be18f
Fix strings that could not be translated (#14980)
4 years ago
Eugen Rochko a69ca29473
Change how missing desktop notifications permission is displayed (#14985)
4 years ago
Takeshi Umeda b4c4af18dc
Fix a bear check when the activity object is nil (#14981)
4 years ago
ThibG 4c45b43cb8
Change how CDN_HOST is passed down to make assets build reproducible (#14381)
4 years ago
OSAMU SATO 96761752ec
Add duration parameter to muting. (#13831)
4 years ago
ThibG f54ca3d08e
Fix browser notification permission request logic (#13543)
4 years ago
Eugen Rochko 5e1364c448
Add IP-based rules (#14963)
4 years ago
ThibG dc52a778e1
Fix issue checking for last unread notification when there are gaps (#14960)
4 years ago
ThibG dac3e362fd
Fix unread notification marker not updating when mounting column (#14954)
4 years ago
Eugen Rochko 7d985f2aac
Remove dependency on goldfinger gem (#14919)
4 years ago
ThibG 63770d3aac
Ignore alt-key hotkeys in text fields (#14942)
4 years ago
mayaeh 5a9ad221bf
Update translation files (#14920)
4 years ago
Eugen Rochko a549415868
Fix regressions in icon buttons in web UI (#14915)
4 years ago
Takeshi Umeda bec8b12bb5
Fix mark as read in notifications to be saved immediately (#14907)
4 years ago
ThibG 65136600e3
Fix logging out on mobile (#14901)
4 years ago
ThibG 78e45a5285
Add option to disable swiping motions across the WebUI (#13885)
4 years ago
Takeshi Umeda f5d08f2417
Fix unread notification markers (#14897)
4 years ago
ThibG 82951920f7
Fix bell button causing a brief “Cancel follow request” on locked accounts (#14896)
4 years ago
Eugen Rochko d88a79b456
Add pop-out player for audio/video in web UI (#14870)
4 years ago
ThibG d60290044e
Add environment variable to allow requests to some private addresses (#14722)
4 years ago
ThibG ff89025979
Add unread notification markers (#14818)
4 years ago
Jeremy Rose 03b6b034b9
add og:published_time to opengraph meta tags (#14865)
4 years ago
Takeshi Umeda b655a7f88f
Fix a slow query for TagFeed (#14861)
4 years ago
Takeshi Umeda 070026e634
Fix method of the DELETE DATA button (#14855)
4 years ago
Eugen Rochko 8c8bf0289f
Fix not being able to enable status notifications in Web Push API (#14822)
4 years ago
Eugen Rochko 974b1b79ce
Add option to be notified when a followed user posts (#13546)
4 years ago
ThibG eaea2311aa
Fix home TL marker code mishandling gaps (#14809)
4 years ago
ThibG aab867b0e8
Fix notification filter bar incorrectly filtering gaps (#14808)
4 years ago