1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec
Eugen Rochko 974b1b79ce
Add option to be notified when a followed user posts ()
* Add bell button

Fix 

* Remove duplicate type from post-deployment migration

* Fix legacy class type mappings

* Improve query performance with better index

* Fix validation

* Remove redundant index from notifications
2020-09-18 17:26:45 +02:00
..
controllers Add option to be notified when a followed user posts () 2020-09-18 17:26:45 +02:00
fabricators Change account suspensions to be reversible by default () 2020-09-15 14:37:58 +02:00
features
fixtures
helpers
lib Refactor feed manager () 2020-09-08 03:41:16 +02:00
mailers refactor: add email previews for WebAuthn emails () 2020-08-25 01:21:11 +02:00
models Add option to be notified when a followed user posts () 2020-09-18 17:26:45 +02:00
policies
presenters
requests
routing
serializers/activitypub
services Add option to be notified when a followed user posts () 2020-09-18 17:26:45 +02:00
support
validators Improve email address validation () 2020-08-12 12:40:25 +02:00
views
workers Add option to be notified when a followed user posts () 2020-09-18 17:26:45 +02:00
rails_helper.rb Add WebAuthn as an alternative 2FA method () 2020-08-24 16:46:27 +02:00
spec_helper.rb