summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add system tags filter section for files appVincent Petry2016-02-0914-2/+897
* Fix elementToFile to also return path when definedVincent Petry2016-02-082-0/+10
* Merge pull request #22170 from owncloud/occ-check-signatureThomas Müller2016-02-083-0/+138
|\
| * Cut authors list. Declare a member variableVictor Dubiniuk2016-02-082-18/+11
| * Optional path parameterVictor Dubiniuk2016-02-052-4/+7
| * CLI commands to check app and core signaturesVictor Dubiniuk2016-02-053-0/+142
* | Merge pull request #22112 from owncloud/dav-filesreportThomas Müller2016-02-083-1/+850
|\ \
| * | Add REPORT on files endpoint for filteringVincent Petry2016-02-083-1/+850
* | | Merge pull request #22211 from owncloud/versions-hook-infoThomas Müller2016-02-082-9/+16
|\ \ \
| * | | use int values and constants instead of stringsArthur Schiwon2016-02-081-8/+12
| * | | versions provide more information when throwing hooksArthur Schiwon2016-02-082-9/+12
* | | | Merge pull request #22206 from owncloud/share2_migration_with_federatedThomas Müller2016-02-084-6/+25
|\ \ \ \
| * | | | Update the migration step to include federated sharesRoeland Jago Douma2016-02-084-6/+25
| |/ / /
* | | | Merge pull request #22207 from owncloud/mountcache-exists-checkThomas Müller2016-02-081-1/+1
|\ \ \ \
| * | | | better exists check for insert mount cacheRobin Appelman2016-02-081-1/+1
* | | | | Merge pull request #22186 from owncloud/show-different-unsupported-failure-me...Thomas Müller2016-02-081-6/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add message with reference to forum postLukas Reschke2016-02-081-1/+1
| * | | | Don't show "report this to the community" when the upgrade is unsupportedMorris Jobke2016-02-081-6/+10
* | | | | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfoThomas Müller2016-02-082-1/+11
|\ \ \ \ \
| * | | | | Add proper throw tags to FileRoeland Jago Douma2016-02-081-0/+10
| * | | | | Make sure fileinfo exists when calling getCheckSum in node APIVincent Petry2016-02-081-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-089-29/+193
|\ \ \ \ \
| * | | | | Fix pathThomas Müller2016-02-081-2/+2
| * | | | | Adding pre oc 9.0 CalDAV endpoint for migration of old clientsThomas Müller2016-02-082-2/+75
| * | | | | Remove calendar-proxy support - did this ever work?Thomas Müller2016-02-082-6/+1
| * | | | | Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-087-26/+122
* | | | | | Merge pull request #22164 from owncloud/files_external-verifyThomas Müller2016-02-083-0/+173
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add occ command to verify storage configurationsRobin Appelman2016-02-083-0/+173
| | |/ / / | |/| | |
* | | | | Merge pull request #22080 from owncloud/fed_share_providerThomas Müller2016-02-0821-25/+1854
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added tests for used partsRoeland Jago Douma2016-02-084-3/+450
| * | | | Fix intergration testsRoeland Jago Douma2016-02-081-0/+1
| * | | | Fix unit testsRoeland Jago Douma2016-02-082-4/+11
| * | | | Force app to be always enabled for nowRoeland Jago Douma2016-02-081-3/+4
| * | | | Respect not allowing outgoing sharesRoeland Jago Douma2016-02-085-10/+65
| * | | | Update OCS Share API to use federated share providerRoeland Jago Douma2016-02-082-15/+31
| * | | | Add federated share provider to coreRoeland Jago Douma2016-02-082-0/+53
| * | | | implementation of the federated share providerBjoern Schiessle2016-02-0811-1/+1250
| |/ / /
* | | | Merge pull request #22168 from owncloud/fix-some-dav-sharing-uxThomas Müller2016-02-083-22/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Fix PHPDocLukas Reschke2016-02-081-5/+7
| * | | Adding common name to shareeThomas Müller2016-02-083-4/+7
| * | | Original resources should not be overwritten by shared resourcesThomas Müller2016-02-082-13/+19
|/ / /
* | | Merge pull request #22190 from owncloud/fix_22189Thomas Müller2016-02-082-2/+2
|\ \ \
| * | | Even single shares are returned as arrayRoeland Jago Douma2016-02-082-2/+2
| |/ /
* | | Merge pull request #22138 from owncloud/comments-collapseThomas Müller2016-02-082-4/+68
|\ \ \
| * | | Collapse long commentsVincent Petry2016-02-082-4/+68
|/ / /
* | | Merge pull request #22156 from owncloud/share2_unshare_ifexpiredThomas Müller2016-02-083-3/+239
|\ \ \
| * | | Fix exception on deleteRoeland Jago Douma2016-02-061-1/+6
| * | | getSharesBy should also expire link sharesRoeland Jago Douma2016-02-063-2/+151
| * | | Delete expired share when fetched by idRoeland Jago Douma2016-02-062-0/+35
| * | | Delete a link share if it is expired on accessRoeland Jago Douma2016-02-062-1/+48