aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | chore(assets): Recompile assetsfix/sharing-entry-linknextcloud-command2024-09-2415-374/+374
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
|/ / / | | | | | | | | | | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #48323 from nextcloud/chore/legacy-updatenotificationFerdinand Thiessen2024-09-2425-66/+302
|\ \ \ | | | | | | | | refactor(updatenotification): Migrate legacy code
| * | | chore(assets): Recompile assetschore/legacy-updatenotificationnextcloud-command2024-09-2418-21/+216
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | refactor(updatenotification): Migrate legacy codeFerdinand Thiessen2024-09-247-45/+86
|/ / / | | | | | | | | | | | | | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-2414-73/+147
|\ \ \ | |/ / |/| | Port files trashbin events to IEventDispatcher/IEventListener
| * | fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-232-18/+12
| | | | | | | | | | | | | | | | | | | | | Hooks are cleared in test bootstrap so switching to events activates them in tests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-232-42/+10
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-2311-54/+151
| | | | | | | | | | | | | | | | | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #48307 from ↵Kate2024-09-244-2/+42
|\ \ \ | | | | | | | | | | | | nextcloud/fix/gracefully-parse-trusted-certificates
| * | | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-244-2/+42
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #48311 from nextcloud/fix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|\ \ \ \ | |/ / / |/| | | fix: Ensure app discover section is returned as list
| * | | fix: Ensure app discover section is returned as listfix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47349 from nextcloud/feat/31420/bidi-backend-supportJoas Schilling2024-09-246-2/+87
|\ \ \ | | | | | | | | Add bidirectional text support - Backend
| * | | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-234-11/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | ci: Restrict RTL characters to RTL languagesJoas Schilling2024-09-231-0/+35
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(rtl): Fix list of RTL languagesJoas Schilling2024-09-231-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(rtl): Add unittest for language directionMostafa Ahangarha2024-09-231-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
| * | | feat(rtl): Set layout direction based on languageali ghorbani2024-09-234-2/+29
| |/ / | | | | | | | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com>
* | | Merge pull request #44945 from nextcloud/rakekniven-patch-1Joas Schilling2024-09-243-4/+4
|\ \ \ | | | | | | | | fix(i18n): Changed grammar
| * | | chore(assets): Recompile assetsJoas Schilling2024-09-232-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(translations): Changed grammarrakekniven2024-09-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | Merge pull request #48268 from nextcloud/debt/noid/ignore-docker-image-lock-fileJoas Schilling2024-09-231-2/+3
|\ \ \ \ | |_|/ / |/| | | fix: skip the integrity check for nextcloud-init-sync.lock
| * | | fix: skip the integrity check for nextcloud-init-sync.lockdebt/noid/ignore-docker-image-lock-fileDaniel Kesselberg2024-09-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2314-6/+92
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
|\ \ \ | | | | | | | | feat(prioritynotifications): Allow some apps to mark notifications as priority
| * | | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They will be still send as push during DND. Apps are currently limited to: - twofactor_nextcloud_notification to help with login - spreed which will only set it for pushes in manually picked conversations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48111 from ↵Côme Chilliet2024-09-238-10/+41
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/move-storage-constructor-to-specific-interface fix: Move storage constructor to specific interface
| * | | | fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interfaceCôme Chilliet2024-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-237-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-2373-138/+393
|\ \ \ \ \ | | | | | | | | | | | | Add rector config
| * | | | | chore(rector): Move rector.php into the build folderfeat/add-rector-configCôme Chilliet2024-09-232-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Add rector script to composer.jsonCôme Chilliet2024-09-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Apply rector configuration to apps folderCôme Chilliet2024-09-2069-137/+137
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Add empty rector configurationCôme Chilliet2024-09-203-0/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only applying on apps for now, and only minimal type coverage level. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #48175 from ↵Joas Schilling2024-09-239-46/+41
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/followup/48086/fix-more-activity-providers fix(activity): Update more activity providers to use new exceptions
| * | | | | | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-239-46/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-234-15911/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix(tests): Fix test selection and run unit tests of DAV and user_status
| * | | | | | test: fix ContactsMigratorTestbugfix/noid/run-all-unit-testsAnna Larch2024-09-192-15894/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * | | | | | fix(user_status): Fix integration test of user statusJoas Schilling2024-09-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-192-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #48207 from ↵Louis2024-09-238-39/+68
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/prevent_missing_users_from_crashing_disabled_users_search fix: Don't crash if disabled user is missing in the database
| * | | | | | | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-238-39/+68
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #48275 from ↵Côme Chilliet2024-09-238-13/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/github-actions-560ea78344 chore(deps): Bump the github-actions group across 1 directory with 3 updates
| * | | | | | chore(deps): Bump the github-actions group across 1 directory with 3 updatesdependabot/github_actions/github-actions-560ea78344dependabot[bot]2024-09-238-13/+13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [cypress-io/github-action](https://github.com/cypress-io/github-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/setup-node` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1e60f620b9541d16bece96c5465dc8ee9832be0b...0a44ba7841725637a19e28fa30b79a866c81b0a6) Updates `cypress-io/github-action` from 6.7.5 to 6.7.6 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/496e7dc0edc421a9de8a36a31c793340e00c61bf...0da3c06ed8217b912deea9d8ee69630baed1737e) Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...5e914681df9dc83aa4e4905692ca88beb2f9e91f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #48266 from ↵Kate2024-09-234-123/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/psalm/enabled-find-unused-baseline-entry
| * | | | | | fix(psalm): Enable findUnusedBaselineEntryfix/psalm/enabled-find-unused-baseline-entryprovokateurin2024-09-234-123/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-234-0/+32
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>