Commit Graph

650 Commits

Author SHA1 Message Date
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
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
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
12fa5748d4
move extension to tubearchivist/browser-extension 2022-04-01 08:48:42 +07:00
ab9c02dfad
redefine scope of current state 2022-03-31 23:39:46 +07:00
4de5b2d091 Merge branch 'browserextension' into testing 2022-03-31 23:29:11 +07:00
ed6521acad
reimagine browser extension, simple download button 2022-03-31 23:28:53 +07:00
9ab6955125
add connection test api view 2022-03-31 21:13:21 +07:00
46622d9ab2
bump redis lib 2022-03-31 21:13:04 +07:00
607d9b3030
add sync_latest_es function to update tubearchivist-es:latest container 2022-03-31 14:47:19 +07:00
4eb2fb01d9
a note about SSO, LDAP, 2FA in the FAQ 2022-03-30 17:49:03 +07:00
3caafc6e21
update roadmap, rewording 2022-03-30 17:44:54 +07:00
8a3349c6a5
a note about transcoding quality, #138 2022-03-30 17:27:53 +07:00
b46910ec90
update roadmap, add issue links 2022-03-30 17:21:25 +07:00
Sean Norwood
1b5534b6d4 Initial React frontend work
Uses NextJS as a React framework
Initial import of assets in `public/`:
* css/
* favicon/
* img/

Initial authentication work
* Use next-auth CredentialsProvider to pull user information from TA
* Add sign in and sign out functionality using default next-auth
login page

TODO
* Custom login page
2022-03-29 17:19:24 +00:00
1cd285aec4
parse api views, #build
Changed:
- return frontend relevant paths for api views
- add video api list view
2022-03-29 18:36:54 +07:00
e51193f988
update roadmap 2022-03-29 18:35:01 +07:00
0783d47ffe
bump python version 2022-03-29 18:34:31 +07:00
6f5969f520
add video list api view 2022-03-29 17:05:22 +07:00
0c8fa8f49e
clean up prints 2022-03-29 17:03:34 +07:00
80af255f25
reinvent SearchProcess class for API endpoints 2022-03-29 16:48:04 +07:00
cdc617c382
add datestr generator 2022-03-29 16:47:21 +07:00
f1fb504874
fix spacing 2022-03-29 10:33:43 +07:00
e04690d96d
add API login view, #build
Changed:
- get token and userid from api endpoint
2022-03-29 10:18:56 +07:00
5dce2441fa
add API login view 2022-03-29 10:17:47 +07:00
5d8e314983
be more explicit what you are searching now 2022-03-28 12:43:57 +07:00
9e37c0fab1
add ibracorp review video 2022-03-27 19:43:40 +07:00
cc49c256c1
note about min ES version 7.17 2022-03-27 18:28:17 +07:00
dc8e330b22
tail git tag output, too many versions now 2022-03-27 18:27:36 +07:00
358194468e
increase version to v0.1.3 2022-03-26 19:47:50 +07:00
1d3d3b13ed
reduce max-complexity to 10 2022-03-26 18:36:10 +07:00
f15bb50cfe
fix playlist reindex after PendingList refactor 2022-03-26 18:31:00 +07:00
fcadb5ead8
add random headers for requests outside of yt-dlp 2022-03-26 11:49:53 +07:00
6d874f4b7a
add section for per channel customization 2022-03-26 11:13:48 +07:00
a0ed88580f
fix index validate_mappings for new nested object 2022-03-26 10:52:57 +07:00
9537c388ab Merge branch 'master' into testing 2022-03-25 17:31:59 +07:00
40d7e6da37
add secondary sort for channel and title, #193 2022-03-25 17:28:17 +07:00
fa60f2e5f8
Style channel configure form, #build
Changed:
- layout of the channel configure form
- hide if no overwrites set
- validate min es version 7.17.x
- improved build to incl debug tools
2022-03-25 15:44:01 +07:00