Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Use cache and add tests | Lukas Reschke | 2016-02-09 | 3 | -15/+39 | |
| * | | | | don't decrease ->version for part files but only a local variable, otherwise ... | Bjoern Schiessle | 2016-02-09 | 1 | -4/+8 | |
| * | | | | Check if partial cache entry or not in encryption wrapper | Vincent Petry | 2016-02-09 | 1 | -2/+5 | |
| * | | | | realPath should contain the path to the file we want to read, e.g. the versio... | Bjoern Schiessle | 2016-02-09 | 1 | -1/+1 | |
| * | | | | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 6 | -9/+58 | |
| * | | | | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 3 | -19/+29 | |
| * | | | | Keep track of file version | Lukas Reschke | 2016-02-09 | 3 | -13/+53 | |
| * | | | | Clarify documentation | Lukas Reschke | 2016-02-09 | 1 | -0/+2 | |
| * | | | | Use hash with appended "a" of the original password for the authentication | Lukas Reschke | 2016-02-09 | 1 | -3/+4 | |
| * | | | | fixing unit tests | Björn Schießle | 2016-02-09 | 5 | -11/+60 | |
| * | | | | Use random_bytes instead OpenSSL | Lukas Reschke | 2016-02-09 | 1 | -8/+1 | |
| * | | | | meta data are at the end of the file | Björn Schießle | 2016-02-09 | 1 | -1/+1 | |
| * | | | | always use default cipher for write operations, no matter how the file was en... | Björn Schießle | 2016-02-09 | 1 | -3/+3 | |
| * | | | | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 5 | -18/+34 | |
| * | | | | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 8 | -33/+133 | |
| * | | | | Add note about the addPadding function | Lukas Reschke | 2016-02-09 | 1 | -0/+4 | |
| * | | | | Use an actual 16 byte long IV | Lukas Reschke | 2016-02-09 | 1 | -17/+2 | |
| * | | | | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 2 | -26/+68 | |
|/ / / / | ||||||
* | | | | Merge pull request #22192 from owncloud/fix_19685 | Thomas Müller | 2016-02-09 | 4 | -7/+51 | |
|\ \ \ \ | ||||||
| * | | | | Catch exception | Roeland Jago Douma | 2016-02-09 | 1 | -4/+17 | |
| * | | | | Throw exception | Roeland Jago Douma | 2016-02-09 | 3 | -5/+17 | |
| * | | | | Only set the default expiration date on share creation | Roeland Jago Douma | 2016-02-09 | 4 | -2/+21 | |
* | | | | | Merge pull request #22246 from owncloud/register-process-control-signal-handl... | Thomas Müller | 2016-02-09 | 1 | -10/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Register process control signel handlers only on execution of the command | Thomas Müller | 2016-02-09 | 1 | -10/+12 | |
* | | | | | | Merge pull request #22255 from owncloud/add-sso-for-updatechecker | Thomas Müller | 2016-02-09 | 12 | -1/+491 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add SSO for updater application | Lukas Reschke | 2016-02-09 | 12 | -1/+491 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22251 from owncloud/smb-105 | Thomas Müller | 2016-02-09 | 16 | -38/+215 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | update icewind/smb to 1.0.5 | Robin Appelman | 2016-02-09 | 16 | -38/+215 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #22249 from owncloud/fix-22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Save display name and email address on paste operations - fixes #22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 5 | -2/+139 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add tests | Robin Appelman | 2016-02-09 | 1 | -0/+49 | |
| * | | | | | | Fix unit tests | Roeland Jago Douma | 2016-02-09 | 1 | -0/+2 | |
| * | | | | | | check share permissions in share controller | Robin Appelman | 2016-02-09 | 1 | -0/+17 | |
| * | | | | | | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 3 | -2/+71 | |
* | | | | | | | Merge pull request #22252 from owncloud/consolidate-user-set-quota | C. Montero Luque | 2016-02-09 | 14 | -94/+162 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | revolutionar: change updates might even sent the new value (optional) | Arthur Schiwon | 2016-02-09 | 2 | -7/+7 | |
| * | | | | | | More fixed tests :) | Arthur Schiwon | 2016-02-09 | 2 | -40/+45 | |
| * | | | | | | Avatar should also claim its change | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 | |
| * | | | | | | Doc improvements | Arthur Schiwon | 2016-02-09 | 2 | -3/+5 | |
| * | | | | | | fix tests | Arthur Schiwon | 2016-02-09 | 1 | -29/+51 | |
| * | | | | | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 10 | -23/+62 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #22238 from owncloud/add-link-to-updater | Lukas Reschke | 2016-02-09 | 9 | -33/+210 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 9 | -33/+210 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 8 | -1/+191 | |
|\ \ \ \ \ | ||||||
| * | | | | | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 5 | -2/+144 | |
| * | | | | | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 4 | -1/+49 | |
* | | | | | | Merge pull request #22241 from owncloud/more-info-in-case-of-trusted-server-add | Thomas Müller | 2016-02-09 | 5 | -36/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Forward exception message to the admin in case of errors and in case the remo... | Thomas Müller | 2016-02-09 | 5 | -36/+46 | |
* | | | | | | | Merge pull request #20571 from owncloud/transfer-ownership | Thomas Müller | 2016-02-09 | 3 | -2/+235 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | |