aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-146-0/+21
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
| | | | | | Fixing 32bit CI on PHP>=8.3 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix setting static property in tests on PHP 8.3Côme Chilliet2023-08-142-3/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-filesDaniel2023-08-141-1/+1
|\ | | | | fix: copy-and-delete fallback should use unlink
| * fix: copy-and-delete fallback should use unlinkDaniel Kesselberg2023-07-311-1/+1
| | | | | | | | | | | | because rmdir does not work for files. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #39850 from nextcloud/nulCoalSimplDaniel2023-08-141-24/+4
|\ \ | | | | | | Code simplification using null coalescing
| * | Code simplification using null coalescingGit'Fellow2023-08-131-24/+4
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-146-4/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39568 from nextcloud/caldav-share-preloadRobin Appelman2023-08-144-5/+103
|\ \ \ | | | | | | | | Calendar optimizations
| * | | cache calendar objects from calendarQueryRobin Appelman2023-07-261-5/+30
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | preload shares for calendars when listing calendarsRobin Appelman2023-07-264-0/+73
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #39820 from nextcloud/l10n-files-remindersJoas Schilling2023-08-142-1/+6
|\ \ \ \ | | | | | | | | | | Add l10n for files_reminders
| * | | | Add l10n for files_remindersChristopher Ng2023-08-112-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1478-206/+214
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39218 from ↵F. E Noel Nfebe2023-08-134-85/+64
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/32127-migrate-parts-of-files-from-ilogger Migrate parts of files app away from depecrated Ilogger
| * | | | Migrate parts of files app away from depecrated Iloggerfenn-cs2023-08-134-85/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | Merge pull request #39846 from nextcloud/pgSQLCheckRemoveDaniel2023-08-131-40/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove check for very old PGsql version
| * | | | | Fix lintGit'Fellow2023-08-131-1/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | Remove check for very old PGsql Git'Fellow2023-08-131-39/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #39848 from nextcloud/39804-wrap-org-name-login-formSimon L2023-08-133-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Wrap long productName on login form
| * | | | | Wrap long productName on login formfenn-cs2023-08-133-3/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves : https://github.com/nextcloud/server/issues/39804 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1330-70/+104
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39836 from ↵dependabot[bot]2023-08-122-6/+12
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/node-7.22.10
| * | | | chore(deps-dev): Bump @babel/node from 7.22.6 to 7.22.10dependabot[bot]2023-08-122-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.22.6 to 7.22.10. - [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.22.10/packages/babel-node) --- updated-dependencies: - dependency-name: "@babel/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #39834 from ↵dependabot[bot]2023-08-122-6/+33
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.14.0
| * | | | chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0dependabot[bot]2023-08-122-6/+33
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.13.3 to 2.14.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-12150-184/+2678
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39806 from nextcloud/fix/update-check-no-internetJoas Schilling2023-08-112-2/+32
|\ \ \ \ | |/ / / |/| | | fix(updatenotification): Skip update check
| * | | test(updatenotification): No internetChristopher Ng2023-08-111-2/+27
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(updatenotification): Skip update checkChristopher Ng2023-08-111-0/+5
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #39700 from ↵Joas Schilling2023-08-112-2/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/debt/noid/invitation-response-close-cursor fix: close cursor after reading the invitation
| * | | fix: close cursor after reading the invitationDaniel Kesselberg2023-08-102-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #39575 from ↵Ferdinand Thiessen2023-08-115-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-better-untested-app-button-wording-1 "Allow untested app" wording
| * | | | "Allow untested app" wordingJérôme Herbinet2023-08-115-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | Merge pull request #38082 from nextcloud/allow-wasm-unsafe-eval-in-cspJoas Schilling2023-08-116-1/+43
|\ \ \ \ \ | |/ / / / |/| | | | Allow "wasm-unsafe-eval" in CSP
| * | | | Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-106-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a page has a Content Security Policy header and the `script-src` (or `default-src`) directive does not contain neither `wasm-unsafe-eval` nor `unsafe-eval` loading and executing WebAssembly is blocked in the page (although it is still possible to load and execute WebAssembly in a worker thread). Although the Nextcloud classes to manage the CSP already supported allowing `unsafe-eval` this affects not only WebAssembly, but also the `eval` operation in JavaScript. To make possible to allow WebAssembly execution without allowing JavaScript `eval` this commit adds support for allowing `wasm-unsafe-eval`. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #39716 from nextcloud/feature/openapi/ciJulien Veyssier2023-08-115-0/+314
|\ \ \ \ \ | | | | | | | | | | | | Add OpenAPI CI
| * | | | | Add OpenAPI CODEOWNERSjld31032023-08-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | | Add OpenAPI CIjld31032023-08-111-74/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | | Add OpenAPI checkerjld31032023-08-111-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | | Install openapi-extractorjld31032023-08-113-0/+352
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Merge pull request #39809 from nextcloud/fix/openapi/coreJulien Veyssier2023-08-112-2/+281
|\ \ \ \ \ | | | | | | | | | | | | Fix text processing OpenAPI
| * | | | | Fix text processing OpenAPIjld31032023-08-112-2/+281
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1132-20/+146
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39798 from nextcloud/enh/reminder-optionsAndy Scherzinger2023-08-103-23/+22
|\ \ \ \ \ | |_|/ / / |/| | | | enh(files_reminders): Adjust reminder options
| * | | | chore: compile assetsChristopher Ng2023-08-102-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
|/ / / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #39655 from nextcloud/appecosystem-authAndy Scherzinger2023-08-103-0/+35
|\ \ \ \ | | | | | | | | | | AppEcosystem Authentification
| * \ \ \ Merge branch 'master' into appecosystem-authAndrey Borysenko2023-08-10912-31726/+16217
| |\ \ \ \
| * | | | | Fix psalm ci (stub). Wrap server container with try-catchAndrey Borysenko2023-08-023-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>