aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetsfix/appstore-regressionsnextcloud-command2024-11-114-6/+6
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-114-17/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #49210 from nextcloud/fix/rtl-regessionKate2024-11-114-7/+6
|\
| * chore(assets): Recompile assetsfix/rtl-regessionnextcloud-command2024-11-112-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
| | | | | | | | | | | | Instead add the direction only to the filename wrapper not the button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49196 from ↵John Molakvoæ2024-11-111-5/+5
|\ \ | |/ |/| | | nextcloud/chore/github/groupware-code-owners-update
| * chore(github): Update groupware code ownerschore/github/groupware-code-owners-updateChristoph Wurst2024-11-111-5/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #48736 from nextcloud/joblist-build-error-logAndy Scherzinger2024-11-111-0/+1
|\ \ | | | | | | fix: log a warning when we can't build a background job
| * | fix: log a warning when we can't build a background jobjoblist-build-error-logRobin Appelman2024-10-161-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #48891 from nextcloud/enh/noid/testing-namespaceMaxence Lange2024-11-115-1/+12
|\ \ \ | | | | | | | | [RFC] Setting NCU\ for unstable/work-in-progress API
| * | | feat(core): setting NCU namespaceenh/noid/testing-namespaceMaxence Lange2024-11-075-1/+12
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #49192 from ↵Joas Schilling2024-11-112-2/+33
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/copy-better-typing-from-notifications-app fix(ros): Copy better typing information from Notifications/Spreed app
| * | | fix(ros): Copy better typing information from Notifications appbugfix/noid/copy-better-typing-from-notifications-appJoas Schilling2024-11-112-2/+33
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-providerJoas Schilling2024-11-114-0/+118
|\ \ \ \ | |/ / / |/| | | feat(testing): Add a fake summary task provider
| * | | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-providerJoas Schilling2024-11-094-0/+118
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1158-66/+174
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49175 from ↵John Molakvoæ2024-11-101-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.1.0 chore(deps): Bump nextcloud/openapi-extractor from 1.0.1 to 1.1.0 in /vendor-bin/openapi-extractor
| * | | | chore(deps): Bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.1.0dependabot[bot]2024-11-091-6/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.0.1 to 1.1.0. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10110-96/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48561 from ↵John Molakvoæ2024-11-093-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-internal-shares-parameter-better-distinction
| * | | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinctionJérôme Herbinet2024-11-093-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | Merge pull request #49035 from nextcloud/jtr/fix-streamer-zip64John Molakvoæ2024-11-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(streamer): zip64 should work on 32-bit env nowjtr/fix-streamer-zip64Josh2024-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Since DeepDiver1975/PHPZipStreamer#11 was merged Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #49087 from AIlkiv/getting-default-timezone-for-local-timeJohn Molakvoæ2024-11-091-1/+1
|\ \ \ \ \
| * | | | | fix: Getting default timezone for local timeAndrii2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com>
* | | | | | Merge pull request #49011 from falghamdi125/fix-files-names-align-in-rtlJohn Molakvoæ2024-11-093-4/+4
|\ \ \ \ \ \
| * | | | | | fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-093-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* | | | | | Merge pull request #49143 from nextcloud/fix/view-in-folder-conditionsJohn Molakvoæ2024-11-098-9/+105
|\ \ \ \ \ \
| * | | | | | chore: compile assetsfix/view-in-folder-conditionsskjnldsv2024-11-094-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(systemtags): sanity checks for bulk tagging actionskjnldsv2024-11-092-3/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49019 from falghamdi125/fix-appmenu-alignment-in-rtl-modeJohn Molakvoæ2024-11-093-3/+9
|\ \ \ \ \ \
| * | | | | | chore: compile assetsskjnldsv2024-11-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | Fix(core): fix app menu alignment in RTL mode.Faisal Alghamdi2024-11-091-0/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* | | | | | Merge pull request #49024 from nextcloud/backport/48294/masterJohn Molakvoæ2024-11-095-4/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-11-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-093-1/+9
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | Merge pull request #49172 from ↵dependabot[bot]2024-11-091-31/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/behat/behat-3.16.0
| * | | | | chore(deps-dev): Bump behat/behat in /build/integrationdependabot[bot]2024-11-091-31/+33
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.15.0 to 3.16.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09188-262/+320
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49150 from nextcloud/fix/edit-locally-labelsJohn Molakvoæ2024-11-083-11/+10
|\ \ \ \ \
| * | | | | chore: compile assetsskjnldsv2024-11-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49146 from nextcloud/fix/undefined-responseJohn Molakvoæ2024-11-081-4/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore: use `$this->logger` and prevent Server::getfix/undefined-responseskjnldsv2024-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | Fix Undefined variable: response notice in case of non-404 errorVictor Dubiniuk2024-11-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49147 from nextcloud/fix/sharing-sidebar-tab-defaultJohn Molakvoæ2024-11-0818-22/+60
|\ \ \ \ \ \
| * | | | | | chore: compile assetsfix/sharing-sidebar-tab-defaultskjnldsv2024-11-0814-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-083-4/+40
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>