summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use cache and add testsLukas Reschke2016-02-093-15/+39
| * | | | don't decrease ->version for part files but only a local variable, otherwise ...Bjoern Schiessle2016-02-091-4/+8
| * | | | Check if partial cache entry or not in encryption wrapperVincent Petry2016-02-091-2/+5
| * | | | realPath should contain the path to the file we want to read, e.g. the versio...Bjoern Schiessle2016-02-091-1/+1
| * | | | Use database for keeping track of the versionLukas Reschke2016-02-096-9/+58
| * | | | Use number of chunk for HMAC as wellLukas Reschke2016-02-093-19/+29
| * | | | Keep track of file versionLukas Reschke2016-02-093-13/+53
| * | | | Clarify documentationLukas Reschke2016-02-091-0/+2
| * | | | Use hash with appended "a" of the original password for the authenticationLukas Reschke2016-02-091-3/+4
| * | | | fixing unit testsBjörn Schießle2016-02-095-11/+60
| * | | | Use random_bytes instead OpenSSLLukas Reschke2016-02-091-8/+1
| * | | | meta data are at the end of the fileBjörn Schießle2016-02-091-1/+1
| * | | | always use default cipher for write operations, no matter how the file was en...Björn Schießle2016-02-091-3/+3
| * | | | make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-095-18/+34
| * | | | sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-098-33/+133
| * | | | Add note about the addPadding functionLukas Reschke2016-02-091-0/+4
| * | | | Use an actual 16 byte long IVLukas Reschke2016-02-091-17/+2
| * | | | Use AES-256-CTR as defaultLukas Reschke2016-02-092-26/+68
|/ / / /
* | | | Merge pull request #22192 from owncloud/fix_19685Thomas Müller2016-02-094-7/+51
|\ \ \ \
| * | | | Catch exceptionRoeland Jago Douma2016-02-091-4/+17
| * | | | Throw exceptionRoeland Jago Douma2016-02-093-5/+17
| * | | | Only set the default expiration date on share creationRoeland Jago Douma2016-02-094-2/+21
* | | | | Merge pull request #22246 from owncloud/register-process-control-signal-handl...Thomas Müller2016-02-091-10/+12
|\ \ \ \ \
| * | | | | Register process control signel handlers only on execution of the commandThomas Müller2016-02-091-10/+12
* | | | | | Merge pull request #22255 from owncloud/add-sso-for-updatecheckerThomas Müller2016-02-0912-1/+491
|\ \ \ \ \ \
| * | | | | | Add SSO for updater applicationLukas Reschke2016-02-0912-1/+491
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #22251 from owncloud/smb-105Thomas Müller2016-02-0916-38/+215
|\ \ \ \ \ \
| * | | | | | update icewind/smb to 1.0.5Robin Appelman2016-02-0916-38/+215
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #22249 from owncloud/fix-22245Thomas Müller2016-02-091-0/+8
|\ \ \ \ \ \
| * | | | | | Save display name and email address on paste operations - fixes #22245Thomas Müller2016-02-091-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque2016-02-095-2/+139
|\ \ \ \ \ \
| * | | | | | add testsRobin Appelman2016-02-091-0/+49
| * | | | | | Fix unit testsRoeland Jago Douma2016-02-091-0/+2
| * | | | | | check share permissions in share controllerRobin Appelman2016-02-091-0/+17
| * | | | | | Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-093-2/+71
* | | | | | | Merge pull request #22252 from owncloud/consolidate-user-set-quotaC. Montero Luque2016-02-0914-94/+162
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | revolutionar: change updates might even sent the new value (optional)Arthur Schiwon2016-02-092-7/+7
| * | | | | | More fixed tests :)Arthur Schiwon2016-02-092-40/+45
| * | | | | | Avatar should also claim its changeArthur Schiwon2016-02-091-2/+2
| * | | | | | Doc improvementsArthur Schiwon2016-02-092-3/+5
| * | | | | | fix testsArthur Schiwon2016-02-091-29/+51
| * | | | | | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-0910-23/+62
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #22238 from owncloud/add-link-to-updaterLukas Reschke2016-02-099-33/+210
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move update notification code into appLukas Reschke2016-02-099-33/+210
|/ / / / /
* | | | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-098-1/+191
|\ \ \ \ \
| * | | | | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-095-2/+144
| * | | | | Limit comment message to 1k charsArthur Schiwon2016-02-094-1/+49
* | | | | | Merge pull request #22241 from owncloud/more-info-in-case-of-trusted-server-addThomas Müller2016-02-095-36/+46
|\ \ \ \ \ \
| * | | | | | Forward exception message to the admin in case of errors and in case the remo...Thomas Müller2016-02-095-36/+46
* | | | | | | Merge pull request #20571 from owncloud/transfer-ownershipThomas Müller2016-02-093-2/+235
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |