Commit Graph

32 Commits

Author SHA1 Message Date
Discourse Translator Bot
f5fc49f5db Update translations (#28115)
* Update translations

* DEV: Spec failed because of translation update

---------

Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
2024-07-29 15:16:40 +02:00
Discourse Translator Bot
5b5d5b4b4a Update translations (#28041) 2024-07-23 15:23:42 +02:00
Discourse Translator Bot
052550c6e0 Update translations (#27680) 2024-07-02 16:42:56 +02:00
Kris
9e8d8d37fa UX: fix height of lazy youtube embeds (#27671) 2024-07-01 17:27:11 -04:00
Discourse Translator Bot
81fe4ed248 Update translations (#27274) 2024-05-31 12:27:26 +02:00
Discourse Translator Bot
9d8044a2ee FEATURE: Add Uyghur language (#27183)
Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
2024-05-27 09:58:18 +02:00
Discourse Translator Bot
104ca5c325 Update translations (#27017) 2024-05-14 16:19:44 +02:00
chapoi
49602905d3 UX: add missing class for oneboxing youtube video (#27005) 2024-05-13 22:53:03 +02:00
Jarek Radosz
79870d3a1e DEV: Fix random typos (#26881) 2024-05-06 20:52:48 +02:00
Discourse Translator Bot
d1f008a2fc Update translations (#26821) 2024-04-30 21:57:28 +02:00
Jarek Radosz
3930064fd1 DEV: Convert various components to gjs (#26782)
Those were all low hanging fruits - all were already glimmer components, so this was mostly merging js and hbs files and adding imports.

(occasionally also adds/fixes class names)
2024-04-30 16:44:49 +02:00
Discourse Translator Bot
8346f4a1e6 Update translations (#26651) 2024-04-16 17:37:49 +02:00
Discourse Translator Bot
7f802e9c42 Update translations (#26575) 2024-04-09 18:48:44 +02:00
Discourse Translator Bot
51006b5591 Update translations (#26463) 2024-04-02 18:19:46 +02:00
Jarek Radosz
4c860995e0 DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
Jarek Radosz
fd3c3fa565 DEV: Use service: lookups instead of :main (#25402)
where applicable
2024-01-24 15:59:44 +01:00
Selase Krakani
d5d0bab19d DEV: Promote historic post_deploy migrations (#25334)
This commit promotes all post_deploy migrations which existed in Discourse v3.1.0 (timestamp <= 20230405121454)
2024-01-19 14:47:42 +00:00
Jan Cernik
4ef3066af5 FIX: Add rel=0 to youtube lazy videos url (#24173) 2023-10-31 08:04:23 -03:00
David Taylor
48193767bf DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
2023-10-10 21:46:54 +01:00
David Taylor
c3061d580c DEV: Remove decorateCookedElement id parameters (#23544)
These are no longer required per https://github.com/discourse/discourse/pull/23543
2023-09-12 16:32:04 +01:00
Martin Brennan
97a812f022 FIX: Hide core plugins from the admin Plugins list (#23328)
Most of the core plugins were already hidden, this hides
chat, styleguide, and checklist to avoid potential confusion
for end users.

Also removes respond_to? :hide_plugin, since that API has been
in place for a while now.
2023-08-31 10:01:01 +10:00
Jan Cernik
5034eda386 FIX: Allow to use %h%m%s for youtube t param (#22299) 2023-07-03 10:39:37 -03:00
Jarek Radosz
f2339d2d5b DEV: Fix random typos (#21638) 2023-05-18 15:34:46 +02:00
Jan Cernik
4e0563a8fe FIX: Remove double escaped Vimeo titles (#21368)
og_data is already escaped
2023-05-04 07:54:00 -03:00
Jan Cernik
8e590dc5d4 FIX: Add thumbnails for Vimeo unlisted lazy videos (#21343)
Previously, the image for the thumbnail was taken from the oembed endpoint.
Since these images are not available for some unlisted videos,
the thumbnails are now sourced from Open Graph instead.
2023-05-02 23:32:12 -03:00
Joffrey JAFFEUX
69696843c6 FIX: allows youtube embeds to respect the t param (#21295) 2023-04-28 15:46:27 +02:00
Jan Cernik
95238be953 FIX: Add missing translations strings for lazy-videos (#21127) 2023-04-18 07:01:27 -03:00
David Taylor
e52f322cb5 UX: Use dominant color while loading onebox images (#21091)
When we "pull hotlinked images" on onebox images, they are added to the uploads table and their dominant color is calculated. This commit adds the data to the HTML so that it can be used by the client in the same way as non-onebox images. It also adds specific handling to the new `discourse-lazy-videos` plugin.
2023-04-13 12:04:46 +01:00
Jan Cernik
a6cba32e57 FIX: Resize chat collapser when using small width drawer (#21017) 2023-04-08 10:43:17 -03:00
Jan Cernik
b4096f4636 FIX: Add lazy-videos support for Vimeo unlisted videos (#20916) 2023-04-03 22:49:32 -03:00
Jan Cernik
af98df8cb9 FIX: Vertically center youtube thumbnails in lazy-videos (#20914) 2023-03-31 09:41:58 -03:00
Jan Cernik
afe3e36363 DEV: Remove lazy-yt and replace with lazy-videos (#20722)
- Refactors the old plugin to remove jquery usage
- Adds support for Vimeo videos (default on) and Tiktok (experimental and default off)
2023-03-29 11:54:25 -04:00