Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump sabre/dav to 2.1.9 | Roeland Jago Douma | 2016-01-28 | 1 | -0/+0 |
| | |||||
* | 3rdparty bump for full upgrade of sabre/dav-2.1.7 | Roeland Jago Douma | 2015-10-29 | 1 | -0/+0 |
| | |||||
* | Update sabre/dav to 2.1.7 | Thomas Müller | 2015-09-29 | 1 | -0/+0 |
| | |||||
* | Update 3rdparty submodule | Thomas Müller | 2015-09-29 | 1 | -0/+0 |
| | |||||
* | Updating submodule | Thomas Müller | 2015-09-28 | 1 | -0/+0 |
| | |||||
* | Updating TarStreamer to v0.1-beta3 | Thomas Müller | 2015-09-28 | 1 | -0/+0 |
| | |||||
* | Adding ownCloud/TarStreamer | Thomas Müller | 2015-09-28 | 1 | -0/+0 |
| | |||||
* | Add submodule dependency | Victor Dubiniuk | 2015-09-28 | 1 | -0/+0 |
| | |||||
* | Adding 3rdparty ref | Thomas Müller | 2015-09-24 | 1 | -0/+0 |
| | |||||
* | Bump 3rdparty reference | Lukas Reschke | 2015-09-21 | 1 | -0/+0 |
| | |||||
* | adapted to changed subproject commit | Nicolai Ehemann | 2015-09-18 | 1 | -0/+0 |
| | |||||
* | use zipstreamer via composer | Nicolai Ehemann | 2015-09-14 | 1 | -0/+0 |
| | |||||
* | lib/private/files.php: adapted to minimally changed ZipStreamer API | Nicolai Ehemann | 2015-09-14 | 1 | -0/+0 |
| | |||||
* | Update submodule after merge in 3rdparty | Thomas Müller | 2015-08-05 | 1 | -0/+0 |
| | |||||
* | remove old pear classes | Thomas Müller | 2015-08-05 | 1 | -0/+0 |
| | |||||
* | "pear/pear-core-minimal": "v1.10.0alpha2" | Thomas Müller | 2015-08-05 | 1 | -0/+0 |
| | |||||
* | Rebase upon newest master | Lukas Reschke | 2015-08-04 | 1 | -0/+0 |
| | |||||
* | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 1 | -0/+0 |
| | |||||
* | Update sabre-dav to 2.1.6 | Joas Schilling | 2015-07-22 | 1 | -0/+0 |
| | |||||
* | Update ringphp to 1.1.0 for PHP 7 compatibility | Lukas Reschke | 2015-07-17 | 1 | -0/+0 |
| | |||||
* | Update reference to include newest php-parser | Lukas Reschke | 2015-07-03 | 1 | -0/+0 |
| | |||||
* | Upgrade 3rdparty submodule for docterine v1.2.6 | Roeland Jago Douma | 2015-07-02 | 1 | -0/+0 |
| | |||||
* | Remove phpmailer from 3rdparty | Joas Schilling | 2015-05-06 | 1 | -0/+0 |
| | |||||
* | update 3rdparty submodule | Morris Jobke | 2015-03-26 | 1 | -0/+0 |
| | |||||
* | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -0/+0 |
| | |||||
* | Update 3rd party ref for sabre 2.1.3 | Vincent Petry | 2015-03-19 | 1 | -0/+0 |
| | |||||
* | Update sabre-2.1.3 thirdparty submodule | Vincent Petry | 2015-03-17 | 1 | -0/+0 |
| | |||||
* | Migrate to SwiftMail | Lukas Reschke | 2015-03-16 | 1 | -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 master | Morris Jobke | 2015-03-10 | 1 | -0/+0 |
| | |||||
* | update symphony components to 2.6.4 | Robin Appelman | 2015-03-10 | 1 | -0/+0 |
| | |||||
* | update 3rdparty to current master | Morris Jobke | 2015-02-26 | 1 | -0/+0 |
| | |||||
* | add superclosure to thirdparty | Robin Appelman | 2015-02-25 | 1 | -0/+0 |
| | |||||
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -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 update | Victor Dubiniuk | 2015-02-16 | 1 | -0/+0 |
| | |||||
* | Update 3rdparty commit to master | Thomas Müller | 2015-02-16 | 1 | -0/+0 |
| | |||||
* | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 1 | -0/+0 |
| | | | | including console command to check local code to be used by developers | ||||
* | Update SabreDAV to 1.8.12 | Thomas Müller | 2015-01-23 | 1 | -0/+0 |
| | |||||
* | update dbal to 2.5.0 | Robin Appelman | 2014-12-30 | 1 | -0/+0 |
| | |||||
* | Update 3rdparty submodule to restore PEAR5.php | Andreas Fischer | 2014-12-18 | 1 | -0/+0 |
| | |||||
* | update 3rdparty submodule | Morris Jobke | 2014-12-10 | 1 | -0/+0 |
| | |||||
* | Update 3rdparty to add PEAR.php back | Thomas Müller | 2014-12-10 | 1 | -0/+0 |
| | |||||
* | Remove phpass and migrate to new Hasher interface | Lukas Reschke | 2014-11-17 | 1 | -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 strengthify | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 1 | -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 master | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | md5 now handled via bower | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | bower snapjs | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | bower zxcvbn | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | bower jcrop | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | |||||
* | drop unused library chosen | Morris Jobke | 2014-11-05 | 1 | -0/+0 |
| |