[Pkg-owncloud-commits] [php-sabredav] 51/148: Merge branch '2.1' of github.com:fruux/sabre-dav into 2.1
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 2c185ba8f2abc3eb398b2e0be3e977ecdfdd84d0
Merge: 5b01e54 9754cb3
Author: Evert Pot <me at evertpot.com>
Date: Thu Feb 26 11:29:14 2015 -0500
Merge branch '2.1' of github.com:fruux/sabre-dav into 2.1
Conflicts:
ChangeLog.md
ChangeLog.md | 13 +++++++++
composer.json | 2 +-
lib/DAV/Browser/Plugin.php | 17 +++++++-----
.../PropertyStorage/Backend/BackendInterface.php | 16 +++++++++++
lib/DAV/PropertyStorage/Backend/PDO.php | 31 ++++++++++++++++++++--
lib/DAV/PropertyStorage/Plugin.php | 15 +++++++++++
tests/Sabre/DAV/Browser/PluginTest.php | 10 +++++++
.../PropertyStorage/Backend/AbstractPDOTest.php | 17 ++++++++++++
8 files changed, 112 insertions(+), 9 deletions(-)
diff --cc ChangeLog.md
index 0295121,d8c8654..36f078d
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@@ -7,7 -7,12 +7,13 @@@ ChangeLo
* #586: SCHEDULE-STATUS should not contain a reason-phrase.
* #539: Fixed a bug related to scheduling in shared calendars.
* #595: Support for calendar-timezone in iCalendar exports.
+* #581: findByUri would send empty prefixes to the principal backend (@soydeedo)
+ * #611: Escaping a bit more HTML output in the browser plugin. (@LukasReschke)
+ * #610: Don't allow discovery of arbitrary files using `..` in the browser
+ plugin (@LukasReschke).
+ * Browser plugin now shows quota properties.
+ * #612: PropertStorage didn't delete properties from nodes when a node's
+ parents get deleted.
2.1.2 (2014-12-10)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list