summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 #23410 from nextcloud/fix/encryption-decrypt-position-typeMorris Jobke2020-10-132-2/+2
|\ \ \ | | | | | | | | The encryption decrypt position can be int or string
| * | | The encryption decrypt position can be int or stringChristoph Wurst2020-10-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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 #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 #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-1310-2/+16
| |_|/ / / |/| | | |
* | | | | 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>
* | | | | | 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 #23323 from nextcloud/dependabot/npm_and_yarn/moment-2.29.1John Molakvoæ2020-10-122-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Bump moment from 2.29.0 to 2.29.1
| * | | | | Bump moment from 2.29.0 to 2.29.1dependabot-preview[bot]2020-10-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-122-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add template typing to the QBMapper
| * | | | | Type some of the core mappersChristoph Wurst2020-10-122-0/+6
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / | | | Bump @nextcloud/vue from 2.6.9 to 2.7.0dependabot-preview[bot]2020-10-1234-36/+45
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.9 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.9...v2.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-1220-10/+76
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-1110-18/+60
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-1034-8/+258
| | | |
* | | | Merge pull request #23264 from nextcloud/bug/23177/escape-htmlRoeland Jago Douma2020-10-091-0/+8
|\ \ \ \ | | | | | | | | | | Add local version of escapeHTML
| * | | | Add local version of escapeHTMLDaniel Kesselberg2020-10-071-0/+8
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-0936-2/+242
| |/ / |/| |
* | | Merge pull request #23161 from nextcloud/enh/noid/setup-checks2Roeland Jago Douma2020-10-082-46/+0
|\ \ \ | | | | | | | | Remove setup check for php mail
| * | | Remove setup check for php mailDaniel Kesselberg2020-10-032-46/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Use PSR Logger in event dispatcherJoas Schilling2020-10-081-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #23275 from nextcloud/fix/dashboard-statuses-sortRoeland Jago Douma2020-10-083-4/+13
|\ \ \ \ | | | | | | | | | | Fix dashboard statuses sort
| * | | | fix dashboard statuses sort functionJulien Veyssier2020-10-083-4/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #23279 from nextcloud/enh/weather-favoritesRoeland Jago Douma2020-10-087-4/+144
|\ \ \ \ \ | | | | | | | | | | | | Add favorite weather locations
| * | | | | add favorite weather locationsJulien Veyssier2020-10-087-4/+144
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #23020 from nextcloud/disable-notify-self-checkRobin Appelman2020-10-081-1/+10
|\ \ \ \ \ | | | | | | | | | | | | add option to disable notify self check
| * | | | | add option to disable notify self checkRobin Appelman2020-09-231-1/+10
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix the user remove from group in UISujith Haridasan2020-10-083-4/+4
| |/ / / |/| | | | | | | | | | | | | | | | | | | Fix the removal of user from the group in UI. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-10-0870-62/+160
| | | |
* | | | Merge pull request #21860 from nextcloud/techdebt/encryption-psr-containerMorris Jobke2020-10-071-74/+77
|\ \ \ \ | |_|_|/ |/| | | Migrate encryption to the PSR container
| * | | Migrate encryption to the PSR containerChristoph Wurst2020-10-071-74/+77
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Bump @nextcloud/vue to v2.6.9John Molakvoæ (skjnldsv)2020-10-0734-36/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Upgrade lifecycle and vue parent contextJohn Molakvoæ (skjnldsv)2020-10-0725-116/+165
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Move Files Sidebar to proper javascript standardJohn Molakvoæ (skjnldsv)2020-10-077-117/+124
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-0748-130/+174
| | |
* | | Merge pull request #23129 from nextcloud/enh/noid/tests-user-statusMorris Jobke2020-10-062-1/+27
|\ \ \ | | | | | | | | More tests for user_status