summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-09-15230-374/+716
|
* Merge pull request #22860 from nextcloud/fix/22796/update-l10nignoreMorris Jobke2020-09-1510-21/+11
|\ | | | | Update .l10nignore for apps to exclude bundled JS files
| * Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-1510-21/+11
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #22857 from nextcloud/bugfix/activity-490/doc-fixesMorris Jobke2020-09-151-0/+2
|\ | | | | It is very highly recommended to set an object for better filtering
| * It is very highly recommended to set an object for better filteringJoas Schilling2020-09-151-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #22858 from nextcloud/fix/translations/ignore_assetsRoeland Jago Douma2020-09-152-0/+4
|\ \ | | | | | | Ignore bundled assets in l10n
| * | Ignore bundled assets in l10nRoeland Jago Douma2020-09-152-0/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #22854 from nextcloud/bugfix/noid/unified-searchRoeland Jago Douma2020-09-153-8/+9
|\ \ \ | |_|/ |/| | Bugfix/noid/unified search
| * | Use absolute URLs on search results for the clientsJoas Schilling2020-09-152-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add an ETag for the search providersJoas Schilling2020-09-151-3/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #22852 from ↵Roeland Jago Douma2020-09-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/mention-in-the-settings-the-side-effect-of-outgoing-federated-shares Mention in the settings the side effect of outgoing federated shares
| * | | Mention in the settings the side effect of outgoing federated sharesDaniel Calviño Sánchez2020-09-151-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Currently outgoing federated shares need to be enabled to allow WebDAV access to public shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #22822 from ↵dependabot-preview[bot]2020-09-146-10/+10
|\ \ \ | |_|/ |/| | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-dashboard-1.0.0
| * | Bump @nextcloud/vue-dashboard from 0.1.8 to 1.0.0dependabot-preview[bot]2020-09-146-10/+10
|/ / | | | | | | | | | | | | | | Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.8 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.8...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #22801 from nextcloud/bugfix/noid/status_event_busRoeland Jago Douma2020-09-145-10/+44
|\ \ | | | | | | Emit event on status-change
| * | Emit event on status-changeGeorg Ehrke2020-09-145-10/+44
|/ / | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #22626 from ↵Roeland Jago Douma2020-09-1413-17/+14
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.15 Bump dompurify from 2.0.14 to 2.0.15
| * | Bump dompurify from 2.0.14 to 2.0.15dependabot-preview[bot]2020-09-1413-17/+14
|/ / | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #22761 from ↵Morris Jobke2020-09-141-1/+216
|\ \ | | | | | | | | | | | | nextcloud/extend-integration-tests-for-files-transfer-ownership-command Extend integration tests for "files:transfer-ownership" command
| * | Add integration tests for transferring ownership of resharesDaniel Calviño Sánchez2020-09-101-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only transferring ownership of a reshare with a group to a user in the group is possible. When transferring ownership of a reshare with another user or with a group to a user not in the group restoring the share fails (but the command succeeds, it only fails for the specific files that are reshares). When transferring ownership of a path that is a reshare the command fails (as when a specific path is provided the path tries to move the file, it does not take into account reshares). The added integration tests reflect the above behaviours. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Check share ownership after transferring file ownershipDaniel Calviño Sánchez2020-09-101-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | The integration tests did not verify that the shares were actually transferred between the users (or that they were removed due to being transferred to the sharee). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Check whether file exists or not after transferring ownershipDaniel Calviño Sánchez2020-09-101-1/+54
| | | | | | | | | | | | | | | | | | | | | The integration tests did not verify that the files were actually transferred between the users, only that the files were downloadable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #22800 from nextcloud/fix/settings-searchJohn Molakvoæ2020-09-1448-78/+105
|\ \ \ | | | | | | | | Add users and apps inner search and add HeaderMenu cancel
| * | | Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-1448-78/+105
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #22799 from ↵Morris Jobke2020-09-141-0/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-log-microsoft-webdav-client-trying-to-tag Don't log Microsoft WebDAV client trying to tag things
| * | | Don't log Microsoft WebDAV client trying to tag thingsJoas Schilling2020-09-111-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #22820 from ↵dependabot-preview[bot]2020-09-1436-39/+48
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5
| * | | | Bump @nextcloud/vue from 2.6.4 to 2.6.5dependabot-preview[bot]2020-09-1436-39/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #22821 from ↵Roeland Jago Douma2020-09-142-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.4 Bump webpack-merge from 5.1.3 to 5.1.4
| * | | | | Bump webpack-merge from 5.1.3 to 5.1.4dependabot-preview[bot]2020-09-122-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.3...v5.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #22797 from nextcloud/fix/search/filesJohn Molakvoæ2020-09-141-1/+11
|\ \ \ \ \ | | | | | | | | | | | | Fix files search provider
| * | | | | Fix files search providerRoeland Jago Douma2020-09-111-1/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The move to OCS make it so no filesystem is setup. This makes the static file search code do boom. Explicitly getting the users filesystem helps. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #22809 from nextcloud/bugfix/noid/remove-unneeded-isset-checkJoas Schilling2020-09-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Remove unneeded isset check
| * | | | | Remove unneeded isset checkJoas Schilling2020-09-111-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #22808 from nextcloud/dashboard/readme-creditsRoeland Jago Douma2020-09-141-3/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | | Dashboard: Add photo credits and background picture requirements to Readme
| * | | | Dashboard: Add photo credits and background picture requirements to ReadmeJan C. Borchardt2020-09-111-3/+31
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #22770 from nextcloud/bugfix/noid/urldecode_principal_uriJohn Molakvoæ2020-09-141-1/+5
|\ \ \ \
| * | | | Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-101-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #22806 from nextcloud/fix/unified-search-indexed-resultJohn Molakvoæ2020-09-121-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fix serializing indexed unified search array as object
| * | | | Fix serializing indexed unified search array as objectChristoph Wurst2020-09-111-1/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We expect an array of results from the search provider. If the search provider returns an array with indexes, php will serialize it as object, not as array (to preserve the keys). The client doesn't need this info, so we should just discard it and take the values only to always render a JSON array. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #22791 from nextcloud/fix/noid/ldap-backend-added-post-eventsMorris Jobke2020-09-111-3/+3
|\ \ \ \ | | | | | | | | | | announce added user and group backend later as there might be interdeps
| * | | | announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #22395 from nextcloud/fix/settings-chunksJohn Molakvoæ2020-09-1029-34/+32
|\ \ \ \
| * | | | Compile assetsJohn Molakvoæ (skjnldsv)2020-09-1020-0/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fix settings chunk loadingJohn Molakvoæ (skjnldsv)2020-09-1024-40/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #22562 from nextcloud/version/20.0.0/beta4v20.0.0beta4Roeland Jago Douma2020-09-101-2/+2
|\ \ \ \ \ | | | | | | | | | | | | 20 beta 4
| * | | | | 20 beta 4Roeland Jago Douma2020-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #22780 from nextcloud/bugfix/20921John Molakvoæ2020-09-101-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix tense of updater logs
| * | | | | Fix tense of updater logsNils Wittenbrink2020-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* | | | | | Merge pull request #22635 from ↵Roeland Jago Douma2020-09-1032-42/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1 Bump @nextcloud/l10n from 1.4.0 to 1.4.1