Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-13Bump to 2.2.0Ben Langfeld
2016-02-02Make Candy responsive for mobile-friendly displaypom2ter
Fixes #457 #222
2015-08-11Bump to 2.1.0Ben Langfeld
2015-08-11Add release pipeline to GruntBen Langfeld
2015-08-11Add grunt task for creating release packagesBen Langfeld
2014-12-16Add lolex to test suite to fix newly failing testsBen Klang
This used to be a part of Sinon, but it has been extracted to a separate package
2014-08-08List TODOs before running testsBen Langfeld
2014-08-06Fix package.json deps specsMichael Weibel
2014-08-06Track main rosterBen Langfeld
* Request our roster when we connect, before sending initial presence, according to http://xmpp.org/rfcs/rfc6121.html#roster-login. * Emit events when the roster is fetched/updated * Aggregate status for multiple resources * Permit bootstrapping roster from cache (roster versioning) via options to Candy init * Associate a MUC ChatUser with its Contact from the main roster if they are not anonymous and are present in our roster * Add basic tests for processing room presence Closes #287
2014-07-30Add lcov output & send it to coveralls when building on travisMichael Weibel
2014-07-30TestingBen Langfeld
- Merge vagrant from candy-chat/vagrant to run tests on phantomjs - Implement basic tests for various modules - Create travis config file - Update CONTRIBUTING about testing
2014-07-28Remove grunt bower plugin bc of weird behaviourMichael Weibel
- Additionally remove generated assets (closes #273)
2014-07-28Fetch jquery-i18n, Mustache.js, Strophe.js & Strophe-Plugins deps from BowerBen Langfeld
2014-06-27Update versionMichael Weibel
2014-06-04Upgrade dependency versionsMichael Weibel
2014-01-21Update versionMichael Weibel
2014-01-20Version 1.6.0 stablev1.6.0Michael Weibel
2014-01-19Use uglify for concatenating, update CONTRIBUTINGMichael Weibel
- Uglify for concatenating enables sourcemap support - Add sourcemaps - Fix `Candy.Core.log`: Shows now correct line numbers - we should test if it works in IE still (@pstadler likes to test?) - Remove grunt-contrib-concat - Update CONTRIBUTING.md with vagrant install - FIXME: Make this easier
2014-01-17Upgrade again :) (dev deps)Michael Weibel
2014-01-17Update dev depsMichael Weibel
2014-01-17Update version - beta3v1.6.0-beta3Michael Weibel
2014-01-10Reflect new version in bower, package and candy.about.nameMichael Weibel
2013-12-18Add notify for tasksMichael Weibel
2013-12-16Replace Makefile with GruntfileMichael Weibel
- Add package.json for devDependencies (mainly) - Add bower.json for later publishing to bower - Generated from package.json using `grunt sync` - Fix various jshint errors