Claire

Results 168 issues of Claire

I'm trying to port the application I am working on to Ruby 3.0, and one of the issues I have is some dependency “randomly” failing to run commands with large...

Icons in the chat interface (tick symbol, double tick symbol, warning icon, etc.) are somewhat easy to understand, but adding tooltips would make their purpose clear. For instance, it is...

feature request
✨ UI
good first issue

Dino apparently automatically downloads files posted through HTTP file upload. This should be configurable on a per-user basis (as it is the case for chatstates and chat markers) as this...

## Environment - Ruby **3.0.4p208** - Rails **6.1.6** - Devise **4.8.1** ## Current behavior When calling `devise_for` with a `format: false` parameter, i.e.: ```ruby # frozen_string_literal: true Rails.application.routes.draw do devise_for...

## Environment - Ruby **2.7** - Rails **5.2.4.2** - Devise **4.7.1** ## Current behavior When changing an user's email address with `reconfirmable` set to true, two calls to `send_devise_notification` are...

Follow-up to #18058 adding a new filter type. This allows attaching individual posts to filters, so that posts can be filtered even if they don't match any of the keywords...

NLnet

Since #18058, posts are filtered whenever a matching filter exists even if it's not matching the context under consideration, and in that situation, the filter title would not be displayed....

Fixes #18620 Add `EMAIL_DOMAIN_LISTS_APPLY_AFTER_CONFIRMATION` that, if set to `true`, makes Mastodon perform email domain allow/deny check not only for initial confirmation but for any email change.