Commit graph

  • cc8c2d8463 Fixes calzoneman 2013-05-27 15:43:37 -0400
  • e19f38f75b Remove debug print statement from channel.js calzoneman 2013-05-27 15:23:47 -0400
  • 4a14dbc89f Bail on channel rank listing if unregistered calzoneman 2013-05-27 15:17:29 -0400
  • 7e4dc5a569 Fix nameban fail calzoneman 2013-05-27 15:15:22 -0400
  • 16d3c600fe Fix #152; change JS load order to load faster calzoneman 2013-05-27 15:00:32 -0400
  • 296bddefcd Fix #153 calzoneman 2013-05-27 14:35:24 -0400
  • 9761a99c01 Fix #154 calzoneman 2013-05-27 14:32:24 -0400
  • 1c2728c9f8 Permissions check for /kick Calvin Montgomery 2013-05-27 00:45:08 -0400
  • 81d6b4873d More pagination Calvin Montgomery 2013-05-26 23:10:16 -0400
  • ee10a080cc Search results pagination and clearing Calvin Montgomery 2013-05-26 22:45:50 -0400
  • 50d73cee5b Fix #151 calzoneman 2013-05-26 12:53:35 -0400
  • a50116f37b Fix #150 calzoneman 2013-05-26 12:47:25 -0400
  • 07f64bdf56 Rate limit requestSeenLogins calzoneman 2013-05-26 12:43:11 -0400
  • fc2234c0c1 Merge branch 'master' of github.com:calzoneman/sync into database calzoneman 2013-05-26 11:38:54 -0400
  • 828b7e0381 Fix #149 and a couple other issues calzoneman 2013-05-26 11:38:38 -0400
  • 39be5a8427 Finish database refactoring calzoneman 2013-05-25 21:01:32 -0400
  • 6cdfa647fb Continue database work calzoneman 2013-05-25 18:16:44 -0400
  • 098a30bbb0 more database work calzoneman 2013-05-25 17:12:08 -0400
  • a6af5a2440 Begin refactoring database Please note none of the pending changes will take effect yet, I'm writing a new file and when it's ready I'll overwrite the current database.js calzoneman 2013-05-25 14:32:56 -0400
  • 486c6f7c8a Tweak index page and channellist calzoneman 2013-05-24 13:13:07 -0400
  • 77261dcc7f Fix /poll command Calvin Montgomery 2013-05-23 21:42:12 -0400
  • 139caa1c12 Update README.md Calvin Montgomery 2013-05-23 11:40:52 -0300
  • ca72d79193 Update help.html for /clear calzoneman 2013-05-23 00:05:43 -0400
  • a5c297365c Fixes; implement /clear command calzoneman 2013-05-23 00:03:37 -0400
  • 4e364f45a6 Add permissions editor; fixes for bans calzoneman 2013-05-22 15:38:16 -0400
  • 12c1f4acf8 Fix sort error for connection log calzoneman 2013-05-22 10:56:27 -0400
  • 0b29aa5d0e Fix YouTube search calzoneman 2013-05-21 12:18:15 -0400
  • f8b0b06caf Add username bans, tweak ban interface calzoneman 2013-05-21 12:17:01 -0400
  • 505c628eb9 Tweak bans calzoneman 2013-05-19 17:23:35 -0400
  • ea9132624a Fix index.html to work in non-root directories calzoneman 2013-05-19 13:34:14 -0400
  • cf2e1213a9 Give feedback when a queue fails calzoneman 2013-05-19 13:06:39 -0400
  • 01fc746334 Implement #137 calzoneman 2013-05-19 12:56:13 -0400
  • 3e2683642e Fix ACP calzoneman 2013-05-17 19:04:39 -0400
  • 886834e822 Fix broken URLs from last commit calzoneman 2013-05-17 18:56:11 -0400
  • 6dc0a33bda Separate ports for webserver and socketio It came to my attention today that some firewalls block websocket traffic on port 80. For this reason, I have split out the webserver and socket.io traffic to 2 different ports. In config.js, IO_PORT is the socket.io port. This should NOT be port 80. WEBSERVER_PORT is the port that the built in webserver will bind to (can be port 80, but this requires root permissions). You will connect to yourhostname:WEBSERVER_PORT, and use yourhostname:IO_PORT as IO_URL. calzoneman 2013-05-17 18:39:49 -0400
  • 66fbbb77ce Add Justin.tv support calzoneman 2013-05-17 14:39:58 -0400
  • 79ec535358 Improve chat button calzoneman 2013-05-17 13:36:58 -0400
  • 8671edd106 Add option for send button in chat calzoneman 2013-05-17 11:23:11 -0400
  • 74bdffea58 Fix race condition which caused users to lose moderatorship calzoneman 2013-05-17 11:02:45 -0400
  • 767cfdd76e Improve announcements; remove debug console.log calzoneman 2013-05-16 22:48:37 -0400
  • 8da604fd8a Solve #130 calzoneman 2013-05-16 22:39:33 -0400
  • 777d767466 Fix incremental dumping of channels calzoneman 2013-05-16 22:37:33 -0400
  • 5f41217595 Update default bold filter to disallow impersonation calzoneman 2013-05-16 00:01:07 -0400
  • a8d8f346d4 Add editors for CSS and JS calzoneman 2013-05-15 11:34:27 -0400
  • b3cb87aab6 Add a little note about emoticon filters calzoneman 2013-05-15 10:44:15 -0400
  • 91e3049e61 I could swear I fixed announcements before calzoneman 2013-05-14 22:32:59 -0400
  • 25a2c053e9 Fix login page to load user theme calzoneman 2013-05-14 18:07:55 -0400
  • ad54cffee1 Make it clear that custom css/js are URLs calzoneman 2013-05-14 17:50:05 -0400
  • c1c3e4c47f Add ustream support calzoneman 2013-05-14 17:22:47 -0400
  • e45489b77c Fix polls not autoscrolling chat calzoneman 2013-05-14 13:15:58 -0400
  • ce99233596 Reduce amount of data sent in media updates calzoneman 2013-05-14 11:35:11 -0400
  • 69550c7a51 Fix errors when video is hidden calzoneman 2013-05-14 11:19:03 -0400
  • d0b3f9014a Make links unaffected by chat filters calzoneman 2013-05-13 19:54:52 -0400
  • 4fe8ab164d Fix leader function calzoneman 2013-05-13 19:44:51 -0400
  • 22b10e3ffa Implement #123 calzoneman 2013-05-13 18:05:01 -0400
  • 59fa9aa029 Fix video height inconsistency on fluid layout calzoneman 2013-05-13 16:15:12 -0400
  • 4620fb2d56 Add unregistration for channel admins calzoneman 2013-05-13 15:41:29 -0400
  • 27cfbcb61a Fix #121 calzoneman 2013-05-13 15:06:09 -0400
  • 46fa93c35d Update help.html calzoneman 2013-05-13 11:51:34 -0400
  • 1d50eee225 Fix /afk breaking chat calzoneman 2013-05-12 23:35:25 -0400
  • 12c2ef8669 Fix race condition for fluid layout calzoneman 2013-05-12 22:13:28 -0400
  • b98a785740 More modal fixes calzoneman 2013-05-12 22:11:32 -0400
  • a6fff1c849 Fixes calzoneman 2013-05-12 21:37:03 -0400
  • c7e63391f6 Add fluid layout option calzoneman 2013-05-12 21:15:05 -0400
  • b00e63b622 Fix #119 calzoneman 2013-05-12 20:46:28 -0400
  • a9dbd908c4 Merge branch 'master' of https://github.com/calzoneman/sync calzoneman 2013-05-12 20:42:36 -0400
  • ebe48798fe Implement user profiles Existing installations will have to apply the following SQL: ``sql ALTER TABLE registrations ADD profile_image VARCHAR( 255 ) NOT NULL , ADD profile_text TEXT NOT NULL `` calzoneman 2013-05-12 20:41:02 -0400
  • ed4c4c7fe1 Update README.md Calvin Montgomery 2013-05-12 17:33:23 -0300
  • c6446d6f84 Begin working on profiles calzoneman 2013-05-12 16:15:39 -0400
  • 3959b02b93 Fix #113 calzoneman 2013-05-12 11:48:41 -0400
  • d9ed665540 Show page title in channel list calzoneman 2013-05-12 11:46:19 -0400
  • 3af35cb268 Add links to playlist entries and the index page calzoneman 2013-05-12 11:41:14 -0400
  • 161c8517b2 Change icons for next and temp, update help.html calzoneman 2013-05-11 18:15:48 -0400
  • 369517945b Implement #106 calzoneman 2013-05-11 15:21:14 -0400
  • 2622aaac41 Implement #107 calzoneman 2013-05-11 15:12:51 -0400
  • aba806018c Add Total row to channellist calzoneman 2013-05-11 14:53:33 -0400
  • 0f2c17b828 Fix #105 calzoneman 2013-05-10 18:06:58 -0400
  • dd67179fd4 Variable sync accuracy calzoneman 2013-05-10 16:31:04 -0400
  • bafce39107 Show timestamps on continued messages calzoneman 2013-05-09 21:12:01 -0400
  • ab2118da48 Implement #101 calzoneman 2013-05-09 17:59:02 -0400
  • 6168523a1c Refactor callbacks calzoneman 2013-05-09 12:05:39 -0400
  • 5bb9ba7c61 Default filters apply to all channels (#97) calzoneman 2013-05-09 10:11:25 -0400
  • 05d6d5b120 Fix #98 calzoneman 2013-05-06 21:09:33 -0500
  • d102ca8815 Fix #95, Fix #96 calzoneman 2013-05-06 11:24:55 -0500
  • f9efad01ea Improve/fix youtube search results calzoneman 2013-05-05 18:52:16 -0500
  • 9ea04b9f01 Making a video temporary no longer uncaches it calzoneman 2013-05-04 18:41:56 -0500
  • d0a42a614b Quickfix for race condition on player load calzoneman 2013-05-04 18:20:46 -0500
  • 703ac3ce4f Add temporary videos calzoneman 2013-05-04 17:54:28 -0500
  • 62e80cec63 Add password change (#88) calzoneman 2013-05-04 13:01:04 -0500
  • 27c1f78dbd Add banlist to acp calzoneman 2013-05-04 12:30:38 -0500
  • b2fd687307 Fix #92 and #93 calzoneman 2013-05-04 12:02:38 -0500
  • 622788f7e7 Implement #91 calzoneman 2013-05-04 11:53:07 -0500
  • 281c498911 Add date to logs (#85) calzoneman 2013-05-04 11:43:38 -0500
  • 1b376d3177 Fix cross-domain policy for reading logs calzoneman 2013-05-04 11:40:46 -0500
  • 873f51a7ac Fix new registrations table generation calzoneman 2013-05-03 16:27:12 -0500
  • e524fca989 Add logviewer to ACP calzoneman 2013-05-03 15:53:10 -0500
  • 627fcec448 Unload empty channels Calvin Montgomery 2013-05-03 22:15:05 +0400
  • 923ecc2bf3 Add API endpoints for global ban management Calvin Montgomery 2013-05-03 21:52:14 +0400
  • 4195bbaa17 Limit guest login rate calzoneman 2013-05-02 22:13:46 -0500
  • e62a02673c Fix #82 calzoneman 2013-05-02 22:02:25 -0500