aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(upgrade): files_rightclick is deprecatedArthur Schiwon2023-11-021-2/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #41228 from nextcloud/automated/releases/28.0.0beta1Arthur Schiwon2023-11-021-2/+2
|\ | | | | chore: 28.0.0 beta 1
| * chore: 28.0.0 beta 1John Molakvoæ2023-11-011-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #40665 from nextcloud/fix/dav/caldav-backend-memory-footprintChristoph Wurst2023-11-021-30/+34
|\ \ | | | | | | fix(dav): Reduce CalDAV backend memory footprint
| * | fix(dav): Reduce CalDAV backend memory footprintChristoph Wurst2023-11-021-30/+34
| | | | | | | | | | | | | | | | | | | | | fetchAll inflates memory. Fetching in a loop allows GC to run earlier and more often. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #41218 from ↵Joas Schilling2023-11-025-0/+123
|\ \ \ | |/ / |/| | | | | | | | nextcloud/techdebt/noid/add-autocomplete-filter-event feat(events): Add typed event for filtering autocompletion sugges…
| * | feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-025-0/+123
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #40859 from ↵Christoph Wurst2023-11-021-1/+2
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/session/log-why-session-renewal-failed fix(session): Log why session renewal failed
| * | fix(session): Log why session renewal failedChristoph Wurst2023-10-111-1/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-022-42/+48
|\ \ \ | | | | | | | | feat(ocp): Add types and strict typing to \OCP\Group\IGroup
| * | | feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-062-42/+48
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #40899 from nextcloud/refactor/unify-running-dev-serverChristoph Wurst2023-11-021-0/+4
|\ \ \ \ | | | | | | | | | | refactor: Unify running a dev server (for automated testing)
| * | | | refactor: Unify running a dev server (for automated testing)Christoph Wurst2023-11-021-0/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #41230 from nextcloud/indexFixGit'Fellow2023-11-021-3/+4
|\ \ \ \ | | | | | | | | | | fix: add index on migration only if needed
| * | | | Return only if changedGit'Fellow2023-11-011-2/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | fix: add index on migration only if neededGit'Fellow2023-11-011-1/+3
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-02152-124/+374
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40819 from nextcloud/imaginaryGuzzleErrorsGit'Fellow2023-11-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Catch Imaginary processing errors
| * | | | Use \Throwable insteadGit'Fellow2023-11-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | Catch Imaginary processing errorsGit'Fellow2023-11-011-1/+1
|/ / / / | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #40733 from nextcloud/enh/noid/puppeteer-skip-downloadFerdinand Thiessen2023-11-016-1/+10
|\ \ \ \ | | | | | | | | | | ci: skip puppeteer chrome download
| * | | | ci: skip puppeteer chrome downloadDaniel Kesselberg2023-11-016-1/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | As per https://github.com/puppeteer/puppeteer#installation Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #40911 from nextcloud/dependabot/npm_and_yarn/tar-6.2.0dependabot[bot]2023-11-012-5/+5
|\ \ \ \
| * | | | chore(deps-dev): Bump tar from 6.1.15 to 6.2.0dependabot[bot]2023-11-012-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.0. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.0) --- updated-dependencies: - dependency-name: tar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #40909 from ↵John Molakvoæ2023-11-012-37/+37
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-typescript-7.23.2
| * | | | chore(deps-dev): Bump @babel/preset-typescript from 7.22.11 to 7.23.2dependabot[bot]2023-10-142-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.22.11 to 7.23.2. - [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.23.2/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-0121-59/+237
|\ \ \ \ \ | |_|_|_|/ |/| | | | feat(contactsmenu): Show user status
| * | | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-3121-59/+237
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0116-4/+92
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #41199 from nextcloud/fix/apporder-accessible-detailsFerdinand Thiessen2023-10-317-25/+98
|\ \ \ \ \ | |/ / / / |/| | | | fix(theming): Add accessible information to app order settings
| * | | | fix(tests): Make app order Cypress tests more robustFerdinand Thiessen2023-10-311-6/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore: compile assetsFerdinand Thiessen2023-10-314-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(theming): Add accessible information for screen readers to the app order ↵Ferdinand Thiessen2023-10-312-13/+80
|/ / / / | | | | | | | | | | | | | | | | | | | | selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actionsPytal2023-10-315-18/+7
|\ \ \ \ | | | | | | | | | | fix(a11y): Increase contrast of contacts menu actions
| * | | | chore: compile assetsChristopher Ng2023-10-304-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #41053 from nextcloud/bug/smb/in-place-case-renameBenjamin Gaussorgues2023-10-312-0/+24
|\ \ \ \ \ | | | | | | | | | | | | fix(files_external): on case insensitive system, block case change
| * | | | | fix(files_external): on case insensitive system, block case changeBenjamin Gaussorgues2023-10-232-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file/directory is renamed to the same name with only case change, the rename fail. We block this kind of rename. The user will have to rename to another name first. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | Merge pull request #41111 from nextcloud/dav/classification-indexJoas Schilling2023-10-314-1/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | add index for classification
| * | | | | | add index for classificationAkhil2023-10-314-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | Merge pull request #40494 from nextcloud/setup-scriptJohn Molakvoæ2023-10-311-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | load script and styles on setup pageRobin Appelman2023-10-311-0/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-10-3128-114/+752
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #41197 from nextcloud/fix/keep-focus-on-app-orderFerdinand Thiessen2023-10-306-11/+30
|\ \ \ \ \ | | | | | | | | | | | | fix(theming): Ensure focus is kept on the button when reordering
| * | | | | chore: compile assetsFerdinand Thiessen2023-10-304-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(theming): App order selector should keep the focus on clickFerdinand Thiessen2023-10-302-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #41200 from nextcloud/ci/noid/fix-video-verificationJoas Schilling2023-10-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Talk now uses the "main" branch
| * | | | | Talk now uses the "main" branchJoas Schilling2023-10-301-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #40898 from Murena-SAS/dev/custom-apps-assetsJulius Härtl2023-10-301-2/+7
|\ \ \ \ \
| * | | | | Add custom apps translation scripts and image path for consistencyAkhil2023-10-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email>