summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-162-14/+39
|\ | | | | allow running encryption:fix-encrypted-version for all users
| * allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-292-14/+39
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #35537 from nextcloud/fix/dependency-injection-errorVincent Petry2022-12-161-1/+1
|\ \ | | | | | | Improve dependency injection error message
| * | Improve dependency injection error messageCarl Schwan2022-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Change from display the name of the parameter to the type of the parameter. This is that in most cases is usefull. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #35609 from nextcloud/add-data-section-idVincent Petry2022-12-162-4/+4
|\ \ \ | | | | | | | | Add section-id and section-type data attributes to settings <li> navigation items
| * | | Add section-id and section-type data attributes to settings <li> navigation ↵Thomas Citharel2022-12-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | items Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombinerVincent Petry2022-12-161-1/+1
|\ \ \ \ | | | | | | | | | | Catch NotFoundException as well in JSCombiner
| * | | | Catch NotFoundException as well in JSCombinerThomas Citharel2022-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to #35576 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #35718 from ↵Vincent Petry2022-12-162-88/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.5 Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
| * | | | | Bump @testing-library/jest-dom from 5.16.4 to 5.16.5dependabot[bot]2022-12-102-88/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #35780 from ↵Vincent Petry2022-12-162-8/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/http-dispatcher-double-parameter-cast Fix missing cast of double controller parameters
| * | | | | | fix(app framework): Fix missing cast of double controller parametersChristoph Wurst2022-12-152-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``settype`` allows 'double' as alias of 'float'. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #35784 from nextcloud/chore/strict-login-controllerVincent Petry2022-12-162-5/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make the LoginController strict
| * | | | | | | chore: Make the LoginController strictChristoph Wurst2022-12-152-5/+21
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #35779 from nextcloud/catchTypeErrorVincent Petry2022-12-162-4/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [PHP8] check if params given to API are really an array
| * | | | | | | check if params given to API are really an arrayArtur Neumann2022-12-152-4/+14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | | | | | Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-eventVincent Petry2022-12-1628-51/+59
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent
| * | | | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-1528-51/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1614-16/+126
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35717 from nextcloud/deps/nextcloud/vue-7.2.0John Molakvoæ2022-12-156-14/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Bump @nextcloud/vue to 7.2.0
| * | | | | | Bump @nextcloud/vue to 7.2.0Christopher Ng2022-12-156-14/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35533 from nextcloud/revert-35240-enh/a11y-share-buttonJohn Molakvoæ2022-12-147-47/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Copy to clipboard with button instead of link"
| * | | | | | Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-147-47/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4ffc022c8b5d2a4df3b1b1452de769c4ad27fe4f. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1414-94/+128
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35745 from nextcloud/screenshotJohn Molakvoæ2022-12-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update README main screenshot
| * | | | | | Typo in URLGit'Fellow2022-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | | Update README main screenshotGit'Fellow2022-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Merge pull request #35621 from nextcloud/enh/noid/sabre-plugin-publicwebdavJulien Veyssier2022-12-132-0/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow additional Sabre plugins in publicwebdav.php
| * | | | | | use modern event dispatchJulien Veyssier2022-12-122-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | allow additional Sabre plugins in publicwebdav.phpJulien Veyssier2022-12-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1354-104/+484
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1312-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35562 from nextcloud/bug/33187/read-userid-from-tokenSimon L2022-12-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Read loginName from token
| * | | | | | | Fix GH-33187Daniel Kesselberg2022-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $this->userId is null when loggedin via app password. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #35714 from nextcloud/fix/vue-select-styles-the-sequelPytal2022-12-125-73/+312
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix vue-select stylesChristopher Ng2022-12-105-73/+312
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #35719 from ↵dependabot[bot]2022-12-121-18/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.27
| * | | | | | Bump phpunit/phpunit from 9.5.26 to 9.5.27 in /build/integrationdependabot[bot]2022-12-121-18/+18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-124-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35689 from pulsejet/patch-heicrotateJohn Molakvoæ2022-12-111-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | preview: fix HEIC orientation
| * | | | | | preview: fix HEIC orientationVarun Patil2022-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1114-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-10188-424/+586
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35097 from nextcloud/bugfix/noid/improve-email-resultsSimon L2022-12-094-26/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve email results for sharing
| * | | | | | Improve email search resultsJoas Schilling2022-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-093-26/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #35389 from nextcloud/bugfix/noid/fix-app-icons-in-dark-modeJoas Schilling2022-12-095-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | RecompileJoas Schilling2022-12-094-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Use correct filter for app icons in the right sidebar of app managementJoas Schilling2022-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>