aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #22227 from owncloud/appmanager-hooksThomas Müller2016-02-095-9/+116
|\
| * Send events when enabling and disabling of appsArthur Schiwon2016-02-095-9/+116
* | Merge pull request #22232 from owncloud/fix-user-settings-navigationThomas Müller2016-02-091-3/+0
|\ \
| * | fixes #22221Thomas Müller2016-02-091-3/+0
* | | Merge pull request #22220 from owncloud/enc-fixfilesizelogicwithpartfileThomas Müller2016-02-091-1/+7
|\ \ \
| * | | Fix part file partial cache logic in encryption codeVincent Petry2016-02-091-1/+7
* | | | Merge pull request #22223 from owncloud/git-ignore-ackrcThomas Müller2016-02-091-0/+3
|\ \ \ \
| * | | | ignore ack config fileblizzz2016-02-081-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #22231 from owncloud/remove_modify_ajax_share.phpThomas Müller2016-02-091-86/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove modifying calls in ajax/share.phpRoeland Jago Douma2016-02-091-86/+0
* | | | Merge pull request #22199 from owncloud/multiple_checksumsThomas Müller2016-02-092-8/+75
|\ \ \ \
| * | | | For possible future usage allow multiple checksumsRoeland Jago Douma2016-02-082-8/+75
* | | | | Merge pull request #22217 from owncloud/fix_22215Thomas Müller2016-02-091-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Federates shares have to set a file_targetRoeland Jago Douma2016-02-081-0/+6
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0988-84/+134
| |_|_|/ |/| | |
* | | | 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