aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26049 from nextcloud/search-file-limit-resultsRoeland Jago Douma2021-03-121-2/+3
|\ | | | | limit constructing of result objects in file search
| * limit constructing of result objects in file searchRobin Appelman2021-03-111-2/+3
| | | | | | | | | | | | | | | | even thought we currently have no proper way of limiting the search itself, we can at least limit the construction of the result objects. this saves about 40% of the time spend in the search request in my local testing Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #26080 from ↵blizzz2021-03-121-3/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/only-clear-known-users-when-we-had-at-least-one-phonebook-entry Only clear known users when we had at least one phonebook entry
| * | Only clear known users when we had at least one phonebook entryJoas Schilling2021-03-121-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-1266-162/+186
| | |
* | | Merge pull request #26067 from nextcloud/techdept/psalm/trashbin/executeRoeland Jago Douma2021-03-111-9/+9
|\ \ \ | | | | | | | | Cleanp execute usage in the trashbin
| * | | Cleanp execute usage in the trashbinRoeland Jago Douma2021-03-111-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #26066 from nextcloud/techdept/psalm/type_errorRoeland Jago Douma2021-03-111-1/+1
|\ \ \ \ | | | | | | | | | | Fix type error in CheckBackupCodes bg job
| * | | | Fix type error in CheckBackupCodes bg jobRoeland Jago Douma2021-03-111-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #26068 from nextcloud/bugfix/noid/fix-comments-value-updateJohn Molakvoæ2021-03-113-4/+5
|\ \ \ \ | | | | | | | | | | Fix comments field value update
| * | | | Fix comments field value updateVincent Petry2021-03-113-4/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue where the comment field value was not properly read out of the rich content field. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #26064 from nextcloud/techdept/psalm/type_oauth_dbRoeland Jago Douma2021-03-112-1/+7
|\ \ \ \ | |/ / / |/| | | Add psalm annotation to the DB handlers of OAuth2
| * | | Add psalm annotation to the DB handlers of OAuth2Roeland Jago Douma2021-03-112-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Psalm annotations * To new executeUpdate Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #26057 from ↵dependabot-preview[bot]2021-03-1170-84/+97
|\ \ \ \ | |_|_|/ |/| | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.7.2
| * | | Fix SharingInput MultiselectJohn Molakvoæ (skjnldsv)2021-03-1114-24/+22
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Compile jsJohn Molakvoæ (skjnldsv)2021-03-1160-60/+75
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #25569 from nextcloud/JakubOnderka-patch-1Christoph Wurst2021-03-111-1/+1
|\ \ \ \ | |/ / / |/| | | file-upload: Correctly handle error responses for HTTP2
| * | | file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-03-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
* | | | Merge pull request #26019 from ste101/patch-1Roeland Jago Douma2021-03-111-1/+1
|\ \ \ \ | | | | | | | | | | Allow webp as background image
| * | | | Allow webp as background imageste1012021-03-091-1/+1
| | | | |
* | | | | Merge pull request #25911 from nextcloud/bugfix/noid/fix-share-password-savingChristoph Wurst2021-03-113-4/+7
|\ \ \ \ \ | | | | | | | | | | | | Only clear share password model when actually saved
| * | | | | Only clear share password model when actually savedVincent Petry2021-03-113-4/+7
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of always clearing the password in the share model, now only do it when it was actually saved. Fixes an issue where saving another field would clear the password too early and prevent it to be saved when the dropdown closed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #26032 from ↵Vincent Petry2021-03-113-35/+19
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdept/psalm/requesthandlerController_loggerinterface Move requesthandler controller to LoggerInterface
| * | | | Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-103-35/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * LoggerInterface * executeUpdate * log exception when there is one (just so we ahve the trace) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #26031 from ↵Joas Schilling2021-03-1122-225/+356
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/allow-autocomplete-based-on-phone-sync Allow autocomplete based on phone sync
| * | | | | Rename some parameters and methods to make the API more clearJoas Schilling2021-03-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Also clear the knownUser when changing via the settings endpointJoas Schilling2021-03-102-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix CS hopefullyJoas Schilling2021-03-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-105-14/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add a hint that the settings are OR basedJoas Schilling2021-03-102-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-1010-36/+79
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling2021-03-104-178/+57
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add a service to find out if a user knows another userJoas Schilling2021-03-103-30/+44
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Delete matches when the user is being deletedJoas Schilling2021-03-104-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Delete matches when a user changes their phone numberJoas Schilling2021-03-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Store when a user knows another user based on phone numberJoas Schilling2021-03-101-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-118-24/+26
| | | | | |
* | | | | | Merge pull request #25940 from ↵Roeland Jago Douma2021-03-1031-31/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-5.1.1 Bump css-loader from 5.0.1 to 5.1.1
| * | | | | Bump css-loader from 5.0.1 to 5.1.1dependabot-preview[bot]2021-03-1031-31/+31
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #26029 from nextcloud/enh/boostrap/provisioning_apikesselb2021-03-101-20/+32
|\ \ \ \ \ | |/ / / / |/| | | | Provisioning API to IBootstrap
| * | | | Fix some psalm warningsJoas Schilling2021-03-101-17/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25537 from nextcloud/dependabot/npm_and_yarn/marked-2.0.0Roeland Jago Douma2021-03-105-6/+6
|\ \ \ \ | | | | | | | | | | [Security] Bump marked from 1.2.8 to 2.0.0
| * | | | Bump marked from 1.2.8 to 2.0.0dependabot-preview[bot]2021-03-105-6/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 1.2.8 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.8...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | Merge pull request #26030 from nextcloud/techdept/psalm/scss-deprecationsRoeland Jago Douma2021-03-101-3/+2
|\ \ \ \ | | | | | | | | | | Fix SCSS compiler deprecated function usages
| * | | | Fix SCSS compiler deprecated function usagesRoeland Jago Douma2021-03-091-3/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25916 from nextcloud/bugfix/noid/trashbin-delete-allJulius Härtl2021-03-101-0/+3
|\ \ \ \ | | | | | | | | | | Remove trash items from other trash backends when deleting all
| * | | | Remove trash items from other trash backends when deleting allJulius Härtl2021-03-031-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-03-1016-24/+48
| |/ / / |/| | |
* | | | Bump handlebars from 4.7.6 to 4.7.7dependabot-preview[bot]2021-03-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>