summaryrefslogtreecommitdiffstats
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Bump sabre/dav to 2.1.9Roeland Jago Douma2016-01-281-0/+0
|
* 3rdparty bump for full upgrade of sabre/dav-2.1.7Roeland Jago Douma2015-10-291-0/+0
|
* Update sabre/dav to 2.1.7Thomas Müller2015-09-291-0/+0
|
* Update 3rdparty submoduleThomas Müller2015-09-291-0/+0
|
* Updating submoduleThomas Müller2015-09-281-0/+0
|
* Updating TarStreamer to v0.1-beta3Thomas Müller2015-09-281-0/+0
|
* Adding ownCloud/TarStreamerThomas Müller2015-09-281-0/+0
|
* Add submodule dependencyVictor Dubiniuk2015-09-281-0/+0
|
* Adding 3rdparty refThomas Müller2015-09-241-0/+0
|
* Bump 3rdparty referenceLukas Reschke2015-09-211-0/+0
|
* adapted to changed subproject commitNicolai Ehemann2015-09-181-0/+0
|
* use zipstreamer via composerNicolai Ehemann2015-09-141-0/+0
|
* lib/private/files.php: adapted to minimally changed ZipStreamer APINicolai Ehemann2015-09-141-0/+0
|
* Update submodule after merge in 3rdpartyThomas Müller2015-08-051-0/+0
|
* remove old pear classesThomas Müller2015-08-051-0/+0
|
* "pear/pear-core-minimal": "v1.10.0alpha2"Thomas Müller2015-08-051-0/+0
|
* Rebase upon newest masterLukas Reschke2015-08-041-0/+0
|
* Update phpseclib to 2.0Andreas Fischer2015-08-031-0/+0
|
* Update sabre-dav to 2.1.6Joas Schilling2015-07-221-0/+0
|
* Update ringphp to 1.1.0 for PHP 7 compatibilityLukas Reschke2015-07-171-0/+0
|
* Update reference to include newest php-parserLukas Reschke2015-07-031-0/+0
|
* Upgrade 3rdparty submodule for docterine v1.2.6Roeland Jago Douma2015-07-021-0/+0
|
* Remove phpmailer from 3rdpartyJoas Schilling2015-05-061-0/+0
|
* update 3rdparty submoduleMorris Jobke2015-03-261-0/+0
|
* Add wrapper for GuzzleLukas Reschke2015-03-251-0/+0
|
* Update 3rd party ref for sabre 2.1.3Vincent Petry2015-03-191-0/+0
|
* Update sabre-2.1.3 thirdparty submoduleVincent Petry2015-03-171-0/+0
|
* Migrate to SwiftMailLukas Reschke2015-03-161-0/+0
| | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
* update 3rdparty masterMorris Jobke2015-03-101-0/+0
|
* update symphony components to 2.6.4Robin Appelman2015-03-101-0/+0
|
* update 3rdparty to current masterMorris Jobke2015-02-261-0/+0
|
* add superclosure to thirdpartyRobin Appelman2015-02-251-0/+0
|
* Sabre Update to 2.1Vincent Petry2015-02-231-0/+0
| | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
* Submodule updateVictor Dubiniuk2015-02-161-0/+0
|
* Update 3rdparty commit to masterThomas Müller2015-02-161-0/+0
|
* implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-101-0/+0
| | | | including console command to check local code to be used by developers
* Update SabreDAV to 1.8.12Thomas Müller2015-01-231-0/+0
|
* update dbal to 2.5.0Robin Appelman2014-12-301-0/+0
|
* Update 3rdparty submodule to restore PEAR5.phpAndreas Fischer2014-12-181-0/+0
|
* update 3rdparty submoduleMorris Jobke2014-12-101-0/+0
|
* Update 3rdparty to add PEAR.php backThomas Müller2014-12-101-0/+0
|
* Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-171-0/+0
| | | | | | | This PR removes phpass and migrates to the new Hasher interface. Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
* bower strengthifyMorris Jobke2014-11-061-0/+0
|
* Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+0
| | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136
* update to 3rdparty masterMorris Jobke2014-11-061-0/+0
|
* md5 now handled via bowerMorris Jobke2014-11-061-0/+0
|
* bower snapjsMorris Jobke2014-11-061-0/+0
|
* bower zxcvbnMorris Jobke2014-11-061-0/+0
|
* bower jcropMorris Jobke2014-11-061-0/+0
|
* drop unused library chosenMorris Jobke2014-11-051-0/+0
|