Projects
Kolab:16:TestingLinked
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 37
View file
iRony.spec
Changed
@@ -37,8 +37,8 @@ %global _ap_sysconfdir %{_sysconfdir}/%{httpd_name} Name: iRony -Version: 0.4.6 -Release: 3%{?dist} +Version: 0.4.7 +Release: 1%{?dist} Summary: DAV for Kolab Groupware Group: Applications/Internet
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4.7-1~kolab1) unstable; urgency=low + + * Disable unauthenticated access + + -- Christian Mollekopf <mollekopf@apheleia-it.ch> Sun, 15 Jan 2023 12:12:13 +0100 + irony (0.4.6-7~kolab1) unstable; urgency=low * sabre/vobject 4 compatiblity
View file
iRony-0.4.6.tar.gz/public_html/index.php -> iRony-0.4.7.tar.gz/public_html/index.php
Changed
@@ -151,7 +151,10 @@ // register some plugins $server->addPlugin(new \Sabre\DAV\Auth\Plugin($auth_backend, 'KolabDAV')); -$server->addPlugin(new \Sabre\DAVACL\Plugin()); +// Unauthenticated access doesn't work for us since we require credentials to get access to the data in the first place. +$aclPlugin = new \Sabre\DAVACL\Plugin(); +$aclPlugin->allowUnauthenticatedAccess = false; +$server->addPlugin($aclPlugin); if ($services'CALDAV') { $server->addPlugin(new \Kolab\CalDAV\Plugin());
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.6-7~kolab1 +Version: 0.4.7-1~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/ @@ -15,5 +15,5 @@ Package-List: iRony deb admin extra Files: - 00000000000000000000000000000000 0 iRony-0.4.6.tar.gz + 00000000000000000000000000000000 0 iRony-0.4.7.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
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
.