summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add tests for setVersionLukas Reschke2016-02-091-0/+40
* Use cache update instead of put for encryption versionVincent Petry2016-02-091-1/+1
* 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
* 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-093-6/+40
* Use number of chunk for HMAC as wellLukas Reschke2016-02-092-14/+16
* 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-093-11/+56
* 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-092-10/+19
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-097-32/+131
* 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 #22255 from owncloud/add-sso-for-updatecheckerThomas Müller2016-02-0911-1/+490
|\
| * Add SSO for updater applicationLukas Reschke2016-02-0911-1/+490
* | 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 #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-096-50/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | More fixed tests :)Arthur Schiwon2016-02-092-40/+45
| * | | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-094-10/+5
* | | | Move update notification code into appLukas Reschke2016-02-095-0/+235
| |_|/ |/| |
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-094-0/+142
|\ \ \
| * | | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-094-0/+142
* | | | 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
* | | | | Adjust command descriptionThomas Müller2016-02-091-1/+1
* | | | | Set share owner and share initiator on upate as wellThomas Müller2016-02-093-9/+4
* | | | | Introduce console command to transfer ownerships of files - refs #19154Thomas Müller2016-02-092-2/+240
| |_|/ / |/| | |
* | | | Merge pull request #22234 from owncloud/systemtags-filter-intersect-emptyThomas Müller2016-02-092-19/+113
|\ \ \ \
| * | | | Stop when a mid result is emptyJoas Schilling2016-02-091-2/+8
| * | | | Add a test for empty mid-resultJoas Schilling2016-02-091-23/+84
| * | | | Fix system tag filter AND conditionVincent Petry2016-02-092-0/+27
| |/ / /
* | | | Merge pull request #21773 from owncloud/files_external-list-authtypeThomas Müller2016-02-093-3/+72
|\ \ \ \
| * | | | add testsRobin Appelman2016-02-041-0/+69
| * | | | update import logic for the new export logicRobin Appelman2016-02-041-2/+2
| * | | | Show the proper auth identifier when listing mounts as jsonRobin Appelman2016-02-041-1/+1
* | | | | Merge pull request #21893 from owncloud/migrate-calendarsThomas Müller2016-02-0911-11/+801
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Migration of calendarsThomas Müller2016-02-0911-11/+801
| | |/ / | |/| |
* | | | Merge pull request #22197 from owncloud/files-filterbysystemtagsThomas Müller2016-02-0913-7/+695
|\ \ \ \