summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
* Fix DAV propfind callVincent Petry2015-07-131-2/+2
* Merge pull request #17405 from owncloud/stable8-backport-17095Morris Jobke2015-07-091-1/+1
|\
| * Added error message on initMountpoints exceptionMorris Jobke2015-07-061-1/+1
* | fix check if hooks should be emited in runHooksRobin Appelman2015-06-291-1/+2
* | emit hooks from a view as long as the path is inside the default rootRobin Appelman2015-06-291-1/+2
|/
* dont allow using null as view rootRobin Appelman2015-06-251-1/+11
* Merge pull request #16734 from owncloud/stable8-dav-getremoteetagThomas Müller2015-06-221-3/+17
|\
| * Get etag from remote OC serverVincent Petry2015-06-031-3/+17
* | Merge pull request #16630 from owncloud/stable8-quota-onlyforfilesMorris Jobke2015-06-092-4/+6
|\ \
| * | Make getSourcePath accessible for storage wrappersRobin Appelman2015-06-011-1/+1
| * | Only use quota stream wrapper on "files"Vincent Petry2015-05-291-3/+5
* | | Merge pull request #16660 from owncloud/stable8-returnfileidbugJoas Schilling2015-06-091-0/+2
|\ \ \ | |_|/ |/| |
| * | Properly return fileid when scanFile() did not find differencesVincent Petry2015-06-011-0/+2
| |/
* / Ensure that passed argument is always a stringLukas Reschke2015-06-011-0/+9
|/
* Do not automatically add "update" permission to shared mountsVincent Petry2015-05-211-1/+1
* Merge pull request #15974 from owncloud/backport-15549Vincent Petry2015-05-151-1/+8
|\
| * clarify the duplication of the $params arrayJens-Christian Fischer2015-04-301-1/+2
| * don't update identical valuesJens-Christian Fischer2015-04-301-1/+7
* | Merge pull request #15797 from owncloud/stable8-backport-15489Jörn Friedrich Dreyer2015-05-131-31/+31
|\ \
| * | throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer2015-04-221-31/+31
* | | Check if cURL supports the desired featuresLukas Reschke2015-05-121-4/+12
| |/ |/|
* | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-61/+36
|\ \
| * | Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-61/+36
* | | Revert "Revert "[stable8] Properly add trailing slash to mount point""Morris Jobke2015-04-161-1/+3
| |/ |/|
* | Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller2015-04-161-3/+1
* | Properly add trailing slash to mount pointVincent Petry2015-04-131-1/+3
* | fixes #15326Jörn Friedrich Dreyer2015-04-101-1/+3
|/
* Fix the exception messagesJoas Schilling2015-04-072-2/+2
* Merge pull request #14914 from owncloud/backport-14766-compare-array-insertif...Vincent Petry2015-03-262-5/+24
|\
| * Throw a RuntimeException in the cache aswellJoas Schilling2015-03-162-4/+9
| * Get the id before using itJoas Schilling2015-03-161-1/+2
| * Better save then sorryJoas Schilling2015-03-161-0/+2
| * insertIfNotExists() for storage insertionJoas Schilling2015-03-161-3/+9
| * Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-161-1/+6
* | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-251-0/+12
|/
* Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke2015-03-112-1/+27
|\
| * Allow disabling the cache updaterRobin Appelman2015-03-032-1/+27
* | Merge pull request #14686 from owncloud/backport-14682Morris Jobke2015-03-111-6/+4
|\ \
| * | Fix method signature for stable8Joas Schilling2015-03-041-5/+2
| * | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
| |/
* / use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
|/
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+6
* Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
* Check if we have a proper fileinfoRobin Appelman2015-02-271-2/+16
* Merge pull request #14504 from owncloud/stable8-quota-preventdatalossforfaile...Thomas Müller2015-02-271-7/+37
|\
| * Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-7/+37
* | Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-231-3/+7
|/
* Normalize before processingLukas Reschke2015-02-062-8/+20
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5