Commit Graph

45 Commits

Author SHA1 Message Date
Travis Shivers 5136961f17
build(docker): use tini for init 2020-10-14 23:25:13 -05:00
Travis Shivers 7eba6a708e
fix(server): switch name to syncloungeserver 2020-09-26 18:09:27 -05:00
Travis Shivers 250d444f0b
fix(npm): fix path of dist 2020-09-15 23:52:11 -05:00
Travis Shivers b1072a1f0e
fix(config): make config precedence consistent with documentation 2020-09-10 21:44:33 -05:00
Travis Shivers f86e7de364
build(npm): add npm package deployment
* build(npm): add config to allow synclounge to be published as a package

* build(npm): add npm publish logic

* docs(linux): change installation to use npm registry

* ci(travis-ci): skip build on install
2020-08-31 17:55:14 -05:00
Travis Shivers f22b8c1807 build(docker): use bundled socket server 2020-08-23 21:07:31 -05:00
Travis Shivers 4316484ae0 feat(server): add syncloungesocket server runner 2020-08-23 21:07:31 -05:00
Travis Shivers 98f7bfc775 Started removal of socket server 2020-06-28 18:46:15 -05:00
Travis Shivers cbe7433b0f Fixed issue where unknown user could send certain messages and crash
server
2020-06-27 16:07:02 -05:00
Travis Shivers 1f1b062a3f Sort so host is always on top of user list 2020-06-22 17:54:44 -05:00
Travis Shivers 18550e66eb Made plex signin window not be a popup so popup blockers don't get mad 2020-06-22 17:15:15 -05:00
Travis Shivers ba2df78393 Fixing sync logic 2020-06-19 19:03:56 -05:00
Travis Shivers 08b2b0deff Moved slplayer stuff over to storage in plexclients and fixed srtt calc 2020-06-17 20:10:11 -05:00
Travis Shivers dc3e0d2646 A bunch of work on cleaning synclounge store and moving plex client into
vuex
2020-06-17 18:41:23 -05:00
Travis Shivers b896d9c18e More general fixes with vuex and big rewrite 2020-06-17 14:43:08 -05:00
Travis Shivers 163e0eab5a Lint fixes 2020-06-15 14:41:00 -05:00
Travis Shivers 0800f73f0d Began refactoring auto media selection and client playback api 2020-06-12 00:57:48 -05:00
Travis Shivers 6528b1804d Cleaning 2020-06-11 16:37:49 -05:00
Travis Shivers 2b03981c87 Added env to make websocket server use PORT variable if its set 2020-06-10 20:21:41 -05:00
Travis Shivers 192d87d2c8 More linting 2020-06-07 00:58:18 -05:00
Travis Shivers e6a80031ea Cleaned up webapp.js 2020-05-27 18:08:54 -05:00
Travis Shivers 1b10e3b02d Reformatted server.js to make it more readable 2020-05-27 16:39:50 -05:00
Travis Shivers c2a3b0b2b5 Lint fixes 2020-05-27 13:41:08 -05:00
Travis Shivers 230ca5728a More permissive CORS policies 2020-05-20 00:07:27 -05:00
MagicalCodeMonkey e20e2226b1 Update output for connected users
- Show 'Total Connected users' on connect and disconnect
- Move base URL (serverroot) information to output after server start
2020-04-27 09:15:49 -04:00
Sam Calder-Mason 7dcdb0c47b linting 2020-03-27 21:56:38 +11:00
Sam Calder-Mason 0f4258fc83 Merge branch 'master' of github.com:samcm/synclounge 2020-03-27 21:56:16 +11:00
Sam Calder-Mason 454f36c844 add users endpoint 2020-03-27 21:56:00 +11:00
MagicalCodeMonkey 123046a15d Fix server port variable 2020-03-26 15:38:38 -04:00
Eryn Lynn 17a4513bca Allow watchers to play in addition to pause
closes #110
2019-05-21 06:46:50 -04:00
Sam Calder-Mason b966b1a4e8 Party Pausing 2018-12-24 22:10:50 +11:00
Sam d13266a92c Default serverroot to '/slserver' 2018-07-24 20:54:10 +10:00
Sam 5d4f99c430 Server stability 2018-07-23 15:48:25 +10:00
Sam 841d03cdec Server error handling 2018-07-21 02:46:54 +10:00
Sam Calder-Mason 86c60e501f Socket root 2018-07-20 20:18:04 +10:00
Sam 02ca28854f Version 2.0.0 2018-07-20 14:31:44 +10:00
samcm 989821f810 Code changes for rename 2017-12-30 13:07:51 +11:00
samcm 9c868789eb v1.5 - Name change 2017-12-13 23:58:15 +11:00
samcm 0a1ded6275 Server: Dont transfer host if last user 2017-11-13 13:40:45 +11:00
Ben Barnard f0990dfbfa Allow the host to transfer hosting to another user
The host can now appoint a new host by double-clicking on another
user's avatar. Useful for giving control to another user.
2017-11-10 01:09:58 +01:00
samcm 074dcade33 Error handling PTServer 2017-08-26 19:05:57 +10:00
samcm f9207ff706 Completed Invite link system
PTWeb App now runs at ip:port:8088/ptweb
PTServer now runs at ip:port:8089/ptserver
2017-04-17 20:16:10 +10:00
samcm 48c4b1ecd4 Seperated Web App/ PT Server - implmented invite links
To run webapp:
- npm run build
- npm run webapp

To run PT Server
- npm run server
2017-04-17 01:49:53 +10:00
samcm 5a6c3fda8c (WIP) Further improvements on merge + invite linking 2017-04-12 01:51:07 +10:00
samcm 16e3ca5315 Merged Server/WebApp + URL Shortener + Invite links
Base directory of the WebApp has been set to /ptweb/
Url shortener implemented
Invite links implemented, still needs the web app to automatically
connect to the server/room.
2017-04-11 03:08:43 +10:00