Commit graph

  • f7bc601fed Fix Issue#23 calzoneman 2013-04-04 11:05:01 -05:00
  • 11f1ab60f9 Change leader icon to be a star because why not calzoneman 2013-04-03 18:02:14 -05:00
  • 28a0a95851 Fix a bunch of stuff; refactor clientside calzoneman 2013-04-03 17:56:03 -05:00
  • 5880be6f68 Fixes; start refactoring clientside calzoneman 2013-04-03 15:18:35 -05:00
  • 42a76c4632 Add YouTube playlist support calzoneman 2013-04-03 13:18:10 -05:00
  • 7e9907ebdc Finish refactoring calzoneman 2013-04-03 12:47:41 -05:00
  • f4019e8b83 Complete refactoring [untested] calzoneman 2013-04-03 12:10:05 -05:00
  • 6877b103f2 Merge branch 'master' of https://github.com/calzoneman/sync into refactoring calzoneman 2013-04-03 11:46:55 -05:00
  • 7def0b174f Bugfixes - Better YouTube URL parsing - Check for invalid regexes and report them - Channel names are no longer case-sensitive calzoneman 2013-04-03 11:39:51 -05:00
  • b61970652d Continue refactoring calzoneman 2013-04-02 22:56:44 -05:00
  • 0afc184402 Begin refactoring calzoneman 2013-04-02 14:39:56 -05:00
  • 52fe508628 Implement voteskip calzoneman 2013-04-02 14:07:22 -05:00
  • 2ee182eb48 Fix checkbox glitchiness (Issue#21) calzoneman 2013-04-02 11:16:26 -05:00
  • c175f461d1 Fix playlist movement bug (Issue#16) calzoneman 2013-04-02 10:55:14 -05:00
  • fab4039fc1 Add MOTD and chat filter interface calzoneman 2013-04-01 16:02:09 -05:00
  • a0c26ee0e5 Better fix for previous commit calzoneman 2013-03-31 20:29:39 -05:00
  • 28b9bdb54d Fix layouts breaking chat calzoneman 2013-03-31 20:10:57 -05:00
  • c97e6f3f84 Extra fix for Issue#18 calzoneman 2013-03-31 18:38:20 -05:00
  • 802cb19976 Fix Issue#18 calzoneman 2013-03-31 18:35:35 -05:00
  • 19ee0491c3 Add a few layout options calzoneman 2013-03-31 17:30:46 -05:00
  • ddc5016497 Serverside support for custom chat filters calzoneman 2013-03-31 14:27:54 -05:00
  • 954751ec6c Autogen chandump and chanlogs folders calzoneman 2013-03-31 13:31:56 -05:00
  • 6ba6db1965 Patch italic regex to not kill URLs : calzoneman 2013-03-30 01:16:41 -05:00
  • 7b11651e1e Prevent chat from autoscrolling when mouse inside calzoneman 2013-03-30 00:55:25 -05:00
  • 31fd011b4d Blink tab title when your name mentioned calzoneman 2013-03-30 00:49:41 -05:00
  • 6fbe2732c7 Fix queue issues when moving videos calzoneman 2013-03-29 15:05:08 -05:00
  • 328b38f319 Add chat modifiers and history calzoneman 2013-03-29 13:15:46 -05:00
  • d788721b3f Update help page, fix acp login bug calzoneman 2013-03-28 18:56:29 -05:00
  • 546d50f917 Support click and drag to move; add play button; dump channels on exit calzoneman 2013-03-28 18:51:08 -05:00
  • 25421514d2 Fix playlists because ytapi returns inconsistent results calzoneman 2013-03-27 15:27:15 -05:00
  • 9faada9891 Fix semicolon calzoneman 2013-03-27 15:15:35 -05:00
  • 30cab284b0 Fix acp for bcrypt update calzoneman 2013-03-27 15:13:41 -05:00
  • 448d774b0d Wrap bcrypt in a try-catch calzoneman 2013-03-27 15:02:43 -05:00
  • 124ec0080f Improve logging calzoneman 2013-03-27 14:28:51 -05:00
  • 34f20f423f Transition to using bcrypt for password hashing/storage calzoneman 2013-03-26 14:12:02 -05:00
  • 141bb69777 Support YouTube Playlists calzoneman 2013-03-25 14:39:03 -05:00
  • e70002ae4f Correct behavior for leader/unleader; compensate for Soundcloud being inconsiderate calzoneman 2013-03-25 13:54:18 -05:00
  • 5bed38d0ec Update help page and README calzoneman 2013-03-25 12:52:05 -05:00
  • 5f5049db12 Change quotes to be consistent Fixes Issue#11 calzoneman 2013-03-24 12:23:48 -05:00
  • a5ca7d227e Add banlist interface calzoneman 2013-03-23 22:45:10 -05:00
  • 3a585cbb60 Create ban table in Channel.createTables calzoneman 2013-03-23 22:02:54 -05:00
  • df54f8bffc Proper IPbans in the database calzoneman 2013-03-23 22:01:37 -05:00
  • 0b56909e20 Change license to MIT calzoneman 2013-03-23 21:28:20 -05:00
  • 516edf690d Patch userLeave bug (Issue#14 calzoneman 2013-03-23 21:05:13 -05:00
  • ecc4fb3951 Amendment for ban perm calzoneman 2013-03-23 20:39:32 -05:00
  • f05a73bdb9 Emergency ip ban calzoneman 2013-03-23 20:08:35 -05:00
  • 3b335fb381 Slight amendment, load the URL of the custom css in the channel options calzoneman 2013-03-23 17:21:54 -05:00
  • 98b3587341 Support custom CSS calzoneman 2013-03-23 17:15:19 -05:00
  • 05fd0f26a8 List loaded channels on ACP calzoneman 2013-03-23 13:29:47 -05:00
  • c0fc363f1b Dailymotion support calzoneman 2013-03-23 13:17:39 -05:00
  • bf72733086 Add poll notification, channel options (don't save to db yet) calzoneman 2013-03-22 15:04:04 -05:00
  • bbfa4ba53d Tweaks calzoneman 2013-03-21 18:55:32 -05:00
  • 873603465c Fix channel MySQL rank lookup fail (Again?) calzoneman 2013-03-20 23:22:43 -05:00
  • 79bdca3d90 Patch getJSON to not continue if JSON is bad calzoneman 2013-03-20 22:32:03 -05:00
  • 84917ecc4f Merge branch 'master' of https://github.com/calzoneman/sync calzoneman 2013-03-20 22:29:42 -05:00
  • d68d0277bb Fix bad youtube callback crashing server calzoneman 2013-03-20 22:29:26 -05:00
  • b565324ec3 Amend last commit, fix regex calzoneman 2013-03-20 18:15:52 -05:00
  • 6042c510e1 Fix bad channel names calzoneman 2013-03-20 18:10:23 -05:00
  • 090eaa37c2 Tweak get-info for JSON fail calzoneman 2013-03-20 16:55:58 -05:00
  • d1fee84200 Write documentation calzoneman 2013-03-20 14:17:59 -05:00
  • c50dbece97 Add /say and global announcements calzoneman 2013-03-20 13:35:06 -05:00
  • 755c4f49fd Fix userlist sorting, tweak name tab completion calzoneman 2013-03-20 13:10:34 -05:00
  • e76f149916 Use socket.io rooms instead of manually implementing sendAll Should fix Issue#9 calzoneman 2013-03-20 13:03:32 -05:00
  • 1bc20fe947 Fix channel sync bug - global variables are bad calzoneman 2013-03-18 14:58:37 -05:00
  • baf52a2a78 Fix bad MySQL results crashing it calzoneman 2013-03-18 12:17:56 -05:00
  • 3f843e9c8c Add nick highlighting calzoneman 2013-03-17 20:49:25 -05:00
  • 2f38c4cafc Retroactively add user menus when you become a mod calzoneman 2013-03-17 20:42:07 -05:00
  • 066c0e9d2e Sorted userlist calzoneman 2013-03-17 20:37:43 -05:00
  • 671b6398ab Amendment to last commit calzoneman 2013-03-17 20:27:18 -05:00
  • 5cf8a089ab Add tab completion for the chatbox calzoneman 2013-03-17 20:24:28 -05:00
  • 173ff8c2e5 Add try-catch to getJSON calzoneman 2013-03-17 20:07:18 -05:00
  • f4c044c4be Remove video box if the novideo param is defined calzoneman 2013-03-17 14:47:32 -05:00
  • 18d599a7aa Implement channel registration calzoneman 2013-03-17 12:14:34 -05:00
  • 8fdf3f7cd7 Fix name update on Firefox calzoneman 2013-03-17 11:50:39 -05:00
  • 91224f8e4b Fix rank change saving in the database calzoneman 2013-03-17 11:49:25 -05:00
  • 8c17b89eff Remove unqueue animation to prevent playlist highlight bug Fixes Issue#5 calzoneman 2013-03-17 09:54:01 -05:00
  • 64bdbe7084 Chat URLs now open in a new tab Implement Issue#2 calzoneman 2013-03-17 09:45:16 -05:00
  • a8076f0e15 Fix names not being removed on disconnect in Firefox Fixes Issue #3 calzoneman 2013-03-17 09:42:22 -05:00
  • 92d73026be Fix duplicate login bug Fixes Issue #1 calzoneman 2013-03-17 09:39:22 -05:00
  • bee58b421d Fix livestream bug calzoneman 2013-03-16 19:58:38 -05:00
  • 96bd8aa9bd Add support for livestream calzoneman 2013-03-16 17:17:36 -05:00
  • bc187c99f5 Implement polls calzoneman 2013-03-16 16:49:58 -05:00
  • 741fe8e21f Minor fix for vimeo removing the currently playing indicator calzoneman 2013-03-16 15:45:52 -05:00
  • 46bee2646d Implement queue locking/unlocking calzoneman 2013-03-16 15:39:58 -05:00
  • c5d9350351 Slight layout tweak Also added a "current video" indicator calzoneman 2013-03-16 15:13:40 -05:00
  • dbb86a73a8 Change button text to be more clear calzoneman 2013-03-16 15:05:13 -05:00
  • d51b900010 Fix vimeo synchronization, slight playlist tweak Clicking the delete button on a playlist entry now removes the button strip before playing the removal animation, to prevent multiclicking calzoneman 2013-03-16 15:01:56 -05:00
  • 24f14530a4 Fix auth bug Users with channel rank but no global rank were not properly authenticated. calzoneman 2013-03-16 14:52:04 -05:00
  • 9ede4dbc2d Fix end of playlist bug calzoneman 2013-03-06 23:21:08 -06:00
  • 259c72e7da Add usercount indicator calzoneman 2013-03-06 19:38:16 -06:00
  • 5ca419d3e3 Start working on ACP calzoneman 2013-03-06 16:02:40 -06:00
  • 91b8a6cab6 Rearrange ranks a bit and fix unleader bug calzoneman 2013-03-05 17:06:25 -06:00
  • b2b134ce4a Slight layout change calzoneman 2013-03-05 16:56:21 -06:00
  • d7813d7f6c Change end-of-queue behavior to set currentMedia to null and position to -1 calzoneman 2013-03-05 16:41:29 -06:00
  • 3e556a5c54 Fix vimeo synch calzoneman 2013-03-05 14:42:14 -06:00
  • 7aafcd7b08 Add ability to kick clients calzoneman 2013-03-05 14:23:02 -06:00
  • 1a88c9e27e Fix duplicate login bug calzoneman 2013-03-05 14:12:55 -06:00
  • fc27736017 Fixes to clientside chat stuff calzoneman 2013-03-05 14:07:21 -06:00
  • 789471f395 Bugfix for chat refactoring calzoneman 2013-03-05 13:57:00 -06:00
  • ab48c6aa50 Refactor chat commands [untested] calzoneman 2013-03-05 12:51:58 -06:00