Projects
Kolab:Winterfell
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
chwala.spec
Changed
@@ -32,7 +32,7 @@ Name: chwala Version: 0.4 -Release: 0.20160210.git%{?dist} +Release: 0.20160219.git%{?dist} Summary: Glorified WebDAV, done right Group: Applications/Internet
View file
chwala-0.4.tar.gz/lib/file_api.php
Changed
@@ -53,7 +53,7 @@ $this->request = strtolower($_GET['method']); // Check the session, authenticate the user - if ($this->request == 'authenticate' || !$this->session_validate()) { + if (!$this->session_validate($this->request == 'authenticate')) { $this->session->destroy(session_id()); $this->session->regenerate_id(false); @@ -89,9 +89,11 @@ /** * Session validation check and session start */ - private function session_validate() + private function session_validate($new_session = false) { - $sess_id = rcube_utils::request_header('X-Session-Token') ?: $_REQUEST['token']; + if (!$new_session) { + $sess_id = rcube_utils::request_header('X-Session-Token') ?: $_REQUEST['token']; + } if (empty($sess_id)) { $this->session->start();
View file
chwala.dsc
Changed
@@ -2,7 +2,7 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.4~dev20160210-0~kolab1 +Version: 0.4~dev20160219-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://kolab.org/about/chwala/
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -chwala (0.4~dev20160210-0~kolab1) unstable; urgency=low +chwala (0.4~dev20160219-0~kolab1) unstable; urgency=low * Require roundcubemail-plugin-kolab_folders and create necessary symbolic link
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
.