summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-07195-16586/+0
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-13/+3
|
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-13/+15
|
* make recovery settings workBjoern Schiessle2015-04-077-33/+29
|
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-072-4/+5
|
* fix unit test execution, variable naming and kill no longer used $cacheFactoryThomas Müller2015-04-071-7/+8
|
* check if recovery key exists and encrypt the file with the recovery key if ↵Bjoern Schiessle2015-04-073-6/+58
| | | | needed
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-074-5/+74
|
* add setting templatesBjoern Schiessle2015-04-075-2/+155
|
* make sharing and unsharing workBjoern Schiessle2015-04-072-7/+31
|
* cleanup and removing cachefactoryClark Tomlinson2015-04-0717-354/+287
|
* read encrypted filesBjoern Schiessle2015-04-073-8/+33
|
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-072-3/+32
|
* write encrypted file to discBjoern Schiessle2015-04-074-25/+152
|
* enable encryption unit test executionThomas Müller2015-04-072-112/+0
|
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-072-65/+42
|
* fixing obvious bugs while testingThomas Müller2015-04-074-144/+149
|
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-0714-422/+1201
|
* Initial commitClark Tomlinson2015-04-0724-226/+2233
|
* Remove server timezone dependency from files list testJoas Schilling2015-04-071-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-076-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-056-6/+20
|
* Merge pull request #15338 from owncloud/encryption-mount-optionThomas Müller2015-04-045-8/+48
|\ | | | | Add mount point to disable the encryption wrapper
| * add unit testRobin Appelman2015-04-022-0/+13
| |
| * adjust unt testsRobin Appelman2015-04-022-2/+4
| |
| * Add mount point to disable the encryption wrapperRobin Appelman2015-03-314-7/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-0410-20/+52
| |
* | Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-032-2/+2
|\ \ | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround...
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-0312-8/+218
| | |
* | | Merge pull request #15367 from owncloud/pre-setup-hookThomas Müller2015-04-021-1/+1
|\ \ \ | | | | | | | | setup storage wrappers before setting up the filesystem
| * | | setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-026-0/+10
| | | |
* | | | Use URLGenerator instread of OC_HelperRoeland Jago Douma2015-04-012-2/+2
|/ / /
* | | Merge pull request #15356 from rullzer/apps_oc_to_ocsRoeland Douma2015-04-017-7/+7
|\ \ \ | | | | | | | | Move core apps from private to public functions (trivial part)
| * | | Move core apps from private to public functionsRoeland Jago Douma2015-04-017-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file.
* | | | Merge pull request #15336 from owncloud/revive-15215Morris Jobke2015-04-011-2/+2
|\ \ \ \ | |/ / / |/| | | Properly quote file names in listFiles query for GDrive
| * | | Only escape single quotesLukas Reschke2015-03-311-2/+2
| | | |
| * | | Added rawurlencode for other params in GDrive storageVincent Petry2015-03-311-2/+2
| | | |
| * | | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-016-4/+10
|/ / /
* | | Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-2/+2
| | |
* | | Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-2/+2
|\ \ \ | |_|/ |/| | Properly quote file names in listFiles query for GDrive
| * | Added rawurlencode for other params in GDrive storageVincent Petry2015-03-261-2/+2
| | |
| * | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-3114-36/+62
| | |
* | | Merge pull request #15312 from owncloud/activity-fix-compilationLukas Reschke2015-03-301-12/+7
|\ \ \ | | | | | | | | Correct the app name for sharing events
| * | | Correct the app name for sharing eventsJoas Schilling2015-03-301-12/+7
| | | |
* | | | Merge pull request #15076 from owncloud/fix-smb-oc-adminRobin McCorkell2015-03-301-4/+11
|\ \ \ \ | |/ / / |/| | | Support constructing an SMB_OC without saved session credentials
| * | | Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+11
| | | |