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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2015-09-04 10:15:45 +0300
committerLEDfan <tobia@ledfan.be>2015-09-04 10:15:45 +0300
commite207f886fedb90a13fbc892adcb0a97cbab8b277 (patch)
treef7149d960cd7097f517e5fb346c055b0b1ddc7fe /build
parentf4dcc648461356b8ac26ab696fef29367618e25f (diff)
First implantation
- added isLoggedin() because otherwise you can't login to ownCloud - added composer autoloader + sabre/xml dependency - created DI container use MVC capabilities of the AppFramework - OTR and favicon are disabled in JS - TODO add some abstraction to stanza handlers - TODO use DB mappers which implement te serializable interface - TODO move checking for two polling request to SESSION - TOOD fix Strophe handling messages twice when it's only received ones
Diffstat (limited to 'build')
-rw-r--r--build/appinfo/app.php2
-rw-r--r--build/js/jsxc/jsxc.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/appinfo/app.php b/build/appinfo/app.php
index ebb77c3..fb9aa18 100644
--- a/build/appinfo/app.php
+++ b/build/appinfo/app.php
@@ -5,7 +5,7 @@
*
* Copyright (c) 2014-2015 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
- *
+ *
* @author Klaus Herberth <klaus@jsxc.org>
*/
OCP\App::registerAdmin ( 'ojsxc', 'settings' );
diff --git a/build/js/jsxc/jsxc.js b/build/js/jsxc/jsxc.js
index cae54c4..351c413 100644
--- a/build/js/jsxc/jsxc.js
+++ b/build/js/jsxc/jsxc.js
@@ -6570,7 +6570,7 @@ jsxc.options = {
/** Options for info in favicon */
favicon: {
- enable: true,
+ enable: false,
/** Favicon info background color */
bgColor: '#E59400',