aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): Add back create group iconbackport/47881/stable30Christopher Ng2024-09-155-8/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #47872 from nextcloud/backport/47834/stable30John Molakvoæ2024-09-151-2/+9
|\
| * fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable30John Molakvoæ2024-09-101-1/+1
| | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * fix(appstore): return if appstore is manually disabledGit'Fellow2024-09-101-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: camel case Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: log a debug log Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typing Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: typo fix: typing
* | Merge pull request #47804 from nextcloud/backport/47801/stable30John Molakvoæ2024-09-154-2/+45
|\ \
| * | chore: update autoloaderbackport/47801/stable30Anupam Kumar2024-09-062-0/+2
| | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * | fix(TaskProcessing): increase error_message column lengthAnupam Kumar2024-09-062-2/+43
| | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | Merge pull request #47857 from nextcloud/backport/47737/stable30John Molakvoæ2024-09-151-1/+1
|\ \ \
| * | | fix(dav): also allow unsharing of circle sharesbackport/47737/stable30Anna Larch2024-09-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #47894 from nextcloud/backport/47339/stable30Andy Scherzinger2024-09-155-0/+160
|\ \ \ \ | | | | | | | | | | [stable30] fix: Display 'Leave share' instead of 'Delete'
| * | | | fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable30skjnldsv2024-09-113-0/+146
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-113-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | Merge pull request #47940 from nextcloud/backport/47933/stable30Andy Scherzinger2024-09-152-3/+39
|\ \ \ \ \ | | | | | | | | | | | | [stable30] fix(config): Throw PreconditionException always when it didn't match
| * | | | | fix(config): Throw PreconditionException always when it didn't matchbackport/47933/stable30Joas Schilling2024-09-132-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously even when the precondition did not match, the call "passed" when the after value was the expected one. This however can lead to race conditions, duplicate code excutions and other things. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #47796 from nextcloud/backport/47756/stable30Andy Scherzinger2024-09-152-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable30] fix(files): Check if target path is a descendant of the shared folder
| * | | | | | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable30Git'Fellow2024-09-062-2/+11
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: add tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests
* | | | | | Merge pull request #47919 from nextcloud/backport/47914/stable30Andy Scherzinger2024-09-151-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable30] fix(LDAP): check index before accessing it
| * | | | | | fix(LDAP): check index before accessing itbackport/47914/stable30Arthur Schiwon2024-09-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #47838 from nextcloud/backport/47824/stable30Andy Scherzinger2024-09-153-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable30] chore(i18n): adapted lowercase
| * | | | | | | chore(assets): Recompile assetsbackport/47824/stable30nextcloud-command2024-09-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | fix: Update AdminAI.vuerakekniven2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * | | | | | | chore(i18n): adapted lowercaserakekniven2024-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | | | | Merge pull request #47814 from ↵dependabot[bot]2024-09-152-8/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/pinia/testing-0.1.5
| * | | | | | | | chore(deps-dev): bump @pinia/testing from 0.1.4 to 0.1.5dependabot/npm_and_yarn/stable30/pinia/testing-0.1.5dependabot[bot]2024-09-072-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #47815 from ↵dependabot[bot]2024-09-152-6/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/cypress-if-1.12.6
| * | | | | | | | | chore(deps-dev): bump cypress-if from 1.12.5 to 1.12.6dependabot/npm_and_yarn/stable30/cypress-if-1.12.6dependabot[bot]2024-09-072-6/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress-if](https://github.com/bahmutov/cypress-if) from 1.12.5 to 1.12.6. - [Release notes](https://github.com/bahmutov/cypress-if/releases) - [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.5...v1.12.6) --- updated-dependencies: - dependency-name: cypress-if dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #47989 from ↵github-actions[bot]2024-09-151-6/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable30-update-psalm-baseline [stable30] Update psalm-baseline.xml
| * | | | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | | Merge pull request #48038 from nextcloud/backport/48037/stable30Andy Scherzinger2024-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable30] fix: correct link to trademark
| * | | | | | | | | | fix: correct link to trademarkbackport/48037/stable30Andy Scherzinger2024-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | | | | | | Merge pull request #48036 from nextcloud/backport/48016/stable30Kate2024-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable30provokateurin2024-09-151-1/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | Merge pull request #48035 from nextcloud/backport/48013/stable30Kate2024-09-151-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fix(BaseResponse): Cast XML element values to stringbackport/48013/stable30provokateurin2024-09-151-1/+3
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Merge pull request #48027 from nextcloud/backport/48014/stable30Kate2024-09-151-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(Tags): Return boolean for userHasTags()backport/48014/stable30provokateurin2024-09-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | Merge pull request #48025 from nextcloud/backport/48017/stable30Kate2024-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix(Comment): Initialize childrenCount as integerbackport/48017/stable30provokateurin2024-09-151-1/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | Merge pull request #48021 from nextcloud/backport/48015/stable30John Molakvoæ2024-09-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable30provokateurin2024-09-151-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Merge pull request #47981 from nextcloud/backport/47971/stable30Côme Chilliet2024-09-151-1/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [stable30] fix: Do not try to set HTTP response code on already closed connection
| * | | | | | | | | fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable30Côme Chilliet2024-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a PHP warning in the logs about trying to set the response code while the output already started. It’s useless to try to print an error page anyway in this situation because the connection was closed already. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1520-10/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #47923 from nextcloud/backport/47527/stable30Ferdinand Thiessen2024-09-141-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [stable30] fix(files_external): Handling in SFTP UI for custom ports
| * | | | | | | | | fix: custom port handling in UI for SFTPbackport/47527/stable30Josh Richards2024-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | | | | | | | Merge pull request #47976 from nextcloud/backport/47968/stable30John Molakvoæ2024-09-141-4/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | | | Merge pull request #47957 from nextcloud/backport/47954/stable30Kate2024-09-142-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable30provokateurin2024-09-132-4/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>