Samantaz Fox
|
05258d56bd
|
Add support for the new channel layout - part 2 (#3419)
|
2023-01-10 21:16:12 +01:00 |
|
Émilien Devos
|
98301a2237
|
Add ability to disable all user notifications (#3473)
|
2023-01-05 23:08:05 +00:00 |
|
Samantaz Fox
|
69b8e0919f
|
api: Add support for the "featured channels" endpoint
|
2022-12-22 17:26:30 +01:00 |
|
Samantaz Fox
|
4e3a930626
|
frontend: Add support for the "featured channels" page
|
2022-12-22 16:13:35 +01:00 |
|
Samantaz Fox
|
40c666cab2
|
api: Add support for shorts and livestreams
|
2022-12-22 16:13:34 +01:00 |
|
Samantaz Fox
|
6c9754e663
|
frontend: Add support for shorts and livestreams
|
2022-12-22 16:13:34 +01:00 |
|
Samantaz Fox
|
9e58bc19c4
|
Fix #3265
|
2022-08-13 20:23:45 +02:00 |
|
Samantaz Fox
|
cb8a375c5e
|
routing: Directly call Kemal's add_route function
|
2022-08-10 20:50:49 +02:00 |
|
Samantaz Fox
|
1e25894f7e
|
routing: move the remaining routes registration to a wrapper function
|
2022-08-10 00:48:09 +02:00 |
|
Samantaz Fox
|
223e74569a
|
routing: move feed routes registration to Invidious::Routing
|
2022-08-10 00:46:35 +02:00 |
|
Samantaz Fox
|
0a4d793556
|
routing: move search routes registration to Invidious::Routing
|
2022-08-10 00:31:15 +02:00 |
|
Samantaz Fox
|
5503914abe
|
routing: move playlist routes registration to Invidious::Routing
|
2022-08-10 00:26:41 +02:00 |
|
Samantaz Fox
|
906466d7fb
|
routing: move watch/embed routes registration to Invidious::Routing
|
2022-08-10 00:22:40 +02:00 |
|
Samantaz Fox
|
e2532de766
|
routing: move image proxy routes registration to Invidious::Routing
|
2022-08-10 00:20:04 +02:00 |
|
Samantaz Fox
|
3ac4390d11
|
routing: move channel routes registration to Invidious::Routing
|
2022-08-10 00:14:26 +02:00 |
|
Samantaz Fox
|
389ae7a573
|
routing: register playback routes with a function, rather than a macro
|
2022-08-10 00:10:29 +02:00 |
|
Samantaz Fox
|
176247091d
|
routing: register API routes with a function, rather than a macro
|
2022-08-10 00:07:47 +02:00 |
|
Samantaz Fox
|
e22cc73f32
|
routing: register user routes with a function, rather than a macro
|
2022-08-09 23:56:34 +02:00 |
|
Samantaz Fox
|
c23ad25899
|
routing: remove HEAD from HTTP methods
Kemal automatically creates an associated HEAD route for all GET routes
|
2022-08-09 23:39:53 +02:00 |
|
matthewmcgarvey
|
d5f43bae92
|
Combine notifications endpoints and move them
|
2022-02-23 22:45:07 -06:00 |
|
matthewmcgarvey
|
919413e2b9
|
Move captcha endpoint into Login route
|
2022-02-23 22:39:43 -06:00 |
|
Samantaz Fox
|
fb36155022
|
Move user routes definitions to a macro in routing.cr
|
2022-02-07 17:15:21 +01:00 |
|
Walkyst
|
2b0bb69a4f
|
Fix mixes route (#2421)
|
2021-09-20 22:39:32 -07:00 |
|
syeopite
|
52688106e4
|
Fix /api/v1/search/suggestions route link
|
2021-08-23 16:38:29 -07:00 |
|
syeopite
|
66b45a8fe2
|
Bountiful changes
- Use haltf in more locations
- Fix wrong URL params
- Rename API modules
- Remove API routing file and move everything to general iv routing
file
|
2021-08-23 16:28:30 -07:00 |
|
syeopite
|
7afa027b95
|
Switch routing logic to use modules (#2298)
* Switch routing logic to use modules
* Add more macros for adding routes of different HTTP methods
|
2021-08-11 12:36:25 +02:00 |
|
saltycrys
|
b45f371911
|
Make config a constant
Instead of passing around `config` there is now the global `CONFIG`.
|
2021-01-23 19:39:04 +01:00 |
|
saltycrys
|
6365ee7487
|
Make logger a constant
Instead of passing around `logger` there is now the global `LOGGER`.
|
2021-01-05 20:43:19 +01:00 |
|
Matthew McGarvey
|
192d2b86b6
|
Extract playlist routes from global file
|
2020-11-19 19:21:48 -06:00 |
|
Matthew McGarvey
|
2cded8dcac
|
Extract /watch route from main file
|
2020-11-02 18:06:06 -06:00 |
|
Matthew McGarvey
|
85c212aee3
|
Provide rough draft of better project organization
|
2020-10-05 23:57:19 -05:00 |
|