Skip to content

Commit

Permalink
build v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Jun 1, 2017
1 parent 1b9e939 commit 6ba0778
Show file tree
Hide file tree
Showing 23 changed files with 250 additions and 218 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.2.1 - 2017-06-01
### Fixed
- don't include Sabre if already loaded
- prevent js strict warning
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.2.0</version>
<version>3.2.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down
6 changes: 4 additions & 2 deletions build/appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
$manager->addDefaultPolicy($policy);
}

require_once __DIR__ ."/../vendor/autoload.php";
if (!class_exists("\\Sabre\\Xml\\Version")) {
require_once __DIR__ . "/../vendor/autoload.php";
}

?>
?>
5 changes: 3 additions & 2 deletions build/appinfo/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private function getLock() {
if (self::$config['use_memcache']['locking'] === true) {
$cache = $c->getServer()->getMemCacheFactory();
$version = \OC::$server->getSession()->get('OC_Version');
if ($version[0] === 8 && $version[1] == 0){
if ($version[0] === 8 && $version[1] === 0){
$c->getServer()->getLogger()->warning('OJSXC is configured to use memcache as backend for locking, but ownCloud version 8 doesn\'t suppor this.');
} else if ($cache->isAvailable()) {
$memcache = $cache->create('ojsxc');
Expand All @@ -153,7 +153,8 @@ private function getLock() {
// default
return new DbLock(
$c->query('UserId'),
$c->query('OCP\IConfig')
$c->query('OCP\IConfig'),
$c->getServer()->getDatabaseConnection()
);

}
Expand Down
4 changes: 2 additions & 2 deletions build/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.2.0</version>
<version>3.2.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Klaus Herberth</author>
<author>Tobia De Koninck</author>
Expand Down Expand Up @@ -37,7 +37,7 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
<nextcloud min-version="12" max-version="12"/>
<nextcloud min-version="9" max-version="12"/>
</dependencies>

<ocsid>162257</ocsid>
Expand Down
6 changes: 3 additions & 3 deletions build/css/jsxc.oc.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.2.0 - 2017-05-17
* ojsxc v3.2.1 - 2017-06-01
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @version 3.2.0
* @version 3.2.1
* @license MIT
*/

Expand Down Expand Up @@ -3523,7 +3523,7 @@ div.jsxc_transfer {
.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fade {
padding-top: 44px; }

.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fingerprints, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_verification, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_transfer, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_video, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_sendFile {
.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fingerprints, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_verification, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_transfer, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_video {
display: none; }

.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_members {
Expand Down
145 changes: 33 additions & 112 deletions build/img/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions build/js/eof.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* ojsxc v3.2.0 - 2017-05-17
* ojsxc v3.2.1 - 2017-06-01
*
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br>
* Released under the MIT license
*
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <[email protected]>
* @version 3.2.0
* @version 3.2.1
* @license MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion build/js/jsxc/css/jsxc.css
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ div.jsxc_transfer {
.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fade {
padding-top: 44px; }

.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fingerprints, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_verification, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_transfer, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_video, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_sendFile {
.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_fingerprints, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_verification, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_transfer, .jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_video {
display: none; }

.jsxc_windowItem.jsxc_groupchat.jsxc_normal .jsxc_members {
Expand Down
Loading

0 comments on commit 6ba0778

Please sign in to comment.