Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mastodon

Mastodon is a free, open-source social network server based on ActivityPub
Collective - Host: opensource - https://opencollective.com/mastodon - Website: https://joinmastodon.org - Code: https://github.com/tootsuite/mastodon

Fix profile header being cut off in light theme in web UI (#20298)

github.com/mastodon/mastodon - e37e8deb0ff207d36bb359ce395e2888dacc216d authored about 2 years ago
Change link verification to ignore IDN domains (#20295)

Fix #3833

github.com/mastodon/mastodon - 9965a23b043b0ab511e083c44acda891ea441859 authored about 2 years ago
Improve performance by avoiding regex construction (#20215)

```ruby
10.times { p /#{FOO}/.object_id }
10.times { p FOO_RE.object_id }
```

github.com/mastodon/mastodon - 78a6b871fe3dae308380ea88132ddadc86a1431e authored about 2 years ago
Revert filtering public timelines by locale by default (#20294)

github.com/mastodon/mastodon - 0cd0786aef140ea41aa229cd52ac67867259a3f5 authored about 2 years ago
Change `master` branch to `main` branch (#20290)

github.com/mastodon/mastodon - b280a255c4ee7117fa2b141a200b76975a727a7f authored about 2 years ago
Fix `mailers` queue not being used for mailers (#20274)

Regression since Rails 6.1

github.com/mastodon/mastodon - 45ce858fd92e2af75989369088631087c9cd6033 authored about 2 years ago
Fix NameError in Webfinger redirect handling in ActivityPub::FetchRemoteActorService (#20260)

github.com/mastodon/mastodon - a5394980f22e061ec7e4f6df3f3b571624f5ca7d authored about 2 years ago
New Crowdin updates (#20016)

* New translations en.json (Telugu)

* New translations en.yml (Telugu)

* New translations ...

github.com/mastodon/mastodon - cd0a87f170f795f3d2eeaadc06d6039aca395049 authored about 2 years ago
Add Balaibalan, Láadan, Lingua Franca Nova, Lojban, Toki Pona to language list (#20168)

* Add Balaibalan, Láadan, Lojban, Toki Pona to language list

Fixes #8995.

* Correct transl...

github.com/mastodon/mastodon - 104157bd012f5d7306f3bd98962b49732d7d0915 authored about 2 years ago
Fix GET /api/v1/admin/ip_blocks/:id (#20207)

github.com/mastodon/mastodon - 029b5cd5b1314463920ee3a66335c369093edd26 authored about 2 years ago
Change account deletion requests to spread out over time (#20222)

github.com/mastodon/mastodon - 5333447be0c0e278d6f591bb6004fdee903a08f7 authored about 2 years ago
Fix being able to spoof link verification (#20217)

- Change verification to happen in `default` queue
- Change verification worker to only be queu...

github.com/mastodon/mastodon - e98833748e80275a88560155a0b912667dd2d70b authored about 2 years ago
Fix nginx location matching (#20198)

github.com/mastodon/mastodon - 53817294fc95eabfed6129138f9aaa920e13c4b9 authored about 2 years ago
Fix redirects from /web/ discarding everything after a dot (#20148)

Fixes #20145

github.com/mastodon/mastodon - dd7176a4b54a69f4a96648acb71abdff9fd45e3c authored about 2 years ago
Fix typos (#19849)

Found via `codespell -q 3 -S ./yarn.lock,./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/java...

github.com/mastodon/mastodon - 6ba52306f9d2611a06326445230b54c156c37e53 authored about 2 years ago
CHANGELOG.md: Fix typos (#19838)

github.com/mastodon/mastodon - 6f1559ed0f17cf4bc7402559c4c564f0ebead9c9 authored about 2 years ago
Remove aria-pressed where it's redundant (#19912)

This commit removes aria-pressed attribute from all elements which
contents or other descriptiv...

github.com/mastodon/mastodon - d055d751720b7494ba990a43434b73e17596b5e8 authored about 2 years ago
Add server-side route so that legacy /web/statuses/:id URLs keep being supported (#19978)

github.com/mastodon/mastodon - d70303bba617b2ff1884714dd6dc69a3bd6e41a4 authored about 2 years ago
Change Report category to "violation" if rule IDs are provided (#20137)

* Change Report category to "violation" if rule IDs are provided

* Fix LiteralAsCondition

...

github.com/mastodon/mastodon - b1a48e05b6b24a1ae37b9bcbc6f767c949ff3d79 authored about 2 years ago
Fix nodeinfo metadata attribute being an array instead of an object (#20114)

Fixes #20111

github.com/mastodon/mastodon - c476dfc72546c707c16ba179562db7fedec11d10 authored about 2 years ago
Assign unique set of labels to k8s deployments #19703 (#19706)

github.com/mastodon/mastodon - 476e74b4c4f967884be120fb75b87f232962103d authored about 2 years ago
chore(chart): Update appVersion in helm chart (#19653)

This patch updates the helm chart appVersion to the current release and
removes the additional ...

github.com/mastodon/mastodon - f4b78028a3bdc48517cf3df1e65236f392496d74 authored about 2 years ago
helm: Fix ingress pathType (#19729)

github.com/mastodon/mastodon - f7613febb36f1cec9ce4e8762da0f3b182a0e8a4 authored about 2 years ago
Roll pods to pick up db migrations even if podAnnotations is empty (#19702)

github.com/mastodon/mastodon - fd3c48210419441f95b08a951f715e5ecd55e5c1 authored about 2 years ago
Fix helm postgresql secret (#19678)

* Revert "Fix helm chart use of Postgres Password (#19537)"

This reverts commit 6094a916b185a...

github.com/mastodon/mastodon - d3afd7a2f1c12de4d02777585550183b04167625 authored about 2 years ago
Add postgresql password settings hint (#19112)

github.com/mastodon/mastodon - 9358fd295d5ffa960bbdfc0c28d45553cb78a3de authored about 2 years ago
Add `sensitized` to Admin::Account serializer (fix #19148) (#20094)

* Add `sensitized` to Admin::Account serializer (fix #19148)

* remove whitespace, please linter

github.com/mastodon/mastodon - c3747292254b608c601f7719ac5bee6eaca8655f authored about 2 years ago
Make account endorsements idempotent (fix #19045) (#20118)

* Make account endorsements idempotent (fix #19045)

* Accept suggestion to use exists? instea...

github.com/mastodon/mastodon - 89e1974f30709fdb98d7484561c371980f37b700 authored about 2 years ago
Fix missing cast of status and rule IDs to string (fix #19048) (#20122)

github.com/mastodon/mastodon - 455a754081cd5ba7b5b4979cc62cb1d2f7867ed5 authored about 2 years ago
Fix uncaught 500 error on invalid `replies_policy` (Fix #19097) (#20126)

github.com/mastodon/mastodon - 68d9dcd425468a4b2cca46de7de462eaa27c80f0 authored about 2 years ago
Change Request connection logic to try both IPv6 and IPv4 when available (#20108)

Fixes #19751

github.com/mastodon/mastodon - c989faaa6201f19e99dc7088a496e603153f0f90 authored about 2 years ago
Fix grammar (#20106)

github.com/mastodon/mastodon - 36b0ff57b7699db3d6acaa969a6c1491d1b9f9e3 authored about 2 years ago
Fix redrafting a currently-editing post not leaving edit mode (#20023)

github.com/mastodon/mastodon - 782b6835f786385c41c6455f2a251d1925b19eb5 authored about 2 years ago
Improve performance by avoiding method cache busts (#19957)

Switch to monkey-patching http.rb rather than a runtime extend of each
response, so as to avoid...

github.com/mastodon/mastodon - 833d9c2f1c66b97faf11fb285a8b639fdca24069 authored about 2 years ago
Add password autocomplete hints (#20071)

Fixes #20067

Our password autocomplete hints were “off” but that does not prevent current
br...

github.com/mastodon/mastodon - 9f4930ec11b4185fcb17e5394fd0234dfcf16ed3 authored about 2 years ago
Fix opening the language picker scrolling the single-column view to the top (#19983)

Fixes #19915

github.com/mastodon/mastodon - 608343c135c087ab7fa9bd401dce8a705720fdb8 authored about 2 years ago
Micro-optimization: use `if`/`else` instead of `Array#compact` and `Array#min` (#19906)

* Technically `if`/`else` is faster than using `[value1, value2].compact.min` to find the lesser...

github.com/mastodon/mastodon - ca80beb6530b3bbeff795c4832e2b4ab7bc8f672 authored about 2 years ago
Fix spoiler buttons css not rendering correct color in light theme (#19960)

* Updating status__content__spoiler-link css for mastodon-light theme to ensure correct renderin...

github.com/mastodon/mastodon - 0beb095a4bfbcce55acb016eaaa54b5e93a56023 authored about 2 years ago
Fix validation error in SynchronizeFeaturedTagsCollectionWorker (#20018)

* Fix followers count not being updated when migrating follows

Fixes #19900

* Fix validati...

github.com/mastodon/mastodon - bbf74498f57513751f3506e3bbf7a04be4ad3b67 authored about 2 years ago
Fix filter handling in status cache hydration (#19963)

github.com/mastodon/mastodon - 3114c826a7a6b2b10bff722c59cca57abe7f819f authored about 2 years ago
Micro-optimization: only split `acct` into two Strings (#19901)

* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `a...

github.com/mastodon/mastodon - 106648b456396cd7b433848dd6608537d5b811f4 authored about 2 years ago
New Crowdin updates (#19771)

* New translations en.yml (Vietnamese)

* New translations en.yml (Galician)

* New translat...

github.com/mastodon/mastodon - 86a80acf40c5ca212ffede62a42806e035d7cab3 authored about 2 years ago
Add aria-expanded to content warning toggle button (#19975)

Fixes #19920

github.com/mastodon/mastodon - 622f603ac73e40a9e41c254fa90079eeecfe1e02 authored about 2 years ago
Fix crash when external auth provider has no display_name set (#19962)

Fixes #19913

github.com/mastodon/mastodon - 1e1289b024052ed47c95e145eb34909cb175ce30 authored about 2 years ago
Fix links to the Web UI in notifications (#19981)

Most of the old routes are broken because of the /web removal.

github.com/mastodon/mastodon - e1227457f197f856764bdb27c61d527180f98862 authored about 2 years ago
Add form element on focal point modal (#19834)

* Add form element on focal point modal

* Add type="button" for detection button

github.com/mastodon/mastodon - 8515bc79628c6e753a09a7da42eff9ce7ed4ade7 authored about 2 years ago
Fix followers count not being updated when migrating follows (#19998)

Fixes #19900

github.com/mastodon/mastodon - 5925a31b78f9eadd8daeb8e316bd6728fde547a9 authored about 2 years ago
Tag the OTP field with autocomplete for password managers (#19946)

This is modeled on #19833, and based on the attribute values documented
in https://developer.ap...

github.com/mastodon/mastodon - a70e2cd649cbd82d534f03202fb3078a4ae1af1d authored about 2 years ago
Fix double button to clear emoji search input (#19888)

github.com/mastodon/mastodon - 4b7f32a2a668b7068ede7ac8eb2ac087883ba213 authored about 2 years ago
Add null check on application in dispute viewer (#19851)

github.com/mastodon/mastodon - 02a34252ba21a405e3960da4b65c15a2c8d952f2 authored about 2 years ago
Fix JavaScript console error on Getting Started column (#19891)

* Fix JavaScript console error on Getting Started column

* Update app/javascript/mastodon/com...

github.com/mastodon/mastodon - ffe735344bb47ad2af743ad97729db9ea9c11f60 authored about 2 years ago
Fix console log error on column settings load (#19886)

github.com/mastodon/mastodon - 34c269310d2017c3164d57c1e8631f9423092ee3 authored about 2 years ago
Fix crash in legacy filter creation controller (#19878)

github.com/mastodon/mastodon - 4cb23234580b12750940f60afc4a2bbace8347e9 authored about 2 years ago
Skip Webfinger cache during migrations as well (#19883)

github.com/mastodon/mastodon - 54f0f1b9efa73166d5d1dfb475b71111e2a5f2ed authored about 2 years ago
allow /api/v1/streaming to be used as per documentation (#19896)

github.com/mastodon/mastodon - 8c81db5a415cce3491cb5d343709db552ad262b6 authored about 2 years ago
Set autocomplete attr for email field on signup page (#19833)

The email address will be used as the "username" for sign-in purposes, so it's the value that sh...

github.com/mastodon/mastodon - e53fc34e9abd8d6d3a0907fea2d0f657c5e8666c authored about 2 years ago
Update SECURITY.md (#19869)

github.com/mastodon/mastodon - bd220c32f162230d31e99bdabd30aea787a89cfc authored over 2 years ago
Bump version to 4.0.0rc2 (#19831)

github.com/mastodon/mastodon - 5187e4e758b0636432d984d1a95a310cac536205 authored over 2 years ago
Fix not using GIN index for account search queries (#19830)

github.com/mastodon/mastodon - 3151b260e27c1d3143b36a68b700bf3884ae9808 authored over 2 years ago
Update changelog for 4.0.0rc1 (#19814)

github.com/mastodon/mastodon - 58fc889c6fe697da4f880cb43e75d97d3a604d79 authored over 2 years ago
Change design of new list form in web UI (#19801)

github.com/mastodon/mastodon - ca8d52c2a4e7d71836008f63cffd273542ab2476 authored over 2 years ago
version emoji-mart (#19715)

* version emoji-mart

* add lock file

github.com/mastodon/mastodon - 18ac5f1cc8aa68ff17632f7fe99981f6a653dd62 authored over 2 years ago
Fix missing string in admin UI (#19809)

github.com/mastodon/mastodon - b5b1a202ccf12a2c4907bc9831a5960bb10f2404 authored over 2 years ago
Heroku fix (#19807)

Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ru...

github.com/mastodon/mastodon - c8bf6192e43e426b71d2543dc29a2cba8cc9ac80 authored over 2 years ago
Change `AUTHORIZED_FETCH` to not block unauthenticated REST API access (#19803)

New environment variable `DISALLOW_UNAUTHENTICATED_API_ACCESS`

github.com/mastodon/mastodon - 3a41fccc43931d12216aa491b234805892dc0861 authored over 2 years ago
Fix indexing scheduler trying to index when Elasticsearch is disabled (#19805)

Fix #19646

github.com/mastodon/mastodon - d0c9ac39190c71afb581836e770ebace4ad1ef1b authored over 2 years ago
Fix n+1 queries when rendering initial state JSON (#19795)

github.com/mastodon/mastodon - d54e7ee61edf028cd51f7362a970acc152afa456 authored over 2 years ago
helm: Add documentation to run tootctl commands (#19791)

github.com/mastodon/mastodon - c64be9758f7e0c078ac8c6d27ec383b14253e3e0 authored over 2 years ago
Fix rendering empty avatar in web UI (#19798)

github.com/mastodon/mastodon - d1de7fb7fa561a76c30f3b1f60b82856443ed4b3 authored over 2 years ago
Fix missing interpolation of domain in disabled account banner in web UI (#19788)

github.com/mastodon/mastodon - a442f481f850d857544eafdd0725142ed8656552 authored over 2 years ago
Change design of moved account banner in web UI (#19790)

github.com/mastodon/mastodon - 7c65f5269277cd8e953efb25fa77dc28441904e7 authored over 2 years ago
Remove word-break:keep-all from Dismissable banner message (#19799)

github.com/mastodon/mastodon - 30e786225e665f44676ed6f1c6d5200e68b3a378 authored over 2 years ago
Change sign-in banner to reflect disabled or moved account status (#19773)

github.com/mastodon/mastodon - 312d616371096235f1f317041300b8220c447613 authored over 2 years ago
Add S3 existing secret to sidekiq (#19778)

github.com/mastodon/mastodon - 0498b106c9d632d761dc556e9d471eb6aec846c5 authored over 2 years ago
Remove broken link references to bug bounty program (#19779)

The link https://app.intigriti.com/programs/mastodon/mastodonio/detail no longer works

* Clos...

github.com/mastodon/mastodon - 29604763d7e8b639a21afeb6c8d8386d2226ddc8 authored over 2 years ago
Fix JavaScript console warning when loading notifications (#19772)

github.com/mastodon/mastodon - 887976814a2639a666896ae94b14c64e2834e26d authored over 2 years ago
Fix JavaScript console error on upload editing status (#19769)

github.com/mastodon/mastodon - c95d9aab56dcde8c183f15d565cd1e8746d42c48 authored over 2 years ago
Fix compose form submission reloading web interface (#19762)

* Fix compose form submission reloading web interface

Fix regression introduced by #19742

...

github.com/mastodon/mastodon - 9616f5bb2248b4bf8f1e51130af1f19a94abf6db authored over 2 years ago
New Crowdin updates (#19627)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Tradition...

github.com/mastodon/mastodon - 1e7ea50f4ccadee0a25db0d79840497bd0175589 authored over 2 years ago
Fix n+1 query during status removal (#19753)

github.com/mastodon/mastodon - c4b92b1aee27a813e24395d43e265cc02a8fe9a3 authored over 2 years ago
Fix additional issues with status cache hydration (#19747)

* Spare one SQL query when hydrating polls

* Improve tests

* Fix more discrepancies

* F...

github.com/mastodon/mastodon - bb89f83cc06b9665205c62db21163f2ce43d97ed authored over 2 years ago
Fix various issues with store hydration (#19746)

- Improve tests
- Fix possible crash when application of a reblogged post isn't set
- Fix disc...

github.com/mastodon/mastodon - 03b991de6c5874f3e7d1b6f6ff70b853b8daf639 authored over 2 years ago
A11y: Explicit <form> element around compose area (#19742)

github.com/mastodon/mastodon - 0165449e3a062238511489a8b23f3facd98258b6 authored over 2 years ago
Fix reblogs being discarded after the reblogged status (#19731)

github.com/mastodon/mastodon - c2170991c7889b8f6c6434f416cb0a8450db25a1 authored over 2 years ago
Add assets from Twemoji 14.0 (#19733)

github.com/mastodon/mastodon - e02812d5b63b4909fff9c0c7246e80745c4c703e authored over 2 years ago
Fix featured tags not saving preferred casing (#19732)

github.com/mastodon/mastodon - b1a219552e935d0c988e1f20b9fdceeb042d2c2d authored over 2 years ago
Make word-break: keep-all for dismissable banner (#19719)

github.com/mastodon/mastodon - f002878c95442bae71e64d45d2502e63efb4d468 authored over 2 years ago
Add caching for payload serialization during fan-out (#19642)

github.com/mastodon/mastodon - 5f9e47be34fcf42ff7fcd5668c7555d4a38e289a authored over 2 years ago
Fix /users/:username/statuses/:id leading to a soft 404 in web app (#19724)

github.com/mastodon/mastodon - b8f6f039563044764336d4c62d87b1d5442d7c8b authored over 2 years ago
Change mentions of blocked users to not be processed (#19725)

Fixes #19698

github.com/mastodon/mastodon - 4fb0aae636316e79b3c13c4000fda7765fa9474f authored over 2 years ago
Fix colors in light theme (#19714)

github.com/mastodon/mastodon - 20aa8881dc98264e5875fa37fc2dbf18e3f2baac authored over 2 years ago
Fix limited account hint referencing "your" server when logged out (#19711)

github.com/mastodon/mastodon - 139ea4c981f563e51d80ec3ec407d6265e29cb70 authored over 2 years ago
Fix showing profile's featured tags on individual statuses (#19712)

github.com/mastodon/mastodon - bfafb114a2135b1f21ba7e6d54ee13e8da75b629 authored over 2 years ago
Fix wrong colors in the high-contrast theme (#19708)

github.com/mastodon/mastodon - 1c3192df6bf48eb4c3613f2a8744c809f6eeeec0 authored over 2 years ago
Fix design of verified links in web UI (#19709)

github.com/mastodon/mastodon - 5825402ed57e42dc8093133aaf2815fd2008c185 authored over 2 years ago
Fix handling of duplicate and out-of-order notifications in WebUI (#19693)

* Fix handling of duplicate notifications from streaming server

* Fix handling of duplicate a...

github.com/mastodon/mastodon - 7c8e2b9859f2e206110accb74d19ec4591d79780 authored over 2 years ago
Remove meta tag for official iOS app (#19656)

github.com/mastodon/mastodon - 053dac2afa7a1da65204d336f19794ae8db23f27 authored over 2 years ago
Change flaky AccountSearchService test (#19650)

github.com/mastodon/mastodon - 9387beb3b381e3f164eb538f178d9b543b7fcf40 authored over 2 years ago
Fix admin action logs page (#19649)

* Add tests

* Fix crash when trying to display orphaned action logs

* Add migration for ol...

github.com/mastodon/mastodon - 1dca08b76f25d15365127ded37202d783a50e298 authored over 2 years ago
Fix being unable to withdraw follow request when confirmation modal is disabled (#19687)

* Fix being unable to withdraw follow request when unfollow confirmation modal is disabled

Fi...

github.com/mastodon/mastodon - cbb440bbc2de7c805f687c886b32ab7dbafde07f authored over 2 years ago