Commit Graph

683 Commits

Author SHA1 Message Date
Sean Norwood 9ddb651180 Merge branch 'testing' of https://github.com/bbilly1/tubearchivist into feat/react-frontend 2022-04-07 17:31:27 +00:00
simon a07d789e66
add base64 blur video thumb 2022-04-08 00:29:09 +07:00
simon 6a1cb15114
validate hours to not be greater than 23, #209 2022-04-07 23:02:07 +07:00
simon b1a7a6a148
use cleaned_data for config form parser 2022-04-07 22:30:20 +07:00
Sean Norwood 4e4db8f0ae chore: don't need to load script.js anymore 2022-04-06 18:48:12 +00:00
Sean Norwood 42ff29c13d chore: use env var for api url 2022-04-06 18:31:05 +00:00
Sean Norwood d86cf81719 chore: update video list
* Store current video in local state temporaily
* Default to list view temporarily
* Implements the video list and video player with basic funtionality
2022-04-06 18:29:04 +00:00
Sean Norwood 99316eeee8 chore: update links to next/link 2022-04-06 18:27:18 +00:00
Sean Norwood 9988779f3a Merge branch 'master' of https://github.com/bbilly1/tubearchivist into feat/react-frontend 2022-04-05 16:24:16 +00:00
simon 39a6fbea74
add links to roadmap issues 2022-04-05 22:56:47 +07:00
simon 573c1514bf
simulate sponsorblock voting api endpoints, #build
Changed:
- added simulated post sponsorblock api endpoints
- updated api documentation
- updated roadmap
2022-04-05 22:34:51 +07:00
simon 348a114981
update Roadmap 2022-04-05 22:32:55 +07:00
simon a84e657577
add documentation for sponsorblock api endpoints 2022-04-05 22:27:55 +07:00
simon 03dd25cff4
implement vote on sponsorblock segments api 2022-04-05 22:25:40 +07:00
simon 286b1cf9b6
simulate sponsorblock post request 2022-04-05 21:51:45 +07:00
simon bace7d41af
add random string generator helper function 2022-04-05 21:51:10 +07:00
simon 738b083a7f
create dedicated SponsorBlock class to handle integration 2022-04-05 21:50:40 +07:00
simon 1ac92254ad
add global vars for version and url 2022-04-05 18:43:15 +07:00
simon e404bac7c3
bump celery 2022-04-05 18:35:06 +07:00
Sean Norwood cfffa8bd38 chore: just render api data for now 2022-04-04 19:57:27 +00:00
simon 0a839ff960 Merge branch 'testing' 2022-04-05 00:05:47 +07:00
simon a8b62e5cdc better error message on sponsorblock fail 2022-04-04 23:28:32 +07:00
simon 730d12212f implement basic sponsblock indexing, #119 2022-04-04 23:28:32 +07:00
simon 29f8e148da bump libraries 2022-04-04 23:28:32 +07:00
simon 71c441d871
better error message on sponsorblock fail 2022-04-04 23:24:51 +07:00
crocs 00750500a1
Add files via upload 2022-04-04 11:16:24 -05:00
simon 77228ccb65
implement basic sponsblock indexing, #119 2022-04-04 23:08:44 +07:00
simon 2292e6506d
bump libraries 2022-04-04 22:55:43 +07:00
Sean Norwood 97c01a2f3a chore: type info for api 2022-04-04 02:52:23 +00:00
Sean Norwood 9284b93f2a chore: start laying out the home page
* Use the layout component
* Use SSR to get videos from API
2022-04-04 02:52:03 +00:00
Sean Norwood 4fa8cd89e2 chore: external script work and comments 2022-04-04 02:51:16 +00:00
Sean Norwood a129e737d2 chore: add static images 2022-04-04 02:50:54 +00:00
Sean Norwood 8b10fd9302 chore: add various components
* Footer
* Head
* Layout
* Nav
* VideoList
2022-04-04 02:50:43 +00:00
Sean Norwood 7ac6e6c26b chore: use correct typescript version for eslint 2022-04-03 20:04:53 +00:00
Sean Norwood 2c4ab1bb42 chore: use new components 2022-04-03 20:04:28 +00:00
Sean Norwood 73106fc74a chore: add external scripts 2022-04-03 20:04:17 +00:00
Sean Norwood 3c4c15a8e3 chore: move dynamic header component to header file 2022-04-03 20:03:47 +00:00
Sean Norwood 62c219c2de chore: add custom head element 2022-04-03 20:03:30 +00:00
Sean Norwood 734078c5d7 Merge branch 'master' of https://github.com/bbilly1/tubearchivist into feat/react-frontend 2022-04-03 18:33:10 +00:00
simon 4775c9d830
connection test API endpoing, #build
Changed:
- added /api/ping/ to test your connection
- moved browserextension to dedicated repo
- merges nginx ipv6 fix, #203
2022-04-03 08:24:38 +07:00
Sean Norwood 3870a54d2e chore: enable streaming ssr 2022-04-03 00:28:12 +00:00
Sean Norwood cf9181919a chore: initial suspense setup 2022-04-03 00:27:33 +00:00
Sean Norwood ad67cb00e2 chore: remove console log 2022-04-03 00:27:00 +00:00
Sean Norwood eec288af5f chore: add external js files 2022-04-03 00:26:53 +00:00
Sean Norwood d880f95c44 chore: header component 2022-04-03 00:26:42 +00:00
Sean Norwood 1e3087c245 chore: update to react 18 2022-04-03 00:26:30 +00:00
simon cae00b032b return better data for ping api, add to readme 2022-04-01 16:24:40 +07:00
Lickitysplitted 3ae9fe5405
Modify Dockerfile and the nginx.conf file to avoid Nginx default conf… (#203)
* Modify Dockerfile and the nginx.conf file to avoid Nginx default config IPv6 conflict.

* Adjust nginx.conf name and run.sh nginx modification.

* but nginx.conf file back

Co-authored-by: simon <simobilleter@gmail.com>
2022-04-01 11:43:24 +07:00
simon 12fa5748d4
move extension to tubearchivist/browser-extension 2022-04-01 08:48:42 +07:00
simon ab9c02dfad
redefine scope of current state 2022-03-31 23:39:46 +07:00