Commit Graph

33 Commits

Author SHA1 Message Date
Travis Shivers 49fb995b56 A little more cleaning 2020-05-26 18:21:19 -05:00
Travis Shivers de3c2d2590 A bit of cleaning up 2020-05-26 17:04:27 -05:00
Travis Shivers 5245878d9e Cleaned settings / config and started making setting access more consistent 2020-05-22 02:50:33 -05:00
MagicalCodeMonkey 2349e62a0c Update webapp output
- Add accessUrl warning if it doesn't contain webroot
- Output Authentication setting, if set
- Output Servers setting, if set, otherwise, output Custom Server, if set
2020-04-27 08:52:34 -04:00
MagicalCodeMonkey 8a9150af6b Comment out base settings to clean up output 2020-03-24 13:09:22 -04:00
MagicalCodeMonkey a078223b76 Update PORT handling, for consistency 2020-03-24 13:08:49 -04:00
MagicalCodeMonkey a741b931e2 Fix body parser deprecation issue 2020-03-21 23:28:51 -04:00
MagicalCodeMonkey 8a821c7861 Put env PORT back in place for compatibility
Update some output/comments
2020-03-21 16:33:23 -04:00
MagicalCodeMonkey fc4b30d73a Update webapp with fixes and changes
- Fix webroot issues
- Clean-up accessIp/accessUrl
- Remove duplicate CORS
- Remove duplicate static mapping
- Update comments and some outputs
2020-03-03 23:25:43 -05:00
Sam ad1a824f27 Fixed config and probably autojoin 2019-07-07 17:27:40 +10:00
Sam Calder-Mason 41821c2779 Reworked configuration 2019-04-20 18:03:44 +10:00
rg9400 b4a5be1495
Don't run encodeURIComponent on Invite parameters
Seems like encoded server URLs result in an invalid Invite URL. By making this change, I was able to generate valid Invite URLs, even when the room had special characters in the password/room name. I am not sure what the original intent of this code was, or if I am missing something. I did test it in my scenario, and it worked.
2019-02-03 21:13:42 -06:00
Sam 02ca28854f Version 2.0.0 2018-07-20 14:31:44 +10:00
samcm aba2739c17 Undo muthithreading for websockets 2018-03-08 19:11:40 +11:00
Sam Calder-Mason 53a79c52e7 Muthithreaded webapp 2018-03-08 17:57:30 +11:00
Cédric Laubacher a328af7ef6
ptweb => slweb 2018-01-01 01:54:25 +01:00
samcm 4e96062450 Redirect / to /slweb 2017-12-30 20:49:48 +11:00
samcm b919c1fb95 1 thread webapp 2017-12-30 20:41:20 +11:00
samcm 1b1afb7b94 debugging webapp 2017-12-30 20:39:21 +11:00
samcm 88ce4086c3 redirect old urls 2017-12-30 20:38:24 +11:00
samcm 8142e78f07 Missed rename in webapp 2017-12-30 20:35:44 +11:00
samcm 549a58ac2d Run webapp on more than 1 thread 2017-12-30 13:23:08 +11: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 0918839212 Invite Link API 2017-12-02 12:16:41 +11:00
samcm c73217bfaa Readd jsonfile 2017-11-30 21:33:23 +11:00
samcm f219554a63 Delete old invites 2017-07-27 00:07:23 +10:00
samcm 05a563e1da Webapp fixes 2017-06-19 23:42:01 +10:00
samcm 07063c12bd Save PTInvites to file 2017-06-09 16:08:19 +10:00
samcm 41a9e40ea5 Fixed invites 2017-06-04 17:05:30 +10:00
samcm bc905baca9 WebApp config defaults 2017-04-17 20:18:29 +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