aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Compile assetsFerdinand Thiessen2024-04-174-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-174-4/+188
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44869 from nextcloud/fix/systemtags-input-labelFerdinand Thiessen2024-04-173-9/+5
|\ | | | | fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
| * chore: Compile assetsFerdinand Thiessen2024-04-172-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(systemtags): Use built-in input label to satisfy a11y check of NcSelectFerdinand Thiessen2024-04-171-6/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44870 from ↵Joas Schilling2024-04-171-14/+0
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | chore(tests): Update psalm baselinenextcloud-command2024-04-171-14/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-04-17114-250/+420
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44661 from nextcloud/fix/hide-hidden-recent-files-v2Ferdinand Thiessen2024-04-1713-15/+206
|\ | | | | fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user
| * chore: Compile assetsFerdinand Thiessen2024-04-167-9/+31
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): Do not show files from hidden folders in "Recent"-view if hidden ↵Ferdinand Thiessen2024-04-166-6/+175
|/ | | | | | | | files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44854 from nextcloud/fix/deps-polyfill-intl-normalizerFerdinand Thiessen2024-04-161-0/+0
|\ | | | | fix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0
| * fix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0Ferdinand Thiessen2024-04-161-0/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44849 from nextcloud/fix/drop-old-dependenciesFerdinand Thiessen2024-04-167-37/+18
|\ \ | | | | | | fix: Drop unmaintained and unused dependencies
| * | chore: Compile assetsFerdinand Thiessen2024-04-164-6/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Drop unmaintained and unused dependenciesFerdinand Thiessen2024-04-163-31/+12
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-1626-9852/+1973
|\ \ \ | |_|/ |/| | fix: Remove obsolete resource typing
| * | chore: add `@since` annotation for IStreamImage::resource methodCôme Chilliet2024-04-091-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(user_ldap): Fix LDAP tests with new typingCôme Chilliet2024-04-091-18/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-097-76/+44
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Use stubs from PHP 8.1Côme Chilliet2024-04-094-9645/+1819
| | | | | | | | | | | | | | | | | | Directly copied stubs for php ext folder from PHP-8.1 branch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Add missing psalm-assert to isResourceCôme Chilliet2024-04-091-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix small psalm errors in FTP and LDAP connectionsCôme Chilliet2024-04-092-6/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-096-16/+30
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove obsolete resource typingCôme Chilliet2024-04-0913-92/+70
| | | | | | | | | | | | | | | | | | In PHP>=8.1, LDAP and FTP resources are always typed objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #44847 from nextcloud/fix/files-focus-new-node-dialogFerdinand Thiessen2024-04-163-4/+21
|\ \ \ | |_|/ |/| | fix(files): Focus filename input in new-node dialog when opened
| * | chore: Compile assetsFerdinand Thiessen2024-04-162-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Focus filename input in new-node dialog when openedFerdinand Thiessen2024-04-161-1/+18
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #44761 from nextcloud/fix/deps-webauthn-libFerdinand Thiessen2024-04-1630-354/+319
|\ \ \ | |/ / |/| | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
| * | chore: Compile assetsFerdinand Thiessen2024-04-1616-24/+24
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow ↵Ferdinand Thiessen2024-04-161-37/+47
| | | | | | | | | | | | | | | | | | \Stringable as message) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-1611-269/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the code a lot and fixes errors with the exisiting custom code, where slightly different base64 values were emitted which are not valid according to the standard. ref: https://github.com/web-auth/webauthn-framework/issues/510 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5Ferdinand Thiessen2024-04-162-24/+24
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #44806 from nextcloud/chore/widget-primary-colorPytal2024-04-163-4/+4
|\ \ \ | | | | | | | | chore(files): Switch widget to primary color
| * | | chore: compile assetsChristopher Ng2024-04-152-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | chore: Switch widget to primary colorChristopher Ng2024-04-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #44834 from nextcloud/fix/files-new-nodes-attributesFerdinand Thiessen2024-04-1614-20/+47
|\ \ \ \ | | | | | | | | | | fix(files): Inherit some node attributes when creating new nodes to preserve shared state
| * | | | chore: Compile assetsFerdinand Thiessen2024-04-169-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Inherit some node attributes when creating new nodes to preserve ↵Ferdinand Thiessen2024-04-164-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-161-1/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-commandyemkareems2024-04-163-0/+50
|\ \ \ \ | |/ / / |/| | | Feature/occ clear avatar cache command
| * | | feat: changes by build/autoloaderchecker.shyemkareems2024-04-161-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | feat: wordings corrected as suggestedyemkareems2024-04-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | feat: license wordings, minor php warnings correctedyemkareems2024-04-161-6/+5
| | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | feat: command added to clear avatar cache manuallyyemkareems2024-04-152-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1612-2/+166
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #44835 from nextcloud/fix/update-nextcloud-uploadFerdinand Thiessen2024-04-1618-42/+26
|\ \ \ \ | | | | | | | | | | chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large files
| * | | | chore(assets): Recompile assetsnextcloud-command2024-04-1516-21/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large filesFerdinand Thiessen2024-04-152-21/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #38933 from nextcloud/orphaned-entries-filecache-extendedRobin Appelman2024-04-152-2/+39
|\ \ \ \ | |/ / / |/| | | feat: remove orphaned entries from filecache_extended