summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-10-13964-41170/+2710
|
* Merge pull request #23286 from nextcloud/design/deleted-sortingMorris Jobke2020-10-134-4/+6
|\ | | | | Sort deleted files by most recently deleted first
| * Sort deleted files by most recently deleted firstJan C. Borchardt2020-10-134-4/+6
| | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #23021 from nextcloud/notify-saved-login-authblizzz2020-10-131-14/+56
|\ \ | | | | | | allow using saved login credentials for notify
| * | also give storage backend it's change to manipulate the configRobin Appelman2020-10-071-0/+9
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | allow using saved login credentials for notifyRobin Appelman2020-09-231-14/+47
| | | | | | | | | | | | | | | | | | when only the user is provided, we use to provided user to try and get saved login credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #23409 from nextcloud/fix/cache-entry-array-accessMorris Jobke2020-10-132-2/+8
|\ \ \ | | | | | | | | The file cache entry is array accessible
| * | | The file cache entry is array accessibleChristoph Wurst2020-10-132-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | … so let's make this part of our API. We use it as array already. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #23410 from nextcloud/fix/encryption-decrypt-position-typeMorris Jobke2020-10-133-3/+3
|\ \ \ \ | | | | | | | | | | The encryption decrypt position can be int or string
| * | | | The encryption decrypt position can be int or stringChristoph Wurst2020-10-133-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The public API said string, internally we treated it as int. In reality both are used. Let's reflect that in the documented argument type. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #23398 from ↵Morris Jobke2020-10-131-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2020-10-131-5/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #23295 from ↵Morris Jobke2020-10-131-3/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/versions-no-space-no-versions-undefined-index Fix undefined index and consequential damages in versions code
| * | | | | Return all keys in getAllVersions() insteadMorris Jobke2020-10-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user has no space and there are no versions, there won't be an `all` index in the versions entry. Hence this triggers a warning and becomes `null`, afterwards `count`, `foreach` and friends will happily throw even more warnings and errors because they don't want to play with `null`. Thus adding a fallback to an empty array. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #23402 from nextcloud/bugfix/noid/encode-logoutMorris Jobke2020-10-133-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Encode requesttoken for logout url in auto logout
| * | | | | | Encode requesttoken for logout url in auto logoutJulius Härtl2020-10-133-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #23350 from st3iny/fix/14849/share-api-preview-availabilityMorris Jobke2020-10-136-5/+104
|\ \ \ \ \ \ | | | | | | | | | | | | | | Inidicate preview availability in share api responses
| * | | | | | Indicate preview availability in share api responsesRichard Steinmetz2020-10-136-5/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #23345 from nextcloud/fix/scrollbarsJohn Molakvoæ2020-10-131-3/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Increase scrollbar sizes
| * | | | | | Increase scrollbar sizesJohn Molakvoæ (skjnldsv)2020-10-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #23382 from ↵Joas Schilling2020-10-1323-99/+93
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/psr-logger-in-authentication Use PSR logger in authentication
| * | | | | | | Fix more testsJoas Schilling2020-10-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Use PSR logger in authenticationJoas Schilling2020-10-1222-97/+90
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #23396 from nextcloud/tests/22305/flipping-versioningtestJoas Schilling2020-10-131-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | VersioningTest.php:729 is unreliable and should be disabled
| * | | | | | VersioningTest:729 is unreliable and should be disabledMorris Jobke2020-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-10-1314-2/+22
| | | | | | |
* | | | | | | Merge pull request #23274 from nextcloud/3rdparty/symfony/4.4.15Morris Jobke2020-10-121-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [3rdparty] Bump symfony deps to 4.4.15
| * | | | | | [3rdparty] Bump symfony deps to 4.4.15Roeland Jago Douma2020-10-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #23300 from sharidas/transfer-ownership-same-userMorris Jobke2020-10-121-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stop transfer of ownership between same users
| * | | | | | | Stop transfer of ownership between same usersSujith Haridasan2020-10-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop the transfer of ownership between same user. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
* | | | | | | | Merge pull request #23317 from nextcloud/fix/contact-updateMorris Jobke2020-10-122-2/+54
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | handle nested properties for contact updates
| * | | | | | | | handle nested properties, fixes #20544call-me-matt2020-10-122-2/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
* | | | | | | | | Merge pull request #23391 from ↵Morris Jobke2020-10-121-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/23245/fix-asynccommandbus-test-failure Overwrite also the new command bus name to execute them in sync in th…
| * | | | | | | | Overwrite also the new command bus name to execute them in sync in the testsMorris Jobke2020-10-121-0/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Followup to #23245 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | Merge pull request #23378 from R0Wi/bugfix/registration_typoMorris Jobke2020-10-122-4/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix typo 'shared'
| * | | | | | | | Fix code styleMorris Jobke2020-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | | Fix typo 'shared'Robin Windey2020-10-122-4/+14
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #23379 from nextcloud/fix/recent-contacts-federatedJohn Molakvoæ2020-10-123-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Drop X-NEXTCLOUD-UIDJohn Molakvoæ (skjnldsv)2020-10-122-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | | Expose CLOUD federation for local users as wellJohn Molakvoæ (skjnldsv)2020-10-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #23284 from st3iny/fix/noid/adminpass-strengthify-marginMorris Jobke2020-10-121-1/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix adminpass strengthify margin
| * | | | | | | | | Fix adminpass strengthify marginRichard Steinmetz2020-10-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | | | Merge pull request #23371 from ↵Christoph Wurst2020-10-121-2/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/psalm-typed-bootstrap-registration-context Add Psalm type for the bootstrap registration context
| * | | | | | | | | Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can potentially catch a few bugs with wrong class strings. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #23323 from nextcloud/dependabot/npm_and_yarn/moment-2.29.1John Molakvoæ2020-10-128-10/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Bump moment from 2.29.0 to 2.29.1
| * | | | | | | | Bump moment from 2.29.0 to 2.29.1dependabot-preview[bot]2020-10-128-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.0 to 2.29.1. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.0...2.29.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | | | Merge pull request #23310 from nextcloud/enhancement/psalm-typed-qb-mapperMorris Jobke2020-10-127-3/+33
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add template typing to the QBMapper
| * | | | | | | | Type some of the core mappersChristoph Wurst2020-10-126-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | | | Add template typing to the QBMapperChristoph Wurst2020-10-121-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The QBMapper is kind of a generic type, though this concept does not exist in php. Hence you have a lot of type coercion in subtypes (mappers in the individual apps) because you suddenly don't expect an Entity[] but your specific type. Luckily Psalm lets us type those. Then in the subclass you can psalm-implement the mapper with a concrete type and psalm will do all the magic to ensure types are used correctly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>