summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2024-02-17Upgrade to Bitcask v2James Mills
2023-01-21Update depsJames Mills
2023-01-16preserve-video-filename (#49)Heinrich 'Henrik' Langos
This should fix issue #40 I have not made the `allowed_characters` configurable yet nor the `replacement_character`. Mostly because I couldn't decide if I should define those "globally" on a server basis, or on the library nodes. Feel free to modify, extend, rip apart. 😁 Reviewed-on: https://git.mills.io/prologic/tube/pulls/49 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
2022-11-25feat: Add YAML support for added / modified metadata (#37)Heinrich 'Henrik' Langos
This change introduces the ability to read additional or modified metadata like title or description from a YAML file. Just like thumbnails are read from "filename.jpg", we now look for "filename.yml" and override the meta data that is embedded in the video file. This is my very first look at golang, so please tell me if, or rather "where" I went wrong. ;-) Co-authored-by: Heinrich Langos <gumbo2000@noreply@mills.io> Reviewed-on: https://git.mills.io/prologic/tube/pulls/37 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
2022-08-30Replace rice box with go embed (#25)gabek
Reviewed-on: https://git.mills.io/prologic/tube/pulls/25 Co-authored-by: gabek <gabek@noreply@mills.io> Co-committed-by: gabek <gabek@noreply@mills.io>
2022-07-23Update depsJames Mills
2021-08-27Fix deps (#8)James Mills
Fixes #7 ```#!sh (⎈ |local:default) prologic@Jamess-iMac Sat Aug 28 01:35:47 ~/Projects/tube (master) 0 $ make Removing tube Removing tube.db/ tube version v1.1.12@02e2aeb(⎈ |local:default) ``` Co-authored-by: James Mills <prologic@shortcircuit.net.au> Reviewed-on: https://git.mills.io/prologic/tube/pulls/8 Co-authored-by: James Mills <james@mills.io> Co-committed-by: James Mills <james@mills.io>
2021-07-13Fix import pathsJames Mills
2021-06-08Update shortuuid depJames Mills
2021-06-08Update depsJames Mills
2021-03-25Update depsJames Mills
2020-07-08Update depsJames Mills
2020-07-08Fix the import path of this packageJames Mills
2020-03-28Add vimeo video importerv1.1.4James Mills
2020-03-28Refactored video importersJames Mills
2020-03-28Improve import UIJames Mills
2020-03-27Display video sizeJames Mills
2020-03-27Add backend support for importing youtube videosv1.1.3James Mills
2020-03-25Add support for keeping trakc of and viewing no. of views per videoJames Mills
2020-03-25Add CORSJames Mills
2020-03-22Refactored upload handlerJames Mills
2020-03-22Add support for transcodingJames Mills
2020-03-21Refactor video uploading in preparation for async transcodingJames Mills
2020-03-21Restructured source code layout, Added rice support for templates and static ↵James Mills
assets
2020-03-21Add command-line option parsing support and custom config file locationJames Mills
2020-03-21Migrate to Go111Modules, Add Dockerfile and GoRelaser supportJames Mills