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/spec
Jakub Mendyk 6a5e3da6b0 Allow most kinds of characters in URL query (fixes #8408) (#8447)
* Allow unicode characters in URL query strings

Fixes #8408

* Alternative approach to unicode support in urls

Adds PoC/idea to approch this problem.
6 years ago
..
controllers Redesign public hashtag page to use a masonry layout (#9822) 6 years ago
fabricators
features
fixtures
helpers
lib Allow most kinds of characters in URL query (fixes #8408) (#8447) 6 years ago
mailers
models
policies
presenters
requests
routing
services Prevent posting toots with media attachments from someone else (#9921) 6 years ago
support
validators
views
workers
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb