summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-273-10/+20
|\ | | | | add priority to storage wrappers
| * add priority to storage wrappersRobin Appelman2015-03-263-10/+20
| |
* | Merge pull request #15265 from owncloud/enc2_fixesThomas Müller2015-03-273-5/+18
|\ \ | | | | | | core improvements for Encryption 2.0
| * | add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+1
| | | | | | | | | | | | update call
| * | fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-272-4/+17
| | |
* | | Merge pull request #15247 from owncloud/fix_group_share_master_backportMorris Jobke2015-03-271-4/+5
|\ \ \ | | | | | | | | also call generateTarget for group shares
| * | | also call generateTarget for group share to add the correct prefix if ↵Bjoern Schiessle2015-03-261-4/+5
| | | | | | | | | | | | | | | | share_folder is defined in config.php
* | | | Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+46
|\ \ \ \ | |_|/ / |/| | | Copy Etag header to OC-Etag for sabre calls
| * | | Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+46
| | | |
* | | | Merge pull request #15225 from ↵Morris Jobke2015-03-271-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure Add some generic default headers as well via PHP
| * | | | Add some generic default headers as well via PHPLukas Reschke2015-03-261-0/+9
| | | | |
* | | | | Filter potential dangerous characters in path nameLukas Reschke2015-03-261-0/+5
| | | | | | | | | | | | | | | | | | | | We should not allow / or \ in the postfix here.
* | | | | Merge pull request #13654 from oparoz/tmpfile-with-extensionVincent Petry2015-03-262-3/+10
|\ \ \ \ \ | | | | | | | | | | | | Keep the extension in temp files
| * | | | | Make the method compatible with all types of extensionsOlivier Paroz2015-03-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fix existing tests
| * | | | | Fix the office classOlivier Paroz2015-03-191-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | The office converter already replaces the original extension with '.pdf', so we need to switch the extensions of the tmp file instead of appending '.pdf' to it
| * | | | | Keep the extension in temp filesOlivier Paroz2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file extension helps some applications like ImageMagick to properly process files
* | | | | | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mount options GUI for external storage
| * | | | | | Make sure mountOptions keep their data typeVincent Petry2015-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | str_replace for $user substitution was converting the data type of mountOptions to string. This fix prevents this to happen by making sure only strings are processed by substitution. Also added a int conversion when reading the watcher policy
* | | | | | | Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-6/+15
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix share permission checks
| * | | | | | Fix permission checks in Sabre connectorVincent Petry2015-03-191-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes moving files in and out of shared folders with some exotic permission combinations.
* | | | | | | Merge pull request #14488 from owncloud/enhancement/security/inline-dispositionMorris Jobke2015-03-261-0/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Serve all files with a Content-Disposition of 'attachment' via WebDAV
| * | | | | | | Remove unneeded argumentLukas Reschke2015-03-261-1/+1
| | | | | | | |
| * | | | | | | Serve all files with a Content-Disposition of 'attachment' via WebDAVLukas Reschke2015-03-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As an additional security hardening it's sensible to serve these files with a Content-Disposition of 'attachment'. Currently they are served 'inline' and get a "secure mimetype" assigned in case of potential dangerous files. To test this change ensure that: - [ ] Syncing with the Desktop client still works - [ ] Syncing with the Android client still works - [ ] Syncing with the iOS client still works I verified that the 1.8 OS X and iOS client still work with this change.
* | | | | | | | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-2612-0/+1877
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | core part of encryption 2.0
| * | | | | | | implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-2612-0/+1877
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encryption modules
* | | | | | | | Merge pull request #14399 from owncloud/ignore-empty-pluralsLukas Reschke2015-03-262-21/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Ignore empty plurals just like with singulars
| * | | | | | | Revert "Correctly fallback to english, if the plural case is not translated"Joas Schilling2015-02-202-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938.
* | | | | | | | Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-263-3/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | expire versions in a background command
| * | | | | | | | check limit of serialized command in unit testsRobin Appelman2015-03-261-0/+3
| | | | | | | | |
| * | | | | | | | ensure commands can be serialized in unit testsRobin Appelman2015-03-261-1/+4
| | | | | | | | |
| * | | | | | | | Handle exceptions thrown during hooks when running unit testsRobin Appelman2015-03-261-0/+3
| | | | | | | | |
| * | | | | | | | Force test cases using background commands to handle setting up the filesystemRobin Appelman2015-03-262-2/+6
| | | | | | | | |
* | | | | | | | | Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-263-0/+38
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | SQLite autoincrement test
| * | | | | | | | Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
| * | | | | | | | Rename platformRobin Appelman2015-03-252-2/+2
| | | | | | | | |
| * | | | | | | | Add custom sqlite platform to set auto incrementRobin Appelman2015-03-252-0/+36
| | | | | | | | |
* | | | | | | | | Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-26323-2093/+6562
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Updating .mailmap
| * | | | | | | | Update license headersJenkins for ownCloud2015-03-26323-2093/+6562
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #15224 from owncloud/issue/15191-app-code-checker-error-listJoas Schilling2015-03-261-2/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Correctly only send the errors of the current file to the event
| * | | | | | | Correctly only send the errors of the current file to the eventJoas Schilling2015-03-261-2/+3
| | | | | | | |
* | | | | | | | Revert "adding OC-ETag header"Vincent Petry2015-03-262-20/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 30ee8b6f998b4b2e27da92b3adcdbc4683d3bcde.
* | | | | | | | Revert "adding unit tests"Vincent Petry2015-03-261-2/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | This reverts commit 8d327c94a844804d0e7af057866e552bd5aafd17.
* | | | | | | Merge pull request #15168 from owncloud/oc-etag-masterVincent Petry2015-03-262-2/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adding OC-ETag header
| * | | | | | | adding unit testsThomas Müller2015-03-261-5/+2
| | | | | | | |
| * | | | | | | adding OC-ETag headerThomas Müller2015-03-242-2/+20
| | | | | | | |
* | | | | | | | Merge pull request #14125 from dratini0/masterLukas Reschke2015-03-261-1/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | [nginx] Extending X-Accel-Redirect support
| * | | | | | | Removed simplified X-accel-redirect even furtherdratini02015-03-231-6/+1
| | | | | | | |
| * | | | | | | Changed the disputed while loop to a single if.dratini02015-03-231-2/+2
| | | | | | | |
| * | | | | | | Extending the X-accel redirect functionality with a more scalable approach.dratini02015-02-111-1/+10
| | | | | | | |
| * | | | | | | Revert "Fix: X-Accel-Redirect did not support custom data dir and local mounts"dratini02015-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f2075f803fc59918cc20071cf174d6b5f81f5eed.