summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
| * | | | | Add test for unparseable stringPatrick Paysant2016-12-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Implements all comments from @PVince81Patrick Paysant2016-12-192-48/+46
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Adding computerFileSize in OC.UtilPatrick Paysant2016-12-192-0/+66
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #2757 from nextcloud/cron-5.6Lukas Reschke2016-12-191-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Also check in cron for old php version
| * | | | Also check in cron for old php versionRoeland Jago Douma2016-12-191-0/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes #2756 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2752 from ↵Lukas Reschke2016-12-191-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/issue-2675-dont-allow-firefox-to-store-the-space Use a form so firefox doesn't try to save the space as a password
| * | | | Use a form so firefox doesn't try to save the space as a passwordJoas Schilling2016-12-191-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>