mastodon/app/models
Eugen Rochko 2f34b747b3
Allow mods to disable login, improve message when login disabled ()
* Allow moderators to disable/enable login

* Instead of rejecting login, show forbidden error when login disabled

Avoid confusion because when login is rejected, the message is that
the account is not activated, which is wrong.

* Fix tests
..
admin Update dependencies for Ruby (2018-04-23) ()
concerns Public profile endorsements (accounts picked by profile owner) ()
form Add ability to change an instance default theme from the administration panel () ()
web Fix has_one association on Web::PushSubscription ()
account.rb Add confirmation step to account suspensions ()
account_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
account_filter.rb Clean up admin UI for accounts ()
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) ()
account_pin.rb Add API endpoint to list featured accounts (fixes ) ()
admin.rb Add logging of admin actions ()
application_record.rb Validate HTTP response length while receiving ()
backup.rb Update dependencies for Ruby (2018-04-23) ()
block.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
context.rb
conversation.rb Update dependencies for Ruby (2018-04-23) ()
conversation_mute.rb Update dependencies for Ruby (2018-04-23) ()
custom_emoji.rb Add entity cache ()
custom_emoji_filter.rb Change custom emoji search to `ILIKE` instead of `=` ()
custom_filter.rb Add option to not consider word boundaries when processing keyword filtering ()
domain_block.rb Update dependencies for Ruby (2018-04-23) ()
email_domain_block.rb Update dependencies for Ruby (2018-04-23) ()
export.rb Show exact number of followers/statuses on export page/in tooltip ()
favourite.rb Fix error when trying to update counters for statuses that are gone ()
feed.rb Lists ()
follow.rb Implement Undo { Accept { Follow } } (fixes ) ()
follow_request.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
home_feed.rb Lists ()
identity.rb CAS + SAML authentication feature ()
import.rb Update dependencies for Ruby (2018-04-23) ()
instance.rb
instance_filter.rb
invite.rb Keyword/phrase filtering ()
invite_filter.rb Add invite filter ()
list.rb Update dependencies for Ruby (2018-04-23) ()
list_account.rb Update dependencies for Ruby (2018-04-23) ()
list_feed.rb Lists ()
media_attachment.rb Convert MOV and WEBM to MP4, raise maximum limit to 40MB ()
mention.rb Update dependencies for Ruby (2018-04-23) ()
mute.rb Update dependencies for Ruby (2018-04-23) ()
notification.rb Remove annoying Notification#cache_ids scope warning ()
preview_card.rb Update dependencies for Ruby (2018-04-23) ()
relay.rb Expect relays to answer with accept/reject ()
remote_follow.rb Add remote interaction dialog for toots ()
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar ()
report.rb Update dependencies for Ruby (2018-04-23) ()
report_filter.rb
report_note.rb Update dependencies for Ruby (2018-04-23) ()
search.rb
session_activation.rb Update dependencies for Ruby (2018-04-23) ()
setting.rb Update dependencies for Ruby (2018-04-23) ()
site_upload.rb Update dependencies for Ruby (2018-04-23) ()
status.rb exclude-other-silenced-accounts ()
status_pin.rb Update dependencies for Ruby (2018-04-23) ()
status_stat.rb Move status counters to separate table, count replies ()
stream_entry.rb Update dependencies for Ruby (2018-04-23) ()
subscription.rb Update dependencies for Ruby (2018-04-23) ()
tag.rb Track trending tags ()
trending_tags.rb Fix number of results returned from TrendingTags.get
user.rb Allow mods to disable login, improve message when login disabled ()
web.rb