summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Fixing encryption stream wrapper seek - thanks @jknockaertjknockaert2015-04-071-0/+3
* Fixing encryption storage wrapper testsThomas Müller2015-04-071-3/+66
* Introducing trait LocalTempFileTraitThomas Müller2015-04-072-40/+88
* fixing unit tests for stream wrapperThomas Müller2015-04-071-1/+1
* fixing unencrypted file sizeThomas Müller2015-04-071-1/+4
* in case the file exists we require the explicit module as specified in the fi...Thomas Müller2015-04-071-0/+6
* Finally fixing encryption with public shareThomas Müller2015-04-071-1/+1
* file_put_contents has to return the number of written bytesThomas Müller2015-04-071-8/+4
* pass file helper to encryption wrapperBjoern Schiessle2015-04-071-1/+7
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-1/+8
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-17/+5
* 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