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-27
Cleanup channel helpers code
matthewmcgarvey
2022-01-28
videos.cr: use '.dig?()' where possible
Samantaz Fox
2022-01-28
search functions: Don't return result count
Samantaz Fox
2022-01-28
Fix 'Lint/UselessAssign' warnings reported by ameba
Samantaz Fox
2022-01-28
Remove useless intermediary variable in youtube_api.cr
Samantaz Fox
2022-01-28
Avoid infinite loop in ChannelVideo's to_xml/to_json methods
Samantaz Fox
2022-01-28
Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by ameba
Samantaz Fox
2022-01-28
Fix some 'Lint/ShadowingOuterLocalVar' warnings reported by ameba
Samantaz Fox
2022-01-28
Remove useless 'locale = env.get...' from many routes
Samantaz Fox
2022-01-28
Use '.dig?()' in playlist parsing
Samantaz Fox
2022-01-28
Make 'additional_fields' optional in JSON error template functions
Samantaz Fox
2022-01-28
Remove useless 'locale' argument from error template functions
Samantaz Fox
2022-01-28
Remove useless arguments from playlist-related functions
Samantaz Fox
2022-01-26
db: use prepared statements rather than crafted argument list
Samantaz Fox
2022-01-25
Fix code broken when extracting data control route
matthewmcgarvey
2022-01-25
Make certain routes ignored if api only
matthewmcgarvey
2022-01-25
Move more routes to new pattern
matthewmcgarvey
2022-01-26
db: use now() function instead of passing Time.utc
Samantaz Fox
2022-01-25
DB: playlists: make that 'insert' never raises
Samantaz Fox
2022-01-25
DB: Move integrity check to the base.cr file
Samantaz Fox
2022-01-25
DB: don't pass PG_DB to check_table/check_enum
Samantaz Fox
2022-01-25
DB: Move a forgotten 'UPDATE channels' statement
Samantaz Fox
2022-01-25
Merge pull request #2821 from matthewmcgarvey/channel-search
Samantaz Fox
2022-01-25
will -> should
Matthew McGarvey
2022-01-19
HTML escape user input
matthewmcgarvey
2022-01-19
Merge pull request #2822 from matthewmcgarvey/reddit-comments
Samantaz Fox
2022-01-18
404 error with message and provide example
matthewmcgarvey
2022-01-18
Don't catch and provide better error message instead
matthewmcgarvey
2022-01-18
Custom error on channel search, handle in search
matthewmcgarvey
2022-01-18
Fix channel search json parse to not raise
matthewmcgarvey
2022-01-17
Apply suggestions from review
Samantaz Fox
2022-01-17
Use &.methods where possible instead of curly braces
matthewmcgarvey
2022-01-17
Fix loading reddit comments when there are no threads found
matthewmcgarvey
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
[prev]
[next]