aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable30provokateurin2024-09-161-3/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(a11y): Add OTF font loading checkbackport/48063/stable30Joas Schilling2024-09-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-164-2/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47868 from nextcloud/backport/47858/stable30John Molakvoæ2024-09-151-0/+3
|\
| * fix(preview): gracefully handle file not being opened in ProviderV2backport/47858/stable30Richard Steinmetz2024-09-101-0/+3
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #47937 from nextcloud/backport/47854/stable30John Molakvoæ2024-09-151-1/+2
|\ \ | | | | | | [stable30] fix(appstore): Ensure returned apps from AppStore are valid
| * | fix: check if key is setbackport/47854/stable30Git'Fellow2024-09-151-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: lint chore: remove space Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: check if response array is null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> chore: Add log
* | | 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-153-2/+5
|\ \ \ \
| * | | | 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-061-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | Merge pull request #47940 from nextcloud/backport/47933/stable30Andy Scherzinger2024-09-151-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [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-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-151-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [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-061-1/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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>
* | | | | | 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>
* / / / / / fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable30provokateurin2024-09-151-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | 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>
* | | | | 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-144-0/+84
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-134-0/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-122-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | fix: Adjust types of IQueryBuilder to properly allow joining with sub-queryFerdinand Thiessen2024-09-113-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-111-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-114-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #47874 from nextcloud/backport/47853/stable30Andy Scherzinger2024-09-101-4/+4
|\ \ \ \ | | | | | | | | | | [stable30] fix: make swift connect exception message more informative
| * | | | fix: make swift connect exception message more informativeRobin Appelman2024-09-101-4/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #47863 from nextcloud/backport/47860/stable30Julius Knorr2024-09-101-3/+3
|\ \ \ \ | |/ / / |/| | | [stable30] fix: Only write once to template instead of create/copy
| * | | fix: Only write once to template instead of create/copyJulius Knorr2024-09-101-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | Merge pull request #47839 from nextcloud/backport/47640/stable30Joas Schilling2024-09-101-1/+1
|\ \ \ | |/ / |/| | [stable30] fix: Run migration sql as statement so that the primary db node is used
| * | fix: Run migration sql as statement so that the primary db node is usedJulius Härtl2024-09-091-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1010-0/+196
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0910-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0820-20/+0
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0710-22/+216
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0614-2/+450
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-052-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
| | | | | | This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #47484 from nextcloud/backport/46013/stable30Arthur Schiwon2024-09-051-0/+25
|\ | | | | [stable30] fix: write object to the correct urn when moving from another storage to object store
| * fix: write object to the correct urn when moving from another storage to ↵Robin Appelman2024-09-041-0/+25
| | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl>