Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Compile assets | Ferdinand Thiessen | 2024-04-17 | 4 | -6/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Ensure search query is cleared when changing view or directory | Ferdinand Thiessen | 2024-04-17 | 4 | -4/+188 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44869 from nextcloud/fix/systemtags-input-label | Ferdinand Thiessen | 2024-04-17 | 3 | -9/+5 |
|\ | | | | | fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect | ||||
| * | chore: Compile assets | Ferdinand Thiessen | 2024-04-17 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect | Ferdinand Thiessen | 2024-04-17 | 1 | -6/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #44870 from ↵ | Joas Schilling | 2024-04-17 | 1 | -14/+0 |
|\ \ | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml | ||||
| * | | chore(tests): Update psalm baseline | nextcloud-command | 2024-04-17 | 1 | -14/+0 |
|/ / | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-17 | 114 | -250/+420 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44661 from nextcloud/fix/hide-hidden-recent-files-v2 | Ferdinand Thiessen | 2024-04-17 | 13 | -15/+206 |
|\ | | | | | fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user | ||||
| * | chore: Compile assets | Ferdinand Thiessen | 2024-04-16 | 7 | -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 Thiessen | 2024-04-16 | 6 | -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-normalizer | Ferdinand Thiessen | 2024-04-16 | 1 | -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.0 | Ferdinand Thiessen | 2024-04-16 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #44849 from nextcloud/fix/drop-old-dependencies | Ferdinand Thiessen | 2024-04-16 | 7 | -37/+18 |
|\ \ | | | | | | | fix: Drop unmaintained and unused dependencies | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2024-04-16 | 4 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix: Drop unmaintained and unused dependencies | Ferdinand Thiessen | 2024-04-16 | 3 | -31/+12 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type | Côme Chilliet | 2024-04-16 | 26 | -9852/+1973 |
|\ \ \ | |_|/ |/| | | fix: Remove obsolete resource typing | ||||
| * | | chore: add `@since` annotation for IStreamImage::resource method | Côme Chilliet | 2024-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(user_ldap): Fix LDAP tests with new typing | Côme Chilliet | 2024-04-09 | 1 | -18/+7 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 7 | -76/+44 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Use stubs from PHP 8.1 | Côme Chilliet | 2024-04-09 | 4 | -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 isResource | Côme Chilliet | 2024-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Fix small psalm errors in FTP and LDAP connections | Côme Chilliet | 2024-04-09 | 2 | -6/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(user_ldap): Fix tests using wrong types | Côme Chilliet | 2024-04-09 | 6 | -16/+30 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Remove obsolete resource typing | Côme Chilliet | 2024-04-09 | 13 | -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-dialog | Ferdinand Thiessen | 2024-04-16 | 3 | -4/+21 |
|\ \ \ | |_|/ |/| | | fix(files): Focus filename input in new-node dialog when opened | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2024-04-16 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files): Focus filename input in new-node dialog when opened | Ferdinand Thiessen | 2024-04-16 | 1 | -1/+18 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib | Ferdinand Thiessen | 2024-04-16 | 30 | -354/+319 |
|\ \ \ | |/ / |/| | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2024-04-16 | 16 | -24/+24 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow ↵ | Ferdinand Thiessen | 2024-04-16 | 1 | -37/+47 |
| | | | | | | | | | | | | | | | | | | \Stringable as message) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix: Use `@simplewebauthn` for frontend logic | Ferdinand Thiessen | 2024-04-16 | 11 | -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.5 | Ferdinand Thiessen | 2024-04-16 | 2 | -24/+24 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #44806 from nextcloud/chore/widget-primary-color | Pytal | 2024-04-16 | 3 | -4/+4 |
|\ \ \ | | | | | | | | | chore(files): Switch widget to primary color | ||||
| * | | | chore: compile assets | Christopher Ng | 2024-04-15 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | chore: Switch widget to primary color | Christopher Ng | 2024-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Merge pull request #44834 from nextcloud/fix/files-new-nodes-attributes | Ferdinand Thiessen | 2024-04-16 | 14 | -20/+47 |
|\ \ \ \ | | | | | | | | | | | fix(files): Inherit some node attributes when creating new nodes to preserve shared state | ||||
| * | | | | chore: Compile assets | Ferdinand Thiessen | 2024-04-16 | 9 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | | fix(files): Inherit some node attributes when creating new nodes to preserve ↵ | Ferdinand Thiessen | 2024-04-16 | 4 | -9/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | | fix(files): Sanitize `share-types` attribute in download action | Ferdinand Thiessen | 2024-04-16 | 1 | -1/+2 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command | yemkareems | 2024-04-16 | 3 | -0/+50 |
|\ \ \ \ | |/ / / |/| | | | Feature/occ clear avatar cache command | ||||
| * | | | feat: changes by build/autoloaderchecker.sh | yemkareems | 2024-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | feat: wordings corrected as suggested | yemkareems | 2024-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | feat: license wordings, minor php warnings corrected | yemkareems | 2024-04-16 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | feat: command added to clear avatar cache manually | yemkareems | 2024-04-15 | 2 | -0/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-16 | 12 | -2/+166 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #44835 from nextcloud/fix/update-nextcloud-upload | Ferdinand Thiessen | 2024-04-16 | 18 | -42/+26 |
|\ \ \ \ | | | | | | | | | | | chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large files | ||||
| * | | | | chore(assets): Recompile assets | nextcloud-command | 2024-04-15 | 16 | -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 files | Ferdinand Thiessen | 2024-04-15 | 2 | -21/+5 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #38933 from nextcloud/orphaned-entries-filecache-extended | Robin Appelman | 2024-04-15 | 2 | -2/+39 |
|\ \ \ \ | |/ / / |/| | | | feat: remove orphaned entries from filecache_extended |