summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-18134-338/+556
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39770 from ↵max-nextcloud2023-08-171-0/+5
|\ | | | | | | | | nextcloud/fix/always-use-displayname-from-correct-backend fix: always use display name from correct backend
| * fix: always use display name from correct backendMax2023-08-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overwrite the display name after the account is initialized when using an instacne of IGetDisplayNameBackend. Before when using a variation of user_oidc and registering a Backend.php implementing IGetDisplayNameBackend the personal setting page shows 'uid'. The UserManager/AccountManager seems not to use consistently the correct backend. The correct backend is used in this sequence: server/lib/private/TemplateLayout.php $userDisplayName = \OC_User::getDisplayName(); $this->assign(user_displayname, $userDisplayName); In the settings page, it definitely not calls the registered backend, but seems to fall back to default Backend and shows (usually) uid or a value from the standard account property table. Signed-off-by: Max <max@nextcloud.com>
* | Merge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handlingJoas Schilling2023-08-172-8/+11
|\ \ | | | | | | fix(memcache): Fix comparison of Memcache configs to classes
| * | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-162-8/+11
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #39808 from nextcloud/feat/f2v/filesJohn Molakvoæ2023-08-17129-2588/+1953
|\ \ \
| * | | chore: remove outdated acceptance testsJohn Molakvoæ2023-08-175-1250/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(tests): preview phpunitJohn Molakvoæ2023-08-173-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-1716-246/+171
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | chore: update openapiJohn Molakvoæ2023-08-171-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(cypress): adjust selectorsJohn Molakvoæ2023-08-1713-24/+55
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): window.caches checkJohn Molakvoæ2023-08-173-5/+9
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | chore: compile assetsJohn Molakvoæ2023-08-1732-285/+40
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(tests): actions adjust and jest fetch mockJohn Molakvoæ2023-08-179-21/+57
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): sidebar favorite event syncJohn Molakvoæ2023-08-172-32/+22
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): navigation quota alignmentsJohn Molakvoæ2023-08-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): unnecessary navigation change detectionJohn Molakvoæ2023-08-171-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): dir contents variablesJohn Molakvoæ2023-08-171-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-177-35/+49
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): active and open sidebar on mountJohn Molakvoæ2023-08-174-23/+64
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix: FileEntry boundariesElement and right click menuJohn Molakvoæ2023-08-171-7/+12
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-179-23/+213
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | perf(files): reuse vnode with unique keyJohn Molakvoæ2023-08-172-15/+9
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat: virtual scrolling updateJohn Molakvoæ2023-08-179-20/+697
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): service workerJohn Molakvoæ2023-08-172-9/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-1730-599/+435
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat(f2v): migrate FilesJohn Molakvoæ2023-08-1729-82/+199
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #39599 from nextcloud/fix/l10n-password-headerFerdinand Thiessen2023-08-175-6/+7
|\ \ \ | | | | | | | | fix(l10n): Password column header
| * | | fix(l10n): Password column headerChristopher Ng2023-08-175-6/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #39927 from ↵Ferdinand Thiessen2023-08-173-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-better-design-for-update-channel-selector A better design for update channel selector
| * | | | npm run buildJérôme Herbinet2023-08-172-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | | Remove extra tabJérôme Herbinet2023-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | | npm run buildJérôme Herbinet2023-08-172-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | | A better design for update channel selectorJérôme Herbinet2023-08-171-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | Merge pull request #39481 from nextcloud/fix/transfer-ownersipJulius Härtl2023-08-171-16/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-171-16/+24
| |/ / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #39906 from nextcloud/fix/prevent-warnings-if-attr-unsetFerdinand Thiessen2023-08-173-4/+29
|\ \ \ \ | |/ / / |/| | | Prevent PHP warning when CacheEntry extension keys are not set
| * | | fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-162-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-161-0/+25
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-17136-74/+500
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39095 from ↵dependabot[bot]2023-08-161-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-2.2
| * | | chore(deps): Bump skjnldsv/read-package-engines-version-actionsdependabot[bot]2023-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.1 to 2.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.1...8205673bab74a63eb9b8093402fd9e0e018663a1) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #39833 from ↵dependabot[bot]2023-08-162-41/+25
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-21.0.3
| * | | | chore(deps-dev): Bump puppeteer from 20.9.0 to 21.0.3dependabot[bot]2023-08-122-41/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.9.0 to 21.0.3. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.9.0...puppeteer-v21.0.3) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #39909 from ↵Pytal2023-08-165-15/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/fix/a11y-users-list-select-focus-on-tag-delete
| * | | | | chore(assets): build assetsGrigorii K. Shartsev2023-08-164-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): fix "Set user manager" label in users settingsGrigorii K. Shartsev2023-08-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): fix set manager loading indicator in users settingsGrigorii K. Shartsev2023-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): do not disable select on loading in users settingsGrigorii K. Shartsev2023-08-161-5/+5
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | Merge pull request #39916 from nextcloud/enh/noid/fix-public-file-upload-buttonFerdinand Thiessen2023-08-165-5/+11
|\ \ \ \ \ | | | | | | | | | | | | try to fix regression with public file upload button