You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/models
Eugen Rochko 964ae8eee5
Change unconfirmed user login behaviour (#11375)
Allow access to account settings, 2FA, authorized applications, and
account deletions to unconfirmed and pending users, as well as
users who had their accounts disabled. Suspended users cannot update
their e-mail or password or delete their account.

Display account status on account settings page, for example, when
an account is frozen, limited, unconfirmed or pending review.

After sign up, login users straight away and show a simple page that
tells them the status of their account with links to account settings
and logout, to reduce onboarding friction and allow users to correct
wrongly typed e-mail addresses.

Move the final sign-up step of SSO integrations to be the same
as above to reduce code duplication.
6 years ago
..
admin Add a spec for Admin::ActionLog (#9775) 6 years ago
concerns Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
form Improve admin page (#4121) 8 years ago
web Lint pass (#8876) 7 years ago
account_conversation_spec.rb Add conversations API (#8832) 7 years ago
account_domain_block_spec.rb Spec AccountDomainBlock (#3816) 8 years ago
account_filter_spec.rb Redesign admin accounts index (#9340) 6 years ago
account_moderation_note_spec.rb Lint pass (#8876) 7 years ago
account_spec.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
account_stat_spec.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
account_tag_stat_spec.rb Add specs for AccountTagStat model (#9452) 6 years ago
backup_spec.rb Lint pass (#8876) 7 years ago
block_spec.rb Cover Block more (#3837) 8 years ago
conversation_mute_spec.rb Lint pass (#8876) 7 years ago
conversation_spec.rb Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
custom_emoji_category_spec.rb Add categories for custom emojis (#11196) 6 years ago
custom_emoji_filter_spec.rb Add specs for CustomEmojiFilter (#9599) 6 years ago
custom_emoji_spec.rb Make custom emoji domains case insensitive #9351 (#9474) 6 years ago
custom_filter_spec.rb Lint pass (#8876) 7 years ago
domain_block_spec.rb Change domain blocks to automatically support subdomains (#11138) 6 years ago
email_domain_block_spec.rb Add uniqueness to block email domains (#5692) 8 years ago
export_spec.rb Export and import show_reblogs together with following list (#10495) 6 years ago
favourite_spec.rb Cover Favourite more (#3841) 8 years ago
featured_tag_spec.rb Add featured hashtags to profiles (#9755) 6 years ago
follow_request_spec.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
follow_spec.rb Limit the number of people that can be followed from one account (#8807) 7 years ago
home_feed_spec.rb Lists (#5703) 7 years ago
identity_spec.rb Add spec for Identity.find_for_oauth (#9441) 6 years ago
import_spec.rb Validate data of Imports (#4782) 8 years ago
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb Lint pass (#8876) 7 years ago
list_spec.rb Lint pass (#8876) 7 years ago
media_attachment_spec.rb Lint pass (#8876) 7 years ago
mention_spec.rb add more tests to models 8 years ago
mute_spec.rb Lint pass (#8876) 7 years ago
notification_spec.rb Remove pending spec (#9442) 6 years ago
poll_spec.rb Add polls (#10111) 6 years ago
poll_vote_spec.rb Add polls (#10111) 6 years ago
preview_card_spec.rb Lint pass (#8876) 7 years ago
relay_spec.rb Add federation relay support (#7998) 7 years ago
remote_follow_spec.rb Lint pass (#8876) 7 years ago
report_filter_spec.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
report_spec.rb Add missing tests for report.rb (#7324) 7 years ago
scheduled_status_spec.rb Add scheduled statuses (#9706) 6 years ago
session_activation_spec.rb Add tests for SessionActivation (#5668) 8 years ago
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb Add a test for SiteUpload#cache_key (#5685) 8 years ago
status_pin_spec.rb Append '.test' to hostname in stub data (#7260) 7 years ago
status_spec.rb Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212) 6 years ago
status_stat_spec.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
tag_spec.rb Disallow numeric-only hashtags (#11363) 6 years ago
user_invite_request_spec.rb Add "why do you want to join" field to invite requests (#10524) 6 years ago
user_spec.rb Change unconfirmed user login behaviour (#11375) 6 years ago