summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* extend cache eventsRobin Appelman2020-11-267-5/+69
| | | | | | | | - adds cache remove event - expose storage id in event - emit events during cache move Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #24319 from ↵Christoph Wurst2020-11-266-83/+16
|\ | | | | | | | | nextcloud/techdebt/noid/streamline-user-creation-and-deletion-events Streamline user creation and deletion events
| * Streamline user creation and deletion eventsMorris Jobke2020-11-236-83/+16
| | | | | | | | | | | | CreateUserEvent was the only one that didn't matched the naming scheme of BeforePASTTENSEEvent and PASTTENSEEvent. The event wasn't used at all so this just removes it again as there is BeforeUserCreatedEvent that is also available since 18. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #24375 from ↵blizzz2020-11-263-121/+124
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/display-remote-sharers-filelist formatting remote sharer should take protocol, path into account
| * | formatting remote sharer should take protocol, path into accountArthur Schiwon2020-11-263-121/+124
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #24382 from nextcloud/bugfix/noid/urlencode-inherited-sharesChristoph Wurst2020-11-263-3/+3
|\ \ | | | | | | Properly encode path when fetching inherited shares
| * | Properly encode path when fetching inherited sharesJulius Härtl2020-11-263-3/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-11-2622-10/+102
| |
* | Merge pull request #24374 from nextcloud/bugfix/23542Christoph Wurst2020-11-251-2/+0
|\ \ | | | | | | Use proper bundles for files client and fileinfo
| * | Files client and info bundles are always loaded so we don't need to load ↵Julius Härtl2020-11-251-2/+0
| | | | | | | | | | | | | | | | | | them again Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #23912 from nextcloud/objectstore-copyRoeland Jago Douma2020-11-259-5/+115
|\ \ \ | | | | | | | | use in objectstore copy
| * | | use in objectstore copyRobin Appelman2020-11-249-5/+115
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #24357 from nextcloud/fix/vcf-export-group-multilineChristoph Wurst2020-11-251-1/+1
|\ \ \ \ | | | | | | | | | | Make sure we add new line between vcf groups exports
| * | | | Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)2020-11-241-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #24363 from ↵Christoph Wurst2020-11-251-1/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/versions-expire-storage-not-available Catch storage not available in versions expire command
| * | | | Catch storage not available in versions expire commandChristoph Wurst2020-11-251-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | External storage with session credentials is not accessible without a user session, hence background jobs and CLI commands can't work with them. The previously unhandled exception causes logged errors in the nextcloud log. This patch catches the specific exception and logs it as warnings. So for a production instance the error won't spam their logs for this non-recoverable and technically unsolvable error if the minimum log level is set to the default of 3 (error). Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #24361 from nextcloud/fix/noid/fedshares-displaynames-againChristoph Wurst2020-11-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | send expected format of cloud id
| * | | | send expected format of cloud idArthur Schiwon2020-11-241-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-11-2524-40/+62
|/ / / /
* | | | Merge pull request #24162 from nextcloud/fix/noid/fedshares-displaynamezblizzz2020-11-2411-29/+199
|\ \ \ \ | | | | | | | | | | set the display name of federated sharees from addressbook
| * | | | set the display name of federated sharees from addressbookArthur Schiwon2020-11-2411-29/+199
| | |/ / | |/| | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #24341 from nextcloud/fix/sharing-enforce-expire-checkboxblizzz2020-11-242-2/+2
|\ \ \ \ | |_|/ / |/| | | Fix the config key on the sharing expire checkbox
| * | | Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't use `shareapi_internal_enforce_expire_date` anywhere. `shareapi_enforce_internal_expire_date` is the one we want. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #24331 from nextcloud/bugfix/fix-contactsmenu-positionRoeland Jago Douma2020-11-243-2/+4
|\ \ \ \ | | | | | | | | | | Fix contacts menu position and show uid as a tooltip
| * | | | Fix contacts menu position and show uid as a tooltipJulius Härtl2020-11-243-2/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #24324 from nextcloud/td/psalm/backgroundjob_jobRoeland Jago Douma2020-11-241-3/+3
|\ \ \ \ | |/ / / |/| | | Fix the OCP\BackgroundJob\Job to make it compatible with its interface
| * | | Fix the OCP\BackgroundJob\Job to make it compatible with its interfaceRoeland Jago Douma2020-11-241-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #24315 from nextcloud/fix/23174/flow-ops-fix-default-valueblizzz2020-11-242-13/+2
|\ \ \ \ | | | | | | | | | | avoid empty null default with value that will be inserted anyways
| * | | | avoid empty null default with value that will be inserted anywaysArthur Schiwon2020-11-232-13/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #24272 from ↵dependabot-preview[bot]2020-11-243-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/jquery-migrate-3.3.2
| * | | | | Bump jquery-migrate from 3.3.1 to 3.3.2dependabot-preview[bot]2020-11-243-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/jquery/jquery-migrate/releases) - [Commits](https://github.com/jquery/jquery-migrate/compare/3.3.1...3.3.2) 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 #24323 from nextcloud/fix/comments-tab-missingRoeland Jago Douma2020-11-241-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix reverse registration and missing comments tab
| * | | | | Fix reverse registration and missing comments tabChristoph Wurst2020-11-241-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #24312 from nextcloud/bugfix/noid/fix-router-aliasRoeland Jago Douma2020-11-241-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add proper alias for internal router class
| * | | | | | Add proper alias for internal router classJulius Härtl2020-11-241-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #24271 from ↵Julius Härtl2020-11-244-337/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.7 Bump @babel/preset-env from 7.12.1 to 7.12.7
| * | | | | | Bump @babel/preset-env from 7.12.1 to 7.12.7dependabot-preview[bot]2020-11-234-337/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.1 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-preset-env) 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 #24320 from nextcloud/typo/noid/fix-typo-in-deprecatedRoeland Jago Douma2020-11-244-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix typo in @deprecated PHPDoc tag
| * | | | | | | Fix typo in @deprecated PHPDoc tagMorris Jobke2020-11-244-6/+6
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #24321 from ↵Roeland Jago Douma2020-11-241-6/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselineNextcloud-PR-Bot2020-11-241-6/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | / / [tx-robot] updated from transifexNextcloud bot2020-11-2412-18/+22
| |_|_|/ / |/| | | |
* | | | | Merge pull request #24288 from ↵Morris Jobke2020-11-232-38/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/encryption-setup-dependency-cleanup Remove unused dependencies in encryption app setup
| * | | | Remove unused dependencies in encryption app setupMorris Jobke2020-11-232-38/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #24289 from ↵Morris Jobke2020-11-233-20/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/encryption-make-application-class-dependency-free [encryption] Remove dependency fetching inside the constructor and mo…
| * | | | | [encryption] Remove dependency fetching inside the constructor and move them ↵Morris Jobke2020-11-223-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to method call parameters Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #24310 from nextcloud/perf/noid/theming-capabilitiesMorris Jobke2020-11-232-26/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Optimize check if background is themed
| * | | | | Optimize chek if background is themedJulius Härtl2020-11-232-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #24273 from ↵Roeland Jago Douma2020-11-233-106/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.12.7 Bump @babel/core from 7.12.3 to 7.12.7
| * | | | | | Bump @babel/core from 7.12.3 to 7.12.7dependabot-preview[bot]2020-11-233-106/+65
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.3 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>