aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
* Merge pull request #14766 from owncloud/fix-insertifnotexists-pocMorris Jobke2015-03-162-5/+24
|\
| * Throw a RuntimeException in the cache aswellJoas Schilling2015-03-112-4/+9
| * Get the id before using itJoas Schilling2015-03-091-1/+2
| * Better save then sorryJoas Schilling2015-03-091-0/+2
| * insertIfNotExists() for storage insertionJoas Schilling2015-03-091-3/+9
| * Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-091-1/+6
* | Merge pull request #14776 from owncloud/fix-14629-masterThomas Müller2015-03-162-0/+10
|\ \
| * | verify the file name length not to exceed 255 characters + verify path during...Thomas Müller2015-03-122-0/+10
* | | drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
|/ /
* | Merge pull request #13893 from owncloud/create-cachedir-on-userMorris Jobke2015-03-111-8/+1
|\ \
| * | Only make sure the cache directory exists when we use itRobin Appelman2015-02-041-8/+1
* | | Correct "one invalid characters" to "one invalid character"cmeh2015-03-111-1/+1
* | | Merge pull request #14759 from owncloud/clean-up-codeLukas Reschke2015-03-101-6/+48
|\ \ \
| * | | Clean-up code and use proper exception typesLukas Reschke2015-03-091-6/+48
| | |/ | |/|
* | | no translation service in common storage classThomas Müller2015-03-092-13/+17
* | | translate error messagesThomas Müller2015-03-092-9/+16
* | | Optimize loopLukas Reschke2015-03-091-6/+9
* | | fixing namespaces and PHPDocThomas Müller2015-03-091-0/+5
* | | adding storage specific filename verification - refs #13640Thomas Müller2015-03-093-11/+105
|/ /
* | use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
* | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
* | Allow disabling the cache updaterRobin Appelman2015-02-272-3/+23
* | Merge pull request #14575 from owncloud/cache-rename-overwriteMorris Jobke2015-02-271-1/+4
|\ \
| * | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-1/+4
* | | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
|/ /
* | Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-2/+16
|\ \
| * | Check if we have a proper fileinfoRobin Appelman2015-02-251-2/+16
* | | Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-2749-1004/+308
|\ \ \
| * | | Revert "Updating license headers"Morris Jobke2015-02-2649-1004/+308
| |/ /
* / / Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-10/+34
|/ /
* | Sabre Update to 2.1Vincent Petry2015-02-232-35/+40
* | Updating license headersJenkins for ownCloud2015-02-2349-308/+1004
* | Merge pull request #13767 from owncloud/issue/13764-mimetype-raceconditionThomas Müller2015-02-201-3/+7
|\ \
| * | Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-021-3/+7
* | | Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-viewThomas Müller2015-02-191-6/+132
|\ \ \
| * | | Add some basic PHPDoc to functionsLukas Reschke2015-02-181-6/+124
| * | | Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+8
* | | | Merge pull request #13836 from owncloud/part-no-cache-updateThomas Müller2015-02-192-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Dont bother updating the cache when working with part filesRobin Appelman2015-02-051-0/+12
| * | | Dont update the cache after fopenRobin Appelman2015-02-051-1/+1
* | | | Dont lower the mtime of a folder when propagating changesRobin Appelman2015-02-131-2/+2
* | | | Ensure that passed argument is always a stringLukas Reschke2015-02-131-0/+9
* | | | only read permissions onceRobin Appelman2015-02-111-2/+3
* | | | Only try to scan the children of directoriesRobin Appelman2015-02-111-3/+3
* | | | Cast mtimes and size to intRobin Appelman2015-02-111-0/+3
* | | | Reuse cache data of existing files during scanRobin Appelman2015-02-111-69/+116
* | | | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-104-9/+9
|\ \ \ \
| * | | | Cleanup of PHPDoc return typesRobin McCorkell2015-01-164-9/+9
* | | | | Store FileInfo::getType() result for future useRobin McCorkell2015-02-091-4/+3