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
nightpool 94d0e012de Whitelist allowed classes for federated statuses (#3810)
* Whitelist allowed classes for federated statuses

Allowed classes are currently:

 - Any microformats class (h/p/u/dt/e-*)
 - the classes mention, hashtag, ellipses and invisible.

this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text.

resolved #3790

* Fix code style
8 years ago
..
controllers Fix account delete form not accepting password, update suspended (#3745) 8 years ago
helpers Improve RTL detection (#3682) 8 years ago
javascript Add alt attribute to ImageLoader (#3765) 8 years ago
lib Whitelist allowed classes for federated statuses (#3810) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Account deletion (#3728) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Fix #3633 by not spawning RemoteProfileUpdateWorker from FetchRemoteAccountService (#3642) 8 years ago
validators Correct validators so that existing error messages would look correct (#3668) 8 years ago
views Fix ogp url (#3802) 8 years ago
workers Batched remove status service (#3735) 8 years ago