Commit Graph

2006 Commits

Author SHA1 Message Date
calzoneman 20dc871303 Use create-error for better error creation 2015-09-24 23:36:05 -07:00
Calvin Montgomery 237a4ae0e0 Merge pull request #506 from calzoneman/gdrive-youtube-hack
Gdrive youtube hack
2015-09-23 21:59:24 -07:00
calzoneman 5ec9c2b029 Start refactoring channel storage 2015-09-23 21:56:04 -07:00
Calvin Montgomery f95f3dc89b Merge pull request #503 from calzoneman/es6
Transpile with babel for ES2015 support
2015-09-23 19:27:52 -07:00
calzoneman 2b6e58ace9 Add safeguard postinstall script prompt 2015-09-23 19:27:04 -07:00
calzoneman 0109a87e55 package: build with babel for ES2015 support
* Rename lib/ -> src/
* Add `postinstall` npm target for compiling src files to lib
* Add `build-watch` npm target for development with babel --watch
* Add `lib/` to .gitignore
* Add `source-map-support` module for babel-generated sourcemaps
2015-09-23 19:27:04 -07:00
Calvin Montgomery d042619b21 Merge pull request #504 from calzoneman/deps-upgrade
Update dependencies
2015-09-23 19:18:45 -07:00
calzoneman 14bfaae487 Update dependencies 2015-09-23 19:15:28 -07:00
calzoneman e85fd4bcd0 Add counters for stat recording 2015-09-17 23:29:32 -07:00
calzoneman 3356a55fbd Fix modal issue 2015-09-16 20:20:51 -07:00
calzoneman c81ae989fd Add auth_timeout parameter 2015-09-16 00:04:34 -07:00
calzoneman bfe36e8150 Hack YouTube flash player for Google Drive 2015-09-15 23:32:01 -07:00
Calvin Montgomery f1c61bddb2 docs: update user-settings 2015-09-12 01:15:13 -07:00
calzoneman 5367d4e769 Add start of new user guide docs 2015-09-12 01:10:32 -07:00
calzoneman c97332947d mediarefresher: fix google drive ignores 2015-09-03 18:17:08 -07:00
calzoneman 00fd0482a5 ffmpeg: fix issue where valid streams are overridden by invalid ones 2015-09-03 18:11:25 -07:00
calzoneman bb3b9004e0 database: exit if initial connection fails (#500) 2015-09-02 23:03:47 -07:00
calzoneman f2000b4459 Fix 2015-09-02 23:00:45 -07:00
calzoneman 5c35f0f39b setuid: fix folder permissions before dropping 2015-09-02 23:00:31 -07:00
calzoneman de02cdbeff Intelligently split link lists to allow URLs with commas 2015-08-19 23:27:05 -07:00
calzoneman 26eb3502be Respect x-forwarded-proto for ACP 2015-08-17 20:20:58 -07:00
Calvin Montgomery 1e312ded4c Update README.md 2015-08-16 13:31:34 -07:00
calzoneman 91d81c4367 Respect X-Forwarded-Proto if it is set 2015-08-12 20:00:52 -07:00
calzoneman a405c2c5fa Don't kill ffmpeg for HTTP 416 2015-08-11 18:25:14 -07:00
calzoneman 3cac6d2d10 Fix ffmpeg fd leak 2015-08-10 17:55:23 -07:00
calzoneman 6f7b34f644 Minor fixes to source quality sorting 2015-08-03 19:02:56 -07:00
calzoneman b5efa18984 package: bump cytubefilters 2015-08-03 18:30:22 -07:00
calzoneman 9a5c71fddc Minor fix 2015-07-30 22:12:52 -07:00
calzoneman b0f65ded80 Add TLS failure check 2015-07-30 21:11:30 -07:00
calzoneman 92b0747c0b Kill ffprobe after 30 seconds; add logging 2015-07-30 20:45:47 -07:00
calzoneman 66b08f53d1 Fix subtitles race condition 2015-07-28 20:34:55 -07:00
Calvin Montgomery eb02ad0836 Merge pull request #499 from calzoneman/gdrive-captions
Support captions/subtitles for Google Drive videos
2015-07-27 17:42:32 -07:00
calzoneman d86c62664c Fixes for Chrome 2015-07-26 13:29:06 -07:00
calzoneman f12397db23 Minor fixes for Google Drive subtitles 2015-07-26 12:28:43 -07:00
calzoneman 523ebf4aea Fix video not being restored when getplaylist modal is closed 2015-07-26 11:41:54 -07:00
calzoneman 4a0cbce575 Use lang_original if subtitle name is empty 2015-07-25 11:46:18 -07:00
calzoneman 174ad8d81e Fixes for google drive subtitles 2015-07-25 10:31:21 -07:00
calzoneman b0e6de389e Add gdrive subtitle docs 2015-07-25 01:27:41 -07:00
calzoneman 33e7f81fa7 Wire up google drive subtitles 2015-07-25 01:19:32 -07:00
calzoneman 6d9fc73701 Work on fetching/converting google drive subtitles 2015-07-22 21:24:37 -07:00
calzoneman 74e7b25877 Fix: playlist showing for guest when perm set to guest 2015-07-22 18:08:05 -07:00
Calvin Montgomery dda5077727 Merge pull request #498 from calzoneman/comma-multi-queue
Add comma-separated queueing for multiple items
2015-07-21 21:46:28 -07:00
calzoneman 817e7ceb84 Fix underscore escaping for similar chars check 2015-07-20 19:07:58 -07:00
calzoneman 06347d6c25 Fix hidePlayer() 2015-07-16 21:43:21 -07:00
calzoneman 0044057287 Fix single-item playlist rendering glitch on Firefox 2015-07-16 21:28:11 -07:00
calzoneman d76af73286 Add comma-separated queueing for multiple items 2015-07-16 19:14:55 -07:00
calzoneman 45c4e650ee Fix 2015-07-12 22:25:55 -07:00
Erik Little b8794e2cf3 Merge pull request #496 from damianb/patch-1
Add license to package.json
2015-07-12 11:57:57 -04:00
calzoneman 7e75611e7f Fix fullscreen CSS for webkit browsers 2015-07-11 22:10:59 -07:00
Damian Bushong 397cc97e1e Add license to package.json 2015-07-11 22:13:08 -05:00