Commit Graph

65456 Commits (remove_depreated_files)
 

Author SHA1 Message Date
Roeland Jago Douma 30d09612b2 remove deprecated OCP\Files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 year ago
Vincent Petry 3b7cc31f64
Merge pull request #34924 from nextcloud/cache-jail-path-prefix
escape path prefix when doing cache jail search
1 year ago
Vincent Petry 4f2923862a
Merge pull request #35108 from nextcloud/encryption-fix-versions-all
allow running encryption:fix-encrypted-version for all users
1 year ago
Vincent Petry 7adfdf5248
Merge pull request #35537 from nextcloud/fix/dependency-injection-error
Improve dependency injection error message
1 year ago
Vincent Petry d33f707bfd
Merge pull request #35609 from nextcloud/add-data-section-id
Add section-id and section-type data attributes to settings <li> navigation items
1 year ago
Vincent Petry 4322fc3a0d
Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombiner
Catch NotFoundException as well in JSCombiner
1 year ago
Vincent Petry c3c8b5f368
Merge pull request #35718 from 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
1 year ago
Vincent Petry ae6fe874ed
Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter-cast
Fix missing cast of double controller parameters
1 year ago
Vincent Petry 6737deabbf
Merge pull request #35784 from nextcloud/chore/strict-login-controller
Make the LoginController strict
1 year ago
Vincent Petry 2881a2f6dd
Merge pull request #35779 from nextcloud/catchTypeError
[PHP8] check if params given to API are really an array
1 year ago
Vincent Petry 8a0add4ecb
Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-event
Rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent
1 year ago
Nextcloud bot a0fe76fbd2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Julien Veyssier 73f2876d64
rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Christoph Wurst 138deec333
chore: Make the LoginController strict
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
John Molakvoæ c9dcf3988a
Merge pull request #35717 from nextcloud/deps/nextcloud/vue-7.2.0
Bump @nextcloud/vue to 7.2.0
1 year ago
Christopher Ng b3afa74848
Bump @nextcloud/vue to 7.2.0
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Christoph Wurst b6dd1a1d7b
fix(app framework): Fix missing cast of double controller parameters
``settype`` allows 'double' as alias of 'float'.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 year ago
Artur Neumann 81f2857f34
check if params given to API are really an array
Signed-off-by: Artur Neumann <artur@jankaritech.com>
1 year ago
Nextcloud bot 0d6a706bc0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
John Molakvoæ 04f68622cc
Merge pull request #35533 from nextcloud/revert-35240-enh/a11y-share-button
Revert "Copy to clipboard with button instead of link"
1 year ago
Nextcloud bot e1aa6a2bf5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Christopher Ng fb2fb0d2d5 Revert "Copy to clipboard with button instead of link"
This reverts commit 4ffc022c8b.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
John Molakvoæ 8a1a32fb09
Merge pull request #35745 from nextcloud/screenshot
Update README main screenshot
1 year ago
Julien Veyssier 104a1097b5
Merge pull request #35621 from nextcloud/enh/noid/sabre-plugin-publicwebdav
Allow additional Sabre plugins in publicwebdav.php
1 year ago
Git'Fellow fd4f8fac2d
Typo in URL
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 year ago
Git'Fellow 6969ede861
Update README main screenshot
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 year ago
Nextcloud bot 32ef1f5932
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Nextcloud bot 4994b73169
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Simon L c8072b215f
Merge pull request #35562 from nextcloud/bug/33187/read-userid-from-token
Read loginName from token
1 year ago
Pytal f503712d31
Merge pull request #35714 from nextcloud/fix/vue-select-styles-the-sequel 1 year ago
Daniel Kesselberg b5f6ecfb00 Fix GH-33187
$this->userId is null when loggedin via app password.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 year ago
dependabot[bot] da8e335e74
Merge pull request #35719 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.27 1 year ago
dependabot[bot] 3c63bd1cfa
Bump phpunit/phpunit from 9.5.26 to 9.5.27 in /build/integration
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>
1 year ago
Julien Veyssier 2d860d2c39
use modern event dispatch
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Julien Veyssier da9ffe4efc
allow additional Sabre plugins in publicwebdav.php
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 year ago
Nextcloud bot 96128192b5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
John Molakvoæ 4aafba68b4
Merge pull request #35689 from pulsejet/patch-heicrotate
preview: fix HEIC orientation
1 year ago
Nextcloud bot 87602dfd50
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
dependabot[bot] be78a84092
Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
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>
2 years ago
Nextcloud bot 8d1142cfb9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Christopher Ng 9012e89431 Fix vue-select styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago
Simon L 51f8b9c591
Merge pull request #35097 from nextcloud/bugfix/noid/improve-email-results
Improve email results for sharing
2 years ago
Joas Schilling 8295c7bf53
Merge pull request #35389 from nextcloud/bugfix/noid/fix-app-icons-in-dark-mode 2 years ago
Joas Schilling 269df904a3
Improve email search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling 256fbe9d77
Validate if the user part of a "cloud id" can even be a valid user id
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling 2f7a1fca5f
Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-show-group-id
Show group name instead of group id as recommendation
2 years ago
Joas Schilling 43918fa802
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Joas Schilling 3e3eaa4282
Use correct filter for app icons in the right sidebar of app management
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
Vincent Petry 21576ff271
Merge pull request #35705 from nextcloud/bugfix/noid/update-sensitive-config-list
Update sensitive config list of Talk
2 years ago
Joas Schilling cf34aa557b
Update sensitive config list of Talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago