gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon/spec
Claire a650a1157d
Fix /admin/tags/:id crashing since Rails 6.1 update (#15953)
Raw SQL passed to `pluck` now has to be explicitly marked as SQL via
Arel.sql, see https://github.com/rails/rails/pull/27947
2021-03-26 18:36:16 +01:00
..
controllers Fix /admin/tags/:id crashing since Rails 6.1 update (#15953) 2021-03-26 18:36:16 +01:00
fabricators Add server rules (#15769) 2021-02-21 19:50:12 +01:00
features
fixtures Add import/export feature for bookmarks (#14956) 2020-11-19 17:48:13 +01:00
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 2020-12-15 12:56:43 +01:00
lib Fix Mastodon not understanding as:Public and Public (#15948) 2021-03-24 10:19:40 +01:00
mailers
models Update Mastodon to Rails 6.1 (#15910) 2021-03-24 10:44:31 +01:00
policies Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
presenters
requests Further preparation for Rails 6 (#15916) 2021-03-19 02:45:34 +01:00
routing
serializers/activitypub
services Fix URL scanning in note length validator and preview card fetching (#15827) 2021-03-04 00:12:26 +01:00
support
validators Bypass MX validation for explicitly allowed domains (#15930) 2021-03-19 23:48:47 +01:00
views
workers Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00
rails_helper.rb
spec_helper.rb