Commit Graph
12 Commits
Author SHA1 Message Date
MeisamandGitHub 617156b18d link assets under the same protocol for bots (#1187)
* link assets under the same protocol

* use // for metadata  urls
2021-07-17 20:28:20 -07:00
MeisamandGitHub a00052ef89 set summary in metadata (#1185) 2021-07-13 14:44:03 -07:00
MeisamandGitHub d042fd70d1 Cache the custom emoji list (#1175)
* use emojiCache

* add emojiCacheTimestamp

* add function description

* better logging
2021-07-11 15:34:56 -07:00
MeisamandGitHub 08b6c4e3cf Better handling of os.Stat() errors (#1173) 2021-07-09 18:31:43 -07:00
MeisamandGitHub 7361578412 style fix for error checking (#1170)
+additional linting
2021-07-09 11:16:44 -07:00
MeisamandGitHub a13e1e75e2 proper cleanup and permission check for the hls directory (#1167)
* check error on hls cleanup

* rm HLS directories before creating new ones

* don't mask the variable

* mv cleanupDirectory() to utils

* add user-friendly error messages
2021-07-08 12:35:53 -07:00
MeisamandGitHub 3b6ef78ff7 fix video variant sorting (#1150) 2021-07-01 18:17:50 -07:00
MeisamandGitHub e991199735 updates to backups directory (#1099)
* read BackupDirectory from command line flag

* Change the default backup directory

* mkdir BackupDirectory

* use config for backup file path

* migrateDatabase to the backup directory

* use DoesFileExists

change permission on the directory to 0700

* declare err

* generate backupFile  where needed

* style fix

* more style fixes

* more style fixes
2021-06-13 15:28:59 -07:00
MeisamandGitHub 2659dc3646 Hide viewer count when offline (#1091)
* Hide viewer count when offline

* cleanup
2021-06-10 10:59:51 -07:00
MeisamandGitHub c77782cd35 inject custom style (#1083) 2021-06-07 13:53:25 -07:00
MeisamandGitHub 8b57ddcfb1 Remove config file migrator (#1045)
* rm migrator consts

* Delete migrator.go

* rm RunMigrations()
2021-05-23 13:36:34 -07:00
MeisamandGitHub 5c48ead518 Update video.css (#1012)
fix for issue #951
2021-05-13 12:02:57 -07:00