Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix quota wrapper | Robin Appelman | 2016-01-14 | 1 | -1/+3 | |
| | ||||||
* | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 1 | -1/+3 | |
| | ||||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 17 | -22/+24 | |
| | ||||||
* | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 2 | -2/+2 | |
| | ||||||
* | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #21128 from owncloud/dav-fopen-non-existing | Thomas Müller | 2015-12-11 | 1 | -8/+14 | |
|\ | | | | | Dont do a seperate request to check if a file exists when downloading a file from dav external storage | |||||
| * | Dont do a seperate request to check if a file exists for dav->fopen | Robin Appelman | 2015-12-10 | 1 | -8/+14 | |
| | | ||||||
* | | Do not check storage availability for getOwner | Vincent Petry | 2015-12-09 | 1 | -1/+0 | |
|/ | | | | | Because the owner is always known thanks to the file cache and other places, we don't need the remote storage to be actually available. | |||||
* | Compute share permissions in the view | Vincent Petry | 2015-12-08 | 1 | -4/+0 | |
| | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+1 | |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 3 | -0/+27 | |
| | ||||||
* | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 3 | -0/+33 | |
|\ | | | | | Take submount etag into account for folder etags | |||||
| * | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 3 | -0/+33 | |
| | | | | | | | | this replaces shared etag propagation | |||||
* | | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 1 | -3/+6 | |
| | | ||||||
* | | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -1/+1 | |
|/ | ||||||
* | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-04 | 1 | -1/+13 | |
| | ||||||
* | The root of a storage always exists | Robin Appelman | 2015-10-29 | 1 | -0/+3 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 | |
| | ||||||
* | Remove $ETagFunction - it was never used | Thomas Müller | 2015-10-16 | 1 | -7/+1 | |
| | ||||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -1/+1 | |
| | ||||||
* | check if fopen was successful before continue | Bjoern Schiessle | 2015-10-15 | 1 | -3/+7 | |
| | ||||||
* | only wrap source if fopen was successful | Bjoern Schiessle | 2015-10-15 | 1 | -1/+4 | |
| | ||||||
* | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 10 | -16/+41 | |
|\ | | | | | update licence headers via script | |||||
| * | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | update licence headers via script | Morris Jobke | 2015-10-05 | 10 | -16/+41 | |
| | | ||||||
* | | use a normal rename when moving from the same storage in the encryption wrapper | Robin Appelman | 2015-10-05 | 1 | -0/+3 | |
|/ | ||||||
* | versions should always use the keys of the original file, no need to create ↵ | Bjoern Schiessle | 2015-10-01 | 1 | -2/+24 | |
| | | | | new one | |||||
* | use correct variable | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 | |
| | | | | wow ... just wow ... | |||||
* | Revert "use correct variable" | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 | |
| | | | | This reverts commit 52cbaff061b93cb1a5e81623e58e14867c818810. | |||||
* | use correct variable | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 | |
| | | | wow ... just wow ... | |||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 3 | -4/+4 | |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | |||||
* | dont download the existing file for webdav if we're going to overwrite it | Robin Appelman | 2015-09-21 | 1 | -2/+7 | |
| | ||||||
* | Merge pull request #18653 from owncloud/dav-stream-guzzle | Lukas Reschke | 2015-09-11 | 1 | -62/+31 | |
|\ | | | | | stream webdav downloads using http client | |||||
| * | also use httpclient for uploadFile | Robin Appelman | 2015-09-01 | 1 | -35/+18 | |
| | | ||||||
| * | stream webdav downloads using http client | Robin Appelman | 2015-08-29 | 1 | -29/+15 | |
| | | ||||||
* | | Check result of storage wrappers | Robin Appelman | 2015-08-30 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -29/+15 | |
|\ | | | | | occ command line tool to encrypt all files | |||||
| * | copy always file by file to encrypt/decrypt it if needed | Bjoern Schiessle | 2015-08-26 | 1 | -29/+15 | |
| | | ||||||
* | | Implement password authentication mechanisms | Robin McCorkell | 2015-08-19 | 1 | -0/+4 | |
|/ | | | | | | | | | | | Introduces the basic password authentication mechanism, along with a mechanism based on ownCloud credentials stored in the user session. Change to lib/private is an extension of PermissionsMask, as isSharable() override was missing. Session credentials auth mechanism now disables sharing on applied storages, as credentials will not be available. | |||||
* | Merge pull request #14779 from owncloud/use-iterator-directory | Robin McCorkell | 2015-08-07 | 2 | -4/+2 | |
|\ | | | | | Use the new IteratorDirectory instead of the fakedir wrapper | |||||
| * | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 2 | -4/+2 | |
| | | ||||||
* | | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 3 | -0/+499 | |
|\ \ | | | | | | | Store storage availability in database | |||||
| * | | Store storage availability in database | Robin McCorkell | 2015-07-20 | 3 | -0/+499 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved. | |||||
* | | | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 1 | -5/+4 | |
| | | | | | | | | | | | | file doesn't already exists in the file cache | |||||
* | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent detecting remote changes done in the data folder / root storage by default. In the rare cases where the data folder is shared with other apps/users outside ownCloud and change detection is needed, the admin will have to set the option explicitly from now on. Note that this doesn't affect external storages which have their own setting in the mount options. | |||||
* | | | Merge pull request #17902 from owncloud/fix_17898 | Vincent Petry | 2015-07-27 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | get header size before we open the file to avoid locking exception | |||||
| * | | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 | |
| |/ / | ||||||
* / / | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 1 | -15/+95 | |
|\ \ | | | | | | | make sure that we always detect legacy files correctly |