| Commit message (Expand) | Author | Age | Files | Lines |
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -500/+0 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 1 | -1/+1 |
* | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 1 | -5/+13 |
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -0/+3 |
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 1 | -3/+7 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
* | Fix overriding function from 3rdparty warning | Roeland Jago Douma | 2015-11-24 | 1 | -2/+2 |
* | Follow the interface again | Roeland Jago Douma | 2015-11-19 | 1 | -0/+9 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | Merge pull request #16406 from owncloud/enc-strlenperffix | Morris Jobke | 2015-07-01 | 1 | -1/+1 |
|\ |
|
| * | Small perf tweak in strlen loop | Vincent Petry | 2015-05-18 | 1 | -1/+1 |
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+3 |
* | | flush() comments + perf opt | jknockaert | 2015-05-26 | 1 | -5/+7 |
* | | fix calculation of $count, $count is always 8129 so we need to check this | jknockaert | 2015-05-21 | 1 | -1/+1 |
* | | test to simulate a non-seekable stream wrapper | Bjoern Schiessle | 2015-05-21 | 1 | -6/+18 |
* | | encrypted filesize calculation in flush() | jknockaert | 2015-05-21 | 1 | -1/+8 |
* | | fix #16356 | jknockaert | 2015-05-18 | 1 | -1/+1 |
* | | fix #15973 | jknockaert | 2015-04-30 | 1 | -9/+7 |
|/ |
|
* | fall back to the ownCloud default encryption module and aes128 if we read a e... | Bjoern Schiessle | 2015-04-27 | 1 | -8/+16 |
* | fix unit tests | Bjoern Schiessle | 2015-04-24 | 1 | -4/+10 |
* | Update encryption.php | jknockaert | 2015-04-24 | 1 | -1/+2 |
* | fixed name | jknockaert | 2015-04-24 | 1 | -1/+1 |
* | Update encryption.php | jknockaert | 2015-04-24 | 1 | -8/+8 |
* | fix encryption header error | jknockaert | 2015-04-24 | 1 | -13/+16 |
* | Merge pull request #15757 from owncloud/enc-fixfeofforlastblock | Björn Schießle | 2015-04-22 | 1 | -0/+4 |
|\ |
|
| * | Fix encryption feof to not return too early | Vincent Petry | 2015-04-20 | 1 | -0/+4 |
* | | get dirname from sharePath | Bjoern Schiessle | 2015-04-21 | 1 | -1/+1 |
* | | Merge pull request #15636 from owncloud/enc2_performance_improvement | Björn Schießle | 2015-04-21 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | set size and unencrypted size to zero on fopen | Bjoern Schiessle | 2015-04-20 | 1 | -3/+2 |
* | | if we start writing a file from the beginning, size should start by zero; res... | Bjoern Schiessle | 2015-04-16 | 1 | -2/+2 |
|/ |
|
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+14 |
* | comment change as it broke unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | Adjusting count on read | jknockaert | 2015-04-07 | 1 | -1/+2 |
* | Fixing encryption stream wrapper seek - thanks @jknockaert | jknockaert | 2015-04-07 | 1 | -0/+3 |
* | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | add helper class accessible for encryption modules to ask for a list of users... | Bjoern Schiessle | 2015-04-07 | 1 | -1/+8 |
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 |
* | initializing some variables + update size after writing the headers | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
* | https://github.com/owncloud/core/pull/15305#discussion_r27382305 | Thomas Müller | 2015-04-07 | 1 | -0/+2 |
* | initializing some variables | Thomas Müller | 2015-04-07 | 1 | -0/+1 |
* | call end() before closing the file | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -13/+18 |
* | Applying diff as of https://github.com/owncloud/core/pull/15303 | jknockaert | 2015-04-07 | 1 | -24/+46 |
* | implement basic encryption functionallity in core to enable multiple encrypti... | Bjoern Schiessle | 2015-03-26 | 1 | -0/+385 |