aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor(OC_App): Remove ILogger usageFerdinand Thiessen2024-09-191-13/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(ProviderFactory): Remove usage of ILogger and use non-deprecated stuffFerdinand Thiessen2024-09-191-10/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(Collaboration): Use non-deprecated methodsFerdinand Thiessen2024-09-192-13/+22
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore!: Remove `OC\AppFramework\Logger`Ferdinand Thiessen2024-09-192-112/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48190 from ↵John Molakvoæ2024-09-192-8/+26
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.9 chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.9
| * chore(deps-dev): Bump @nextcloud/cypressdependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.9dependabot[bot]2024-09-182-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #48163 from nextcloud/feat/nfoJohn Molakvoæ2024-09-195-2/+6
|\ \ | | | | | | feat: add nfo file support
| * | feat: add nfo file supportfeat/nfoJohn Molakvoæ (skjnldsv)2024-09-185-2/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #48185 from ↵dependabot[bot]2024-09-182-6/+5
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel-loader-9.2.1
| * | | chore(deps-dev): Bump babel-loader from 9.1.3 to 9.2.1dependabot/npm_and_yarn/babel-loader-9.2.1dependabot[bot]2024-09-182-6/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #48177 from ↵Joas Schilling2024-09-181-0/+23
|\ \ \ | |/ / |/| | | | | | | | nextcloud/artonge/fix/remove_unnecessary_formating fix: Override start method of \Sabre\DAV\Server to remove exception o…
| * | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #48140 from nextcloud/bugfix/noid/update-phpunitCôme Chilliet2024-09-183-11/+26
|\ \ \ | | | | | | | | ci: Bump phpunit to 9.6.19 and add dependabot
| * | | ci: Bump phpunit to 9.6.19 and add dependabotbugfix/noid/update-phpunitJoas Schilling2024-09-173-11/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48182 from nextcloud/oracle-share-reminderJoas Schilling2024-09-183-4/+5
|\ \ \ \ | | | | | | | | | | fix: fix share reminder job for oracle
| * | | | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-183-4/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-1813-125/+129
|\ \ \ \ | |/ / / |/| | | feat: Add OCP interface to format richtext into string
| * | | fix: Adapt notifications and activity tests to new DI dependencyenh/add-rich-object-formatterCôme Chilliet2024-09-173-17/+35
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Fix Event and Notification creation with the new required parameterCôme Chilliet2024-09-173-26/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Add missing alias for IRichTextFormatterCôme Chilliet2024-09-171-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-177-83/+79
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48160 from nextcloud/object-store-move-fixesArthur Schiwon2024-09-1814-64/+151
|\ \ \ \ | | | | | | | | | | Object store move fixes and more
| * | | | test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: put parent items into cache in testsRobin Appelman2024-09-186-50/+85
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: fix incorrect ltrim usage in testRobin Appelman2024-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: verify that parent exists in cache when insertingRobin Appelman2024-09-181-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: cleanup objectstore file_put_contentRobin Appelman2024-09-181-7/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-181-1/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #48161 from nextcloud/fix/pronouns-testsJohn Molakvoæ2024-09-186-9/+66
|\ \ \ \
| * | | | fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-186-9/+66
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18172-298/+422
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-1811-199/+142
|\ \ \ | | | | | | | | fix: Drop unnecessary exit
| * | | fix: Prevent duplicate creation of print_exception functionLouis Chemineau2024-09-184-23/+39
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | fix(tests): Adapt tests to changes in RepairMimeTypesCôme Chilliet2024-09-171-3/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(tests): Fix most obvious errors in ObjectStore testsCôme Chilliet2024-09-173-56/+60
| | | | | | | | | | | | | | | | | | | | | | | | Some are still failing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(tests): Fix Folder testsCôme Chilliet2024-09-171-3/+22
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(tests): Remove deprecated tests for ServerTestCôme Chilliet2024-09-171-113/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18156-240/+436
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #44013 from nextcloud/fieat/profile-pronouncesJohn Molakvoæ2024-09-1830-779/+938
|\ \ \ \ | | | | | | | | | | feat: add pronouns to account profile
| * | | | fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-186-738/+752
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-1729-50/+195
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #45020 from Noodlesalat/fix-lastlogin-update-token-loginJohn Molakvoæ2024-09-171-0/+1
|\ \ \ \ \
| * | | | | fix: update last_login timestamp for token based-loginsFabian Dreßler2024-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #31075 and maybe #32953 Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>