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/app
ysksn 54b42901df Add and Remove tests for FollowRequest (#5622)
* Add a test for FollowRequest#authorize!

* Remove tests

There is no need to test
ActiveModel::Validations::ClassMethods#validates.

* Make an alias of destroy! as reject!

Instead of defining the method,
make an alias of destroy! as reject! because of reducing test.
8 years ago
..
controllers Add ability to disable login and mark accounts as memorial (#5615) 8 years ago
helpers Show the local couterpart of emoji when it exists in /admin/custom_emojis (#5467) 8 years ago
javascript Show confirmation dialog on leaving WebUI while composing (#5616) 8 years ago
lib Avoid emojifying on invisible text (#5558) 8 years ago
mailers Add ability to disable login and mark accounts as memorial (#5615) 8 years ago
models Add and Remove tests for FollowRequest (#5622) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 8 years ago
serializers Hide disabled custom emojis from emoji picker and emoji auto suggestions. (#5613) 8 years ago
services Fix process mentions for local users, as local users are considered to use OStatus (#5618) 8 years ago
validators Implement EmailBlackList (#5109) 8 years ago
views i10n OC: Memorial (#5615) + #5467 (#5623) 8 years ago
workers Add ability to disable login and mark accounts as memorial (#5615) 8 years ago