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-16
Don't show "next steps" message with a stack trace
Samantaz Fox
2022-01-16
Improve crash page messages
Samantaz Fox
2022-01-16
Merge pull request #2814 from SamantazFox/fix-search-autofocus
Samantaz Fox
2022-01-16
Merge pull request #2545 from bbielsa/csv-subscriptions-import
Samantaz Fox
2022-01-13
Autofocus search bar only on search homepage
Samantaz Fox
2022-01-13
Fix comments
Samantaz Fox
2022-01-13
Merge pull request #2646 from SamantazFox/support-plurals-in-locales
Samantaz Fox
2022-01-12
Improve youtube import type detection
Samantaz Fox
2022-01-12
Prevent import of insanely large files
Samantaz Fox
2022-01-11
Merge pull request #2787 from matthewmcgarvey/related-channels
Samantaz Fox
2022-01-10
Can fetch related channels using just the channel ucid]
matthewmcgarvey
2022-01-10
i18n: Apply code review suggestions + code cleaning
Samantaz Fox
2022-01-10
i18n: Use plurals for tokens/replies/unseen notifications
Samantaz Fox
2022-01-10
i18n: Use plurals for video/view/subscriber/subscription counts
Samantaz Fox
2022-01-10
i18n: Use plurals for year/month/day/etc...
Samantaz Fox
2022-01-10
i18n: Add dedicated function for counts translation
Samantaz Fox
2022-01-10
i18n: make multiple fixes to i18next plurals
Samantaz Fox
2022-01-10
i18n: Add i18next plural rules and selector
Samantaz Fox
2022-01-10
i18n: Add i18next plural resolver class
Samantaz Fox
2022-01-10
i18n: Add i18next plurals base sets
Samantaz Fox
2022-01-09
Fix indefinitely growing database
Samantaz Fox
2022-01-08
Update to fetch related channels again
matthewmcgarvey
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
[next]