index
:
on_rails
master
tsugutsugugo's streaming site "Tsugu on Rails" (reskinned Invidious instance)
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
invidious.cr
Age
Commit message (
Expand
)
Author
2022-04-16
Also move the other Kemal class override to src/ext/
Samantaz Fox
2022-04-16
Keep using kilt for rendering
Samantaz Fox
2022-03-29
Create a search processors module
Samantaz Fox
2022-03-11
Update --help to mention that --migrate is still in beta
Samantaz Fox
2022-03-11
Merge pull request #2878 from matthewmcgarvey/migrations
Samantaz Fox
2022-02-24
Merge pull request #2922 from SamantazFox/download-widget-fix
Samantaz Fox
2022-02-23
Combine notifications endpoints and move them
matthewmcgarvey
2022-02-23
Move live endpoints into Channels route
matthewmcgarvey
2022-02-23
Move captcha endpoint into Login route
matthewmcgarvey
2022-02-23
Use a dedicated endpoind for downloads
Samantaz Fox
2022-02-22
Move remaining routes to new structure
matthewmcgarvey
2022-02-22
Extract live endpoints to route
matthewmcgarvey
2022-02-22
Make a function that builds the download widget's HTML
Samantaz Fox
2022-02-14
Merge pull request #2871 from SamantazFox/user-code-cleaning
Samantaz Fox
2022-02-12
Do not check for pending migrations on app start
matthewmcgarvey
2022-02-11
Run migrations through CLI instead of when app starts
matthewmcgarvey
2022-02-11
Migrations tweaks
matthewmcgarvey
2022-02-09
Add custom migration implementation
matthewmcgarvey
2022-02-08
Apply changes from code review
Samantaz Fox
2022-02-07
Add compile option to disable fetching of player dependencies
Samantaz Fox
2022-02-07
Move user captcha code to its own module
Samantaz Fox
2022-02-07
Move user struct to own file, under Invidious namespace
Samantaz Fox
2022-02-07
Move user routes definitions to a macro in routing.cr
Samantaz Fox
2022-02-07
Move remaining user-related routes out of main file
Samantaz Fox
2022-02-02
Add support for clips
Samantaz Fox
2022-01-30
Merge pull request #2845 from SamantazFox/more-db-improvements
Samantaz Fox
2022-01-28
Merge pull request #2397 from syeopite/dep-manager-for-videojs-stuff
Samantaz Fox
2022-01-25
Make certain routes ignored if api only
matthewmcgarvey
2022-01-25
Move more routes to new pattern
matthewmcgarvey
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-12
Improve youtube import type detection
Samantaz Fox
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
Test if body content is likely JSON, if so parse the json format of subscript...
bbielsa
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 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 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-11-21
i18n: pass only the ISO code string to 'translate()'
Samantaz Fox
2021-10-25
Fix Style/VerboseBlock issues
syeopite
[next]