Samantaz Fox
|
d93a7b315d
|
Make use of Search::Query/Filters and associated HTML generator
|
2022-04-03 22:27:52 +02:00 |
|
Samantaz Fox
|
f9b8bc006f
|
Create a search processors module
|
2022-03-29 20:31:23 +02:00 |
|
Samantaz Fox
|
f7b557eed1
|
API: fix suggestions not workin
Closes #2914
Thanks to @TiA4f8R for the help
|
2022-03-06 01:12:57 +01:00 |
|
Samantaz Fox
|
575b039170
|
Merge pull request #2922 from SamantazFox/download-widget-fix
Download widget fix
|
2022-02-24 22:53:06 +01:00 |
|
Samantaz Fox
|
7a32269d7f
|
Merge pull request #2925 from matthewmcgarvey/routes-final
Move last remaining routes in main file to new pattern
|
2022-02-24 22:49:01 +01:00 |
|
Samantaz Fox
|
004e371051
|
Don't double-encode file title
|
2022-02-24 22:37:54 +01:00 |
|
matthewmcgarvey
|
d5f43bae92
|
Combine notifications endpoints and move them
|
2022-02-23 22:45:07 -06:00 |
|
matthewmcgarvey
|
e215a20a0a
|
Move live endpoints into Channels route
|
2022-02-23 22:41:34 -06:00 |
|
matthewmcgarvey
|
919413e2b9
|
Move captcha endpoint into Login route
|
2022-02-23 22:39:43 -06:00 |
|
Le Jester
|
897f871f99
|
Make the history recording optional.
|
2022-02-23 13:03:21 +01:00 |
|
Samantaz Fox
|
2f335b3d2c
|
Use a dedicated endpoind for downloads
This allows us to not pass file name ("title") in the form
data and to enforce some sanity checks
|
2022-02-23 13:00:30 +01:00 |
|
matthewmcgarvey
|
3b1837a99b
|
Move remaining routes to new structure
|
2022-02-22 23:20:09 -06:00 |
|
matthewmcgarvey
|
cc59de0c93
|
Extract live endpoints to route
|
2022-02-22 23:04:30 -06:00 |
|
Samantaz Fox
|
b58b0440d6
|
Fix captions regex
|
2022-02-22 19:44:41 +01:00 |
|
Samantaz Fox
|
fe057c7873
|
Make a function that builds the download widget's HTML
|
2022-02-22 17:42:41 +01:00 |
|
Féry Mathieu (Mathius)
|
dbba9d7687
|
Expose version in /api/v1/stats with statistic disabled
|
2022-02-18 17:23:16 +01:00 |
|
Samantaz Fox
|
85ba04b715
|
Merge pull request #2871 from SamantazFox/user-code-cleaning
User code cleaning & fixing
|
2022-02-14 15:38:05 +01:00 |
|
Samantaz Fox
|
01135db80a
|
video_playback: Check "host" parameter validity
|
2022-02-11 02:04:05 +01:00 |
|
Samantaz Fox
|
d12dff9dcf
|
Use a regex to fix badly aligned captions
|
2022-02-07 22:18:24 +01:00 |
|
Samantaz Fox
|
99d770be64
|
Move user pages (ECR files) to subfolder
|
2022-02-07 17:39:15 +01:00 |
|
Samantaz Fox
|
71a8867a4a
|
Move user cookies to their own module
|
2022-02-07 17:39:15 +01:00 |
|
Samantaz Fox
|
2bbd424fce
|
Move import logic to its own module
|
2022-02-07 17:38:50 +01:00 |
|
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 |
|