index
:
invidious
master
Invidious is an alternative front-end to YouTube
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
2022-01-12
Improve youtube import type detection
Samantaz Fox
2022-01-12
Prevent import of insanely large files
Samantaz Fox
2022-01-08
Add explicit return keyword
bbielsa
2022-01-08
Move require statement to the correct file
bbielsa
2022-01-08
Add text/xml as a possible mime type for xml file uploads
bbielsa
2022-01-08
Detect the type of subscription import format based on the content type of th...
bbielsa
2022-01-08
Move parse_subscription_export_csv function to user/imports.cr
bbielsa
2022-01-08
Test if body content is likely JSON, if so parse the json format of subscript...
bbielsa
2022-01-08
Add helper function parse_subscription_export_csv() which parses the csv form...
bbielsa
2022-01-06
Merge pull request #2767 from SamantazFox/fix-subscriptions-not-cleared
Samantaz Fox
2022-01-05
PR feedback
matthewmcgarvey
2022-01-05
delete_by_playlist_id -> delete_by_playlist
matthewmcgarvey
2022-01-05
Fix playlist deletion
matthewmcgarvey
2022-01-05
DB: fix subscription not being cleared
Samantaz Fox
2022-01-05
Merge pull request #2719 from SamantazFox/batch-minor-fixes
Samantaz Fox
2022-01-05
Merge pull request #2685 from SamantazFox/database-improvments
TheFrenchGhosty
2022-01-05
Merge pull request #2677 from SamantazFox/decompression-fix-2
TheFrenchGhosty
2022-01-05
Show unavailable videos in playlists
Samantaz Fox
2022-01-05
Use dig?() for playlist title
Samantaz Fox
2022-01-05
Fix leading spaces being collapsed in descriptions
Samantaz Fox
2022-01-05
Fix "video can't be added to playlist without JS"
Samantaz Fox
2022-01-05
Fix the search box
Samantaz Fox
2022-01-04
Clean useless database arguments (5/5)
Samantaz Fox
2022-01-04
Clean useless database arguments (4/5)
Samantaz Fox
2022-01-04
Clean useless database arguments (3/5)
Samantaz Fox
2022-01-04
Clean useless database arguments (2/5)
Samantaz Fox
2022-01-04
Clean useless database arguments (1/5)
Samantaz Fox
2022-01-04
Move DB utility functions to the proper module
Samantaz Fox
2022-01-04
Move DB queries related to 'annotations' in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (3/3)
Samantaz Fox
2022-01-04
Move DB queries related to 'users' in a separate module (2/2)
Samantaz Fox
2022-01-04
Move DB queries related to 'users' in a separate module (1/2)
Samantaz Fox
2022-01-04
Move DB queries related to session tokens in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to channels in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to statistics in a separate module
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (2/3)
Samantaz Fox
2022-01-04
Move DB queries related to playlists in a separate module (1/3)
Samantaz Fox
2022-01-04
Move DB queries related to 'videos' in a separate module
Samantaz Fox
2021-12-28
Merge pull request #2727 from SamantazFox/add-shorts-support
Samantaz Fox
2021-12-22
i18n: Add Serbian back
Samantaz Fox
2021-12-21
Merge pull request #2538 from bbielsa/player-remember-position
Samantaz Fox
2021-12-19
Fix XSS vulnerability in channel playlists
Samantaz Fox
2021-12-17
Extractors: Add support for shorts
Samantaz Fox
2021-12-15
Fix formatting of preferences.cr and videos.cr
bbielsa
2021-12-15
Use localization for save player position label in the preferences page
bbielsa
2021-12-15
Rename 'remember_position' to 'save_player_pos' for clarity
bbielsa
2021-12-15
Add remember_position field to the Preferences and VideoPreferences structs, ...
bbielsa
2021-12-12
Merge pull request #2576 from SamantazFox/fix-locales-handling
Samantaz Fox
2021-12-06
Merge pull request #2659 from SamantazFox/fix-likes-dislikes
Samantaz Fox
2021-12-02
Merge pull request #2683 from iv-org/SamantazFox-patch-1
Samantaz Fox
[next]