Commit Graph

244 Commits

Author SHA1 Message Date
calzoneman 8b3ae3b546 Merge dev into dbrefactor 2013-08-19 00:24:48 -05:00
calzoneman d100936b65 A couple fixes 2013-08-18 19:31:34 -05:00
calzoneman e3ef9e7896 Add a special notice 2013-08-18 18:35:49 -05:00
calzoneman 1f7a53a90b Fix a crash condition 2013-08-18 18:03:49 -05:00
calzoneman bab2b887f4 Fix channel.js bug, add defer to APIs for faster page loads 2013-08-18 18:01:57 -05:00
calzoneman b3526b5ee2 Revisit some banning issues 2013-08-18 17:58:16 -05:00
calzoneman 08a46f5e00 Fixes 2013-08-18 14:21:42 -05:00
calzoneman c9b5254f24 Fix rank change for person in channel 2013-08-18 13:35:57 -05:00
calzoneman aa13cc95ec Add a few checks 2013-08-18 13:16:46 -05:00
calzoneman 806cbb3336 Fix channel rank change 2013-08-18 13:08:31 -05:00
calzoneman 7254512e7d Fix a couple bugs 2013-08-18 13:05:12 -05:00
calzoneman 2f4621dab9 Start fixing things 2013-08-18 12:21:34 -05:00
calzoneman 492a50fb96 Well the process starts, that's a start 2013-08-17 18:51:10 -05:00
calzoneman b686deb16f Refactoring 2013-08-17 18:44:48 -05:00
calzoneman ebd55b4846 Remove unnecessary import 2013-08-17 15:47:24 -05:00
calzoneman 4204ea8ddf Finish channel.js 2013-08-17 15:47:11 -05:00
calzoneman e155a30a17 Do a bit more work 2013-08-17 12:37:35 -05:00
calzoneman b7c02334ed Start on channel.js 2013-08-17 12:30:52 -05:00
calzoneman 0c1e7642d9 Add some conditions that should prevent logging errors 2013-08-13 14:51:39 -04:00
calzoneman 8a10f82089 Fix error message 2013-08-13 11:33:32 -04:00
calzoneman 40020684b8 Restrict moderators too 2013-08-13 11:23:39 -04:00
calzoneman f910f437bb Disallow non-moderators from adding a video that exists 10 times already 2013-08-13 11:18:06 -04:00
calzoneman 817d5b85e0 Limit dump size to 1MB 2013-08-13 10:46:18 -04:00
calzoneman 293576a3af Fix #244 again. I want to get off autotemp's wild ride 2013-08-09 16:32:05 -04:00
calzoneman 4f6d72d6d5 Resolve merge conflict 2013-08-08 18:28:10 -04:00
calzoneman 07a3e3cc21 A few minor changes
- Fix paginator always showing 5 buttons even if there are less pages
- Clear AFK timer when clicking voteskip
- Change the modestbranding youtube param because people wanted the like/dislike buttons
2013-08-08 18:25:56 -04:00
calzoneman 9256928d82 Handle user impersonation using bold filter differently 2013-08-08 10:57:46 -04:00
calzoneman 9c83a4dd3e Fix #248, fix channel caching temp media 2013-08-07 21:05:30 -04:00
calzoneman c6d49cfef0 Prevent uncaught exceptions when uncaching from library 2013-08-07 13:27:17 -04:00
calzoneman bc24e8d9dc Fix YT Search 2013-08-07 13:21:10 -04:00
calzoneman b12d639c78 Require AFK timeout to be nonnegative 2013-08-07 10:32:43 -04:00
Calvin Montgomery 278570f3ed Fix lock log message 2013-08-07 00:04:36 -04:00
Calvin Montgomery db0fee5692 Fix move log 2013-08-06 23:52:23 -04:00
Calvin Montgomery 4f86610773 Fix typeerror 2013-08-06 23:42:32 -04:00
Calvin Montgomery 544a316cad Add a lot more log messages to channel 2013-08-06 23:21:54 -04:00
calzoneman d965d0a5b6 Merge branch 'master' into dev 2013-08-06 20:42:01 -04:00
calzoneman d599303881 Fix #244, Fix #247, Change 'Show Library' to 'Show Library/YouTube Search' 2013-08-06 20:41:29 -04:00
calzoneman a371ff629d Allow channel admins to read channel logs 2013-08-06 14:20:47 -04:00
calzoneman fe2ec2c8d2 Support custom embeds (no UI for it yet) 2013-08-03 11:12:53 -04:00
calzoneman 1aeec527f6 Refactor get-info module to be a Server property 2013-08-03 10:58:21 -04:00
calzoneman ca3bf07d91 Merge branch 'master' into dev 2013-08-03 10:33:47 -04:00
calzoneman 4937dca98e Ceil voteskip requirement instead of truncating 2013-08-01 16:11:11 -04:00
calzoneman 5342ce8b77 Remove old code 2013-08-01 10:29:00 -04:00
calzoneman a1b39833ed (Hopefully) fix voteskip problems 2013-08-01 09:39:10 -04:00
Calvin Montgomery ba8730b722 A couple of voteskip fixes 2013-08-01 00:37:06 -04:00
Calvin Montgomery 103e01042e Fix voteskip calculation 2013-08-01 00:03:56 -04:00
calzoneman ba26d9abbb Fix logger being closed inappropriately 2013-07-29 19:59:52 -04:00
calzoneman 77a57d24c1 Implement Auto-AFK (#192)
- Channel-configurable delay
- User is marked AFK if no chat messages are received before the delay expires
- User is marked un-AFK if a chat message is received or if the user voteskips
2013-07-28 17:58:22 -04:00
calzoneman 1150d03474 AFKers don't affect voteskip (#193) 2013-07-28 17:36:53 -04:00
calzoneman c50baef9c6 Change logger to stream, decode HTML messages
- Using a WritableStream instead of manually buffering is a good idea
- Chat messages are logged with HTML entities decoded (< instead of &lt;)
2013-07-28 17:25:06 -04:00