Projects
Kolab:16:Testing:Candidate
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 23
View file
chwala.spec
Changed
@@ -38,7 +38,7 @@ %global upstream_version 0.5.14 Name: chwala -Version: 0.5.14.9 +Version: 0.5.14.11 Release: 1%{?dist} Summary: Glorified WebDAV, done right
View file
chwala-0.5.14.tar.gz/lib/drivers/kolab/kolab_file_storage.php
Changed
@@ -145,7 +145,7 @@ private function select_host($username) { // Get IMAP host - $host = $this->rc->config->get('default_host'); + $host = $this->rc->config->get('imap_host', $rcube->config->get('default_host')); if (is_array($host)) { list($user, $domain) = explode('@', $username); @@ -187,11 +187,10 @@ $login_lc = $this->rc->config->get('login_lc'); $default_port = $this->rc->config->get('default_port', 143); + $ssl = null; // parse $host $a_host = parse_url($host); - $port = null; - $ssl = null; if (!empty($a_host'host')) { $host = $a_host'host'; $ssl = (isset($a_host'scheme') && in_array($a_host'scheme', array('ssl','imaps','tls'))) ? $a_host'scheme' : null; @@ -203,7 +202,7 @@ } } - if (!$port) { + if (empty($port)) { $port = $default_port; } @@ -1055,7 +1054,7 @@ $folders = array_values($folders); // In extended format we return array of arrays - if ($params'extended') { + if (!empty($params'extended')) { if (!$rights && $params'permissions') { // get list of known writable folders from cache $cache_key = 'mailboxes.permissions';
View file
chwala-0.5.14.tar.gz/lib/file_api_lib.php
Changed
@@ -56,9 +56,9 @@ case 'file_update': $args = array( 'file' => $arguments0, - 'path' => $arguments1'path', - 'content' => $arguments1'content', - 'content-type' => $arguments1'type', + 'path' => $arguments1'path' ?? null, + 'content' => $arguments1'content' ?? null, + 'content-type' => $arguments1'type' ?? null, ); break;
View file
chwala-0.5.14.tar.gz/lib/file_wopi.php
Changed
@@ -189,7 +189,7 @@ $code = $response->getStatus(); if (empty($body) || $code != 200) { - throw new Exception("Unexpected WOPI discovery response"); + throw new Exception("Unexpected WOPI discovery response. Request URL: $office_url. Response Code: $code"); } } catch (Exception $e) {
View file
chwala.dsc
Changed
@@ -2,7 +2,7 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.5.14.9-1~kolab1 +Version: 0.5.14.11-1~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Homepage: http://kolab.org/about/chwala/
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -chwala (0.5.14.9-1~kolab1) unsable; urgency=low +chwala (0.5.14.11-1~kolab1) unsable; urgency=low * Release version 0.5.14
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.