| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly cast number to integer | Robin McCorkell | 2015-09-16 | 1 | -1/+1 |
* | Merge pull request #18915 from owncloud/node-getfoldercontents-use-view-logic | Robin Appelman | 2015-09-15 | 2 | -70/+11 |
|\ |
|
| * | Use the view logic for getFolderContent for the node api | Robin Appelman | 2015-09-08 | 2 | -70/+11 |
* | | Use integer for availability instead of bool | Robin McCorkell | 2015-09-15 | 1 | -3/+5 |
* | | Merge pull request #18653 from owncloud/dav-stream-guzzle | Lukas Reschke | 2015-09-11 | 1 | -62/+31 |
|\ \ |
|
| * | | 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 |
* | | | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 2 | -1/+9 |
| |/
|/| |
|
* | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 2 | -80/+181 |
* | | Allow access to full alias and mapping arrays | Robin McCorkell | 2015-09-01 | 1 | -8/+22 |
* | | 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 |
|\ |
|
| * | copy always file by file to encrypt/decrypt it if needed | Bjoern Schiessle | 2015-08-26 | 1 | -29/+15 |
* | | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -4/+14 |
* | | Merge pull request #17501 from tbartenstein/patch-1 | Vincent Petry | 2015-08-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Update fileinfo.php | tbartenstein | 2015-07-08 | 1 | -1/+1 |
* | | | Revert "Fix mounting wrapped storages resulting in many-layered wrapping" | Robin McCorkell | 2015-08-19 | 1 | -6/+1 |
* | | | Implement password authentication mechanisms | Robin McCorkell | 2015-08-19 | 1 | -0/+4 |
| |/
|/| |
|
* | | Merge pull request #17932 from owncloud/fix_move_files | Thomas Müller | 2015-08-11 | 1 | -2/+7 |
|\ \ |
|
| * | | make sure that we emit the hooks if a file gets moved from a subfolder to the... | Bjoern Schiessle | 2015-07-29 | 1 | -2/+7 |
* | | | Merge pull request #14779 from owncloud/use-iterator-directory | Robin McCorkell | 2015-08-07 | 3 | -7/+4 |
|\ \ \ |
|
| * | | | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 3 | -7/+4 |
* | | | | Merge pull request #18124 from owncloud/share-permwrongvar | Morris Jobke | 2015-08-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix removal of share permissions when share disabled for user | Vincent Petry | 2015-08-07 | 1 | -1/+1 |
* | | | | | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 5 | -11/+543 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix mounting wrapped storages resulting in many-layered wrapping | Robin McCorkell | 2015-07-20 | 1 | -1/+6 |
| * | | | | Store storage availability in database | Robin McCorkell | 2015-07-20 | 4 | -10/+537 |
* | | | | | always update file cache, the cache can handle partial data correctly if the ... | Bjoern Schiessle | 2015-07-31 | 1 | -5/+4 |
* | | | | | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef... | Robin McCorkell | 2015-07-29 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 |
* | | | | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 1 | -3/+124 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 1 | -7/+12 |
| * | | | | Proper deprecate methods | Roeland Jago Douma | 2015-07-27 | 1 | -2/+1 |
| * | | | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 1 | -12/+47 |
| * | | | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 1 | -85/+42 |
| * | | | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 1 | -1/+126 |
| |/ / / |
|
* | | | | 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 | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 |
* | | | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 |
| |/ / / |
|
* / / / | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 1 | -15/+95 |
|\ \ \ |
|
| * | | | set targetIsEncrypted to true if file cache indicates that we try to read a e... | Bjoern Schiessle | 2015-07-17 | 1 | -0/+1 |
| * | | | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 1 | -15/+94 |
| |/ / |
|
* | | | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptions | Morris Jobke | 2015-07-17 | 1 | -17/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | Throw lock exceptions if remote share returned 423 status code | Vincent Petry | 2015-07-03 | 1 | -17/+27 |
* | | | Throw StorageNotAvailable if propfind on root failed | Vincent Petry | 2015-07-13 | 1 | -1/+5 |
* | | | Merge pull request #17481 from rullzer/mimetype-list | Morris Jobke | 2015-07-13 | 1 | -1/+1 |
|\ \ \ |
|