Commit Graph

1690 Commits

Author SHA1 Message Date
Travis Shivers 73928e91c4
ci(ci): don't run ci on master since release will run 2020-09-08 15:59:05 -05:00
Travis Shivers 2931d930c7
fix(directplay): use container in direct play decision 2020-09-08 15:46:23 -05:00
Travis Shivers c349846372
Merge pull request #132 from ttshivers/update_docker_action
Update docker action
2020-09-08 15:42:50 -05:00
Travis Shivers a13b9c6976
fix(devices): wait for in-progress device fetch 2020-09-08 15:18:36 -05:00
Travis Shivers d2b547ea11
refactor(roomname): remove prefilled room name 2020-09-08 14:53:01 -05:00
Travis Shivers 47394b5a1a
build(docker): add docker build action for every push and PR 2020-09-08 14:45:39 -05:00
Travis Shivers cb737dafa9
build(release): separate buildx and buildx-web caches 2020-09-08 14:38:22 -05:00
Travis Shivers 4be9531939
build(release): add turnstyle to limit 1 release action at a time 2020-09-08 14:30:10 -05:00
Travis Shivers 50e9403857
build(release): switch to official docker build action 2020-09-08 14:26:21 -05:00
dependabot[bot] c37ce6f88f
Merge pull request #130 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.2.9 2020-09-07 20:26:09 +00:00
dependabot[bot] 9959a1aba0
build(deps): bump syncloungesocket from 5.2.8 to 5.2.9
Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.2.8 to 5.2.9.
- [Release notes](https://github.com/ttshivers/syncloungesocket/releases)
- [Changelog](https://github.com/ttshivers/syncloungesocket/blob/master/.releaserc)
- [Commits](https://github.com/ttshivers/syncloungesocket/compare/v5.2.8...v5.2.9)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 20:20:41 +00:00
dependabot[bot] 63ed1d12ab
Merge pull request #129 from ttshivers/dependabot/npm_and_yarn/husky-4.3.0 2020-09-07 19:35:28 +00:00
dependabot[bot] f3a8a1253f
build(deps-dev): bump husky from 4.2.5 to 4.3.0
Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v4.2.5...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 19:30:47 +00:00
Travis Shivers 146ae2ae47
Merge pull request #128 from ttshivers/connection_timeout
fix(signin): don't wait for device fetch before redirect
2020-09-07 14:17:14 -05:00
Travis Shivers 5d9e75d4b0
refactor(room): move password field underneath room name 2020-09-07 14:16:41 -05:00
Travis Shivers d02096ac71
fix(signin): don't wait for device fetch before redirect 2020-09-07 13:53:54 -05:00
Travis Shivers f579827e28
Merge pull request #126 from ttshivers/smaller_thumbs
refactor(thumbs): restrict thumb height to calculate height
2020-09-06 20:03:50 -05:00
Travis Shivers 9f92abfd3c
refactor(thumbs): restrict thumb height to calculate height 2020-09-06 19:58:42 -05:00
Travis Shivers 44c515b8a9
refactor(playqueue): extract play queue params into shared variable 2020-09-06 18:46:52 -05:00
Travis Shivers a1d0868c2a
refactor(plexservers): use destructuring when possible 2020-09-06 18:31:29 -05:00
Travis Shivers 0f4d91e378
refactor(metadata): consolidate children and series fetch logic 2020-09-06 18:19:54 -05:00
Travis Shivers ccd3dddbfe
Merge pull request #125 from ttshivers/better_snackbar
refactor(snackbar): add color option to notification displays
2020-09-06 18:18:26 -05:00
Travis Shivers 0716e44928
refactor(snackbar): add color option to notification displays 2020-09-06 18:08:39 -05:00
Travis Shivers 4b3a3cffbb
fix(libraries): specify manual connection when fetching libraries 2020-09-06 17:38:06 -05:00
Travis Shivers 611d119e68
Merge pull request #124 from ttshivers/weighted_random_backgrounds
feat(backgrounds): give all items uniform chance of being background
2020-09-06 16:28:05 -05:00
Travis Shivers c5951e1cf9
feat(backgrounds): give all items uniform chance of being background
Use weighted random probabilities to pick servers and libraries
2020-09-06 16:19:18 -05:00
Travis Shivers 48dd32035a
Merge pull request #123 from ttshivers/better_background
refactor(background): use v-img container for background
2020-09-05 22:39:09 -05:00
Travis Shivers c76bd1de68
refactor(background): use v-img container for background
Refactored how backgrounds are done so errors can be detected and
retries can be made
2020-09-05 21:30:48 -05:00
dependabot[bot] 3ecdd72eaf
Merge pull request #122 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.2.8 2020-09-05 23:52:10 +00:00
dependabot[bot] a99dee8c1d
build(deps): bump syncloungesocket from 5.2.5 to 5.2.8
Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.2.5 to 5.2.8.
- [Release notes](https://github.com/ttshivers/syncloungesocket/releases)
- [Changelog](https://github.com/ttshivers/syncloungesocket/blob/master/.releaserc)
- [Commits](https://github.com/ttshivers/syncloungesocket/compare/v5.2.5...v5.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 23:46:54 +00:00
Travis Shivers e274a3be89
docs(app): add badge and link for app 2020-09-05 18:29:45 -05:00
Travis Shivers 2ff34aa99e
docs(badges): add more badges and change style 2020-09-05 18:12:20 -05:00
Travis Shivers 8a2aeeb332
refactor(revision): use full git hash 2020-09-05 17:57:37 -05:00
Travis Shivers 3a75eceb24
docs(badges): use version tag instead of latest 2020-09-05 17:00:05 -05:00
Travis Shivers 37c3ecdf75
Merge pull request #121 from ttshivers/random_word_room_names
feat(roomname): use random english words instead of uuid for room names
2020-09-05 16:59:44 -05:00
Travis Shivers ee27c583a0
feat(roomname): use random english words instead of uuid for room names 2020-09-05 16:52:21 -05:00
Travis Shivers f2e1fee947
Merge pull request #120 from ttshivers/password
feat(password): add password field to create and join room pages
2020-09-05 16:36:08 -05:00
Travis Shivers a44252d15f
feat(password): add password field to create and join room pages 2020-09-05 16:06:34 -05:00
dependabot[bot] 0197d31812
Merge pull request #119 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.2.5 2020-09-05 21:05:33 +00:00
dependabot[bot] 92111355fc
build(deps): bump syncloungesocket from 5.2.3 to 5.2.5
Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.2.3 to 5.2.5.
- [Release notes](https://github.com/ttshivers/syncloungesocket/releases)
- [Changelog](https://github.com/ttshivers/syncloungesocket/blob/master/.releaserc)
- [Commits](https://github.com/ttshivers/syncloungesocket/compare/v5.2.3...v5.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-05 21:00:53 +00:00
Travis Shivers 83001d2ec1
docs(nginx): add documentation for running at subfolder 2020-09-04 21:22:43 -05:00
Travis Shivers 190fd5c73f
Merge pull request #118 from ttshivers/expansion_player
feat(clientpicker): put client picker in expansion panel
2020-09-04 21:13:38 -05:00
Travis Shivers 19458932cf
feat(clientpicker): put client picker in expansion panel 2020-09-04 20:56:39 -05:00
Travis Shivers d9a37f2cf0
fix(join): use origin + pathname instead of plain location 2020-09-04 20:54:44 -05:00
Travis Shivers 2171b0c6cd
fix(join): add missing action DISCONNECT_IF_CONNECTED 2020-09-04 20:27:14 -05:00
Travis Shivers c794db0fbc
feat(roomname): add room name input on create room page 2020-09-04 19:58:29 -05:00
Travis Shivers 4d4d7985ab
docs(nginx): add sample nginx configuration 2020-09-04 19:41:55 -05:00
Travis Shivers 2304c35804
refactor(connection): add logging for connection finding process 2020-09-04 19:38:19 -05:00
dependabot[bot] 07f2333fad
Merge pull request #117 from ttshivers/dependabot/npm_and_yarn/syncloungesocket-5.2.3 2020-09-04 00:04:51 +00:00
dependabot[bot] 0734516c0c
build(deps): bump syncloungesocket from 5.2.0 to 5.2.3
Bumps [syncloungesocket](https://github.com/ttshivers/syncloungesocket) from 5.2.0 to 5.2.3.
- [Release notes](https://github.com/ttshivers/syncloungesocket/releases)
- [Changelog](https://github.com/ttshivers/syncloungesocket/blob/master/.releaserc)
- [Commits](https://github.com/ttshivers/syncloungesocket/compare/v5.2...v5.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 23:57:46 +00:00