| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1dependabot/npm_and_yarn/nextcloud/axios-2.5.1 | dependabot[bot] | 2024-09-21 | 2 | -44/+5 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 164 | -11326/+11152 |
* | Merge pull request #43968 from exi/custom-binary-search-paths | Andy Scherzinger | 2024-09-20 | 3 | -10/+118 |
|\ |
|
| * | feat: make search path for BinaryFinder customizable. | Reno Reckling | 2024-09-20 | 3 | -10/+118 |
* | | Merge pull request #47782 from nextcloud/reworkShareExceptions | Git'Fellow | 2024-09-20 | 2 | -37/+36 |
|\ \ |
|
| * | | fix(l10n): Rephrasing some exceptions to be translated | Git'Fellow | 2024-09-20 | 2 | -37/+36 |
* | | | Merge pull request #48152 from nextcloud/clean/version-ocp | Julius Knorr | 2024-09-20 | 44 | -264/+285 |
|\ \ \ |
|
| * | | | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 44 | -264/+285 |
| |/ / |
|
* | | | Merge pull request #48241 from nextcloud/chore/remove-legacy-files-scripts | Kate | 2024-09-20 | 85 | -20491/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | chore(assets): Recompile assetschore/remove-legacy-files-scripts | nextcloud-command | 2024-09-20 | 6 | -9/+9 |
| * | | chore: Move legacy dialogs template from files to core until we can remove it | Ferdinand Thiessen | 2024-09-20 | 2 | -1/+1 |
| * | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 22 | -1843/+0 |
| * | | chore(files): Remove legacy UI scripts now that everything is migrated to Vue | Ferdinand Thiessen | 2024-09-20 | 55 | -18638/+3 |
| |/ |
|
* | | Merge pull request #48224 from nextcloud/object-store-trash-move | Kate | 2024-09-20 | 1 | -11/+8 |
|\ \
| |/
|/| |
|
| * | fix: improve moving object store items to trashbinobject-store-trash-move | Robin Appelman | 2024-09-19 | 1 | -11/+8 |
* | | Merge pull request #47905 from nextcloud/fix/files-duplicated-nodes | Ferdinand Thiessen | 2024-09-20 | 6 | -16/+230 |
|\ \ |
|
| * | | chore(assets): Recompile assetsfix/files-duplicated-nodes | nextcloud-command | 2024-09-20 | 2 | -3/+3 |
| * | | test(files): Add tests for path handling | Ferdinand Thiessen | 2024-09-20 | 2 | -0/+163 |
| * | | fix(files): Ensure children are removed from folder and not duplicated | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+64 |
* | | | Merge pull request #47553 from nextcloud/chore/cleanup-warnings | Ferdinand Thiessen | 2024-09-20 | 35 | -105/+82 |
|\ \ \ |
|
| * | | | chore(assets): Recompile assetschore/cleanup-warnings | nextcloud-command | 2024-09-20 | 24 | -76/+50 |
| * | | | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 11 | -29/+32 |
| |/ / |
|
* | | | Merge pull request #48234 from nextcloud/bugfix/noid/remove-more-withConsecutive | Ferdinand Thiessen | 2024-09-20 | 4 | -90/+68 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(ci): Remove more withConsecutive in appsbugfix/noid/remove-more-withConsecutive | Joas Schilling | 2024-09-20 | 4 | -90/+68 |
|/ / |
|
* | | Merge pull request #48196 from nextcloud/chore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 24 | -59/+50 |
|\ \ |
|
| * | | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 3 | -15/+6 |
| * | | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 22 | -45/+45 |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 104 | -134/+538 |
|/ / |
|
* | | Merge pull request #47340 from nextcloud/fix/federation-certificate-store | Julius Knorr | 2024-09-20 | 3 | -43/+46 |
|\ \ |
|
| * | | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 3 | -43/+46 |
|/ / |
|
* | | Merge pull request #48220 from nextcloud/chore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 80 | -303/+32 |
|\ \ |
|
| * | | chore: Get rid of travis in DAV appchore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 71 | -45/+30 |
| * | | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 9 | -258/+2 |
* | | | Merge pull request #48222 from nextcloud/object-store-move-db | Kate | 2024-09-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | perf: reuse cache info we already have when moving to object storeobject-store-move-db | Robin Appelman | 2024-09-19 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #48217 from nextcloud/chore/prepare-oc_repair-unit10 | Ferdinand Thiessen | 2024-09-19 | 12 | -223/+185 |
|\ \ \
| |_|/
|/| | |
|
| * | | chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit 10chore/prepare-oc_repair-unit10 | Ferdinand Thiessen | 2024-09-19 | 12 | -223/+185 |
| |/ |
|
* | | Merge pull request #48218 from nextcloud/ci/noid/prepare-phpunit-10 | Ferdinand Thiessen | 2024-09-19 | 5 | -28/+45 |
|\ \
| |/
|/| |
|
| * | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10 | Joas Schilling | 2024-09-19 | 5 | -28/+45 |
* | | Merge pull request #48212 from nextcloud/fix/psalm/update-baseline | Kate | 2024-09-19 | 1 | -8/+2 |
|\ \ |
|
| * | | fix(psalm): Update psalm baseline | provokateurin | 2024-09-19 | 1 | -8/+2 |
|/ / |
|
* | | Merge pull request #47399 from nextcloud/fix/47275/driverException | Hamza | 2024-09-19 | 2 | -8/+10 |
|\ \
| |/
|/| |
|
| * | fix: expand select and group by for calandar reminder backendfix/47275/driverException | Hamza Mahjoubi | 2024-09-19 | 2 | -8/+10 |
* | | Merge pull request #48187 from nextcloud/dependabot/npm_and_yarn/vueuse/compo... | dependabot[bot] | 2024-09-19 | 52 | -62/+95 |
|\ \ |
|
| * | | chore(deps): Bump @vueuse/components from 11.0.3 to 11.1.0dependabot/npm_and_yarn/vueuse/components-11.1.0 | dependabot[bot] | 2024-09-19 | 52 | -62/+95 |
| |/ |
|
* | | Merge pull request #48181 from nextcloud/chore/deps/nextcloud-coding-standard | Kate | 2024-09-19 | 596 | -1524/+1657 |
|\ \
| |/
|/| |
|
| * | chore: Add nextcloud/coding-standard v1.3.1 update to git blame ignoreschore/deps/nextcloud-coding-standard | provokateurin | 2024-09-19 | 1 | -0/+2 |
| * | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 595 | -1524/+1655 |
|/ |
|
* | Merge pull request #48192 from nextcloud/dependabot/npm_and_yarn/wait-on-8.0.1 | Ferdinand Thiessen | 2024-09-19 | 2 | -8/+26 |
|\ |
|
| * | chore(deps-dev): Bump wait-on from 7.2.0 to 8.0.1dependabot/npm_and_yarn/wait-on-8.0.1 | dependabot[bot] | 2024-09-18 | 2 | -8/+26 |