summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fallback to share link owner when no owner foundVincent Petry2016-12-221-0/+10
| | | | | | | | | | | | When creating link shares from external storage, the filesystem cannot find an owner in some scenarios (ex: system-wide mounts). In such cases, fall back to using the current user's trashbin which happens to also be the user who created the link share. Fixes an issue where this scenario made deletion impossible due to missing user information. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2803 from nextcloud/hide-notification-for-updatesJoas Schilling2016-12-221-1/+2
|\ | | | | Hide update notification if notification center is enabled
| * Hide update notification if notification center is enabledMorris Jobke2016-12-211-1/+2
| | | | | | | | | | | | * then the notification center already contains this info Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2811 from nextcloud/extended_apcu_casLukas Reschke2016-12-221-0/+12
|\ \ | | | | | | Extend APCu test with int CAS
| * | Extend APCu test with int CASRoeland Jago Douma2016-12-211-0/+12
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2808 from alantygel/patch-1Morris Jobke2016-12-221-1/+1
|\ \ \ | | | | | | | | Translation string corrected > 1 user
| * | | Translation string corrected > 1 userAlan Tygel2016-12-211-1/+1
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2016-12-228-2/+8
|/ /
* | Merge pull request #2792 from nextcloud/update-drone-imagesMorris Jobke2016-12-211-9/+9
|\ \ | | | | | | update drone images to latest version
| * | update drone images to latest versionMorris Jobke2016-12-201-9/+9
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2796 from nextcloud/set-exit-code-to-1-if-test-is-failingMorris Jobke2016-12-211-2/+5
|\ \ | | | | | | Set exit code to 1 if integration test is failing
| * | Set exit code to 1 if integration test is failingLukas Reschke2016-12-201-2/+5
| |/ | | | | | | | | | | Before it just checked the unit tests and ignored the integration test results. See https://drone.nextcloud.com/nextcloud/server/3374/35 for details. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2758 from nextcloud/only-one-dav-backendLukas Reschke2016-12-216-25/+76
|\ \ | | | | | | Register only one dav backend
| * | Adjust integration test to Nextcloud brandingLukas Reschke2016-12-191-2/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix error when $view is null when being passed into some pluginsThomas Müller2016-12-192-24/+27
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix "Call to a member function getUID() on null"Thomas Müller2016-12-191-0/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | No challenge within federated authThomas Müller2016-12-191-0/+8
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Allow registration of federated authThomas Müller2016-12-191-4/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Register only one dav auth backendThomas Citharel2016-12-191-4/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add test for duplicate 401 headers on DAVVincent Petry2016-12-192-0/+40
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-218-52/+292
|\ \ \ | | | | | | | | [downstream] Report failures for SignApp and SignCore
| * | | Add proper testsLukas Reschke2016-12-196-49/+220
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Update testsVictor Dubiniuk2016-12-161-1/+18
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-164-19/+71
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #2784 from nextcloud/2fa_command_testsLukas Reschke2016-12-212-0/+198
|\ \ \ \ | | | | | | | | | | Add tests for 2FA commands
| * | | | Add tests for 2FA commandsRoeland Jago Douma2016-12-202-0/+198
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2016-12-2112-2/+16
| |_|_|/ |/| | |
* | | | Merge pull request #2790 from nextcloud/update-integration-test-imageMorris Jobke2016-12-201-20/+20
|\ \ \ \ | | | | | | | | | | Update integration test image
| * | | | Update integration test imageLukas Reschke2016-12-201-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the composer dependencies so running the tests should now be faster again… Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #2273 from nextcloud/fix_invalid_calendarLukas Reschke2016-12-205-0/+452
|\ \ \ \ \ | | | | | | | | | | | | Add DAV repair step to fix calendar data
| * | | | | Add DAV repair step to fix calendar dataRoeland Jago Douma2016-11-245-0/+452
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #2789 from nextcloud/add-smb-testsLukas Reschke2016-12-209-264/+115
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add SMB tests execution and execute files_external tests
| * | | | | Run coverageLukas Reschke2016-12-201-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Add SMB tests and execute files_external testsLukas Reschke2016-12-209-264/+105
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #2719 from nextcloud/behat-transferownershipLukas Reschke2016-12-207-21/+414
|\ \ \ \ \ | | | | | | | | | | | | [downstream] Behat transferownership
| * | | | | Fix finding transferred folder in integration testsVincent Petry2016-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Adjust to Nextcloud changesLukas Reschke2016-12-192-13/+41
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Add transfer ownership integration tests (#26543)Vincent Petry2016-12-196-40/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #2769 from nextcloud/improve_user_user_coverageMorris Jobke2016-12-201-49/+204
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve OC\User\User coverage
| * | | | | | Improve OC\User\User coverageRoeland Jago Douma2016-12-201-49/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #2765 from nextcloud/kill-repairlegacystoragesChristoph Wurst2016-12-205-582/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | [downstream] Remove obsolete RepairLegacyStorages repair step
| * | | | | | Update autoloader filesLukas Reschke2016-12-192-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Remove obsolete RepairLegacyStorages repair stepVincent Petry2016-12-193-580/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-12-20204-404/+1578
| | | | | |
* | | | | | Merge pull request #2774 from nextcloud/fix-2585Lukas Reschke2016-12-201-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove frequent, unimportant log message
| * | | | | | remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2585 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #2764 from nextcloud/fix-groupshare-sharetimesortChristoph Wurst2016-12-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [downstream] When grouping shares, sort by stime then id (#26777)
| * | | | | | When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If share times are equal, the first share should still win instead of having the shares swapped. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #2762 from nextcloud/add-js-computerFileSizeLukas Reschke2016-12-192-0/+76
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [downstream] Add js computer file size
| * | | | | Verify input, add more unit testsPatrick Paysant2016-12-192-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>