Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23363 from owncloud/smb-1.0.8-82 | Vincent Petry | 2016-04-20 | 19 | -58/+236 |
|\ | | | | | [8.2] update icewind/smb to 1.0.8 | ||||
| * | update icewind/smb to 1.0.8 | Robin Appelman | 2016-03-17 | 19 | -58/+236 |
| | | |||||
* | | handle forbidden exceptions in smb backend | Robin Appelman | 2016-03-22 | 1 | -1/+18 |
| | | |||||
* | | Synchronise files_external and objectstore Docker tests with master | Robin McCorkell | 2016-03-01 | 10 | -23/+230 |
|/ | | | | Checkout files from 4d69e562a065a79461343444a842ada025f3643c | ||||
* | Merge pull request #21666 from owncloud/smb-statcache-cap-82 | Vincent Petry | 2016-01-13 | 1 | -1/+8 |
|\ | | | | | [8.2] cap the number of entries we cache in smb's statcache | ||||
| * | cap the number of entries we cache in smb's statcache | Robin Appelman | 2016-01-12 | 1 | -1/+8 |
| | | |||||
* | | Check libsmbclient-php as well as smbclient binary | Robin McCorkell | 2016-01-09 | 1 | -2/+4 |
|/ | |||||
* | Add tests | Robin Appelman | 2015-12-09 | 1 | -0/+50 |
| | |||||
* | Dont set the string storage id to the numeric storage id for personal mounts | Robin Appelman | 2015-12-09 | 1 | -4/+4 |
| | |||||
* | Force approval in GDrive oauth to get refresh_token | Vincent Petry | 2015-11-06 | 1 | -0/+1 |
| | | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues. | ||||
* | Backport translations for 8.2 | Joas Schilling | 2015-11-05 | 6 | -6/+20 |
| | |||||
* | [files_external] fix empty user mounts setting | Morris Jobke | 2015-11-05 | 1 | -0/+5 |
| | | | | | * fixes #19858 * if no backend is allowed to be mounted also the user mount setting should be disabled | ||||
* | Remove Dropbox metadata from cache after upload | Vincent Petry | 2015-10-26 | 1 | -0/+1 |
| | | | | | This will make sure that the next calls that read the mtime will get the correct value. | ||||
* | Increase the 2nd digit of shipped apps for 8.2 | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
| | |||||
* | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | Fix testDeleteStorage signature to match the one from the base class | Vincent Petry | 2015-10-13 | 1 | -2/+3 |
| | | | | Prevents Strict warning when running autotest-external.sh | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 6 | -2/+16 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 4 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 4 | -0/+264 |
| | |||||
* | Remove oc_storages entries after removing ext storages | Vincent Petry | 2015-10-06 | 3 | -4/+94 |
| | | | | | | | | | When removing external storages, either system-wide or user-wide, automatically remove the matching oc_storages and oc_filecache entries. This can only work if the backend configuration doesn't contain any substitution variable $user in which case the storage id cannot be computed, so this case is ignored for now. | ||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 76 | -57/+77 |
|\ | | | | | update licence headers via script | ||||
| * | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 82 | -82/+76 |
| | | |||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 39 | -19/+45 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 6 | -8/+54 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-04 | 6 | -0/+52 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 6 | -0/+64 |
| | |||||
* | if mountpoint is applicable to all users the old API expects a array with 'all' | Bjoern Schiessle | 2015-10-02 | 1 | -0/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-02 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-01 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-29 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-28 | 74 | -30/+236 |
| | |||||
* | Use a universal shebang | Olivier Paroz | 2015-09-27 | 12 | -12/+12 |
| | | | | Fixes #15037 | ||||
* | Unit tests for storage validation in service | Robin McCorkell | 2015-09-23 | 2 | -0/+56 |
| | |||||
* | Perform visibility checks on storages | Robin McCorkell | 2015-09-23 | 14 | -40/+87 |
| | | | | | | | | StoragesService::getStorages() will check the visibility of the backend and auth mechanism for the storage, and if either are not visible to the user (aka disabled by admin) then the storage will be filtered out. The original method StoragesService::getAllStorages() still exists in case such storages need to be detected, but its use is discouraged. | ||||
* | Mark SMB_OC and SFTP_Key as deprecated backends | Robin McCorkell | 2015-09-23 | 2 | -4/+8 |
| | |||||
* | Hide deprecated backends in external storage GUI | Robin McCorkell | 2015-09-23 | 2 | -3/+19 |
| | | | | | | Selecting/deselecting the deprecate-to backends in the user mountable storages selection will also change the corresponding deprecated backend. | ||||
* | Add deprecation mechanic to IdentifierTrait | Robin McCorkell | 2015-09-23 | 3 | -0/+37 |
| | | | | | Deprecation allows a backend/auth mechanism to designate an object that it deprecates to, allowing clean transitions to updated codebases. | ||||
* | Revert "Implement more fine-grained external storage permissions model" | Robin McCorkell | 2015-09-23 | 17 | -237/+190 |
| | | | | | | This reverts commit 0b97a05e7bd631d66de1c2aee115113ada8a5f63. This reverts commit d2e3c17c0000bc0020f1ff641190452f370434de. This reverts commit cc88c5f4b84da57c425cbdb7dc8b391b1942b503. | ||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 2 | -3/+3 |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | Merge pull request #19176 from owncloud/fix-19118 | Thomas Müller | 2015-09-21 | 2 | -11/+12 |
|\ | | | | | Fix checkboxes in files_external | ||||
| * | fix checkboxes in files_external | Hendrik Leppelsack | 2015-09-19 | 2 | -11/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-20 | 4 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-19 | 2 | -0/+2 |
| | |||||
* | Merge pull request #19069 from owncloud/ext-s3-ceph | Thomas Müller | 2015-09-18 | 4 | -4/+124 |
|\ | | | | | AmazonS3 automatic tests | ||||
| * | Make AmazonS3 path style actually work | Robin McCorkell | 2015-09-16 | 1 | -1/+4 |
| | | |||||
| * | AmazonS3 Ceph tests | Robin McCorkell | 2015-09-16 | 3 | -3/+120 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-18 | 10 | -0/+12 |
| | |