aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Put back baseline for the enableAppForGroups type mismatchCôme Chilliet2022-12-191-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-193-16/+28
| | | | | | This reverts commit e17244e92fb316d2f2e3fd1ae343bd47b54395b8. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-193-28/+16
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-192-6/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Strong type singletons from lib/base.phpCôme Chilliet2022-12-191-12/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate lib/base.php to LoggerInterfaceCôme Chilliet2022-12-191-6/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Put back cast to string now that timelimit is an intCôme Chilliet2022-12-191-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fixing more psalm errors from lib/base.phpCôme Chilliet2022-12-191-32/+31
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use Server::get some moreCôme Chilliet2022-12-191-39/+38
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use strict typing in base.phpCôme Chilliet2022-12-192-66/+50
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-backJulius Härtl2022-12-191-0/+9
|\
| * restoring clearCachedConfig()Maxence Lange2022-11-151-0/+9
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-192-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-186-12/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-12-1720-14/+428
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34629 from nextcloud/fix/case-sensitivity-email-ldapVincent Petry2022-12-162-2/+10
|\ \ | | | | | | Fix case sensitivity of email when saving settings
| * | Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
|/ / | | | | | | | | | | | | | | | | Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields. Related: https://github.com/nextcloud/server/pull/33813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-163-7/+8
|\ \ | | | | | | escape path prefix when doing cache jail search
| * | escape path prefix when doing cache jail searchRobin Appelman2022-11-023-7/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | 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>