summaryrefslogtreecommitdiff
path: root/app/app.go
AgeCommit message (Expand)Author
2022-11-25Normalize library path before adding and improve error logging (#38)Heinrich 'Henrik' Langos
2022-11-08Seriously wtfJames Mills
2022-09-24Add Sandstorm packaging files (#26)Jacob Weisz
2022-08-30Replace rice box with go embed (#25)gabek
2022-08-25Optionally require auth for the /upload endpoint (#23)gabek
2022-08-25Supply the seconds position where a thumbnail is generated (#22)gabek
2022-08-01Add support for multi-arch binary and docker image releases (#20)James Mills
2021-07-13Fix import pathsJames Mills
2021-06-08Remove proprietary notices about video (#40)Srxr
2021-06-08Update shortuuid depJames Mills
2020-07-08Fix the import path of this packageJames Mills
2020-04-09fix hard-coded frontend max_upload_size validation (#20)X3STeNLiTE
2020-03-31Allow transcoding to smaller sizes a configurable and optional featureJames Mills
2020-03-29Fix default server config and ensure upload and video paths existJames Mills
2020-03-29Add maximum upload size saftey and guardsJames Mills
2020-03-28Add UI controls for selecting lower quality video resolutionsJames Mills
2020-03-28Add backend support for serving lower quality videos (if available)James Mills
2020-03-28Refactored video importersJames Mills
2020-03-27Refactor Sort UIJames Mills
2020-03-27Add optional title and description to video uploadJames Mills
2020-03-27Display video sizeJames Mills
2020-03-27Add backend support for importing youtube videosv1.1.3James Mills
2020-03-27Added UI/UX for Importing artbitrary videos from a URLJames Mills
2020-03-26Alias null sort criteria to timestampJames Mills
2020-03-26Refactored thumbnail generation with configurable timeout and in-sycn with vi...James Mills
2020-03-26Add a footerJames Mills
2020-03-25Refactor UX of Trending vs. Recent video sortingJames Mills
2020-03-25Add trending and ability to sort playlist by viewsJames Mills
2020-03-25Refactored the way views are stored with a mgiration off the old data (to be ...James Mills
2020-03-25Add support for keeping trakc of and viewing no. of views per videoJames Mills
2020-03-25Updated CORS config (again)James Mills
2020-03-25Add OPTIONS to / and /upload endpointsJames Mills
2020-03-25Add custom CORS configJames Mills
2020-03-25Add CORSJames Mills
2020-03-22Refactored upload handlerJames Mills
2020-03-22Re-add direct library addJames Mills
2020-03-22Remove use of temporary fileJames Mills
2020-03-22Add more error handlingJames Mills
2020-03-22Remove direct library add after upload as Rename(s) are not atomic on some fi...James Mills
2020-03-22Fixed nil refernece bugJames Mills
2020-03-22Add support for transcodingJames Mills
2020-03-21Refactor video uploading in preparation for async transcodingJames Mills
2020-03-21Add server loggingJames Mills
2020-03-21Added basic upload supportJames Mills
2020-03-21Restructured source code layout, Added rice support for templates and static ...James Mills