Commit Graph

1295 Commits

Author SHA1 Message Date
Nick Bensema 1a4349945d Merge branch 'master' of https://github.com/unbibium/sync 2013-09-18 22:24:26 -07:00
Nick Bensema cb94a2ac70 Removed help.html since it's not used anymore. 2013-09-18 22:23:23 -07:00
Nick Bensema 1e8b507750 Added online help for /clean and /cleantitle 2013-09-18 22:23:23 -07:00
Nick Bensema 8899b5f799 Added /cleantitle, and -i option to ignore case.
Fix #257, you should be able to clear username and title patterns
now with ease.  For best results, wait until they've wasted a lot
of time adding a lot of videos before you wipe them.
2013-09-18 22:23:23 -07:00
Nick Bensema bf95be812c made slightly more efficient in response to comments 2013-09-18 22:23:23 -07:00
Nick Bensema c6c6e8e55b Added /clean command to clear a user's additions from a channel
Any user with playlistdelete permission can now use the /clean
command to wipe out a user's additions to the playlist.  This
can be helpful for taking down abusive items en masse without
resetting the entire playlist.

The code should probably be generalized, somehow, to handle
title patterns or additions within a certain timeframe.
2013-09-18 22:23:23 -07:00
Calvin Montgomery 326a839cc0 Merge pull request #280 from calzoneman/closurefix
Closurefix
2013-09-18 16:30:38 -07:00
calzoneman 1d9845f6d5 Change channel checks in user.js 2013-09-18 18:27:42 -05:00
calzoneman 39fe452e96 Add extra checks to channel.js for deadness 2013-09-18 18:16:12 -05:00
calzoneman d5c5de41e1 Fix what I assume was a race condition 2013-09-17 22:26:44 -05:00
calzoneman 6aae146f8b Fix ustream for channels with /channel/foo syntax; ustream wtf are you doing 2013-09-17 13:19:33 -05:00
calzoneman 3f65a69f0e Fix reset password 2013-09-13 10:24:54 -05:00
calzoneman 2b0e6a3dbf Fix index page 2013-09-12 18:42:22 -05:00
calzoneman 5497a868a3 Fix an error 2013-09-12 16:26:45 -05:00
calzoneman 408f6626bb Fix behavior of chat filter XSS 2013-09-12 13:03:04 -05:00
calzoneman 9d445b8ffd Fix up voteskip a bit 2013-09-11 22:16:56 -05:00
calzoneman 7e9673425d Add support for hidden polls 2013-09-11 20:22:00 -05:00
calzoneman 020ceecd40 Add SSL user options so the page can be plain HTTP 2013-09-10 22:43:43 -05:00
calzoneman beae68d1c2 Fix everything except justin.tv, twitch.tv 2013-09-10 17:18:02 -05:00
calzoneman aadba26891 Fix disabling ssl causing errors 2013-09-10 16:45:43 -05:00
calzoneman a085ed83f2 Fix JWPlayer for SSL 2013-09-10 16:34:39 -05:00
calzoneman 2a30d30d0a Trust X-Forwarded-For from 127.0.0.1 2013-09-10 16:11:35 -05:00
calzoneman 83ea83429e Add passphrase support to SSL 2013-09-10 14:10:30 -05:00
calzoneman 4ba8e88e27 Merge ssl into master 2013-09-10 13:51:47 -05:00
calzoneman efcae43ae8 Fix issues with regard to unloading channels 2013-09-09 22:11:24 -05:00
calzoneman 4ec1d04247 Add SSL support 2013-09-09 17:16:41 -05:00
calzoneman f7e968a13c Alter channel unload behavior, add additional checks
- Should prevent "write after end" errors caused by unloading a channel before it finishes loading
- Might prevent strange cases of playlists gone wild
2013-09-08 17:43:30 -05:00
calzoneman b3ea7069a8 Hopefully fix the duplicate login kick issue for retarded browsers 2013-09-07 23:40:25 -05:00
calzoneman 4c34625d48 Add an extra check and log message 2013-09-07 15:44:57 -05:00
calzoneman bca7199ec1 Add io-host option 2013-09-06 16:30:20 -05:00
calzoneman 6aecb32c89 Fix #277 2013-09-06 15:53:23 -05:00
calzoneman c2cd04f760 Fix #276 2013-09-05 22:54:30 -05:00
Calvin Montgomery 6d958b4b31 Remove irrelevant database test from ages ago 2013-09-05 16:44:43 -05:00
Calvin Montgomery b3fb8c557c Delete .logger.js.swp 2013-09-05 13:49:58 -05:00
calzoneman 7840fa35e8 Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
Nick Bensema 1ddba6d39b Removed help.html since it's not used anymore. 2013-09-04 20:46:57 -07:00
calzoneman 7b54b2fcc0 Add a changelog file for detailed explanation of changes 2013-09-04 22:46:50 -05:00
Nick Bensema cbaa1f04e9 Added online help for /clean and /cleantitle 2013-09-04 19:39:38 -07:00
Nick Bensema 507a97b4db Added /cleantitle, and -i option to ignore case.
Fix #257, you should be able to clear username and title patterns
now with ease.  For best results, wait until they've wasted a lot
of time adding a lot of videos before you wipe them.
2013-09-04 19:27:48 -07:00
calzoneman 762b4fa6af Address #270 2013-09-04 17:47:24 -05:00
Nick Bensema 48de471064 made slightly more efficient in response to comments 2013-09-03 21:28:12 -07:00
calzoneman 5312911c15 Do some additional validation on IDs to prevent database errors 2013-09-03 22:23:05 -05:00
calzoneman 234456f2f4 A couple tweaks to alternate dark 2013-09-03 15:10:11 -05:00
Calvin Montgomery 4a1aea875f Fix typo 2013-09-03 12:49:02 -05:00
Nick Bensema c905280125 Added /clean command to clear a user's additions from a channel
Any user with playlistdelete permission can now use the /clean
command to wipe out a user's additions to the playlist.  This
can be helpful for taking down abusive items en masse without
resetting the entire playlist.

The code should probably be generalized, somehow, to handle
title patterns or additions within a certain timeframe.
2013-09-02 23:36:19 -07:00
calzoneman e6c4097250 Fix footer color 2013-09-02 14:56:17 -05:00
calzoneman a5a83c4121 Add alternative dark theme 2013-09-02 14:53:59 -05:00
calzoneman 3ad925ad84 Merge branch 'master' of github.com:calzoneman/sync 2013-09-02 12:40:15 -05:00
calzoneman 91fd44808e Prevent borders on <iframe> in custom media 2013-09-02 12:40:06 -05:00
Calvin Montgomery 0a9caa7fee Merge pull request #275 from nuclearace/patch-2
Scroll to current video after adding buttons
2013-09-02 10:34:27 -07:00