summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Fix - public sharing: in case on user is available - get it from the pathThomas Müller2015-04-071-1/+6
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-076-60/+16
* initializing some variables + update size after writing the headersThomas Müller2015-04-071-3/+3
* https://github.com/owncloud/core/pull/15305#discussion_r27382305Thomas Müller2015-04-071-0/+2
* initializing some variablesThomas Müller2015-04-071-0/+1
* call end() before closing the fileBjoern Schiessle2015-04-071-1/+7
* adding unit tests for stream wrapperThomas Müller2015-04-071-13/+18
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-2/+4
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
* core: small fixesBjoern Schiessle2015-04-071-1/+0
* implement rename and delete of encryption keysBjoern Schiessle2015-04-071-0/+1
* Fix the exception messagesJoas Schilling2015-04-022-2/+2
* setup mount manager before wrappersRobin Appelman2015-04-021-1/+1
* Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-273-10/+20
|\
| * add priority to storage wrappersRobin Appelman2015-03-263-10/+20
* | fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-1/+1
* | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-1/+1
|\ \
| * | Make sure mountOptions keep their data typeVincent Petry2015-03-261-1/+1
* | | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-263-0/+711
|\ \ \ | |_|/ |/| |
| * | implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-263-0/+711
* | | Update license headersJenkins for ownCloud2015-03-2649-237/+1048
| |/ |/|
* | Revert "FIX for webdav.mediencenter.t-online.de"Morris Jobke2015-03-261-5/+0
* | FIX for webdav.mediencenter.t-online.de Oliver Kohl D.Sc.2015-03-251-0/+5
* | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+12
|/
* Do not automatically add "update" permission to shared mountsVincent Petry2015-03-201-1/+1
* Merge pull request #14704 from owncloud/storage-wrapper-mountRobin Appelman2015-03-194-10/+46
|\
| * fix factory testRobin Appelman2015-03-111-1/+0
| * Allow setting the watcher policy as mount optionRobin Appelman2015-03-112-1/+9
| * Copy mount options to the storageRobin Appelman2015-03-112-1/+19
| * Allow getting all mount options as arrayRobin Appelman2015-03-111-0/+9
| * pass mountpoint to storage wrapper callbackRobin Appelman2015-03-112-8/+10
* | Remove unreqired backtick removalLukas Reschke2015-03-181-3/+0
* | 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