| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -19/+1 |
* | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 1 | -1/+1 |
* | remove png references in core | Hendrik Leppelsack | 2016-07-01 | 1 | -6/+6 |
* | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+6 |
* | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -3/+3 |
* | Fire hooks for mkdir for folder upload | karakayasemi | 2016-06-21 | 1 | -1/+22 |
* | Merge pull request #25056 from owncloud/fs-usermountcache-capped | Vincent Petry | 2016-06-15 | 1 | -3/+14 |
|\ |
|
| * | Capped cache for cache info in UserMountCache | Vincent Petry | 2016-06-13 | 1 | -3/+14 |
* | | Merge pull request #25102 from owncloud/preview-delete-performance | Vincent Petry | 2016-06-15 | 1 | -4/+14 |
|\ \ |
|
| * | | optimized size propagation on deletes | Robin Appelman | 2016-06-14 | 1 | -4/+14 |
* | | | handle invalid storages in LazyStorageMountInfo | Robin Appelman | 2016-06-13 | 2 | -8/+16 |
|/ / |
|
* | | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 2 | -1/+91 |
|\ \
| |/
|/| |
|
| * | fix mtime propagation on sqlite | Robin Appelman | 2016-06-02 | 1 | -3/+3 |
| * | use propagator batching in the scanner | Robin Appelman | 2016-06-02 | 1 | -0/+4 |
| * | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+86 |
* | | Merge pull request #25028 from owncloud/scanner-user-not-setup | Vincent Petry | 2016-06-09 | 1 | -1/+6 |
|\ \ |
|
| * | | skip scanning for a user when the user is not setup yet | Robin Appelman | 2016-06-08 | 1 | -1/+6 |
* | | | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 2 | -2/+35 |
|\ \ \ |
|
| * | | | Ignore forbidden files while scanning | Robin Appelman | 2016-06-07 | 1 | -1/+6 |
| * | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -1/+29 |
| |/ / |
|
* | | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-07 | 1 | -0/+3 |
* | | | don't update storage mtime if we can't get the modified date | Robin Appelman | 2016-06-07 | 1 | -1/+4 |
|/ / |
|
* | | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-03 | 1 | -3/+3 |
* | | return success when deleting ghost files | Robin Appelman | 2016-06-03 | 1 | -1/+3 |
* | | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-03 | 1 | -15/+28 |
* | | normalize path in getInternalPath | Georg Ehrke | 2016-06-02 | 1 | -0/+1 |
* | | Add keepUnicode value in the cache key of normalizedPathCache | Vincent Petry | 2016-06-01 | 1 | -1/+1 |
|/ |
|
* | Check whether remote DAV server accepted the mtime on touch | Vincent Petry | 2016-05-30 | 1 | -1/+10 |
* | Fix webdav destination header when overwriting folders | Vincent Petry | 2016-05-30 | 1 | -6/+23 |
* | trigger size calculation after scanning (#24875) | Robin Appelman | 2016-05-30 | 1 | -0/+6 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 28 | -30/+50 |
* | Merge pull request #24760 from owncloud/objectstore_multibucket | Vincent Petry | 2016-05-24 | 2 | -2/+115 |
|\ |
|
| * | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+16 |
| * | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -4/+4 |
| * | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 2 | -2/+107 |
* | | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request... | Vincent Petry | 2016-05-23 | 1 | -0/+34 |
|\ \
| |/
|/| |
|
| * | Code style and doc fix | Piotr Filiciak | 2016-05-23 | 1 | -4/+4 |
| * | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -0/+34 |
* | | Merge pull request #24777 from owncloud/scanner-dont-propagate | Vincent Petry | 2016-05-23 | 1 | -2/+4 |
|\ \ |
|
| * | | dont needlessly triger the propgator in the scanner | Robin Appelman | 2016-05-23 | 1 | -2/+4 |
* | | | Merge pull request #24699 from owncloud/background-scan-recursion | Vincent Petry | 2016-05-23 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -3/+6 |
* | | | | Merge pull request #24695 from owncloud/background-scan-propagate | Vincent Petry | 2016-05-23 | 1 | -1/+13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Trigger propagation from the background scanner | Robin Appelman | 2016-05-18 | 1 | -1/+13 |
* | | | | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 2 | -1/+534 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Remove unneeded unsets in encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -16/+3 |
| * | | | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -41/+19 |
| * | | | Scanner must normalize new children names for cache diff | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| * | | | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -0/+568 |
| | |/
| |/| |
|
* | | | Merge pull request #24356 from owncloud/scanner-recursion-memory | Vincent Petry | 2016-05-23 | 1 | -22/+25 |
|\ \ \
| |/ /
|/| | |
|