| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-05 | Fix issues raised by code review | syeopite | |
| Remove explicit `self.` from #process of parsers Remove explicit return tuple in get_issue_template Fix formatting Move inline issue template style to stylesheet Use @id in ProblematicTimelineItem xml repr Fix naming | |||
| 2025-03-19 | Improve error card border color on dark theme | syeopite | |
| 2025-03-19 | Emphasise error card icon | syeopite | |
| 2025-03-19 | Improve design of placeholder item | syeopite | |
| Also makes it show the error backtrace | |||
| 2025-03-19 | Apply search filters details css only to itself | syeopite | |
| The CSS for the search filters details box was applied to every detail element when search.css is loaded | |||
| 2025-02-26 | JS: Update timeupdate event defensive to prevent errors (#4782) | syeopite | |
| 2025-02-26 | Frontend: Add a first page and previous page buttons for channel navigation ↵ | syeopite | |
| (#4123) | |||
| 2025-01-22 | Frontend: Carry over audio-only mode in playlist links (#4784) | syeopite | |
| 2025-01-22 | Routes: Clean ajax actions handlers (#5036) | syeopite | |
| 2024-10-30 | Player: Fix a bug where menus were hard to open (#4750) | Samantaz Fox | |
| The fix basically enlarges the hoverable area in order to avoid getting the menu closed if the mouse isn't moved fast enough. Video of the fix: https://www.loom.com/share/36494a3653984650aea3eaa2af276a35 Closes issue 4749 | |||
| 2024-10-29 | Routes: Simplify actions in watch_ajax | Samantaz Fox | |
| 2024-10-29 | Routes: Simplify actions in token_ajax | Samantaz Fox | |
| 2024-10-29 | Routes: Simplify actions in subscription_ajax | Samantaz Fox | |
| 2024-10-29 | Routes: Simplify actions in playlist_ajax | Samantaz Fox | |
| 2024-10-08 | Preferences: Add option to control preloading of video data (#4122) | Samantaz Fox | |
| This PR adds a configuration option to control the preloading of video data on page load with the HTML5 'preload'[1] attribute on the `<video>` element. The option is enabled by default, meaning that the `preload` attribute's value will be 'auto'. If users want to prevent preloading of video data, they can disable the option, which will set the attribute value to 'none'. [1](https://www.w3schools.com/tags/att_video_preload.asp) Closes issue 4110 | |||
| 2024-08-24 | UI: Add search button to search bar (#4706) | Samantaz Fox | |
| Closes issue 529 | |||
| 2024-08-21 | CSS: Remove extra space in default.css | Samantaz Fox | |
| 2024-08-07 | Carry over audio-only mode in playlist links | Krystof Pistek | |
| 2024-07-06 | JS: Update timeupdate event defensive to prevent errors | PMK | |
| 2024-06-15 | Player: Fix video playback for videos that have already been watched. | Fijxu | |
| Trying to watch an already watched video will make the video start 15 seconds before the end of the video. This is not very comfortable when listening to music or watching/listening playlists over and over. | |||
| 2024-06-13 | Fix player menus hiding onHover | giacomocerquone | |
| 2024-05-20 | fix: use ion icon for search icon | thansk | |
| 2024-05-20 | fix: use a search icon instead of text | thansk | |
| 2024-05-19 | feat: allow submitting search with mouse | thansk | |
| 2024-02-19 | Channels: Add support for multi-image community posts (#4412) | Samantaz Fox | |
| This PR adds a CSS-only image carousel for community posts with more than one image attached. Closes issue 3522 | |||
| 2024-02-19 | CSS: expand #contents width on small screens (#4405) | Samantaz Fox | |
| The #contents div now takes the full width on small screens (< 1280px). All page elements have a little more room, especially the video titles. | |||
| 2024-02-16 | remove trailing white spaces | ChunkyProgrammer | |
| 2024-02-15 | Add support for multi image community posts | ChunkyProgrammer | |
| 2024-02-12 | CSS: Fix thumbnails' aspect ratio to prevent CLS (#4278) | Samantaz Fox | |
| Force the thumbnails aspect ratio to 16/9 in order to prevent Cumulative Layout Shifting (CLS) from hapenning during lazy loading. It also fixes the problematic, taller thumbnails that Youtube returns for playlists. Closes issue 4002 | |||
| 2024-02-12 | API: Remove the fields parameter (#4276) | Samantaz Fox | |
| Multiple users have reported that the fields parameter is slowing down API response times significantly. As most API endpoints are already optimized to make as few requests as possible to Youtube, there is no point in limiting the output. Furthermore, the added processing might be part of the broader memory leak problem (See 1438). In addition, the small increase in data output is not much of an issue compared to the huge video proxy that lies next to this API. No related issue tracked | |||
| 2024-01-27 | CSS: expand #contents width on small screens | toabr | |
| 2023-12-06 | Player: Fix iOS screen timeout in loop mode (#4076) | Samantaz Fox | |
| 2023-11-23 | Remove the 'fields' parameter on the client side too | Samantaz Fox | |
| 2023-11-21 | Fixed aspect ratio for thumnails to prevent CLS | Corné Dorrestijn | |
| 2023-11-09 | Seperated repetitive code in a function | RadoslavL | |
| 2023-11-08 | Fixed a typo | RadoslavL | |
| Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> | |||
| 2023-10-26 | Removed the purging of the query parameters | RadoslavL | |
| 2023-10-21 | CSS: Remove inline styling of the download widget (#4162) | Samantaz Fox | |
| 2023-10-21 | Frontend: Add video timestamp on external links (#4101) | Samantaz Fox | |
| 2023-10-21 | CSS: Improve links contrast on dark theme (#4100) | Samantaz Fox | |
| 2023-10-21 | JS: Update external links exactly once per second | Samantaz Fox | |
| 2023-10-20 | Fixed an issue | RadoslavL | |
| 2023-10-17 | Removed commented lines | RadoslavL | |
| 2023-10-17 | move styles for download widget to default.css file | jt404 | |
| 2023-10-12 | Replace inline styling for download widget with css file | jt404 | |
| 2023-10-07 | Add support for community post page/comments (#4010) | Samantaz Fox | |
| 2023-10-06 | Remove shortcuts | Jake Anto | |
| As per PR comment https://github.com/iv-org/invidious/pull/4145#issuecomment-1750048450 | |||
| 2023-10-05 | Add shortcuts | Jake Anto | |
| 2023-10-05 | Add `start_url` | Jake Anto | |
| 2023-10-05 | Add description | Jake Anto | |
