Commit Graph

60045 Commits (a4368ad185b698043ba0e942edd95959d4a9d3ba)
 

Author SHA1 Message Date
Christoph Wurst a4368ad185
Merge pull request #27466 from nextcloud/feature/dav-scheduling-availability-settings
Add scheduling availability settings
3 years ago
Carl Schwan 4eb421ee40
Merge pull request #28403 from nextcloud/work/status
Add an API to set and rollback the user status
3 years ago
Joas Schilling 285bc55d2c
Merge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgrade
Fix app upgrade
3 years ago
Carl Schwan 2cb48f484b
Add an API to set and rollback the user status
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Christoph Wurst f432dd2e2e
Add scheduling availability settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Christoph Wurst 643e85cfe8
Merge pull request #29285 from nextcloud/fix/php-7.3-deprecation
Deprecate PHP7.3 for Nextcloud 23
3 years ago
John Molakvoæ a1c8b6e9eb
Merge pull request #28768 from nextcloud/check-file-exists 3 years ago
Christoph Wurst 4b8f8c5203
Deprecate PHP7.3 for Nextcloud 23
* 7.3 reaches EOL shortly after the release of 23.0.0
* Nextcloud 24 will require PHP7.4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Vincent Petry 822623109f
Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference
Add already used optional sizeDifference parameter to IPropagator
3 years ago
Nextcloud bot 4aff9f79af
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Daniel 77734cc414
Merge pull request #29279 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
3 years ago
dependabot[bot] 25c7bf704b
Merge pull request #29273 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3 3 years ago
dependabot[bot] f1915a837e Bump core-js from 3.18.2 to 3.18.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.18.2...v3.18.3)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Valdnet d51cd106a0
l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago
Nextcloud bot 9a809df960
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Daniel bde3c4a98b
Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
3 years ago
Julius Härtl 6204c63308
Merge pull request #28991 from nextcloud/feature/bulk_upload 3 years ago
Louis Chemineau def983dc7e Clean BulkUpload plugin
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
nextcloud-command fe28f08259 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
3 years ago
dependabot[bot] 94ab9f5b2a
Merge pull request #29272 from nextcloud/dependabot/npm_and_yarn/sass-1.43.2 3 years ago
dependabot[bot] e2f23e8f90
Merge pull request #29271 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.4.1 3 years ago
Nextcloud bot 509b8288a8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
dependabot[bot] ec7c5fd607
Bump sass from 1.42.1 to 1.43.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.42.1 to 1.43.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.42.1...1.43.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] f752c0757e
Bump @testing-library/user-event from 13.2.1 to 13.4.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 13.4.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v13.4.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Carl Schwan a67a12cb96
Merge pull request #29240 from nextcloud/work/admin-delegation-implementation
Add support for Delegation Settings for more apps
3 years ago
Carl Schwan ff67ada049
Merge pull request #29210 from nextcloud/work/status-navbar-vue
Add current status in navbar
3 years ago
Carl Schwan 134167ef3f
Add current status in navbar
This ports the code to vue and if the user_status app is disabled this
goes back to the previous behavior.

The Avatar vue components detects changes of the status automatically.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Carl Schwan 719dbafd13
Add support for Delegation Settings for more apps
* This adds support for the sharing, groupware, theming and user_ldap
  app
* This adds some code who disapeared during a rebase in the initial
  delegation PR (provisioning_api)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Vincent Petry 0c3d3de6eb
Merge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-background-job
Add configuration flag to disable the background job for files_versions
3 years ago
Daniel 559edd2dc9
Merge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-background-job
Add configuration flag to disable the background job for files_trashbin
3 years ago
Robin Appelman fadeae8c8a
Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-folder-versions
Revert "Delete S3 versions in rmdir"
3 years ago
Joas Schilling 59cf2b1789
Fix app upgrade
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Louis Chemineau dd938dadef Add benchmark tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
Louis Chemineau fc6e07705a Add BulkUpload DAV plugin
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
Daniel 5645b2a18a
Merge pull request #29188 from nextcloud/enhancement/public-write-api
Add calendar object creation API to OCP
3 years ago
John Molakvoæ f7a4ff4d63
Merge pull request #27217 from nextcloud/techdebt/noid/make-debugging-a-cron-job-easier 3 years ago
John Molakvoæ b6a3ba136c
Merge pull request #29235 from nextcloud/feat/appstore/enterprise 3 years ago
John Molakvoæ 8df577ba0a
Merge pull request #29180 from nextcloud/bug/27798/fix-php-error-in-ldap-access 3 years ago
Daniel 1119197276
Merge pull request #29247 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
3 years ago
Daniel 03311b67d0
Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan
Fix background scan doc in config
3 years ago
Vincent Petry 0da42b895e
Fix background scan doc in config
The background scanner only processes entries with size < 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
Anna Larch 0401d6dc0f
Add create method to extended calendar implementation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
nextcloud-command da8a2e1d67 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Nextcloud bot 4e32fe8a4e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Pytal 9e6aaa83c0
Merge pull request #29241 from nextcloud/fix/new-jcrop 3 years ago
Daniel 792a7c0992
Merge pull request #29246 from nextcloud/fix/make-psalm-happer
Change return type to correct type
3 years ago
Anna Larch 926fb5b3de Change return type to correct type
Signed-off-by: Anna Larch <anna@nextcloud.com>
3 years ago
Christoph Wurst 67baaaaff9
Merge pull request #29231 from nextcloud/fix/calendar-providers-instances
Build instances of the calendar providers before using them
3 years ago
Christoph Wurst 9aa248f007
Merge pull request #29245 from nextcloud/artonge-patch-1
Add mapping for louis [CI SKIP]
3 years ago
Louis 4e09c67cb5 Add mapping for louis [CI SKIP]
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago