Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: update @nextcloud/upload to 1.7.0skjnldbot/nextcloud-upload | skjnldsv | 2024-11-13 | 145 | -869/+407 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49237 from nextcloud/fix/noid/deprecation-correct-case | Kate | 2024-11-13 | 1 | -1/+1 |
|\ | |||||
| * | fix(Middleware): log deprecation when annotation was actually usedfix/noid/deprecation-correct-case | Arthur Schiwon | 2024-11-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-13 | 12 | -26/+40 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49226 from nextcloud/fix/encode-guest-file-request | John Molakvoæ | 2024-11-13 | 4 | -8/+9 |
|\ \ | |/ |/| | fx(dav): file request guest nickname encoding | ||||
| * | chore(assets): Recompile assetsfix/encode-guest-file-request | nextcloud-command | 2024-11-12 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | fix(dav): file request guest nickname encoding | skjnldsv | 2024-11-12 | 2 | -5/+6 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49139 from nextcloud/enh/issue-48528-disable-imip-messages | Sebastian Krupinski | 2024-11-12 | 2 | -2/+29 |
|\ | | | | | feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling | ||||
| * | Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messages | Sebastian Krupinski | 2024-11-12 | 101 | -215/+241 |
| |\ | |/ |/| | |||||
* | | Merge pull request #49219 from nextcloud/reuse/noid/adjust-copyright | Joas Schilling | 2024-11-12 | 1 | -0/+4 |
|\ \ | | | | | | | docs: Adjust taiwan translators | ||||
| * | | docs: Adjust taiwan translators | Joas Schilling | 2024-11-12 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #49218 from nextcloud/fix/external-storage-int | John Molakvoæ | 2024-11-12 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix(files_external): cast storage id intfix/external-storage-int | skjnldsv | 2024-11-12 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-12 | 86 | -178/+194 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49209 from nextcloud/fix/appstore-regressions | Ferdinand Thiessen | 2024-11-11 | 8 | -23/+30 |
|\ \ | | | | | | | fix(app-store): Add back legacy store API used for update and removal | ||||
| * | | chore(assets): Recompile assetsfix/appstore-regressions | nextcloud-command | 2024-11-11 | 4 | -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 removal | Ferdinand Thiessen | 2024-11-11 | 4 | -17/+24 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #49210 from nextcloud/fix/rtl-regession | Kate | 2024-11-11 | 4 | -7/+6 |
|\ \ | |||||
| * | | chore(assets): Recompile assetsfix/rtl-regession | nextcloud-command | 2024-11-11 | 2 | -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 box | Ferdinand Thiessen | 2024-11-11 | 2 | -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-11 | 1 | -5/+5 |
|\ \ \ | |/ / |/| | | | | | nextcloud/chore/github/groupware-code-owners-update | ||||
| * | | chore(github): Update groupware code ownerschore/github/groupware-code-owners-update | Christoph Wurst | 2024-11-11 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| | * | feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling | SebastianKrupinski | 2024-11-11 | 2 | -2/+29 |
| |/ |/| | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #48736 from nextcloud/joblist-build-error-log | Andy Scherzinger | 2024-11-11 | 1 | -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-log | Robin Appelman | 2024-10-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #48891 from nextcloud/enh/noid/testing-namespace | Maxence Lange | 2024-11-11 | 5 | -1/+12 |
|\ \ \ | | | | | | | | | [RFC] Setting NCU\ for unstable/work-in-progress API | ||||
| * | | | feat(core): setting NCU namespaceenh/noid/testing-namespace | Maxence Lange | 2024-11-07 | 5 | -1/+12 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | Merge pull request #49192 from ↵ | Joas Schilling | 2024-11-11 | 2 | -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-app | Joas Schilling | 2024-11-11 | 2 | -2/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-11 | 4 | -0/+118 |
|\ \ \ \ | |/ / / |/| | | | feat(testing): Add a fake summary task provider | ||||
| * | | | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-provider | Joas Schilling | 2024-11-09 | 4 | -0/+118 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-11 | 58 | -66/+174 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #49175 from ↵ | John Molakvoæ | 2024-11-10 | 1 | -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.0 | dependabot[bot] | 2024-11-09 | 1 | -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 Transifex | Nextcloud bot | 2024-11-10 | 110 | -96/+126 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #48561 from ↵ | John Molakvoæ | 2024-11-09 | 3 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-internal-shares-parameter-better-distinction | ||||
| * | | | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinction | Jérôme Herbinet | 2024-11-09 | 3 | -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-zip64 | John Molakvoæ | 2024-11-09 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | fix(streamer): zip64 should work on 32-bit env nowjtr/fix-streamer-zip64 | Josh | 2024-10-31 | 1 | -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-time | John Molakvoæ | 2024-11-09 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fix: Getting default timezone for local time | Andrii | 2024-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com> | ||||
* | | | | | | Merge pull request #49011 from falghamdi125/fix-files-names-align-in-rtl | John Molakvoæ | 2024-11-09 | 3 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix(files): Fix file names alignment in Files List in UI RTL mode. | Faisal Alghamdi | 2024-11-09 | 3 | -4/+4 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> | ||||
* | | | | | | Merge pull request #49143 from nextcloud/fix/view-in-folder-conditions | John Molakvoæ | 2024-11-09 | 8 | -9/+105 |
|\ \ \ \ \ \ | |||||
| * | | | | | | chore: compile assetsfix/view-in-folder-conditions | skjnldsv | 2024-11-09 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | fix(systemtags): sanity checks for bulk tagging action | skjnldsv | 2024-11-09 | 2 | -3/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | fix(files): check that node is in user root folder for view-in-folder action | skjnldsv | 2024-11-09 | 2 | -0/+17 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | Merge pull request #49019 from falghamdi125/fix-appmenu-alignment-in-rtl-mode | John Molakvoæ | 2024-11-09 | 3 | -3/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | chore: compile assets | skjnldsv | 2024-11-09 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | Fix(core): fix app menu alignment in RTL mode. | Faisal Alghamdi | 2024-11-09 | 1 | -0/+6 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> |