aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-1732-305/+195
| | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm
* Merge pull request #48724 from nextcloud/dbQueriesExecStmtJoas Schilling2024-10-1728-334/+194
|\ | | | | chore(db): Apply query prepared statements
| * chore(db): Correctly apply query typesGit'Fellow2024-10-1728-334/+194
|/ | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager
* Merge pull request #48743 from ↵Kate2024-10-176-8/+8
|\ | | | | | | nextcloud/fix/45717/hide-last-modified-for-shipped-apps
| * fix(appstore): Hide last modified information for shipped appsfix/45717/hide-last-modified-for-shipped-appsMarcel Müller2024-10-166-8/+8
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Merge pull request #48734 from nextcloud/fix/45884/accept-notificationJoas Schilling2024-10-174-12/+25
|\ \ | | | | | | fix: get rid of denied notification when accept
| * | fix: add notification icon for transfer ownershipfix/45884/accept-notificationMaksim Sukharev2024-10-163-1/+6
| | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
| * | fix: do not duplicate existing entityMaksim Sukharev2024-10-161-8/+1
| | | | | | | | | | | | | | | | | | - this reverts 1e8048abee1745bab648dba5bf96f956c718e4e3 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
| * | fix: dismiss notification only after transfer bg job createdMaksim Sukharev2024-10-162-5/+20
| | | | | | | | | | | | | | | | | | - do not create 'denied' notification if bg job exists Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Merge pull request #48373 from ↵yemkareems2024-10-172-1/+25
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/788/add-password-confirmation-required-to-user-storage-create fix: add PasswordConfirmationRequired to create user storages endpoint
| * \ \ Merge branch 'master' into ↵yemkareems2024-10-17352-955/+1060
| |\ \ \ | |/ / / |/| | | | | | | fix/788/add-password-confirmation-required-to-user-storage-create
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-17266-782/+858
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #46124 from ↵Pytal2024-10-161-3/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix/ownership-transfer-source-user-files fix: Fix "Unknown path" error when source user `files` folder has not been initialized
| * | | refactor: Inject IRootFolderChristopher Ng2024-10-161-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: Fix "Unknown path" error when source user `files` folder has not been ↵Christopher Ng2024-10-161-0/+2
|/ / / | | | | | | | | | | | | | | | initialized Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #48735 from nextcloud/fix/eslint-warningFerdinand Thiessen2024-10-1685-170/+197
|\ \ \ | |_|/ |/| | refactor(code-style): Adjust JS code to our code style
| * | chore(assets): Recompile assetsnextcloud-command2024-10-1649-61/+69
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-1636-109/+128
|/ / | | | | | | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Add frontend code for password confirmationfix/788/add-password-confirmation-required-to-user-storage-createFerdinand Thiessen2024-10-161-1/+21
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: add PasswordConfirmationRequired to update and delete methodyemkareems2024-10-161-0/+2
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * fix: add PasswordConfirmationRequired to create user storages endpointyemkareems2024-10-161-0/+2
|/ | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* Merge pull request #48425 from nextcloud/fix/files-renameFerdinand Thiessen2024-10-165-64/+125
|\ | | | | fix(files): Ensure renaming state is correctly reset
| * chore(assets): Recompile assetsfix/files-renamenextcloud-command2024-10-152-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-153-61/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Is a node is renamed and the new name is out of the current visible list of nodes the component will be recycled, this means the props will change, so when the `onRename` functions is about to reset the state the `this.source` will point to a different node. To fix this, but also to separate business logic from visual representation, the logic is moved into the renaming store and the component is only responsible for rendering. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48696 from nextcloud/fix/share-notificationsFerdinand Thiessen2024-10-165-28/+49
|\ \ | | | | | | fix(files_sharing): Add proper user facing messages on success
| * | chore(assets): Recompile assetsfix/share-notificationsnextcloud-command2024-10-164-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): Add proper user facing messages on successFerdinand Thiessen2024-10-161-22/+43
|/ / | | | | | | | | | | | | | | | | | | 1. Use proper translated strings 2. Fix invalid use of translation message on API result 3. Log all errors Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1650-66/+232
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48332 from ↵Ferdinand Thiessen2024-10-1523-817/+837
|\ \ | |/ |/| | | | | nextcloud/chore/migrate-encryption-away-from-hooks refactor(encryption): Migrate from hooks to events
| * chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-156-1/+36
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-1517-816/+801
|/ | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddavChristoph Wurst2024-10-151-3/+11
|\ | | | | chore: request review from groupware when changing the card- and cald…
| * chore: update groupware code ownersbug/noid/codeowners-caldav-carddavDaniel Kesselberg2024-10-141-3/+11
| | | | | | | | | | | | Ref https://github.com/nextcloud/groupware?tab=readme-ov-file#components-and-roles Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #48702 from nextcloud/chore/update-sass-loaderFerdinand Thiessen2024-10-15275-8500/+861
|\ \ | | | | | | chore: migrate from deprecated SASS API and SASS JS API
| * | chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-14267-8293/+463
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-143-9/+10
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(sass): migrate from deprecated SASS apiGrigorii K. Shartsev2024-10-142-10/+13
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(webpack): migrate to node-polyfill-webpack-plugin v4Grigorii K. Shartsev2024-10-141-1/+3
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(devDeps): bump @nextcloud/webpack-vue-config and style related loadersGrigorii K. Shartsev2024-10-142-187/+372
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #48371 from nextcloud/fix/rector-use-statementsCôme Chilliet2024-10-15306-1633/+2144
|\ \ \ | | | | | | | | Auto import Nextcloud classes in rector runs
| * | | chore: Update baseline after rector refactoringfix/rector-use-statementsCôme Chilliet2024-10-151-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-15304-1624/+2096
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat(rector): Skip classes with a name too common from auto use statementCôme Chilliet2024-10-151-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore(rector): Add rule to import Nextcloud classes in all filesCôme Chilliet2024-10-151-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We skip all files outside of OC/OCA/OCP from "use" auto-import because it’s not always desirable to import classes when they have generic names, so it should be the developer choice. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48682 from ↵Kate2024-10-151-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key
| * | | fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-keyprovokateurin2024-10-141-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-1511-18/+136
|\ \ \ \
| * | | | feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-1111-18/+136
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1586-206/+284
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-144-5/+38
|\ \ \ \ \ | |_|_|/ / |/| | | | fix(share): Return empty string if no label is set