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
ThibG ec2c516ab8 Various fixes regarding the video position slider (#8201)
* Prevent default event handling when clicking on the video position slider

This prevents accidental text selection when clicking on the position slider.

* Fix bug when clicking on video position slider before starting the video

* Slightly more aggressive video preloading

- Preload video metadata if the video is loaded in detailed view, as it is
  likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
  played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
  will play as soon as the mouse button is released, and video metadata is
  needed to properly seek into the video.
8 years ago
..
chewy Full-text search for authorized statuses (#6423) 8 years ago
controllers Ensure single user is a local user (fixes #8154) (#8157) 8 years ago
helpers i18n: fix Slovak language name (#8169) 8 years ago
javascript Various fixes regarding the video position slider (#8201) 8 years ago
lib Expect relays to answer with accept/reject (#8179) 8 years ago
mailers Account archive download (#6460) 8 years ago
models Move status counters to separate table, count replies (#8104) 8 years ago
policies Add federation relay support (#7998) 8 years ago
presenters Public profile endorsements (accounts picked by profile owner) (#8146) 8 years ago
serializers Move status counters to separate table, count replies (#8104) 8 years ago
services Prevent ActivityPub movedTo recursion (#8092) 8 years ago
validators Call address instead of exchange (#8076) 8 years ago
views Adjust responsive design for /about/more and /terms (#8158) 8 years ago
workers Fix ActivityPub::UpdateDistributionWorker regression (#8039) 8 years ago