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.
2018-08-14 21:51:17 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Ensure single user is a local user (fixes #8154) (#8157) 2018-08-11 11:53:10 +02:00
helpers i18n: fix Slovak language name (#8169) 2018-08-11 14:52:05 +09:00
javascript Various fixes regarding the video position slider (#8201) 2018-08-14 21:51:17 +02:00
lib Expect relays to answer with accept/reject (#8179) 2018-08-12 18:16:26 +02:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Move status counters to separate table, count replies (#8104) 2018-08-14 19:19:32 +02:00
policies Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
presenters Public profile endorsements (accounts picked by profile owner) (#8146) 2018-08-09 09:56:53 +02:00
serializers Move status counters to separate table, count replies (#8104) 2018-08-14 19:19:32 +02:00
services Prevent ActivityPub movedTo recursion (#8092) 2018-07-28 17:14:55 -04:00
validators Call address instead of exchange (#8076) 2018-07-26 04:49:28 +02:00
views Adjust responsive design for /about/more and /terms (#8158) 2018-08-10 06:43:02 +02:00
workers Fix ActivityPub::UpdateDistributionWorker regression (#8039) 2018-07-16 18:43:22 +02:00