| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-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 | |
| 2023-09-28 | Add support for viewing comments without js | ChunkyProgrammer | |
| Improve stylings | |||
| 2023-09-27 | remove unused variable | ChunkyProgrammer | |
| simplify resolve url remove trailing spaces Co-Authored-By: Samantaz Fox <coding@samantaz.fr> | |||
| 2023-09-27 | JS: Fix missing domain in URL constructor | Samantaz Fox | |
| 2023-09-24 | Removed unnecessary lines | RadoslavL | |
| 2023-09-19 | Increased footer contrast | RadoslavL | |
| 2023-09-18 | Add support for post page | ChunkyProgrammer | |
| 2023-09-18 | Changed the default dark theme as well | RadoslavL | |
| 2023-09-17 | JS: Replace '.setAttribute("href")' with '.href' | Samantaz Fox | |
| Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> | |||
| 2023-09-16 | Frontend: Use 'timeupdate' event listener rather than setTimeout() | Samantaz Fox | |
| 2023-09-14 | Frontend: Add timestamp on switch invidious instance links | Samantaz Fox | |
| 2023-09-14 | Frontend: Add timestamp on invidious embed links | Samantaz Fox | |
| 2023-09-14 | Frontend: Add timestamp on youtube+embed links | Samantaz Fox | |
| 2023-09-14 | Increased link contrast in dark mode | RadoslavL | |
| 2023-08-27 | Fix iOS screen timeout on video playback loop mode (more elegantly) | Ming Kin Choi | |
| 2023-08-27 | Fix iOS screen timeout on video playback loop mode | Ming Kin Choi | |
| 2023-07-16 | Assets: Add SVG image for hashtag results | Samantaz Fox | |
| 2023-07-08 | HTML/CSS: Add thumbnail placeholder in thin mode | Samantaz Fox | |
| This change is required to make the overlay buttons functional (add to and delete from playlist, mark as watched, etc.) | |||
| 2023-07-08 | HTML/CSS: Fix buttons' responsiveness | Samantaz Fox | |
| 2023-07-08 | CSS: fix light/dark themes for pure buttons | Samantaz Fox | |
| 2023-07-08 | HTML: Use new buttons for playlists (save/delete/add videos/etc...) | Samantaz Fox | |
| 2023-07-06 | HTML: Use new buttons for thumbnail overlays | Samantaz Fox | |
| In addition, this commit also heavily changes the structure of the generic "video card" item. Main benefits: * Improved accessibility for keyboard users * Many styling glitches were fixed * PlaylistVideos now use the same items as the rest * Elements all have distinct CSS classes * Design can be expanded to add more icons | |||
| 2023-07-06 | CSS: add styling for the new buttons | Samantaz Fox | |
| 2023-06-07 | Comments: Don't break JavaScript when loading more | Chunky programmer | |
| 2023-05-23 | Community: Fix position of the "creator heart" (broken by #3783) | Samantaz Fox | |
| 2023-05-06 | CSS: Fix iframe attachment size in community posts | Samantaz Fox | |
| 2023-05-06 | CSS: limit width of the comments in community tab | Samantaz Fox | |
| 2023-04-10 | Improve accessibility (#3710) | Samantaz Fox | |
