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
2023-02-12
refactor(upload): Expand argument names
Heinrich 'Henrik' Langos
2023-01-21
fix: Fix initial rendering of import page (#63)
Heinrich 'Henrik' Langos
2023-01-16
preserve-video-filename (#49)
Heinrich 'Henrik' Langos
2023-01-16
improve logging at startup (#51)
Heinrich 'Henrik' Langos
2022-11-25
feat: Make upload path selectable (#39)
Heinrich 'Henrik' Langos
2022-11-25
Normalize library path before adding and improve error logging (#38)
Heinrich 'Henrik' Langos
2022-11-08
Seriously wtf
James Mills
2022-09-24
Add Sandstorm packaging files (#26)
Jacob Weisz
2022-08-30
Replace rice box with go embed (#25)
gabek
2022-08-25
Optionally require auth for the /upload endpoint (#23)
gabek
2022-08-25
Supply the seconds position where a thumbnail is generated (#22)
gabek
2022-08-01
Add support for multi-arch binary and docker image releases (#20)
James Mills
2021-07-13
Fix import paths
James Mills
2021-06-08
Remove proprietary notices about video (#40)
Srxr
2021-06-08
Update shortuuid dep
James Mills
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