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
2020-09-21Add dead noticeHEADmasterMichael Weibel
fixes #516
2017-03-04Persain (Farsi) Language added (#487)mostafa
* Update translation.js * Persian(Farsi) Language added
2016-12-26tar.gz release (#496)zh99998
* grunt tar release * compress top directory into tar
2016-12-14Fix roster not showing new nickname when nickname is changed (#495)daniellim2000
2016-12-14Fixed double parsing of Candy-generated messages as XHTML (#492)daniellim2000
* Fixed double parsing of Candy-generated messages as XHTML * Added embarassing missing semicolon * Fixed indentation * Puts back a mistakenly removed line
2016-09-24Merge pull request #484 from guusdk/no-xhtmlBen Langfeld
Prevent XHTML parsing when XHTML is not enabled.
2016-09-24Merge pull request #481 from mathiasrw/patch-2Ben Langfeld
Correct check for undefined variable
2016-09-15Prevent XHTML parsing when XHTML is not enabled.Guus der Kinderen
When XHTML is not explicitly enabled, there's no point in parsing the XHTML content of a message.
2016-09-12Correct check for undefined variableMathias Rangel Wulff
The code was comparing the result of `typeof` with a variable named `undefined`. As typeof returns a string it should compare to `'undefined'`.
2016-02-13Correct filenameBen Langfeld
2016-02-13Release CSS assetsv2.2.0Ben Langfeld
2016-02-13Release CSS assetsBen Langfeld
2016-02-13Bump to 2.2.0Ben Langfeld
2016-02-02Make Candy responsive for mobile-friendly displaypom2ter
Fixes #457 #222
2016-01-27Merge pull request #458 from sww314/masterMichael Weibel
Fix #456 to allow setup.sh to run correctly
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-12-02Merge pull request #448 from mikkorantalainen/masterBen Langfeld
Localization: add Finnish / suomi (fi)
2015-12-02Localization: add Finnish / suomi (fi)Mikko Rantalainen
Note that the Finnish language spoken in Finland is officially written in all lowercase ("suomi") but it's usually written with capital letter ("Suomi") when used in list context where other possible choices start with a capital letter.
2015-09-18Merge pull request #428 from GreenLunar/patch-1Ben Langfeld
Add Hebrew translation
2015-09-18Add Hebrew translationGreenLunar
2015-08-16TypoBen Langfeld
2015-08-11Don't explode if github credentials are not availableBen Langfeld
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-11Prefix release with vBen Langfeld
Like v2.1.0
2015-08-11Bump to 2.1.0Ben Langfeld
2015-08-11Build before releasingBen Langfeld
2015-08-11Add release pipeline to GruntBen Langfeld
2015-08-11Add grunt task for creating release packagesBen Langfeld
2015-08-04Merge pull request #409 from candy-chat/feature/legalBen Langfeld
Simplify legal notice in every source file
2015-08-04Merge pull request #402 from candy-chat/feature/401-fix-autoscrollBen Langfeld
#401 fixes autoscroll
2015-08-04Merge pull request #403 from candy-chat/feature/fix-info-message-htmlBen Langfeld
Adds possibility to use HTML in info messages
2015-08-03TypoBen Langfeld
2015-08-03Match d14bf53 on Travis CIBen Langfeld
2015-08-03VirtualBox file sharing gives nginx a nonsense view of what's on diskBen Langfeld
Changes to candy.bundle.js were not being served by nginx, even though `cat` showed the changes. This persisted through `service nginx restart` and even `vagrant reload`.
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-08-01Fix handling an empty priorityBen Klang
Per http://xmpp.org/rfcs/rfc3921.html#rfc.section.2.2.2.3 “If no priority is provided, a server SHOULD consider the priority to be zero.”
2015-08-01Add ‘type’ to `room:after-show` eventBen Klang
This makes it consistent with the callback for `room:after-add`
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-07-13Adds possibility to use HTML in info messagesfeature/fix-info-message-htmlMichael Weibel
Fixes candy-chat/candy-plugins#139
2015-07-13#401 fixes autoscrollfeature/401-fix-autoscrollMichael Weibel
2015-07-10Update contributing (master instead of dev)Michael Weibel
2015-07-10Merge branch 'dev'v2.0.0Michael Weibel
Update version to 2.0.0
2015-07-06Merge pull request #399 from kripton/bugfix/contributingMichael Weibel
Remove duplicate entry "Install Bower"
2015-07-04Remove duplicate entry "Install Bower"Jannis Achstetter
2015-05-18Merge pull request #392 from vitalyster/versionMichael Weibel
fix jabber:iq:version reply
2015-05-18fix typosVitaly Takmazov
2015-05-18fix jabber:iq:version replyVitaly Takmazov