Compare commits
No commits in common. "3e4b036ab53066d38ba877e5e7c96ab47c845a96" and "584dcf1ac7e42e88680b2a6de68711f0877d8ac8" have entirely different histories.
3e4b036ab5
...
584dcf1ac7
31 changed files with 67 additions and 221 deletions
|
|
@ -9,7 +9,7 @@ Canopy
|
||||||
<a href="https://git.ourfore.st/rainbownapkin/canopy/issues" target="_blank"><img src="https://git.ourfore.st/rainbownapkin/canopy/badges/issues/closed.svg"></a>
|
<a href="https://git.ourfore.st/rainbownapkin/canopy/issues" target="_blank"><img src="https://git.ourfore.st/rainbownapkin/canopy/badges/issues/closed.svg"></a>
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank"><img src="https://img.shields.io/badge/License-AGPL_v3-663366.svg"></a>
|
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank"><img src="https://img.shields.io/badge/License-AGPL_v3-663366.svg"></a>
|
||||||
|
|
||||||
0.1-Alpha (Panama Red) - Hotfix 3
|
0.1-Alpha (Panama Red) - Hotfix 2
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Canopy - /ˈkæ.nə.pi/:
|
Canopy - /ˈkæ.nə.pi/:
|
||||||
|
|
|
||||||
|
|
@ -34,10 +34,5 @@
|
||||||
"address": "toke@42069.weed",
|
"address": "toke@42069.weed",
|
||||||
"pass": "CHANGE_ME"
|
"pass": "CHANGE_ME"
|
||||||
},
|
},
|
||||||
"links":{
|
|
||||||
"About": "/about",
|
|
||||||
"Code": "https://git.ourfore.st/rainbownapkin/canopy",
|
|
||||||
"HRT": "/hrt"
|
|
||||||
},
|
|
||||||
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
|
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
|
||||||
}
|
}
|
||||||
|
|
@ -65,12 +65,6 @@
|
||||||
"address": "toke@42069.weed",
|
"address": "toke@42069.weed",
|
||||||
"pass": "CHANGE_ME"
|
"pass": "CHANGE_ME"
|
||||||
},
|
},
|
||||||
//Provides customizable links for navbar
|
|
||||||
"links":{
|
|
||||||
"About": "/about",
|
|
||||||
"Code": "https://git.ourfore.st/rainbownapkin/canopy",
|
|
||||||
"HRT": "/hrt"
|
|
||||||
},
|
|
||||||
//Fills the 'about ${instanceName}' section on the /about page, lets users know about your specific instance
|
//Fills the 'about ${instanceName}' section on the /about page, lets users know about your specific instance
|
||||||
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
|
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
|
||||||
}
|
}
|
||||||
12
package.json
12
package.json
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "canopy-of-alpha",
|
"name": "canopy-of-alpha",
|
||||||
"version": "0.1.3",
|
"version": "0.1.2",
|
||||||
"canopyDisplayVersion": "0.1-Alpha (Panama Red) - Hotfix 3",
|
"canopyDisplayVersion": "0.1-Alpha (Panama Red) - Hotfix 2",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@braintree/sanitize-url": "^7.1.1",
|
"@braintree/sanitize-url": "^7.1.1",
|
||||||
"altcha": "^2.3.0",
|
"altcha": "^1.0.7",
|
||||||
"altcha-lib": "^1.2.0",
|
"altcha-lib": "^1.2.0",
|
||||||
"argon2": "^0.44.0",
|
"argon2": "^0.44.0",
|
||||||
"bcrypt": "^6.0.0",
|
"bcrypt": "^5.1.1",
|
||||||
"bootstrap-icons": "^1.11.3",
|
"bootstrap-icons": "^1.11.3",
|
||||||
"connect-mongo": "^5.1.0",
|
"connect-mongo": "^5.1.0",
|
||||||
"cookie-parser": "^1.4.7",
|
"cookie-parser": "^1.4.7",
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
"hls.js": "^1.6.2",
|
"hls.js": "^1.6.2",
|
||||||
"mongoose": "^8.4.3",
|
"mongoose": "^8.4.3",
|
||||||
"node-cron": "^3.0.3",
|
"node-cron": "^3.0.3",
|
||||||
"nodemailer": "^8.0.7",
|
"nodemailer": "^7.0.9",
|
||||||
"socket.io": "^4.2.0",
|
"socket.io": "^4.8.1",
|
||||||
"youtube-dl-exec": "^3.0.20"
|
"youtube-dl-exec": "^3.0.20"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ class chatPreprocessor{
|
||||||
|
|
||||||
//If we don't pass sanatization/validation turn this car around
|
//If we don't pass sanatization/validation turn this car around
|
||||||
if(!this.sanatizeCommand(commandObj)){
|
if(!this.sanatizeCommand(commandObj)){
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//split the command
|
//split the command
|
||||||
|
|
|
||||||
|
|
@ -26,5 +26,5 @@ module.exports = async function(req, res){
|
||||||
res.status(404);
|
res.status(404);
|
||||||
|
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('404', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('404', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -24,5 +24,5 @@ const csrfUtils = require('../utils/csrfUtils');
|
||||||
//register page functions
|
//register page functions
|
||||||
module.exports.get = async function(req, res){
|
module.exports.get = async function(req, res){
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('about', {aboutText: config.aboutText, instance: config.instanceName, links: config.links, user: req.session.user, version: package.canopyDisplayVersion, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('about', {aboutText: config.aboutText, instance: config.instanceName, user: req.session.user, version: package.canopyDisplayVersion, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports.get = async function(req, res){
|
||||||
|
|
||||||
//Render out the page
|
//Render out the page
|
||||||
return res.render('adminPanel', {
|
return res.render('adminPanel', {
|
||||||
instance: config.instanceName, links: config.links,
|
instance: config.instanceName,
|
||||||
user: req.session.user,
|
user: req.session.user,
|
||||||
rankEnum: permissionModel.rankEnum,
|
rankEnum: permissionModel.rankEnum,
|
||||||
chanGuide: chanGuide,
|
chanGuide: chanGuide,
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ const csrfUtils = require('../utils/csrfUtils');
|
||||||
|
|
||||||
//channel functions
|
//channel functions
|
||||||
module.exports.get = function(req, res){
|
module.exports.get = function(req, res){
|
||||||
res.render('channel', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
res.render('channel', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports.get = async function(req, res){
|
||||||
throw loggerUtils.exceptionSmith("Channel not found.", "queue");
|
throw loggerUtils.exceptionSmith("Channel not found.", "queue");
|
||||||
}
|
}
|
||||||
|
|
||||||
return res.render('channelSettings', {instance: config.instanceName, links: config.links, user: req.session.user, channel: chanDB, reqRank, rankEnum: permissionModel.rankEnum, csrfToken: csrfUtils.generateToken(req), unescape: validator.unescape});
|
return res.render('channelSettings', {instance: config.instanceName, user: req.session.user, channel: chanDB, reqRank, rankEnum: permissionModel.rankEnum, csrfToken: csrfUtils.generateToken(req), unescape: validator.unescape});
|
||||||
}catch(err){
|
}catch(err){
|
||||||
return exceptionHandler(res, err);
|
return exceptionHandler(res, err);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,18 +40,18 @@ module.exports.get = async function(req, res){
|
||||||
|
|
||||||
//If we have an invalid request
|
//If we have an invalid request
|
||||||
if(requestDB == null){
|
if(requestDB == null){
|
||||||
return res.render('emailChange', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
return res.render('emailChange', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
||||||
}
|
}
|
||||||
|
|
||||||
//Speak of our success (don't wait for the emails to be sent)
|
//Speak of our success (don't wait for the emails to be sent)
|
||||||
res.render('emailChange', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: true});
|
res.render('emailChange', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: true});
|
||||||
|
|
||||||
//Consume the request
|
//Consume the request
|
||||||
await requestDB.consume();
|
await requestDB.consume();
|
||||||
}else{
|
}else{
|
||||||
return res.render('emailChange', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
return res.render('emailChange', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
||||||
}
|
}
|
||||||
}catch(err){
|
}catch(err){
|
||||||
return res.render('emailChange', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
return res.render('emailChange', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req), valid: false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -24,5 +24,5 @@ const csrfUtils = require('../utils/csrfUtils');
|
||||||
//register page functions
|
//register page functions
|
||||||
module.exports.get = async function(req, res){
|
module.exports.get = async function(req, res){
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('hrt', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('hrt', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -29,7 +29,7 @@ const {exceptionHandler, errorHandler} = require('../utils/loggerUtils');
|
||||||
module.exports.get = async function(req, res){
|
module.exports.get = async function(req, res){
|
||||||
try{
|
try{
|
||||||
const chanGuide = await channelModel.getChannelList();
|
const chanGuide = await channelModel.getChannelList();
|
||||||
return res.render('index', {instance: config.instanceName, links: config.links, user: req.session.user, chanGuide: chanGuide, csrfToken: csrfUtils.generateToken(req), unescape: validator.unescape});
|
return res.render('index', {instance: config.instanceName, user: req.session.user, chanGuide: chanGuide, csrfToken: csrfUtils.generateToken(req), unescape: validator.unescape});
|
||||||
}catch(err){
|
}catch(err){
|
||||||
return exceptionHandler(res, err);
|
return exceptionHandler(res, err);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ module.exports.get = async function(req, res){
|
||||||
//if we have previous attempts for this user
|
//if we have previous attempts for this user
|
||||||
if(attempts != null){
|
if(attempts != null){
|
||||||
if(attempts.count > sessionUtils.maxAttempts){
|
if(attempts.count > sessionUtils.maxAttempts){
|
||||||
return res.render('lockedAccount', {instance: config.instanceName, links: config.links, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('lockedAccount', {instance: config.instanceName, user: req.session.user, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
||||||
//If the users login's are being throttled
|
//If the users login's are being throttled
|
||||||
|
|
@ -56,16 +56,16 @@ module.exports.get = async function(req, res){
|
||||||
const challenge = await altchaUtils.genCaptcha(difficulty, user);
|
const challenge = await altchaUtils.genCaptcha(difficulty, user);
|
||||||
|
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('login', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('login', {instance: config.instanceName, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
//otherwise
|
//otherwise
|
||||||
}else{
|
}else{
|
||||||
//Render generic page
|
//Render generic page
|
||||||
return res.render('login', {instance: config.instanceName, links: config.links, user: req.session.user, challenge: null, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('login', {instance: config.instanceName, user: req.session.user, challenge: null, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
//if we received invalid input
|
//if we received invalid input
|
||||||
}else{
|
}else{
|
||||||
//Render pretend nothing happened, send out a generic page
|
//Render pretend nothing happened, send out a generic page
|
||||||
return res.render('login', {instance: config.instanceName, links: config.links, user: req.session.user, challenge: null, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('login', {instance: config.instanceName, user: req.session.user, challenge: null, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -27,5 +27,5 @@ module.exports.get = async function(req, res){
|
||||||
const challenge = await altchaUtils.genCaptcha();
|
const challenge = await altchaUtils.genCaptcha();
|
||||||
|
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('migrate', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('migrate', {instance: config.instanceName, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -27,5 +27,5 @@ module.exports.get = async function(req, res){
|
||||||
const challenge = await altchaUtils.genCaptcha();
|
const challenge = await altchaUtils.genCaptcha();
|
||||||
|
|
||||||
//render the page
|
//render the page
|
||||||
return res.render('newChannel', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('newChannel', {instance: config.instanceName, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -19,5 +19,5 @@ const config = require('../../../config.json');
|
||||||
|
|
||||||
//popout panel container functions
|
//popout panel container functions
|
||||||
module.exports.get = async function(req, res){
|
module.exports.get = async function(req, res){
|
||||||
res.render('popoutContainer', {instance: config.instanceName, links: config.links});
|
res.render('popoutContainer', {instance: config.instanceName});
|
||||||
}
|
}
|
||||||
|
|
@ -47,11 +47,11 @@ module.exports.get = async function(req, res){
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('passwordReset', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, token, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('passwordReset', {instance: config.instanceName, user: req.session.user, challenge, token, csrfToken: csrfUtils.generateToken(req)});
|
||||||
//If we didn't get a valid token
|
//If we didn't get a valid token
|
||||||
}else{
|
}else{
|
||||||
//otherwise render generic page
|
//otherwise render generic page
|
||||||
return res.render('passwordReset', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, token: null, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('passwordReset', {instance: config.instanceName, user: req.session.user, challenge, token: null, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
}catch(err){
|
}catch(err){
|
||||||
return exceptionHandler(res, err);
|
return exceptionHandler(res, err);
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports.get = async function(req, res){
|
||||||
const presence = await presenceUtils.getPresence(profile.user);
|
const presence = await presenceUtils.getPresence(profile.user);
|
||||||
|
|
||||||
res.render('profile', {
|
res.render('profile', {
|
||||||
instance: config.instanceName, links: config.links,
|
instance: config.instanceName,
|
||||||
user: req.session.user,
|
user: req.session.user,
|
||||||
profile,
|
profile,
|
||||||
selfProfile,
|
selfProfile,
|
||||||
|
|
@ -52,7 +52,7 @@ module.exports.get = async function(req, res){
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
res.render('profile', {
|
res.render('profile', {
|
||||||
instance: config.instanceName, links: config.links,
|
instance: config.instanceName,
|
||||||
user: req.session.user,
|
user: req.session.user,
|
||||||
profile: null,
|
profile: null,
|
||||||
selfProfile: false,
|
selfProfile: false,
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,5 @@ module.exports.get = async function(req, res){
|
||||||
const challenge = await altchaUtils.genCaptcha();
|
const challenge = await altchaUtils.genCaptcha();
|
||||||
|
|
||||||
//Render page
|
//Render page
|
||||||
return res.render('register', {instance: config.instanceName, links: config.links, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
return res.render('register', {instance: config.instanceName, user: req.session.user, challenge, csrfToken: csrfUtils.generateToken(req)});
|
||||||
}
|
}
|
||||||
|
|
@ -14,9 +14,6 @@ GNU Affero General Public License for more details.
|
||||||
You should have received a copy of the GNU Affero General Public License
|
You should have received a copy of the GNU Affero General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
||||||
|
|
||||||
//Config
|
|
||||||
const config = require('../../config.json');
|
|
||||||
|
|
||||||
//NPM Imports
|
//NPM Imports
|
||||||
const validator = require('validator');//No express here, so regular validator it is!
|
const validator = require('validator');//No express here, so regular validator it is!
|
||||||
const {sanitizeUrl} = require("@braintree/sanitize-url");
|
const {sanitizeUrl} = require("@braintree/sanitize-url");
|
||||||
|
|
@ -35,15 +32,6 @@ module.exports.cache = new Map();
|
||||||
module.exports.markLink = async function(dirtyLink){
|
module.exports.markLink = async function(dirtyLink){
|
||||||
const link = sanitizeUrl(dirtyLink);
|
const link = sanitizeUrl(dirtyLink);
|
||||||
|
|
||||||
//If this link is referencing this web server
|
|
||||||
if(link.match(new RegExp(`^${config.protocol}://${config.domain}`)) != null){
|
|
||||||
//Lazily return it as a good link, since we know it'll at least return a good 404 page XP
|
|
||||||
return {
|
|
||||||
link,
|
|
||||||
type: "link"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//Check link cache for the requested link
|
//Check link cache for the requested link
|
||||||
const cachedLink = module.exports.cache.get(link);
|
const cachedLink = module.exports.cache.get(link);
|
||||||
|
|
||||||
|
|
@ -117,4 +105,4 @@ module.exports.markLink = async function(dirtyLink){
|
||||||
|
|
||||||
//return the link
|
//return the link
|
||||||
return linkObj;
|
return linkObj;
|
||||||
}
|
}
|
||||||
|
|
@ -131,7 +131,7 @@ module.exports.getMediaType = async function(dirtyURL){
|
||||||
}
|
}
|
||||||
|
|
||||||
//If we have link to a resource from archive.org
|
//If we have link to a resource from archive.org
|
||||||
if(match = url.match(/archive\.org\/(?:details|download)\/(.+)/)){
|
if(match = url.match(/archive\.org\/(?:details|download)\/([a-zA-Z0-9\/._-\s\%]+)/)){
|
||||||
//return internet archive upload id and filepath
|
//return internet archive upload id and filepath
|
||||||
return {
|
return {
|
||||||
type: "ia",
|
type: "ia",
|
||||||
|
|
|
||||||
|
|
@ -20,24 +20,13 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||||
</span>
|
</span>
|
||||||
<span class="navbar-item" id="right-controls">
|
<span class="navbar-item" id="right-controls">
|
||||||
<% if(user){ %>
|
<% if(user){ %>
|
||||||
<p class="navbar-item">Welcome, <a class="navbar-item" id="username" href="/profile"><%= user.user %></a> - <% if(user.rank == "admin"){ %>
|
<p class="navbar-item">Welcome, <a class="navbar-item" id="username" href="/profile"><%= user.user %></a> - <% if(user.rank == "admin"){ %><a href="/adminPanel" title="Admin Panel" class="bi bi-server navbar-item"></a> - <% } %> <a class="navbar-item" href="/about">About</a> - <a class="navbar-item" href="javascript:" id="logout-button">Logout</a></p>
|
||||||
<a href="/adminPanel" title="Admin Panel" class="bi bi-server navbar-item"></a> -
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
<% for(link of Object.keys(links)){ %>
|
|
||||||
<a target="_blank" class="navbar-item" href="<%- links[link] %>"><%= link %></a> -
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="javascript:" id="logout-button">Logout</a></p>
|
|
||||||
<% }else{ %>
|
<% }else{ %>
|
||||||
<p class="navbar-item">Remember Me:</p>
|
<p class="navbar-item">Remember Me:</p>
|
||||||
<input class="navbar-item login-prompt" id="remember-me" type="checkbox">
|
<input class="navbar-item login-prompt" id="remember-me" type="checkbox">
|
||||||
<input class="navbar-item login-prompt" id="username-prompt" placeholder="username">
|
<input class="navbar-item login-prompt" id="username-prompt" placeholder="username">
|
||||||
<input class="navbar-item login-prompt" id="password-prompt" placeholder="password" type="password">
|
<input class="navbar-item login-prompt" id="password-prompt" placeholder="password" type="password">
|
||||||
<p class="navbar-item"><a class="navbar-item" href="javascript:" id="login-button">Login</a> - <a class="navbar-item" href="/passwordReset">Forgot Password</a> - <a class="navbar-item" href="/register">Register</a>
|
<p class="navbar-item"><a class="navbar-item" href="javascript:" id="login-button">Login</a> - <a class="navbar-item" href="/passwordReset">Forgot Password</a> - <a class="navbar-item" href="/register">Register</a> - <a class="navbar-item" href="/about">About</a></p>
|
||||||
<% for(link of Object.keys(links)){ %>
|
|
||||||
- <a target="_blank" class="navbar-item" href="<%- links[link] %>"><%= link %></a>
|
|
||||||
<% } %></p>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/panel/settings.css">
|
<link rel="stylesheet" type="text/css" href="/css/panel/settings.css">
|
||||||
<div id="settings-panel">
|
<div id="settings-panel">
|
||||||
<h2>Client Settings</h2>
|
<h2>Client Settings</h2>
|
||||||
<h4>Playeback Settings</h4>
|
<h4>Player Settings</h4>
|
||||||
<span id="settings-panel-youtube-source" class="settings-panel-setting">
|
<span id="settings-panel-youtube-source" class="settings-panel-setting">
|
||||||
<p>Youtube Player Type: </p>
|
<p>Youtube Player Type: </p>
|
||||||
<select>
|
<select>
|
||||||
|
|
@ -40,15 +40,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||||
<p>Syncronization Delta: </p>
|
<p>Syncronization Delta: </p>
|
||||||
<input type="number">
|
<input type="number">
|
||||||
</span>
|
</span>
|
||||||
<h4>Display Settings</h4>
|
<h4>Chat Settings</h4>
|
||||||
<span id="settings-panel-min-chat-width" class="settings-panel-setting">
|
<span id="settings-panel-min-chat-width" class="settings-panel-setting">
|
||||||
<p>Chat Width Minimum While Locked to Aspect Ratio: </p>
|
<p>Aspect-Ratio Lock Chat Width Minimum: </p>
|
||||||
<input type="number">
|
<input type="number">
|
||||||
</span>
|
</span>
|
||||||
<span id="settings-panel-disable-portrait" class="settings-panel-setting">
|
|
||||||
<p>Disable Portrait/Mobile Layout: </p>
|
|
||||||
<input type="checkbox">
|
|
||||||
</span>
|
|
||||||
<h4>Notification Settings</h4>
|
<h4>Notification Settings</h4>
|
||||||
<span id="settings-panel-ping-on-pm-rx" class="settings-panel-setting">
|
<span id="settings-panel-ping-on-pm-rx" class="settings-panel-setting">
|
||||||
<p>Play Sound for received PMs: </p>
|
<p>Play Sound for received PMs: </p>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
<filter id="strikethroughFilter" primitiveUnits="objectBoundingBox">
|
<filter id="strikethroughFilter">
|
||||||
<feFlood
|
<feFlood
|
||||||
result="floodFill"
|
result="floodFill"
|
||||||
height="2%"
|
|
||||||
width="100%"
|
|
||||||
x="0"
|
x="0"
|
||||||
y="49%"
|
y="50%"
|
||||||
|
width="100%"
|
||||||
|
height="1"
|
||||||
flood-color="black"
|
flood-color="black"
|
||||||
flood-opacity="1"
|
flood-opacity="1"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 376 B |
|
|
@ -288,16 +288,6 @@ class channel{
|
||||||
//Set Chat Box Width minimum while Locked to Aspect-Ratio
|
//Set Chat Box Width minimum while Locked to Aspect-Ratio
|
||||||
this.chatBox.chatWidthMinimum = value / 100;
|
this.chatBox.chatWidthMinimum = value / 100;
|
||||||
return;
|
return;
|
||||||
case 'disablePortrait':
|
|
||||||
//If the chat isn't loaded
|
|
||||||
if(this.chatBox == null){
|
|
||||||
//We're fuckin' done here
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
//Toggle portrait mode
|
|
||||||
this.chatBox.togglePortrait();
|
|
||||||
return;
|
|
||||||
case 'userlistHidden':
|
case 'userlistHidden':
|
||||||
//If the userlist class isn't loaded in yet
|
//If the userlist class isn't loaded in yet
|
||||||
if(this.userList == null){
|
if(this.userList == null){
|
||||||
|
|
@ -336,8 +326,7 @@ class channel{
|
||||||
["rxPMSound", 'unread'],
|
["rxPMSound", 'unread'],
|
||||||
["txPMSound", false],
|
["txPMSound", false],
|
||||||
["newSeshSound", true],
|
["newSeshSound", true],
|
||||||
["endSeshSound", true],
|
["endSeshSound", true]
|
||||||
["disablePortrait", false]
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,11 +38,6 @@ class chatBox{
|
||||||
*/
|
*/
|
||||||
this.autoScroll = true;
|
this.autoScroll = true;
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether or not the screen is currently in portrait mode
|
|
||||||
*/
|
|
||||||
this.portrait = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Chat-Width Minimum while sized to media Aspect-Ratio
|
* Chat-Width Minimum while sized to media Aspect-Ratio
|
||||||
*/
|
*/
|
||||||
|
|
@ -79,11 +74,6 @@ class chatBox{
|
||||||
this.chatPostprocessor = new chatPostprocessor(client);
|
this.chatPostprocessor = new chatPostprocessor(client);
|
||||||
|
|
||||||
//Element Nodes
|
//Element Nodes
|
||||||
/**
|
|
||||||
* Channel Div
|
|
||||||
*/
|
|
||||||
this.channelDiv = document.querySelector("#channel-flexbox");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Chat Panel Container Div
|
* Chat Panel Container Div
|
||||||
*/
|
*/
|
||||||
|
|
@ -483,14 +473,8 @@ class chatBox{
|
||||||
resizeAspect(event){
|
resizeAspect(event){
|
||||||
const playerHidden = this.client.player.playerDiv.style.display == "none";
|
const playerHidden = this.client.player.playerDiv.style.display == "none";
|
||||||
|
|
||||||
//If window is taller than wide and not in portrait mode, or vice-versa
|
//If the aspect is locked and the player is hidden
|
||||||
if(this.portrait != (window.innerWidth <= window.innerHeight)){
|
if(this.aspectLock && !playerHidden){
|
||||||
//Toggle portrait mode
|
|
||||||
this.togglePortrait();
|
|
||||||
}
|
|
||||||
|
|
||||||
//If the aspect is locked/the window is portrait and the player isn't hidden
|
|
||||||
if((this.aspectLock || this.portrait) && !playerHidden){
|
|
||||||
this.sizeToAspect();
|
this.sizeToAspect();
|
||||||
//Otherwise
|
//Otherwise
|
||||||
}else{
|
}else{
|
||||||
|
|
@ -506,72 +490,24 @@ class chatBox{
|
||||||
* Re-sizes chat box relative to media aspect ratio
|
* Re-sizes chat box relative to media aspect ratio
|
||||||
*/
|
*/
|
||||||
sizeToAspect(){
|
sizeToAspect(){
|
||||||
//If the chat panel is visible
|
|
||||||
if(this.chatPanel.style.display != "none"){
|
if(this.chatPanel.style.display != "none"){
|
||||||
//If our window width is more than or equal to window height (not portrait mode)
|
var targetVidWidth = this.client.player.getRatio() * this.chatPanel.getBoundingClientRect().height;
|
||||||
if(!this.portrait){
|
const targetChatWidth = window.innerWidth - targetVidWidth;
|
||||||
//Get target video width by multiplying media ratio by window height
|
//This should be changeable in settings later on, for now it defaults to 20%
|
||||||
var targetVidWidth = this.client.player.getRatio() * this.chatPanel.getBoundingClientRect().height;
|
const limit = window.innerWidth * this.chatWidthMinimum;
|
||||||
//Get target chat width my subtracting target media width from total window width
|
|
||||||
const targetChatWidth = window.innerWidth - targetVidWidth;
|
|
||||||
//This should be changeable in settings later on, for now it defaults to 20%
|
|
||||||
const limit = window.innerWidth * this.chatWidthMinimum;
|
|
||||||
|
|
||||||
//Set width to target or 20vw depending on whether or not we've hit the width limit
|
//Set width to target or 20vw depending on whether or not we've hit the width limit
|
||||||
this.chatPanel.style.flexBasis = targetChatWidth > limit ? `${targetChatWidth}px` : `${this.chatWidthMinimum * 100}vw`;
|
this.chatPanel.style.flexBasis = targetChatWidth > limit ? `${targetChatWidth}px` : `${this.chatWidthMinimum * 100}vw`;
|
||||||
|
|
||||||
//Fix busted layout
|
|
||||||
var pageBreak = document.body.scrollWidth - document.body.getBoundingClientRect().width;
|
|
||||||
this.chatPanel.style.flexBasis = `${this.chatPanel.getBoundingClientRect().width + pageBreak}px`;
|
|
||||||
}else{
|
|
||||||
//Calculate target video height from media aspect ratio and window width
|
|
||||||
var targetVidHeight = window.innerWidth / this.client.player.getRatio();
|
|
||||||
//Calculate target chat height from the difference between the channel div height and the target video height
|
|
||||||
var targetChatHeight = this.channelDiv.getBoundingClientRect().height - targetVidHeight;
|
|
||||||
|
|
||||||
//Set div heights accordingly
|
|
||||||
this.client.player.playerDiv.style.height = `${targetVidHeight}px`;
|
|
||||||
this.chatPanel.style.height = `${targetChatHeight}px`;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
//Fix busted layout
|
||||||
|
var pageBreak = document.body.scrollWidth - document.body.getBoundingClientRect().width;
|
||||||
|
this.chatPanel.style.flexBasis = `${this.chatPanel.getBoundingClientRect().width + pageBreak}px`;
|
||||||
//This sometimes gets called before userList ahs been initiated :p
|
//This sometimes gets called before userList ahs been initiated :p
|
||||||
if(this.client.userList != null){
|
if(this.client.userList != null){
|
||||||
this.client.userList.clickDragger.fixCutoff();
|
this.client.userList.clickDragger.fixCutoff();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
togglePortrait(){
|
|
||||||
//If our window width is more than or equal to window height (not portrait mode), or portrait mode is on while its supposed to be disabled
|
|
||||||
if(window.innerWidth >= window.innerHeight || (localStorage.getItem("disablePortrait") == 'true' && this.portrait)){
|
|
||||||
//Disable portrait CSS modifiers
|
|
||||||
this.channelDiv.style.flexDirection = "row";
|
|
||||||
this.clickDragger.enabled = true;
|
|
||||||
this.chatPanel.style.width = "";
|
|
||||||
this.client.player.playerDiv.style.height = "";
|
|
||||||
this.chatPanel.style.height = "";
|
|
||||||
|
|
||||||
//Disable portrait behavior modifiers
|
|
||||||
this.portrait = false;
|
|
||||||
|
|
||||||
//resize player in-case of empty flex basis
|
|
||||||
this.resizeAspect();
|
|
||||||
|
|
||||||
//Otherwise, if portrait mode is enabled
|
|
||||||
}else if(localStorage.getItem("disablePortrait") != 'true'){
|
|
||||||
//Modify CSS for portrait displays
|
|
||||||
this.channelDiv.style.flexDirection = "column";
|
|
||||||
this.clickDragger.enabled = false;
|
|
||||||
this.chatPanel.style.width = "100%";
|
|
||||||
this.chatPanel.style.flexBasis = "";
|
|
||||||
|
|
||||||
//Enable portrait behavior modifiers
|
|
||||||
this.portrait = true;
|
|
||||||
|
|
||||||
//resize player to correct height
|
|
||||||
this.resizeAspect();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggles Chat Box UX
|
* Toggles Chat Box UX
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ class chatPostprocessor{
|
||||||
//with negative lookaheads to exclude file seperators so we don't split link placeholders, dashes so we dont split usernames and other things, and accented characters to keep those from splitting boundries too
|
//with negative lookaheads to exclude file seperators so we don't split link placeholders, dashes so we dont split usernames and other things, and accented characters to keep those from splitting boundries too
|
||||||
//Also split by any invisble whitespace as a crutch to handle mushed links/emotes
|
//Also split by any invisble whitespace as a crutch to handle mushed links/emotes
|
||||||
//If we can one day figure out how to split non-repeating special chars instead of special chars with whitespace, that would be perf, unfortunately my brain hasn't rotted enough to understand regex like that just yet.
|
//If we can one day figure out how to split non-repeating special chars instead of special chars with whitespace, that would be perf, unfortunately my brain hasn't rotted enough to understand regex like that just yet.
|
||||||
const splitString = utils.unescapeEntities(this.rawData.msg).split(/(?<!-)(?<!␜)(?=\w)\b|(?!-|[\u00C0-\u017F])(?<=\w)\b|(?=\s)\B|(?<=\s)\B|/g);
|
const splitString = utils.unescapeEntities(this.rawData.msg).split(/(?<!-)(?<!␜)(?=\w)\b|(?!-|[\u00C0-\u017F])(?<=\w)\b|(?=\s)\B|(?<=\s)\B|ㅤ/g);
|
||||||
|
|
||||||
//for each word in the splitstring
|
//for each word in the splitstring
|
||||||
splitString.forEach((string) => {
|
splitString.forEach((string) => {
|
||||||
|
|
@ -474,7 +474,7 @@ class chatPostprocessor{
|
||||||
//After eight characters
|
//After eight characters
|
||||||
if(charIndex > 8){
|
if(charIndex > 8){
|
||||||
//Push an invisible line-break character between every character
|
//Push an invisible line-break character between every character
|
||||||
wordArray.push("");
|
wordArray.push("ㅤ");
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -116,14 +116,14 @@ class commandPreprocessor{
|
||||||
*/
|
*/
|
||||||
processEmotes(){
|
processEmotes(){
|
||||||
//inject invisible whitespace in-between emotes to prevent from mushing links together
|
//inject invisible whitespace in-between emotes to prevent from mushing links together
|
||||||
this.message = this.message.replaceAll('][','][');
|
this.message = this.message.replaceAll('][',']ㅤ[');
|
||||||
|
|
||||||
//For each list of emotes
|
//For each list of emotes
|
||||||
Object.keys(this.emotes).forEach((key) => {
|
Object.keys(this.emotes).forEach((key) => {
|
||||||
//For each emote in the current list
|
//For each emote in the current list
|
||||||
this.emotes[key].forEach((emote) => {
|
this.emotes[key].forEach((emote) => {
|
||||||
//Inject emote links into the message, pad with invisible whitespace to keep link from getting mushed
|
//Inject emote links into the message, pad with invisible whitespace to keep link from getting mushed
|
||||||
this.message = this.message.replaceAll(`[${emote.name}]`, `${emote.link}`);
|
this.message = this.message.replaceAll(`[${emote.name}]`, `ㅤ${emote.link}ㅤ`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -135,13 +135,13 @@ class commandPreprocessor{
|
||||||
//Strip out file seperators in-case the user is being a smart-ass
|
//Strip out file seperators in-case the user is being a smart-ass
|
||||||
this.message = this.message.replaceAll('␜','');
|
this.message = this.message.replaceAll('␜','');
|
||||||
//Split message by links
|
//Split message by links
|
||||||
var splitMessage = this.message.split(/(https?:\/\/[^\s]+)/g);
|
var splitMessage = this.message.split(/(https?:\/\/[^\sㅤ]+)/g);
|
||||||
//Create an empty array to hold links
|
//Create an empty array to hold links
|
||||||
this.links = [];
|
this.links = [];
|
||||||
|
|
||||||
splitMessage.forEach((chunk, chunkIndex) => {
|
splitMessage.forEach((chunk, chunkIndex) => {
|
||||||
//For each chunk that is a link
|
//For each chunk that is a link
|
||||||
if(chunk.match(/(https?:\/\/[^\s]+)/g)){
|
if(chunk.match(/(https?:\/\/[^\sㅤ]+)/g)){
|
||||||
//I looked online for obscure characters that no one would use to prevent people from chatting embed placeholders
|
//I looked online for obscure characters that no one would use to prevent people from chatting embed placeholders
|
||||||
//Then I found this fucker, turns out it's literally made for the job lmao (even if it was originally intended for paper/magnetic tape)
|
//Then I found this fucker, turns out it's literally made for the job lmao (even if it was originally intended for paper/magnetic tape)
|
||||||
//Replace link with indexed placeholder
|
//Replace link with indexed placeholder
|
||||||
|
|
|
||||||
|
|
@ -1233,11 +1233,6 @@ class queuePanel extends panelObj{
|
||||||
//Convert start epoch to JS date object
|
//Convert start epoch to JS date object
|
||||||
const started = new Date(nowPlaying.startTime);
|
const started = new Date(nowPlaying.startTime);
|
||||||
|
|
||||||
//If the date the scheduler is set to isn't within the livestream
|
|
||||||
if(!utils.isSameDate(started, this.day) && !utils.dateWithinRange(started, new Date(), this.day)){
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
//If this started today
|
//If this started today
|
||||||
if(utils.isSameDate(this.day, started)){
|
if(utils.isSameDate(this.day, started)){
|
||||||
//Set entryDiv top-border location based on start time
|
//Set entryDiv top-border location based on start time
|
||||||
|
|
@ -1251,29 +1246,15 @@ class queuePanel extends panelObj{
|
||||||
entryDiv.style.top = `${this.offsetByDate(dawn)}px`;
|
entryDiv.style.top = `${this.offsetByDate(dawn)}px`;
|
||||||
|
|
||||||
//Apply rest of the styling rules for items that started yestarday
|
//Apply rest of the styling rules for items that started yestarday
|
||||||
entryDiv.classList.add('started-yesterday');
|
entryDiv.classList.add('started-yesterday')
|
||||||
}
|
}
|
||||||
|
|
||||||
//Create entry title
|
//Create entry title
|
||||||
const entryTitle = document.createElement('p');
|
const entryTitle = document.createElement('p');
|
||||||
entryTitle.textContent = utils.unescapeEntities(nowPlaying.title);
|
entryTitle.textContent = utils.unescapeEntities(nowPlaying.title);
|
||||||
|
|
||||||
|
//Set entry div bottom-border location based on current time, round to match time marker
|
||||||
//If we're looking at today
|
entryDiv.style.bottom = `${Math.round(this.offsetByDate(date, true))}px`
|
||||||
if(utils.isSameDate(this.day, new Date())){
|
|
||||||
//Set entry div bottom-border location based on current time, round to match time marker
|
|
||||||
entryDiv.style.bottom = `${Math.round(this.offsetByDate(date, true))}px`;
|
|
||||||
}else{
|
|
||||||
//Get midnight
|
|
||||||
const dusk = new Date();
|
|
||||||
dusk.setHours(23,59,59,999);
|
|
||||||
|
|
||||||
//Set stream to continue to run into the next morning
|
|
||||||
entryDiv.style.bottom = `${Math.round(this.offsetByDate(dusk, true))}px`;
|
|
||||||
|
|
||||||
//Apply rest of the styling rules for items that end after today
|
|
||||||
entryDiv.classList.add('ends-tomorrow');
|
|
||||||
}
|
|
||||||
|
|
||||||
//Assembly entryDiv
|
//Assembly entryDiv
|
||||||
entryDiv.appendChild(entryTitle);
|
entryDiv.appendChild(entryTitle);
|
||||||
|
|
@ -1304,11 +1285,8 @@ class queuePanel extends panelObj{
|
||||||
//Append entry div to queue container
|
//Append entry div to queue container
|
||||||
this.queueContainer.appendChild(entryDiv);
|
this.queueContainer.appendChild(entryDiv);
|
||||||
}else{
|
}else{
|
||||||
//If we're looking at today
|
//Update existing entry, round offset to match time marker
|
||||||
if(utils.isSameDate(this.day, new Date())){
|
staleEntry.style.bottom = `${Math.round(this.offsetByDate(date, true))}px`
|
||||||
//Update existing entry, round offset to match time marker
|
|
||||||
staleEntry.style.bottom = `${Math.round(this.offsetByDate(date, true))}px`
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Keep tooltip date seperate so it re-calculates live duration properly
|
//Keep tooltip date seperate so it re-calculates live duration properly
|
||||||
|
|
@ -1563,7 +1541,7 @@ class reschedulePopup extends schedulePopup{
|
||||||
this.media = media;
|
this.media = media;
|
||||||
}
|
}
|
||||||
|
|
||||||
schedule(event){
|
startSesh(event){
|
||||||
//If we clicked or hit enter
|
//If we clicked or hit enter
|
||||||
if(event.key == null || event.key == "Enter"){
|
if(event.key == null || event.key == "Enter"){
|
||||||
//Get localized input date
|
//Get localized input date
|
||||||
|
|
|
||||||
|
|
@ -62,11 +62,6 @@ class settingsPanel extends panelObj{
|
||||||
*/
|
*/
|
||||||
this.chatWidthMinimum = this.panelDocument.querySelector("#settings-panel-min-chat-width input");
|
this.chatWidthMinimum = this.panelDocument.querySelector("#settings-panel-min-chat-width input");
|
||||||
|
|
||||||
/**
|
|
||||||
* Disable Portrait/Mobile Layout
|
|
||||||
*/
|
|
||||||
this.disablePortrait = this.panelDocument.querySelector("#settings-panel-disable-portrait input");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Audible Ping on PM Recieved
|
* Audible Ping on PM Recieved
|
||||||
*/
|
*/
|
||||||
|
|
@ -104,7 +99,6 @@ class settingsPanel extends panelObj{
|
||||||
this.liveSyncTolerance.addEventListener('change', this.updateLiveSyncTolerance.bind(this));
|
this.liveSyncTolerance.addEventListener('change', this.updateLiveSyncTolerance.bind(this));
|
||||||
this.syncDelta.addEventListener('change', this.updateSyncDelta.bind(this));
|
this.syncDelta.addEventListener('change', this.updateSyncDelta.bind(this));
|
||||||
this.chatWidthMinimum.addEventListener('change', this.updateChatWidthMinimum.bind(this));
|
this.chatWidthMinimum.addEventListener('change', this.updateChatWidthMinimum.bind(this));
|
||||||
this.disablePortrait.addEventListener('change', this.updateDisablePortrait.bind(this));
|
|
||||||
this.rxPMSound.addEventListener('change', this.updateRXPMSound.bind(this));
|
this.rxPMSound.addEventListener('change', this.updateRXPMSound.bind(this));
|
||||||
this.txPMSound.addEventListener('change', this.updateTXPMSound.bind(this));
|
this.txPMSound.addEventListener('change', this.updateTXPMSound.bind(this));
|
||||||
this.newSeshSound.addEventListener('change', this.updateNewPMSeshSound.bind(this));
|
this.newSeshSound.addEventListener('change', this.updateNewPMSeshSound.bind(this));
|
||||||
|
|
@ -121,7 +115,6 @@ class settingsPanel extends panelObj{
|
||||||
this.liveSyncTolerance.value = localStorage.getItem("liveSyncTolerance");
|
this.liveSyncTolerance.value = localStorage.getItem("liveSyncTolerance");
|
||||||
this.syncDelta.value = localStorage.getItem("syncDelta");
|
this.syncDelta.value = localStorage.getItem("syncDelta");
|
||||||
this.chatWidthMinimum.value = localStorage.getItem("chatWidthMin");
|
this.chatWidthMinimum.value = localStorage.getItem("chatWidthMin");
|
||||||
this.disablePortrait.checked = localStorage.getItem("disablePortrait") == 'true';
|
|
||||||
this.rxPMSound.value = localStorage.getItem('rxPMSound');
|
this.rxPMSound.value = localStorage.getItem('rxPMSound');
|
||||||
this.txPMSound.checked = localStorage.getItem('txPMSound') == 'true';
|
this.txPMSound.checked = localStorage.getItem('txPMSound') == 'true';
|
||||||
this.newSeshSound.checked = localStorage.getItem('newSeshSound') == 'true';
|
this.newSeshSound.checked = localStorage.getItem('newSeshSound') == 'true';
|
||||||
|
|
@ -225,20 +218,11 @@ class settingsPanel extends panelObj{
|
||||||
client.processConfig("chatWidthMin", this.chatWidthMinimum.value);
|
client.processConfig("chatWidthMin", this.chatWidthMinimum.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Handles change toggle of disable/enable portrait
|
|
||||||
*/
|
|
||||||
updateDisablePortrait(){
|
|
||||||
localStorage.setItem('disablePortrait', this.disablePortrait.checked);
|
|
||||||
client.processConfig("disablePortrait", this.disablePortrait.checked);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles changes to RX PM Sound setting
|
* Handles changes to RX PM Sound setting
|
||||||
*/
|
*/
|
||||||
updateRXPMSound(){
|
updateRXPMSound(){
|
||||||
localStorage.setItem('rxPMSound', this.rxPMSound.value);
|
localStorage.setItem('rxPMSound', this.rxPMSound.value);
|
||||||
client.processConfig("rxPMSound", this.rxPMSound.value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -246,7 +230,6 @@ class settingsPanel extends panelObj{
|
||||||
*/
|
*/
|
||||||
updateTXPMSound(){
|
updateTXPMSound(){
|
||||||
localStorage.setItem('txPMSound', this.txPMSound.checked);
|
localStorage.setItem('txPMSound', this.txPMSound.checked);
|
||||||
client.processConfig("txPMSound", this.txPMSound.checked);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -254,7 +237,6 @@ class settingsPanel extends panelObj{
|
||||||
*/
|
*/
|
||||||
updateNewPMSeshSound(){
|
updateNewPMSeshSound(){
|
||||||
localStorage.setItem('newSeshSound', this.newSeshSound.checked);
|
localStorage.setItem('newSeshSound', this.newSeshSound.checked);
|
||||||
client.processConfig("newSeshSound", this.newSeshSound.checked);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -262,6 +244,5 @@ class settingsPanel extends panelObj{
|
||||||
*/
|
*/
|
||||||
updateEndPMSeshSound(){
|
updateEndPMSeshSound(){
|
||||||
localStorage.setItem('endSeshSound', this.endSeshSound.checked);
|
localStorage.setItem('endSeshSound', this.endSeshSound.checked);
|
||||||
client.processConfig("endSeshSound", this.endSeshSound.checked);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue