aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-stringJulius Härtl2020-12-0917-165/+293
|\
| * Update psalm baselineJulius Härtl2020-12-081-15/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add temporary test for migrating int to stringJulius Härtl2020-12-081-0/+49
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust defaultJulius Härtl2020-12-087-11/+73
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not register share menu in cases where the files app has not been ↵Julius Härtl2020-12-081-1/+1
| | | | | | | | | | | | registered yet Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Get rid of database.xml in files_sharingJulius Härtl2020-12-081-120/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move columns to bigintJulius Härtl2020-12-084-5/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Migrate files_sharing to migrations and move remote_id to a string in ↵Julius Härtl2020-12-084-2/+96
| | | | | | | | | | | | share_external Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move remoteId of remote reshares to stringJulius Härtl2020-12-087-19/+72
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #24614 from nextcloud/bugfix/noid/fix-imagick-testsJulius Härtl2020-12-091-0/+4
|\ \ | | | | | | Skip the test if Imagick is misconfigured
| * | Skip the test if Imagick is misconfiguredJoas Schilling2020-12-091-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #24612 from ↵Roeland Jago Douma2020-12-091-1/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | Update psalm baselineNextcloud-PR-Bot2020-12-091-1/+0
| |/ / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-appJoas Schilling2020-12-092-1/+10
|\ \ \ | |/ / |/| | Do not update incompatible apps
| * | Do not update incompatible appsChristoph Wurst2020-12-042-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously there was no (platform) dependency check for an app that was installed before. So Nextcloud happily upgraded an app that now requires a php version newer than the current one. Which means in the lucky case you see a failing upgrade due to the language incompatibility, or in the unlucky case you see unexpected errors later in production. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-098-6/+8
| | |
* | | Merge pull request #24598 from ↵Joas Schilling2020-12-081-1/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/wrap-the-exception-to-make-debuggin-easier Make debugging migration exceptions easier
| * | | Make debugging migration exceptions easierJoas Schilling2020-12-071-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validationJoas Schilling2020-12-0833-264/+912
|\ \ \ \ | |_|_|/ |/| | | Phone number validation and search
| * | | Fix PHP code styleJoas Schilling2020-12-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a repairstep to validate the phone numbersJoas Schilling2020-12-074-1/+94
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Unit tests for searching by phone numberJoas Schilling2020-12-073-16/+56
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-073-5/+13
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add and fix unit testsJoas Schilling2020-12-071-6/+45
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a config for default region of phone numbersJoas Schilling2020-12-077-14/+125
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add an integration test for the phone search APIJoas Schilling2020-12-072-4/+65
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Also translate the phone number when coming in via the accounts manager API ↵Joas Schilling2020-12-074-28/+43
| | | | | | | | | | | | | | | | | | | | | | | | directly Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-075-3/+112
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a database table for the accounts data so we can search it betterJoas Schilling2020-12-075-3/+125
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Validate and standardize the phone number on savingJoas Schilling2020-12-071-2/+34
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Display errors that happen on savingJoas Schilling2020-12-072-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Bump 3rdparty to include giggsey/libphonenumber-for-phpJoas Schilling2020-12-071-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Also return the phone number and twitter handle on the APIJoas Schilling2020-12-071-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make code strictJoas Schilling2020-12-0714-236/+240
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #23780 from nextcloud/enh/ci/php8Roeland Jago Douma2020-12-0826-121/+201
|\ \ \ \ | | | | | | | | | | PHP8 CI
| * | | | Update psalm baselineRoeland Jago Douma2020-12-071-2/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | php cs fixRoeland Jago Douma2020-12-075-6/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Cancel 1 LDAP test for php8Roeland Jago Douma2020-12-071-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | GD imagesRoeland Jago Douma2020-12-071-2/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Harde CapabiltiesTestRoeland Jago Douma2020-12-071-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | fix appconfig testsRoeland Jago Douma2020-12-072-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | FIXME use default RC4 methodRoeland Jago Douma2020-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We should pick better default method! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix filesystem testsRoeland Jago Douma2020-12-071-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Make sure we can also run with escapedshell argsRoeland Jago Douma2020-12-071-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | We can no longe mock multiple interfacesRoeland Jago Douma2020-12-071-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix encryption testRoeland Jago Douma2020-12-071-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix locking logicRoeland Jago Douma2020-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comparrison on php8 return true while <php8 it is false. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | FIXRoeland Jago Douma2020-12-072-72/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the assertAttributeEquals got removed. So we can't run these tests anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix MoveCalendarTestRoeland Jago Douma2020-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix notifier testRoeland Jago Douma2020-12-071-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>