Kandan v1.2 Release Notes

Release Date: 2013-04-03 // about 11 years ago
    • 1866fc8 mini-revert (Tony Guntharp)
    • 8bbb11e updating gems for 1.2 release (Tony Guntharp)
    • 5f15fbd Merge pull request #244 from donthorp/kandan-174 (Tony Guntharp)
    • 19ff5c9 Fixes #174. Prints a pithy message if you misuse /me (Don Thorp)
    • 6209287 Update .travis.yml (Gabriel Cebrian)
    • 930039c Merge pull request #238 from gabceb/180 (James Gifford)
    • 189e765 Fixes to deal with empty channels (Gabriel Cebrian)
    • c3cd3c4 Updated some gems that were updated to work with Rails 3.2.13 (Gabriel Cebrian)
    • ee1c31c Implements infinite scrolling (Gabriel Cebrian)
    • d3d6cde Merge pull request #236 from brookr/master (Tony Guntharp)
    • f08e759 Update instructions for deploying to Heroku (Brook Riggio)
    • 646bc8f Merge pull request #223 from mjtko/kandan-131 (Tony Guntharp)
    • 83de39a Use #create! to ensure channel creation fails noisily if it doesn't validate correctly; ensure the primary channel is assigned to the primary user. (Mark J. Titorenko)
    • df8f166 Merge pull request #235 from gabceb/kandan-234 (Tony Guntharp)
    • 7ac4113 All links on header menu open in new tabs now (Gabriel Cebrian)
    • 16540f6 About page opens in a new page (Gabriel Cebrian)
    • b757826 Merge pull request #230 from gabceb/kandan-229 (Tony Guntharp)
    • 4aee581 Updated gems (Gabriel Cebrian)
    • 60d6f53 Merge pull request #228 from gabceb/kandan-227 (Tony Guntharp)
    • 3090013 Updates kandan-count and kandan-count-dev (Gabriel Cebrian)
    • 829a790 Merge pull request #222 from gabceb/kandan-207 (Tony Guntharp)
    • 7d9f4ca Merge pull request #221 from gabceb/kandan-219 (Tony Guntharp)
    • 4338246 Slight refactoring; added comments about what is going on. :) (Mark J. Titorenko)
    • 828cd54 Increase capybara wait time to 10s for locating .chat-input. (Mark J. Titorenko)
    • c21ace8 Better user handling; better initialization callbacks. (Mark J. Titorenko)
    • 621fdf6 fix abilities for channel ownership (Mark J. Titorenko)
    • e6d30a4 Add users_controller and set as show/index resource in routes. (Mark J. Titorenko)
    • 0f35eb4 Remove obsolete additional attribute for channel JSON. (Mark J. Titorenko)
    • adb613d Channels now need a user. (Mark J. Titorenko)
    • 91d40be Introduce channel ownership; delete button only displayed for destroyable channels (non-primary, owned, or all except primary channel if you're an admin). (Mark J. Titorenko)
    • b6b983a Don't render delete button unless channel metadata contains trueish destroyable flage. (Mark J. Titorenko)
    • 3de5e3a Add authorization for channels; initial implementation is such that only administrators may delete channels. (refs #131, #154) (Mark J. Titorenko)
    • df305ae Fixes MySql support (Gabriel Cebrian)
    • 883f927 Implementation of plugin chaining. (Gabriel Cebrian)
    • ff6530a Merge pull request #213 from mjtko/feature/decouple-configuration-from-assets (Gabriel Cebrian)
    • d4a857f Moved nowThreshold and timestampRefreshInterval to kandan_settings.yml for consistency. (Mark J. Titorenko)
    • d92fb81 Pass configuration through the DOM rather than relying on ERB rendering, removing the coupling between rendered assets and the backend application configuration in place at time of rendering. (Mark J. Titorenko)
    • 82cfd2c Merge pull request #212 from mjtko/fix/repeated-id (Gabriel Cebrian)
    • 6f2b972 Make capybara await the presence of the .chat-input before #find-ing it. (Mark J. Titorenko)
    • 989d673 Merge pull request #214 from fusion94/kandan-198 (Gabriel Cebrian)
    • 5a99802 adds proper css badging to admins. Fixes #198 (Tony Guntharp)
    • f086bac oy.... (Tony Guntharp)
    • 9ea95bc Refactor integration tests to allow configuration of Faye port for testing. (Mark J. Titorenko)
    • 6187c23 Remove non-unique ID - chatbox template is used for each channel so we can't use an ID here (without violating standards anyway!) (Mark J. Titorenko)
    • fc93ad8 Merge pull request #211 from fusion94/kandan-208 (Don Thorp)
    • 712ef34 support for ruby 2.0.0 added to travis-ci (Tony Guntharp)
    • bbc4ccb removing 1.9.3 from Gemfile. Supports ruby 2.0 (Tony Guntharp)
    • c03cf0b Update out of date gems Fixes #208 (Tony Guntharp)
    • 8b49252 Merge pull request #210 from gabceb/kandan-209 (Tony Guntharp)
    • ae6b41a Fixed faye host bug for production (Gabriel Cebrian)
    • 6c2b3fe Merge pull request #206 from oponder/front_end_tests_with_poltergeist (Gabriel Cebrian)
    • c592bef remove branching on Rails.env for faye urls (Oliver Ponder)
    • 74967a7 Increase poltergeist timeout to see if it passes travis build (Oliver Ponder)
    • 51837e1 Merge pull request #202 from oponder/add_youtube_embed (Tony Guntharp)
    • 6c89ac3 Make sure the app connects to the test faye when it is in the test environment (Oliver Ponder)
    • 8c0ba3e Add an ID to the chat textarea so the test can find it easily (Oliver Ponder)
    • bd44210 Add requires and setup for new gems. Spin up Faye in a seperate thread and port. (Oliver Ponder)
    • 911570a Ensures headless JS server and testing environment are connecting to same database (Oliver Ponder)
    • 47e6f19 Add a proof of concept login test (Oliver Ponder)
    • c95ab13 Add gems that help with testing JS (Oliver Ponder)
    • 804b508 Merge pull request #203 from mjtko/feature/atwho-regex-improvements (Tony Guntharp)
    • bd8fbc2 Use master jqeury.atwho.js incorporating ichord/At.js#51 (Mark J. Titorenko)
    • 4f12e3d Fix broken whitespace (Mark J. Titorenko)
    • ca74879 Improvements to atwho regexes to only match at start of line or after whitespace. (Fixes #157) (Mark J. Titorenko)
    • b80f097 Was missing a comma, not sure if it mattered though. (Oliver Ponder)
    • 7e653d6 Issue #196 - Youtube plugin should embed video (Oliver Ponder)
    • 374e568 Merge pull request #201 from mjtko/feature/updated-mention-sound (Gabriel Cebrian)
    • f2240b0 Remove MP3 files (not currently supported in Firefox or Opera); added threetone-alert.wav to replace gong.mp3 for mention sounds; updated music_player to remove references to unused/obsolete MP3s. (Mark J. Titorenko)
    • 7530273 Merge pull request #199 from mjtko/feature/chatbox-emojis-preview (Gabriel Cebrian)
    • c6ad98b Preview emojis in chatbox. (Mark J. Titorenko)
    • e3479c0 Merge pull request #195 from mjtko/feature/chatbox-history (Gabriel Cebrian)
    • 61f9614 Rework logic to remove confusion; add comment about why modifier keys are ignored. (Mark J. Titorenko)
    • b47d9b4 Added 'history' capability to the chatbox input. (Mark J. Titorenko)
    • 022a643 Merge pull request #194 from mjtko/kandan-192 (Tony Guntharp)
    • fb51556 Remove use of obsolete border-radius mixins (fixes #192). (Mark J. Titorenko)
    • ccd1ecf Merge pull request #191 from jjasghar/patch-1 (Tony Guntharp)
    • fb7996e Update DEPLOY.md (JJ Asghar)
    • 38e0f6b Update DEPLOY.md (Tony Guntharp)
    • 0a02634 Merge pull request #190 from gabceb/kandan-189 (Tony Guntharp)
    • fddf0e1 Updated all development gems. Fixes #189 (Gabriel Cebrian)
    • c143cc0 Merge pull request #188 from fusion94/kandan-187 (Don Thorp)
    • 7f6f693 Updated runtime gems to latest. Fixes #187 (Tony Guntharp)
    • b653945 Merge pull request #185 from gabceb/kandan-184 (Tony Guntharp)
    • fd728f8 Fixes Devise 2.0 migrations (Gabriel Cebrian)
    • 16d0108 Merge pull request #182 from gabceb/kandan-181 (James Gifford)
    • 371e0a0 Updated devise and dependencies to latest version. (Gabriel Cebrian)
    • 11816d1 Update README.md (Tony Guntharp)
    • ff7971d Update README.md (Tony Guntharp)
    • 634a35b Added coverage status (Tony Guntharp)
    • 537f13d Merge pull request #179 from fusion94/kandan-178 (James Gifford)
    • 26ec515 need to actually add the .coveralls.yml file (Tony Guntharp)
    • 9972104 adding Coveralls suite Fixes #178 (Tony Guntharp)
    • b88793e adding email addresses (Tony Guntharp)
    • 4a0f6ee Update README.md (Tony Guntharp)
    • a40fa42 Merge pull request #175 from linjunpop/ruby-1.9.3 (Tony Guntharp)
    • e7379e6 Lock ruby version to 1.9.3. (Jun Lin)
    • ca181a8 Merge pull request #166 from fusion94/kandan-165 (James Gifford)
    • 8160c94 Merge pull request #173 from mjtko/kandan-170 (Tony Guntharp)
    • 9a37b1c Merge pull request #172 from mjtko/kandan-171 (Tony Guntharp)
    • c6727a7 Merge pull request #169 from mjtko/kandan-168 (Tony Guntharp)
    • c2eb6de Handle channel creation across clients (Fixes #170). (Mark J. Titorenko)
    • 0f823a0 Remote clients perform tab removal correctly for channel deletion (Fixes #171). (Mark J. Titorenko)
    • 942ab52 Send application activity for channel creation as well as deletion. (Mark J. Titorenko)
    • b26b973 Wire up /me to ApisController#me action. (Mark J. Titorenko)
    • 0b9684c Merge pull request #167 from mjtko/kandan-135 (Gabriel Cebrian)
    • f3aa968 Confine disconnect/connect activities to primary channel (Fixes #135). (Mark J. Titorenko)
    • 59739d1 Added hubot.username to kandan.rake Fixes #165 (Tony Guntharp)
    • 0877f00 Merge pull request #109 from drdamour/patch-1 (Tony Guntharp)
    • d1ecafc Merge pull request #164 from mjtko/kandan-163 (James Gifford)
    • 2e3c481 Reinstate faye requirement in Gemfile (Fixes #163). (Mark J. Titorenko)
    • ed79097 Merge pull request #162 from jrgifford/master (Tony Guntharp)
    • 21cbcf9 Final removal of cloudfuji stuff (James Gifford)
    • 86986f7 Merge pull request #159 from gabceb/kandan_158 (Tony Guntharp)
    • cfd28c3 Merge pull request #161 from gabceb/kandan-160 (James Gifford)
    • fc64c7a Removed last references of cloudfuji ido_id. Fixes #160 (Gabriel Cebrian)
    • 5e2b913 Merges #142 (James Gifford)
    • 228731a Update README.md (Tony Guntharp)
    • 50975d0 Update CONTRIBUTING.md (Tony Guntharp)
    • 0d4a0b0 Adding items to make contribs clearer. Fixes #152 (Tony Guntharp)
    • cd33520 Merge pull request #141 from gabceb/master (Don Thorp)
    • 331bdc1 Moved current_user to the application layout. Fixes #158 (Gabriel Cebrian)
    • a8aece6 Merge branch 'master' of https://github.com/kandanapp/kandan (Gabriel Cebrian)
    • c48996b Merge pull request #151 from mjtko/proposal/fluidapp-notifications (Gabriel Cebrian)
    • fc014cf Merge branch 'proposal/fluidapp-notifications' of git://github.com/mjtko/kandan (Gabriel Cebrian)
    • e128e9f Fluid notifications (to support Fluid App, http://fluidapp.com) (Mark J. Titorenko)
    • 1eadbbd Merge branch 'master' of https://github.com/kandanapp/kandan (Gabriel Cebrian)
    • 3b39026 Merge pull request #145 from mjtko/master-143 (Gabriel Cebrian)
    • 5ee7a46 Merge pull request #148 from mjtko/fix/remove-lobby-delete-button (Don Thorp)
    • daf9f8c Merge pull request #147 from mjtko/master-138 (Don Thorp)
    • b338f4a Merge pull request #155 from donthorp/kandan-153 (James Gifford)
    • 3d3d1ef Merge branch 'master' into kandan-153 (Don Thorp)
    • 5902496 Fixes #153. Add mjtko to git rake task (Don Thorp)
    • 7ba3ca6 Merge branch 'master-133' of https://github.com/mjtko/kandan into 150 Fixes #150. (James Gifford)
    • 42873da Merge pull request #144 from mjtko/master-134 (James Gifford)
    • 6031deb Enhanced notifications - now uses gong for @messages and ding for channel messages (Mark J. Titorenko)
    • ccbb6a8 Use '$' prefix convention to indicate jquery object variables (Mark J. Titorenko)
    • b3f1e18 Remove 'delete channel' button from primary channel ('Lobby') (Mark J. Titorenko)
    • 903c87c Fix deletion of newly created channels. (Mark J. Titorenko)
    • 9ea3256 Fix search facility by setting current-user; factored current_user_data commonality into ApplicationHelper. (Mark J. Titorenko)
    • bfedc7c Allow configuration of avatar URL generation; remove obsolete template (current_user) (Mark J. Titorenko)
    • a9e80bf Removed ido_id from user factories (Gabriel Cebrian)
    • 2e02d3e Revert "Fixed mentions regex to stop matching email addresses" (Gabriel Cebrian)
    • 01141bf Removed unused ido_id from users table (Gabriel Cebrian)
    • 95eb878 Rename hubot to @kandanapp.com (Gabriel Cebrian)
    • 211cc51 Removed all cloudfuji code from kandan (Gabriel Cebrian)
    • 73ffc08 Remove Airbrake code from project (Gabriel Cebrian)
    • d526da8 Fixed mentions regex to stop matching email addresses (Gabriel Cebrian)
    • b9c39e9 Merge pull request #140 from gabceb/master (Tony Guntharp)
    • 55252b5 Merge branch 'master' of https://github.com/kandanapp/kandan (Gabriel Cebrian)
    • 1566001 Added kandan-count gems to production and development groups (Gabriel Cebrian)
    • 1ebc585 Version 1.1 released. (Tony Guntharp)
    • b13494f Merge pull request #139 from gabceb/master (James Gifford)
    • 18df9fc Removing all references of cloudfuji profile icon from js templates (Gabriel Cebrian)
    • ff10fba Update CONTRIBUTING.md (Tony Guntharp)
    • 7e441b0 Merge pull request #130 from jrgifford/updating-rails-for-security-patchs (Gabriel Cebrian)
    • f68abe1 Updated rails to fix security holes. (James Gifford)
    • 5690a56 Merge pull request #129 from gabceb/kandan_128 (Tony Guntharp)
    • 9d94081 Added check to make sure the # of rooms is respected when adding more rooms (Gabriel Cebrian)
    • b0c0669 Update CONTRIBUTING.md (Tony Guntharp)
    • d6ea111 Update CONTRIBUTING.md (Tony Guntharp)
    • e1cb85f Update CONTRIBUTING.md (Tony Guntharp)
    • 6d0ae10 Update CONTRIBUTING.md (Tony Guntharp)
    • 0da443c Merge pull request #116 from gabceb/kandan_113 (Don Thorp)
    • b367ccf Removed first and last name. Using full_name_or_username instead of full_name everywhere now (Gabriel Cebrian)
    • e03e9d9 Merge pull request #125 from donthorp/issue-119 (Tony Guntharp)
    • d6a3291 Merge branch 'master' into issue-119 (donthorp)
    • 25cb0f7 Fixes #119. emoji with number underscore dash or plus ignored. (donthorp)
    • bf59ed7 Merge pull request #117 from gabceb/kandan_114 (Tony Guntharp)
    • 10f87f6 Merge pull request #124 from fusion94/master-123 (Gabriel Cebrian)
    • b3fd34d Making Ruby happy (Gabriel Cebrian)
    • 92f3ab1 Admin controller now uses suspend and activate methods (Gabriel Cebrian)
    • 7adc29e Added more code to bootstrap task to deal with upgrade cases. (Gabriel Cebrian)
    • 2b81b1c moved version string to git_revision Fixes #123 (Tony Guntharp)
    • bcf746c Merge pull request #121 from fusion94/master-120 (Gabriel Cebrian)
    • f490117 Adding Contributors to About page. Fixed #120 (Tony Guntharp)
    • f8b1a39 Status is now registration_status all over the app (Gabriel Cebrian)
    • 138409d Merge pull request #118 from donthorp/rake-git-tasks (Tony Guntharp)
    • 802d93e Add add_team_repos and prune_team_repos tasks to assist in PR handling (donthorp)
    • 17a3a19 Merge pull request #115 from talltroym/fix-emoticon-typo (Tony Guntharp)
    • c5b055a Fix trigger text for happy fave graphic with equal sign and right parenthesis (Troy Murray)
    • 6c1a1b0 Fixed typo on admin.'s location for recompilation (Gabriel Cebrian)
    • 7896ffe Added default status for users. Closes #113 (Gabriel Cebrian)
    • d5fe480 Fix a typo that displayed a sad face graphic when a happy face emoticon was used (Troy Murray)
    • 1009b71 don't ask... (Tony Guntharp)
    • bf322fe Merge pull request #112 from fusion94/master-110 (Don Thorp)
    • 6c91ecc correcting a typo for xhtml compliance (Tony Guntharp)
    • c8a83ec Removed features from about messaging (Tony Guntharp)
    • 90cb909 Adding Git SHA to about page as well as some new messaging. (Tony Guntharp)
    • 7b57f80 Merge pull request #108 from gabceb/CanCanAdmin (Tony Guntharp)
    • 4963b69 Small fixes from the code review (Gabriel Cebrian)
    • 4c15ac8 Make sure approved users have an admin checkbox when they are approved (Gabriel Cebrian)
    • 580eb64 Update DEPLOY.md (drdamour)
    • e0ed0fb Added ability to have add admins (Gabriel Cebrian)
    • 9ac14de Small fixes (Gabriel Cebrian)
    • 53339a7 Javascript to handle users finished. Added check to make sure approved users are not stuck on the approval page. Same for suspended (Gabriel Cebrian)
    • 7b11928 Added a couple more messages to the bootstrap rake task (Gabriel Cebrian)
    • d33aed7 Added bootstrap to project. (Gabriel Cebrian)
    • 00a1620 Keep bots away from the sites. (Gabriel Cebrian)
    • ad65897 Merge pull request #107 from donthorp/issue-106 (Tony Guntharp)
    • 1d3f3e5 Fixes #106. =) shows wrong graphic (donthorp)
    • f875d9e Merge pull request #104 from donthorp/kandan-15 (Gabriel Cebrian)
    • ff66804 Extended emoticon plugin to support emoji for #15. Thanks to https://github.com/arvida/emoji-cheat-sheet.com for making this easy. (donthorp)
    • 834fef9 Added some js and actions to update a user status (Gabriel Cebrian)
    • 7e5c285 Moved default values of kandan settings to kandan config yaml file (Gabriel Cebrian)
    • 101df98 Added simple approval and suspended pages. Added filters to redirect users depending on the status. Moved about page to the pages controller (Gabriel Cebrian)
    • ebb5f3f Initial implementation of admin console and site settings (Gabriel Cebrian)
    • fd01af1 Merge pull request #99 from gabceb/master (Tony Guntharp)
    • fe1124f Added all to mentions (Gabriel Cebrian)
    • 4a1fa47 Merge pull request #97 from gabceb/master (Tony Guntharp)
    • ac22801 Trying to fix notification buttons AGAIN! (Gabriel Cebrian)
    • b961af3 Merge pull request #96 from gabceb/master (Tony Guntharp)
    • 5fcd900 Addedd username to factory girl (Gabriel Cebrian)
    • 1b1ec67 Merge pull request #95 from gabceb/master-70 (Tony Guntharp)
    • 6c0ece5 Added uniqueness and presence for user's username (Gabriel Cebrian)
    • 459acb9 Room names added as unique. An error is now showed if an error occurred while creating a room. Updated backbone and underscore to latest versions (Gabriel Cebrian)
    • 9c07e55 Merge pull request #92 from gabceb/master (Tony Guntharp)
    • a7eb71e Moved css from layout to application.css.sass (Gabriel Cebrian)
    • 99365b6 Merge pull request #91 from gabceb/master (Tony Guntharp)
    • fa1af63 Merge branch 'master' of https://github.com/kandanapp/kandan (Gabriel Cebrian)
    • 0d7eb34 Added mentions and at who plugin (Gabriel Cebrian)
    • 52b233c Merge pull request #90 from gabceb/kanda-24 (Tony Guntharp)
    • a986430 Added notifications pane. (Gabriel Cebrian)
    • f52250d Merge pull request #89 from SpencerCooley/master (Tony Guntharp)
    • 97baf5a Merge branch 'master' of https://github.com/kandanapp/kandan (Spencer)
    • 623ff1b auto scroll is working on initial load and tab switch (Spencer)
    • 8a0c6f6 Merge pull request #88 from skypanther/master (Tony Guntharp)
    • 025dca9 Added AppFog installation instructions (Tim Poulsen)
    • 026807e Merge pull request #84 from gabceb/master (Tony Guntharp)
    • 08cdef3 Merge pull request #83 from gabceb/kandan-82 (Tony Guntharp)
    • bf0f81d Added logger to development env for Thin server (Gabriel Cebrian)
    • 35e30a3 Added dummy deleted user to be used when a message associated with a user that has been deleted is shown (Gabriel Cebrian)
    • b2053b7 Merge pull request #80 from gabceb/master (Tony Guntharp)
    • 1e6a668 Fixed references to some emoticons. Added GTFO emoticon image (Gabriel Cebrian)
    • 7cf6f98 Merge pull request #74 from gabceb/master (Tony Guntharp)
    • a8b1392 Updated file drop to latest version work with latest jquery where live is deprecated (Gabriel Cebrian)
    • e23bb66 Merge pull request #73 from gabceb/master (Tony Guntharp)
    • 5eb73d9 Removed unnecessary dummy thumb url (Gabriel Cebrian)
    • a351bdd Added vimeo plugin (Gabriel Cebrian)
    • b194115 Merge pull request #71 from gabceb/master (Tony Guntharp)
    • ed48045 Merge branch 'master' of https://github.com/kandanapp/kandan (Gabriel Cebrian)
    • 61dc435 Added real emoticons to emoticons plugin. (Gabriel Cebrian)
    • 3019dd2 Merge pull request #68 from sergii/cleanup_actions (James Gifford)
    • 5f81fb8 Updated rails so we don't get bitten by the JSON bug. CVE-2013-0276 CVE-2013-0277 (James Gifford)
    • 9231078 Updated rails so we don't get bitten by the JSON bug. (James Gifford)
    • aa2ffdd Clean up actions (Sergii Ponomarov)
    • 688b52a Merge pull request #67 from SpencerCooley/master (Tony Guntharp)
    • 30d8fd3 took out rb-readline, fixed autoscroll for client. Still needs autscroll on push event. (Spencer)
    • 95bc6ee Merge branch 'master' of https://github.com/kandanapp/kandan (Spencer)
    • 8738ad9 fixed the autoscroll problem (Spencer)
    • a0b07b5 Merge pull request #66 from SpencerCooley/master (James Gifford)
    • 949d504 fixed all the weird spacing issues. (Spencer)
    • bd3dcd6 one more line (Spencer)
    • bf1c359 added one more line (Spencer)
    • 0e486c2 added space at bottom of sass file to see if the \no new line thing would go away (Spencer)
    • 0035d13 fixed that weird gap that shows when the chat area is scrolled all the way to the top (Spencer)
    • 1269429 Merge branch 'master' of https://github.com/kandanapp/kandan (Spencer)
    • 47ac582 fixed the global scroll (Spencer)
    • 9ef4b26 Create gen-changelog.sh (Tony Guntharp)
    • a8d8212 Merge pull request #65 from mguinada/fix-pastie (Tony Guntharp)
    • e5c584b Fix message sender pastie link (Miguel Guinada)
    • d555a07 Update CONTRIBUTING.md (Tony Guntharp)
    • 5790912 Merge pull request #63 from gabceb/add_contributors_link_to_readme (James Gifford)
    • f900bee Added link to contributors of the Readme file (Gabriel Cebrian)
    • 8eaf7a8 Merge pull request #62 from gabceb/add_left_margin_avatar (Tony Guntharp)
    • e484567 Added left margin to the avatar (Gabriel Cebrian)
    • ad4f8c5 Merge pull request #61 from gabceb/added_rgb_and_hex_color_plugin (James Gifford)
    • 555f7e9 Added ability to have more than one hex or rgb on a message (Gabriel Cebrian)
    • e91e0cd Merge pull request #52 from gabceb/add_kandan_favicon (Tony Guntharp)
    • fe683a8 Renamed variables on hex plugin (Gabriel Cebrian)
    • 6c0271f Merge pull request #60 from gabceb/add_DS_Store_to_git_ignore (Tony Guntharp)
    • 606df32 Merge pull request #59 from magicmarkker/master (Tony Guntharp)
    • bcc6829 Added plugins to show hex and rgb colors when they are used on messages (Gabriel Cebrian)
    • 4006ad2 better scrolling in chat rooms (Mark)
    • 7d29af8 Added DS_Store to the .gitignore file (Gabriel Cebrian)
    • 8f7f0f4 CSS fix for Password errors do strange things to the layout (Mark)
    • 26da0df Merge pull request #58 from scotje/patch-1 (Tony Guntharp)
    • f0be264 Clarified self-hosted section of DEPLOY.md (Jesse Scott)
    • e963183 Added kandan favicon (Gabriel Cebrian)
    • 0fe77ee Merge pull request #51 from Norrit/patch-1 (James Gifford)
    • 2285ee0 Update DEPLOY.md (Norbert Schneider)
    • 3ae40df Create CHANGELOG.md (Tony Guntharp)

Previous changes from v1.0

    • 38f4875 Create CONTRIBUTING.md (Tony Guntharp)
    • 605c237 Update README.md (Tony Guntharp)
    • c42c82b Update README.md (Tony Guntharp)
    • 6c025a8 Update README.md (Tony Guntharp)
    • f5be2b4 Update README.md (Tony Guntharp)
    • fadff2d Merge pull request #43 from fusion94/master (James Gifford)
    • 0646509 Correctly set channel and user in bootstrapped messages thanks to @madx Fixes #32 (Tony Guntharp)
    • 46207f4 Merge pull request #41 from fusion94/master (James Gifford)
    • 809cf7b biggish commit on style. Fixes #13 #34 #36 #37 (Tony Guntharp)
    • 22a0816 Merge pull request #33 from kandanapp/update-paperclip (Tony Guntharp)
    • 75c4666 Updating paperclip, stage uno (James Gifford)
    • 8d4a9dd Merge pull request #30 from fusion94/master (James Gifford)
    • a39ddbc Moving from displaying email to displaying usernames, username is now required to register. Fixes #2 (Tony Guntharp)
    • ae3f5a3 Merge pull request #28 from amanelis/coverage (Tony Guntharp)
    • 40d3df8 Added simplecov to spec helper (Alex Manelis)
    • c74d2ed Added coverage/ dir to gitignore (Alex Manelis)
    • dcb131f Added simplecov to Gemfile (Alex Manelis)
    • c6b9651 Update README.md (Tony Guntharp)
    • 9bf68fa Merge pull request #27 from jrgifford/upgrade-sass (Tony Guntharp)
    • 626cc2e updated to sass 3.2.5 (James Gifford)
    • f762ba4 Merge pull request #14 from jrgifford/local-installs (Tony Guntharp)
    • 69bed6a Fixes #8 (James Gifford)
    • 0c3e253 added not pushing public/system/* to .gitignore. also set default channel to be named lobby. fixed #9 (Tony Guntharp)
    • d112c8b Modified two things: - travis.yml - gemfile.lock to remove the dependency on git-based jasmine (James Gifford)
    • 4d770f5 Merge pull request #5 from amanelis/spec-updates (James Gifford)
    • 253a030 Fixes issue #6 (Tony Guntharp)
    • 350dde9 Merge remote branch kandan/master (Alex Manelis)
    • 7965928 ci-skip added build status to readme (James Gifford)
    • 50e0e38 Added travis.yml. (James Gifford)
    • bf80a5e correcting typo on a URL in README (Tony Guntharp)
    • b453b72 adding links to UPDATE section of README (Tony Guntharp)
    • f529046 added an UPDATE section of the README (Tony Guntharp)
    • 291884a updating links in README (Tony Guntharp)
    • 3c47fcb oops a typo (Tony Guntharp)
    • dcb016e potential width fix (Tony Guntharp)
    • 840525f width issues (Tony Guntharp)
    • d3131dd resolving file attachment issues (Tony Guntharp)
    • 628138f Removed rails default images, all tests pass :green_heart: (Alex Manelis)
    • 2ad13e5 Changed up when not authenticated (Alex Manelis)
    • 5409535 Re wrote a few expects in model specs (Alex Manelis)
    • 827cde1 Changed up the before blocks, calling methods to many times (Alex Manelis)
    • 6c790fa Added faker gem for a few testing purposes (Alex Manelis)
    • c712a4f Line for intialize on precompile found twice :trollface: (Alex Manelis)
    • 6e6ec3b Don't need to require factory_girl (Alex Manelis)
    • 89a59fa Added db cleaner to spec config (Alex Manelis)
    • 987a39a Added db cleaner and a few other handy development gems (Alex Manelis)
    • 452962e Whitespace (Alex Manelis)
    • a8a9442 Slight modification to how the api controller spec is structured (Alex Manelis)
    • 4d81157 Removed rack-mini-profiler, decided wasn't worthy right now (Alex Manelis)
    • 46fa134 More factory girl updates to deprication (Alex Manelis)
    • c572837 Updated factory deprication for next (Alex Manelis)
    • c94a8ee Added some better gems for development (Alex Manelis)
    • bc8e10d Was already using sqlite locally :trollface: (Alex Manelis)
    • 84ea429 Added rvmrc to the gitignore file (Alex Manelis)
    • 000ea1f Merge pull request #36 from bielefeldt/master (Sean Grove)
    • dead52c README change with Heroku S3 integrations (response)
    • baa502c Update Readme (Kev Zettler)
    • ba2c630 Removed Cloudfuji references from readme (Kev Zettler)
    • 5b8bb9b Merge pull request #34 from jrgifford/master (Kev Zettler)
    • 5606ea4 :heart: Guard, fixed specs to work with latest factory girl. (James Gifford)
    • 6978925 Merge pull request #33 from jrgifford/master (Kev Zettler)
    • a1fd6f9 Updated rails to avoid ActionPack vuls. (James Gifford)