summaryrefslogtreecommitdiffstats
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update 3rdparty to masterMorris Jobke2014-11-031-0/+0
|
* update 3rdparty to masterMorris Jobke2014-11-031-0/+0
|
* Update Pimple to V3.0Thomas Müller2014-11-031-0/+0
|
* Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5Thomas Müller2014-11-031-0/+0
|
* Update pear/archive_tar to 1.3.13Thomas Müller2014-10-301-0/+0
|
* update 3rdparty to match it's master branchMorris Jobke2014-10-301-0/+0
|
* just add merge commit of 3rdparty repoMorris Jobke2014-10-291-0/+0
|
* Update doctrine/dbal to 2.5Thomas Müller2014-10-281-0/+0
|
* Use composer autoloader to load PatchworkThomas Müller2014-10-281-0/+0
|
* Update 3rdparty submoduleThomas Müller2014-10-231-0/+0
|
* implement localizations based on punicThomas Müller2014-10-201-0/+0
|
* update 3rdparty to match master - just adds the merge commitMorris Jobke2014-10-171-0/+0
|
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-0/+0
| | | | | | adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments
* update 3rdparty submodule to its master commitMorris Jobke2014-09-221-0/+0
|
* Fix 3rdparty pointerJesus Macias2014-09-041-0/+0
|
* Solve bug with touch always return true on /lib/private/files/view.phpJesus Macias2014-09-031-0/+0
|
* Use correct 3rdpartyLukas Reschke2014-08-311-0/+0
|
* Merge branch 'master' into securityutilsLukas Reschke2014-08-311-0/+0
| | | | | Conflicts: lib/private/util.php
* Fix Tar support for php >=5.5Robin Appelman2014-08-111-0/+0
|
* remove MssqlBundleThomas Müller2014-07-281-0/+0
|
* update 3rdparty submodule to merge commitMorris Jobke2014-07-281-0/+0
|
* add autoloadMorris Jobke2014-07-251-0/+0
|