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
2015-08-11Read Github credentials from disk for releasev2.1.0Ben Langfeld
Need to use a token rather than a password. I'll never remember the token. Trim down the release package to make sure it doesn't include these creds, and also remove other stuff only necessary for development.
2015-08-11Add grunt task for creating release packagesBen Langfeld
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-28Merges the Candy dev environmentBen Langfeld
Comes from https://github.com/candy-chat/vagrant/pull/1. There's no convincing reason for this to be excluded from the main reason. The Vagrant environment makes working on Candy easier (provides an XMPP server for testing, Selenium & PhantomJS for automated tests and a ready-made NodeJS environment for building. This excludes candy-plugins for now. We can figure out how that fits later.
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
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
2012-09-25Document and clean events which are triggeredMichael Weibel
2011-08-07Candy.Core.connect(JID) will prompt user for password. fixes #2Patrick Stadler
2011-08-04updated gitignoreMichael Weibel
2011-08-04first commitPatrick Stadler