Commit Graph

8 Commits (c455a314fd2faa5299b93b47b44d9eb6b3293321)

Author SHA1 Message Date
rinsuki d8b6431aa7 Add allowfullscreen attribute to oembed iframe ()
for video player full screen button.
Eugen Rochko 8f8e677630 Clean up and improve generated OpenGraph tags ()
- Return all images as og:image
- Return videos as og:image (preview) and og:video
- Return profile:username on profiles
Eugen Rochko 6867681c7c Add script to make embedded iframes autosize ()
Lynx Kotoura 4c3dd0b254 Adjust status embeds ()
* Adjust status embeds

Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal.

* Remove trailing whitespace

* Using width from the variable
Eugen Rochko d1a78eba15 Embed modal ()
* Embed modal

* Proxy OEmbed requests from web UI
Yamagishi Kazutoshi 3f51a22d3b Add close tag of iframe for oEmbed response ()
* Add close tag of iframe for oEmbed response

* add comma
Eugen Rochko e95bdec7c5 Update status embeds ()
- Use statuses controller for embeds instead of stream entries controller
- Prefer /@:username/:id/embed URL for embeds
- Use /@:username as author_url in OEmbed
- Add follow link to embeds which opens web intent in new window
- Use redis cache in development
- Cache entire embed
Eugen Rochko 864e3f8d9c Replace OEmbed and initial state Rabl templates with serializers ()
* Replace OEmbed Rabl template with serializer

* Replace initial state rabl with serializer