Samantaz Fox
|
ad4a06fca5
|
Move user captcha code to its own module
|
2022-02-07 17:15:22 +01:00 |
|
Samantaz Fox
|
7ace3fc989
|
Move remaining user-related routes out of main file
|
2022-02-07 17:15:21 +01:00 |
|
Samantaz Fox
|
170e754998
|
Merge pull request #2868 from SamantazFox/related-channels-items-fix
Related channel may contain a continuation entry
|
2022-02-07 16:54:44 +01:00 |
|
Dimitris Apostolou
|
7e4690e43c
|
Fix typos
|
2022-02-07 14:57:14 +02:00 |
|
Samantaz Fox
|
698a6f3886
|
API: handle related channels parsing exceptions
|
2022-02-07 00:52:18 +01:00 |
|
Samantaz Fox
|
1668e4187e
|
Related channel may contain a continuation entry
|
2022-02-07 00:37:47 +01:00 |
|
Samantaz Fox
|
4e44a91d08
|
Add support for clips
|
2022-02-02 00:41:02 +01:00 |
|
Samantaz Fox
|
fc5f84a0cd
|
Merge pull request #2827 from SamantazFox/more-code-cleanup
More code cleanup
|
2022-02-02 00:36:19 +01:00 |
|
Samantaz Fox
|
d546f1870e
|
Merge pull request #2845 from SamantazFox/more-db-improvements
More db improvements
|
2022-01-30 23:34:48 +01:00 |
|
matthewmcgarvey
|
a82d21ff78
|
Cleanup channel helpers code
|
2022-01-27 20:12:42 -06:00 |
|
Samantaz Fox
|
84cc732281
|
search functions: Don't return result count
This is useless, as the items count can be directly acessed
using the '.size' method, so use that instead when needed.
|
2022-01-28 02:22:36 +01:00 |
|
Samantaz Fox
|
12b818a83c
|
Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by ameba
|
2022-01-28 02:19:53 +01:00 |
|
Samantaz Fox
|
1c91110464
|
Fix some 'Lint/ShadowingOuterLocalVar' warnings reported by ameba
|
2022-01-28 02:19:53 +01:00 |
|
Samantaz Fox
|
4cd7a3e83f
|
Remove useless 'locale = env.get...' from many routes
|
2022-01-28 02:19:53 +01:00 |
|
Samantaz Fox
|
5e3c9cf290
|
Remove useless arguments from playlist-related functions
|
2022-01-28 02:19:53 +01:00 |
|
matthewmcgarvey
|
df9f897ebe
|
Fix code broken when extracting data control route
|
2022-01-25 19:28:16 -06:00 |
|
matthewmcgarvey
|
d755d05f88
|
Move more routes to new pattern
|
2022-01-25 19:10:18 -06:00 |
|
Samantaz Fox
|
714a001332
|
DB: playlists: make that 'insert' never raises
|
2022-01-25 23:53:00 +01:00 |
|
Samantaz Fox
|
5ad2fc64b4
|
DB: Move a forgotten 'UPDATE channels' statement
|
2022-01-25 23:42:36 +01:00 |
|
Samantaz Fox
|
2ae074a9a4
|
Merge pull request #2821 from matthewmcgarvey/channel-search
Handle invalid channel id in channel: search
|
2022-01-25 19:34:43 +01:00 |
|
Matthew McGarvey
|
c5967ad572
|
will -> should
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
|
2022-01-25 11:35:19 -06:00 |
|
matthewmcgarvey
|
574e35a720
|
HTML escape user input
|
2022-01-19 09:01:13 -06:00 |
|
matthewmcgarvey
|
56e505164d
|
404 error with message and provide example
|
2022-01-18 18:56:26 -06:00 |
|
matthewmcgarvey
|
b2a738cf13
|
Fix loading reddit comments when there are no threads found
|
2022-01-17 12:11:47 -06:00 |
|
matthewmcgarvey
|
dc62b6ffdb
|
Can fetch related channels using just the channel ucid]
|
2022-01-10 17:07:52 -06:00 |
|
matthewmcgarvey
|
4962c00ba8
|
Update to fetch related channels again
|
2022-01-08 12:31:16 -06:00 |
|
Samantaz Fox
|
302fecbdcb
|
Clean useless database arguments (5/5)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
d74873fed1
|
Clean useless database arguments (4/5)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
40ed4a0506
|
Clean useless database arguments (3/5)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
c25d664edc
|
Clean useless database arguments (2/5)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
9bad7e2940
|
Clean useless database arguments (1/5)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
914cfbd953
|
Move DB queries related to 'annotations' in a separate module
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
85cf27119c
|
Move DB queries related to playlists in a separate module (3/3)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
7691f53520
|
Move DB queries related to 'users' in a separate module (2/2)
|
2022-01-04 17:15:43 +01:00 |
|
Samantaz Fox
|
094f835642
|
Move DB queries related to 'users' in a separate module (1/2)
|
2022-01-04 17:13:52 +01:00 |
|
Samantaz Fox
|
92eea3b18b
|
Move DB queries related to session tokens in a separate module
|
2022-01-04 17:13:52 +01:00 |
|
Samantaz Fox
|
c021b93b5c
|
Move DB queries related to channels in a separate module
|
2022-01-04 17:13:52 +01:00 |
|
Samantaz Fox
|
46d08237c6
|
Move DB queries related to playlists in a separate module (2/3)
|
2022-01-04 17:13:52 +01:00 |
|
Samantaz Fox
|
3deafe9f8d
|
Move DB queries related to playlists in a separate module (1/3)
|
2022-01-04 17:13:51 +01:00 |
|
bbielsa
|
b90bceb2dc
|
Fix formatting of preferences.cr and videos.cr
|
2021-12-15 19:38:58 +01:00 |
|
bbielsa
|
5abe7fe123
|
Rename 'remember_position' to 'save_player_pos' for clarity
|
2021-12-15 19:37:55 +01:00 |
|
bbielsa
|
a6a0bbf398
|
Add remember_position field to the Preferences and VideoPreferences structs, and add a checkbox in the preferences page to toggle it
|
2021-12-15 19:37:55 +01:00 |
|
Samantaz Fox
|
ee91effb7a
|
Merge pull request #2576 from SamantazFox/fix-locales-handling
Fix locales handling
|
2021-12-12 22:26:22 +01:00 |
|
Samantaz Fox
|
7b9d26d688
|
Fix #2670
Fixes "Download widget replaces spaces in filename with +"
https://github.com/iv-org/invidious/issues/2670
|
2021-11-29 23:12:55 +01:00 |
|
Samantaz Fox
|
139786b9ef
|
i18n: pass only the ISO code string to 'translate()'
Don't use the whole Hash everywhere.
Also fall back nicely to english string if no translation exists.
|
2021-11-21 01:50:11 +01:00 |
|
Samantaz Fox
|
00904ae3f2
|
Merge pull request #2444 from syeopite/only-use-redirect-endpoint-when-needed
Only use the /redirect endpoint when automatically redirecting to another instance
|
2021-11-13 20:40:09 +01:00 |
|
syeopite
|
6ec4dcfafd
|
Fix handling for maxres thumbnail
|
2021-11-12 03:47:58 -08:00 |
|
syeopite
|
48191aca6e
|
Fix copy-paste error
|
2021-11-12 03:47:57 -08:00 |
|
syeopite
|
83556bace2
|
Allow thumbnail queries with QUIC disabled
|
2021-11-12 03:47:57 -08:00 |
|
syeopite
|
814c9e6c3a
|
Use https for storyboard image requests
|
2021-11-12 03:47:57 -08:00 |
|