This website requires JavaScript.
Explore
Help
Sign In
tarrien
/
Mastodon
Watch
1
Star
0
Fork
0
You've already forked Mastodon
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Mastodon
/
app
/
validators
History
Eugen Rochko
a2871cd747
Add administrative webhooks (
#18510
)
...
* Add administrative webhooks * Fix error when webhook is deleted before delivery worker runs
2022-06-09 21:57:36 +02:00
..
blacklisted_email_validator.rb
Change e-mail domain blocks to block IPs dynamically (
#17635
)
2022-02-24 17:28:23 +01:00
disallowed_hashtags_validator.rb
…
domain_validator.rb
…
ed25519_key_validator.rb
…
ed25519_signature_validator.rb
…
email_mx_validator.rb
Remove IP matching from e-mail domain blocks (
#18190
)
2022-04-29 23:27:03 +02:00
existing_username_validator.rb
Fix existing username validator not allowing multiple accounts (
#16153
)
2021-05-04 14:22:04 +02:00
follow_limit_validator.rb
…
html_validator.rb
…
import_validator.rb
Remove language detection through cld3 (
#17478
)
2022-02-08 02:41:17 +01:00
note_length_validator.rb
Fix URL scanning in note length validator and preview card fetching (
#15827
)
2021-03-04 00:12:26 +01:00
poll_validator.rb
…
reaction_validator.rb
Minor memory optimizations (
#16507
)
2021-10-14 21:04:57 +02:00
registration_form_time_validator.rb
…
status_length_validator.rb
Fix being able to post URLs longer than 4096 characters (
#17908
)
2022-03-30 14:46:03 +02:00
status_pin_validator.rb
Add support for private pinned posts (
#16954
)
2022-01-17 00:49:55 +01:00
unique_username_validator.rb
…
unreserved_username_validator.rb
…
url_validator.rb
Add administrative webhooks (
#18510
)
2022-06-09 21:57:36 +02:00
vote_validator.rb
…