[Pkg-owncloud-commits] [php-sabredav] annotated tag upstream/3.1.0 created (now 0bf8922)
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/3.1.0
in repository php-sabredav.
at 0bf8922 (tag)
tagging d94279da1d820226756e03bcd86108bc89288385 (commit)
replaces upstream/3.1.0_alpha2
tagged by David Prévot
on Wed Jan 6 22:29:40 2016 -0400
- Log -----------------------------------------------------------------
Upstream version 3.1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJWjc2UAAoJEAWMHPlE9r08Q3MIAKIIc+PW/aqMSdUKZt2gbDBQ
lS6PF/ht7ZKVsV8lGALHRjJM6+ZmQI/UaFzlHG11uYN8XfvknTpd63+IUVeL6bWz
1JduwPu0EM/JA1npLGfcYbNnntWmVBjEjx1KIP8qEswonHbV/oCynSkR8Q2Zv6tW
gVkeTN3zPH9pcX3At+HFeZ+tAP7mmUCjcfk2DWqJfXOZzw8UNDsRvDwnOgcT/FXi
OL4TE6Xi2PUVZ5jBuUJ1zby51OLvfLHZ4y6NoYB/TxCRHcrn2yyzjsFtms8bVn0H
/W/HMPQJ4In4v3Gf4qpBsLVBvrjb81AZcX3hHQbttTReXj8JmAayTwuP/US9Fw0=
=rD2e
-----END PGP SIGNATURE-----
David Prévot (1):
Imported Upstream version 3.1.0
Dominik Tobschall (1):
Fixed typo
Evert Pot (88):
Bumped version.
Added some docblocks.
Test for issue #704
Urls were not correctly encoded.
Merge pull request #719 from fruux/fix-broken-uriencoding
Updated changelog for #704.
Prepping for release.
Merge branch '3.0'
A better error message when the browser plugin is not enabled.
Added a 'minimal server' example.
Switched charset from all mysql tables to utf8mb4
Updated changelog, bumped version
let mysql pick the default collation
Fix caching of root-level nodes.
Merge pull request #730 from fruux/utf8mb4
Merge branch '3.0' of github.com:fruux/sabre-dav into 3.0
Updated changelog.
Merge pull request #729 from rullzer/fix_tree_cache
Revert "Do not prepend / if the basepath is empty"
Disable irc notifications
Merge pull request #731 from fruux/revert-729-fix_tree_cache
Merge branch '3.0'
Updated changelog with 3.0 items
Windows 10 support. Fixes #727
CS
Merge branch '3.0'
Fix caching of root-level nodes.
Updated changlog, bumped version
Missed changelog item from an older release
Depending on a more recent version of PHPUnit for PHP7 compat.
We need to support PHPUnit 4.8, because 5.0 requires PHP 5.6
Returning 418 I'm a Teapot in multistatus with no properties.
CS
Fixed shoddy english
Merge pull request #734 from fruux/fix-no-propstat
Returning 418 I'm a Teapot in multistatus with no properties.
CS
Fixed shoddy english
Updated changelog for #734
Magic quotes is now irrelevant
Merge branch 'master' of github.com:fruux/sabre-dav
Happy new year!
Merge branch '2.1' into 3.0
Happy new year!
Merge branch '3.0'
Merge pull request #741 from jakobsack/master
Requiring vobject 4. Fixing expand() issues.
Fixed several more calls to expand()
Updated changelog
Merge pull request #743 from fruux/vobject4
Merge pull request #740 from pageer/patch-1
Updated changelog for #740
Merge branch '2.1' into 3.0
Updated changelog for #740
Merge branch '3.0'
Prepping for 2.1.8 release
Merge branch '2.1' into 3.0
Releasing 3.0.6
Merge branch '3.0'
More precise dependency definitions
Catching a net as wide as possible
A few more tests
Modernized range tests
Lots of stream fixes.
Testing CorePlugin::getInfo()
We need to support PHPUnit 4.8 while we support PHP 5.5
CS fixes.
Better error reporting in Client::propPatch.
Merge pull request #745 from fruux/client-proppatch-better-errors
Triggering COPY events in the right order.
Merge pull request #746 from fruux/copy-event-order
Updated changelog
Now throwing an exception when no system supplied a correct http status.
Updated changelog
Merge pull request #747 from fruux/fix-empty-http-status
A better exception for Client::propFind
Updated changelog
Merge pull request #748 from fruux/client-propfind-exception
Merge pull request #710 from fkooman/bearer
Updated changelog for #710.
Merge branch 'master' of https://github.com/vmire/sabre-dav into vmire-master
Tests for #686
Updated changelog for #686
Merge pull request #749 from fruux/vmire-master
Setting a default UA.
sabre/http 4.2.1 is released
Yup! This is it. 3.1 is almost there.
We lost some newlines somewhere
François Kooman (8):
initial rough version of bearer introspection support
implement AbstractBearer instead
getCredentials -> getToken
Merge remote-tracking branch 'upstream/master' into introspection
add bearer unittest
remove reference to fkooman/sabre-http repository, require sabre/http dev-master as there is no ~4.1 yet
remove the principal prefix for Bearer token
attempt to satisfy sabre-cs-fixer
Jakob Sack (3):
Fix bug in Browserplugin
Fix function arguments in Sabre\Dav
Improve the tests of Sabre\DAV
Peter Geer (2):
Fix errors when running migration with MySQL
Fix errors when running migration with MySQL
Roeland Jago Douma (1):
Do not prepend / if the basepath is empty
vmire (7):
searchPrincipals with email: case insentive, and no wildcards
use LOWER instead of LCASE (MySQL,PGSQL,SQLite compatibility)
findByUri in PDO.php, and anyof/allof support in searchPrincipals
remove dead lines
sabre-cs-fixer on PDO.php
fix indent
Merge branch 'master' into master
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 1a8d302 searchPrincipals with email: case insentive, and no wildcards
new ea894c8 use LOWER instead of LCASE (MySQL,PGSQL,SQLite compatibility)
new e4deb2c findByUri in PDO.php, and anyof/allof support in searchPrincipals
new 6e63a27 remove dead lines
new 1710134 sabre-cs-fixer on PDO.php
new 524e641 initial rough version of bearer introspection support
new dcd7025 implement AbstractBearer instead
new 96bb55b getCredentials -> getToken
new 9e562fb Merge remote-tracking branch 'upstream/master' into introspection
new 4c5dcca add bearer unittest
new b3d670c remove reference to fkooman/sabre-http repository, require sabre/http dev-master as there is no ~4.1 yet
new f3f89d5 remove the principal prefix for Bearer token
new 0be9ee0 attempt to satisfy sabre-cs-fixer
new 75f709c fix indent
new b7a702f Merge branch '3.0'
new e09b67f A better error message when the browser plugin is not enabled.
new d481121 Added a 'minimal server' example.
new 23a5dd6 Merge branch '3.0'
new f3b7d7c Updated changelog with 3.0 items
new 1feeb1b Windows 10 support. Fixes #727
new 1cea635 Merge branch '3.0'
new 035bb23 Missed changelog item from an older release
new ae78e2c Depending on a more recent version of PHPUnit for PHP7 compat.
new 9ab087e We need to support PHPUnit 4.8, because 5.0 requires PHP 5.6
new 706ad49 Returning 418 I'm a Teapot in multistatus with no properties.
new 5b159ca CS
new 340711a Fixed shoddy english
new d4353c7 Merge pull request #734 from fruux/fix-no-propstat
new db8cb63 Merge branch 'master' into master
new 4b24902 Fixed typo
new c4c1852 Magic quotes is now irrelevant
new 1d98b8a Merge branch 'master' of github.com:fruux/sabre-dav
new 60893f5 Merge branch '3.0'
new 496fca1 Fix errors when running migration with MySQL
new 54b3add Fix bug in Browserplugin
new 0ce5ecc Fix function arguments in Sabre\Dav
new 548449a Improve the tests of Sabre\DAV
new 3e1f381 Merge pull request #741 from jakobsack/master
new 17a7752 Requiring vobject 4. Fixing expand() issues.
new 3d80f57 Fixed several more calls to expand()
new 0ccf55c Updated changelog
new cfeb30d Merge pull request #743 from fruux/vobject4
new bc0d7f9 Merge pull request #740 from pageer/patch-1
new f6bedfe Merge branch '3.0'
new e040271 Merge branch '3.0'
new 5b54e46 More precise dependency definitions
new b961a76 Catching a net as wide as possible
new 4ae5402 A few more tests
new 31135b4 Modernized range tests
new 15976cb Lots of stream fixes.
new 8a20437 Testing CorePlugin::getInfo()
new ff2c4c7 We need to support PHPUnit 4.8 while we support PHP 5.5
new c6c53a0 CS fixes.
new 364012f Better error reporting in Client::propPatch.
new 6ce8e87 Merge pull request #745 from fruux/client-proppatch-better-errors
new 6f7dfce Triggering COPY events in the right order.
new 98c48fb Merge pull request #746 from fruux/copy-event-order
new 2618835 Updated changelog
new 3deeb3f Now throwing an exception when no system supplied a correct http status.
new 68726ae Updated changelog
new 7c9a0f3 Merge pull request #747 from fruux/fix-empty-http-status
new 290f143 A better exception for Client::propFind
new c3b06d3 Updated changelog
new e2f15db Merge pull request #748 from fruux/client-propfind-exception
new 7108bcb Merge pull request #710 from fkooman/bearer
new d5b0a27 Updated changelog for #710.
new 23a4fb9 Merge branch 'master' of https://github.com/vmire/sabre-dav into vmire-master
new 101d17c Tests for #686
new b68a878 Updated changelog for #686
new b2ae322 Merge pull request #749 from fruux/vmire-master
new 6293220 Setting a default UA.
new e6e6a67 sabre/http 4.2.1 is released
new 3239dd4 Yup! This is it. 3.1 is almost there.
new 5d5efb6 We lost some newlines somewhere
new d94279d Imported Upstream version 3.1.0
The 75 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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