index
:
tube.git
fix-changelog
fix-large-upload-buffer
master
refactor-upload-handler
[MIRROR] Repo for Tube located at https://git.mills.io/prologic/tube
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
app.go
Age
Commit message (
Expand
)
Author
2020-07-08
Fix the import path of this package
James Mills
2020-04-09
fix hard-coded frontend max_upload_size validation (#20)
X3STeNLiTE
2020-03-31
Allow transcoding to smaller sizes a configurable and optional feature
James Mills
2020-03-29
Fix default server config and ensure upload and video paths exist
James Mills
2020-03-29
Add maximum upload size saftey and guards
James Mills
2020-03-28
Add UI controls for selecting lower quality video resolutions
James Mills
2020-03-28
Add backend support for serving lower quality videos (if available)
James Mills
2020-03-28
Refactored video importers
James Mills
2020-03-27
Refactor Sort UI
James Mills
2020-03-27
Add optional title and description to video upload
James Mills
2020-03-27
Display video size
James Mills
2020-03-27
Add backend support for importing youtube videos
v1.1.3
James Mills
2020-03-27
Added UI/UX for Importing artbitrary videos from a URL
James Mills
2020-03-26
Alias null sort criteria to timestamp
James Mills
2020-03-26
Refactored thumbnail generation with configurable timeout and in-sycn with vi...
James Mills
2020-03-26
Add a footer
James Mills
2020-03-25
Refactor UX of Trending vs. Recent video sorting
James Mills
2020-03-25
Add trending and ability to sort playlist by views
James Mills
2020-03-25
Refactored the way views are stored with a mgiration off the old data (to be ...
James Mills
2020-03-25
Add support for keeping trakc of and viewing no. of views per video
James Mills
2020-03-25
Updated CORS config (again)
James Mills
2020-03-25
Add OPTIONS to / and /upload endpoints
James Mills
2020-03-25
Add custom CORS config
James Mills
2020-03-25
Add CORS
James Mills
2020-03-22
Refactored upload handler
James Mills
2020-03-22
Re-add direct library add
James Mills
2020-03-22
Remove use of temporary file
James Mills
2020-03-22
Add more error handling
James Mills
2020-03-22
Remove direct library add after upload as Rename(s) are not atomic on some fi...
James Mills
2020-03-22
Fixed nil refernece bug
James Mills
2020-03-22
Add support for transcoding
James Mills
2020-03-21
Refactor video uploading in preparation for async transcoding
James Mills
2020-03-21
Add server logging
James Mills
2020-03-21
Added basic upload support
James Mills
2020-03-21
Restructured source code layout, Added rice support for templates and static ...
James Mills