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
path: root/devbox
AgeCommit message (Collapse)Author
2016-01-26- Make nginx config correctly point at devbox/index.htmlScott White
- Fix use of sudo with npm/bower install - Fix setup of nginx config
2015-08-04Merge pull request #409 from candy-chat/feature/legalBen Langfeld
Simplify legal notice in every source file
2015-08-03Match d14bf53 on Travis CIBen Langfeld
2015-08-03Simplify asset serving in development environmentBen Langfeld
2015-08-02Use BOSH until the devbox websocket connection can be fixedBen Langfeld
2015-08-02Revert "Remove websocket/carbons downloading, is now in main repo"Ben Langfeld
This reverts commit 9240bbb1792a5876fc33be050353b4e3b692c336. Websocket module failed to install for me. This needs more investigation.
2015-07-26Simplify legal notice in every source filefeature/legalBen Langfeld
2015-07-26Assign copyright to the Adhearsion FoundationBen Langfeld
As proposed and agreed in https://github.com/candy-chat/candy/issues/400
2015-03-11Remove websocket/carbons downloading, is now in main repoMichael Weibel
2015-02-10Add support for message carbons to the devboxBen Langfeld
2014-10-23Update devbox index.htmlMichael 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-28Fix libs pathMichael Weibel
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.