aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-testsJoas Schilling2024-09-251-1/+3
* fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
* fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
* Merge pull request #48327 from nextcloud/dependabot/composer/web-auth/webauth...Joas Schilling2024-09-251-0/+0
|\
| * chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1dependabot/composer/web-auth/webauthn-lib-4.9.1Joas Schilling2024-09-251-0/+0
* | Merge pull request #48333 from nextcloud/automated/noid/master-update-ca-cert...Joas Schilling2024-09-252-3/+101
|\ \
| * | fix(security): Update CA certificate bundlenextcloud-command2024-09-252-3/+101
|/ /
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/
* Merge pull request #48244 from nextcloud/fix/sharing-entry-linkFerdinand Thiessen2024-09-2416-377/+378
|\
| * chore(assets): Recompile assetsfix/sharing-entry-linknextcloud-command2024-09-2415-374/+374
| * fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
|/
* Merge pull request #48323 from nextcloud/chore/legacy-updatenotificationFerdinand Thiessen2024-09-2425-66/+302
|\
| * chore(assets): Recompile assetschore/legacy-updatenotificationnextcloud-command2024-09-2418-21/+216
| * refactor(updatenotification): Migrate legacy codeFerdinand Thiessen2024-09-247-45/+86
|/
* Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-2414-73/+147
|\
| * fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
| * fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-232-18/+12
| * chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-232-42/+10
| * feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-2311-54/+151
* | Merge pull request #48307 from nextcloud/fix/gracefully-parse-trusted-certifi...Kate2024-09-244-2/+42
|\ \
| * | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-244-2/+42
* | | Merge pull request #48311 from nextcloud/fix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | fix: Ensure app discover section is returned as listfix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|/ /
* | Merge pull request #47349 from nextcloud/feat/31420/bidi-backend-supportJoas Schilling2024-09-246-2/+87
|\ \
| * | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-234-11/+10
| * | ci: Restrict RTL characters to RTL languagesJoas Schilling2024-09-231-0/+35
| * | fix(rtl): Fix list of RTL languagesJoas Schilling2024-09-231-5/+11
| * | fix(rtl): Add unittest for language directionMostafa Ahangarha2024-09-231-0/+18
| * | feat(rtl): Set layout direction based on languageali ghorbani2024-09-234-2/+29
| |/
* | Merge pull request #44945 from nextcloud/rakekniven-patch-1Joas Schilling2024-09-243-4/+4
|\ \
| * | chore(assets): Recompile assetsJoas Schilling2024-09-232-3/+3
| * | fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* | | 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.lockdebt/noid/ignore-docker-image-lock-fileDaniel Kesselberg2024-09-221-2/+3
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2314-6/+92
| |/ |/|
* | Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
|\ \
| * | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
* | | Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-238-10/+41
|\ \ \
| * | | fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interfaceCôme Chilliet2024-09-231-1/+0
| * | | chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
| * | | fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-237-9/+41
* | | | Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-2373-138/+393
|\ \ \ \
| * | | | chore(rector): Move rector.php into the build folderfeat/add-rector-configCôme Chilliet2024-09-232-14/+16
| * | | | chore: Add rector script to composer.jsonCôme Chilliet2024-09-201-1/+2
| * | | | chore: Apply rector configuration to apps folderCôme Chilliet2024-09-2069-137/+137
| * | | | chore: Add empty rector configurationCôme Chilliet2024-09-203-0/+252
* | | | | Merge pull request #48175 from nextcloud/followup/48086/fix-more-activity-pro...Joas Schilling2024-09-239-46/+41
|\ \ \ \ \
| * | | | | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-239-46/+41
* | | | | | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-234-15911/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test: fix ContactsMigratorTestbugfix/noid/run-all-unit-testsAnna Larch2024-09-192-15894/+21