Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 195 | -16586/+0 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 2 | -13/+3 |
| | |||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 1 | -13/+15 |
| | |||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 7 | -33/+29 |
| | |||||
* | fix parameter declaration and class initialisation | Bjoern Schiessle | 2015-04-07 | 2 | -4/+5 |
| | |||||
* | fix unit test execution, variable naming and kill no longer used $cacheFactory | Thomas Müller | 2015-04-07 | 1 | -7/+8 |
| | |||||
* | check if recovery key exists and encrypt the file with the recovery key if ↵ | Bjoern Schiessle | 2015-04-07 | 3 | -6/+58 |
| | | | | needed | ||||
* | add public link share key to file if it was shared as public link | Bjoern Schiessle | 2015-04-07 | 4 | -5/+74 |
| | |||||
* | add setting templates | Bjoern Schiessle | 2015-04-07 | 5 | -2/+155 |
| | |||||
* | make sharing and unsharing work | Bjoern Schiessle | 2015-04-07 | 2 | -7/+31 |
| | |||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 17 | -354/+287 |
| | |||||
* | read encrypted files | Bjoern Schiessle | 2015-04-07 | 3 | -8/+33 |
| | |||||
* | make sure that all file keys are written to the key storage | Bjoern Schiessle | 2015-04-07 | 2 | -3/+32 |
| | |||||
* | write encrypted file to disc | Bjoern Schiessle | 2015-04-07 | 4 | -25/+152 |
| | |||||
* | enable encryption unit test execution | Thomas Müller | 2015-04-07 | 2 | -112/+0 |
| | |||||
* | encryption app: remove legacy code, we do only server-side encryption | Bjoern Schiessle | 2015-04-07 | 2 | -65/+42 |
| | |||||
* | fixing obvious bugs while testing | Thomas Müller | 2015-04-07 | 4 | -144/+149 |
| | |||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 14 | -422/+1201 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 24 | -226/+2233 |
| | |||||
* | Remove server timezone dependency from files list test | Joas Schilling | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-07 | 6 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-05 | 6 | -6/+20 |
| | |||||
* | Merge pull request #15338 from owncloud/encryption-mount-option | Thomas Müller | 2015-04-04 | 5 | -8/+48 |
|\ | | | | | Add mount point to disable the encryption wrapper | ||||
| * | add unit test | Robin Appelman | 2015-04-02 | 2 | -0/+13 |
| | | |||||
| * | adjust unt tests | Robin Appelman | 2015-04-02 | 2 | -2/+4 |
| | | |||||
| * | Add mount point to disable the encryption wrapper | Robin Appelman | 2015-03-31 | 4 | -7/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-04 | 10 | -20/+52 |
| | | |||||
* | | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 2 | -2/+2 |
|\ \ | | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 2 | -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 transifex | Jenkins for ownCloud | 2015-04-03 | 12 | -8/+218 |
| | | | |||||
* | | | Merge pull request #15367 from owncloud/pre-setup-hook | Thomas Müller | 2015-04-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | setup storage wrappers before setting up the filesystem | ||||
| * | | | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-02 | 6 | -0/+10 |
| | | | | |||||
* | | | | Use URLGenerator instread of OC_Helper | Roeland Jago Douma | 2015-04-01 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #15356 from rullzer/apps_oc_to_ocs | Roeland Douma | 2015-04-01 | 7 | -7/+7 |
|\ \ \ | | | | | | | | | Move core apps from private to public functions (trivial part) | ||||
| * | | | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 7 | -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-15215 | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Properly quote file names in listFiles query for GDrive | ||||
| * | | | Only escape single quotes | Lukas Reschke | 2015-03-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added rawurlencode for other params in GDrive storage | Vincent Petry | 2015-03-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-01 | 6 | -4/+10 |
|/ / / | |||||
* | | | Revert "Properly quote file names in listFiles query for GDrive" | Lukas Reschke | 2015-03-31 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #15215 from owncloud/ext-gdrivelistfilequoting | Frank Karlitschek | 2015-03-31 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Properly quote file names in listFiles query for GDrive | ||||
| * | | Added rawurlencode for other params in GDrive storage | Vincent Petry | 2015-03-26 | 1 | -2/+2 |
| | | | |||||
| * | | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-31 | 14 | -36/+62 |
| | | | |||||
* | | | Merge pull request #15312 from owncloud/activity-fix-compilation | Lukas Reschke | 2015-03-30 | 1 | -12/+7 |
|\ \ \ | | | | | | | | | Correct the app name for sharing events | ||||
| * | | | Correct the app name for sharing events | Joas Schilling | 2015-03-30 | 1 | -12/+7 |
| | | | | |||||
* | | | | Merge pull request #15076 from owncloud/fix-smb-oc-admin | Robin McCorkell | 2015-03-30 | 1 | -4/+11 |
|\ \ \ \ | |/ / / |/| | | | Support constructing an SMB_OC without saved session credentials | ||||
| * | | | Support constructing an SMB_OC without saved session credentials | Robin McCorkell | 2015-03-20 | 1 | -4/+11 |
| | | | |