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
Yuto Tokunaga 5021c4e9ca Add double-tap zoom functionary to `ZoomableImage` (#6944)
add <div.zoomable-image__margin/> to keep margin of the image on zooming
move setting `scrollLeft` and `scrollTop` of container from callback of
`setState` to `componentDidUpdate`
add 'hammerjs' package for touch gesture detection
rewrite `ZoomableImage` using 'hammerjs'
8 years ago
..
chewy Full-text search for authorized statuses (#6423) 8 years ago
controllers If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 8 years ago
helpers Validate HTTP response length while receiving (#6891) 8 years ago
javascript Add double-tap zoom functionary to `ZoomableImage` (#6944) 8 years ago
lib Validate HTTP response length while receiving (#6891) 8 years ago
mailers Account archive download (#6460) 8 years ago
models Fix UniqueUsernameValidator comparison (#6926) 8 years ago
policies Account archive download (#6460) 8 years ago
presenters Redesign landing page (again) (#6486) 8 years ago
serializers Do not re-query mentions from serializers (#6858) 8 years ago
services Validate HTTP response length while receiving (#6891) 8 years ago
validators Fix UniqueUsernameValidator comparison (#6926) 8 years ago
views Note if the user is already following the target when authorizing follow (#6325) 8 years ago
workers Validate HTTP response length while receiving (#6891) 8 years ago