Commit graph

59897 commits

Author SHA1 Message Date
Daniel Kesselberg
fab887cb7c
Update attendence for external users
For local users it's possible to select their calendar via the principal url and first update their own attendance status.
External users have no calendar event hence the recipient is the organizer.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-08 18:12:37 +02:00
Anna Larch
35be21dbb7
Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-10-08 16:35:31 +02:00
Vincent Petry
1ea5983568
Merge pull request #29118 from nextcloud/incomplete-index
add better index for finding unindexed paths
2021-10-08 12:07:16 +02:00
Daniel
9187e986e1
Merge pull request #28907 from nextcloud/bug/noid/close-stream-local
explicitly close source stream on local / encryption storage
2021-10-08 10:02:01 +02:00
Daniel
8d2caa03ba
Merge pull request #29128 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
2021-10-08 09:54:15 +02:00
Vincent Petry
62947867ce
Merge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPath
Add occ versions:cleanup --path option
2021-10-08 08:01:55 +02:00
nextcloud-command
27ac2f461a Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2021-10-08 04:11:14 +00:00
Nextcloud bot
0e31e72aec
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-08 02:23:18 +00:00
Daniel
db226dbd35
Merge pull request #29123 from nextcloud/bug/29119/decode-object-to-array
Set associative = true for cleanup job
2021-10-07 21:31:55 +02:00
Daniel Kesselberg
240eb02585
Set associative = true for cleanup job
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-07 20:20:09 +02:00
Daniel Rudolf
54cb4ac840
Improve occ versions:cleanup --path option
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-10-07 19:18:03 +02:00
Vincent Petry
f518710c52
Merge pull request #28608 from nextcloud/path-prefix-filter
generate a better optimized query for path prefix search filters
2021-10-07 17:16:39 +02:00
Robin Appelman
6502dfae34
add better index for finding unindexed paths
for the following query 'SELECT "path" FROM "oc_filecache" WHERE ("storage" = $storage) AND ("size" < 0) ORDER BY "fileid" DESC LIMIT 1;'

currently the database will in some cases decide to priorize the sort by fileid over the filter when picking what index to use, resulting in a much slower query.

by creating an index that allows first sorting by fileid and also filter by storage and size this case will be greatly sped up

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-07 16:11:49 +02:00
Joas Schilling
6829449258
Merge pull request #29108 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
2021-10-07 14:07:57 +02:00
Vincent Petry
c64e905eab
Merge pull request #29110 from nextcloud/debt/noid/reset-composer-for-psalm-baseline-update
Reset composer for psalm baseline update
2021-10-07 11:07:26 +02:00
Valdnet
a4b0dfa3d3 l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-07 08:50:35 +00:00
Daniel Kesselberg
6cfc7f5dd3
Reset composer for automated psalm baseline update
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-07 09:27:21 +02:00
Nextcloud bot
339c6edd38
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-07 02:25:26 +00:00
Pytal
005ed982eb
Merge pull request #25774 from nextcloud/add-ripple-color-variables 2021-10-06 17:33:08 -07:00
Louis
9a569ff387
Merge pull request #29064 from nextcloud/feature/add_cache_to_local_integration_tests_container
Add caching for local run of integration and acceptance tests
2021-10-06 21:04:47 +02:00
Daniel
978b9a0614
Merge pull request #29084 from nextcloud/bugfix/noid/typos-in-readme
Fix some typos and code blocks in readme
2021-10-06 20:35:36 +02:00
Carl Schwan
3535d50f52
Merge pull request #29091 from nextcloud/bugfix/noid/improve-icon-and-section-title
Improve icon and section title of "Admin privileges"
2021-10-06 20:02:05 +02:00
Joas Schilling
0dae8805c2
Improve icon and section title of "Admin privileges"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-06 19:13:16 +02:00
Daniel
5fecbc9074
Merge pull request #29083 from nextcloud/debt/noid/update-certificates
Update the certificate bundle
2021-10-06 17:04:08 +02:00
Louis
6b2711f4c3
Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1
Bump bootstrap from 4.6.0 to 5.1.1
2021-10-06 16:10:15 +02:00
Louis Chemineau
b13ce08ac8 Add cache for local integration test container
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-06 13:33:47 +02:00
MichaIng
d0a1d99c89
Merge pull request #29081 from nextcloud/fix/acceptance-app-files
Fix acceptance test 'app-files'
2021-10-06 13:13:44 +02:00
Louis Chemineau
870ce7d3cc Fix container element for newFileMenu tooltip
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-06 12:23:06 +02:00
Daniel
4408f1724f
Merge pull request #29065 from nextcloud/bugfix/noid/fix-missing-translation-of-share-folder-selection
Fix missing translations of share folder selection
2021-10-06 11:19:46 +02:00
Louis Chemineau
32dc976e0d Fix app-files acceptance tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-06 10:09:14 +02:00
Joas Schilling
3869f07f4b
Fix some typos and code blocks in readme
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-06 09:48:57 +02:00
Vincent Petry
442eb6cc0e
Merge pull request #29050 from nextcloud/debt/noid/job-to-update-psalm-baseline-broken
Fix job to update psalm baseline
2021-10-06 09:21:45 +02:00
Vincent Petry
e5f4d72d0b
Merge pull request #29082 from nextcloud/enh/add-sensitive-config-keys
Add a few sensitive config keys
2021-10-06 09:13:12 +02:00
Daniel Kesselberg
d3067459f2
Update the certificate bundle
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-06 08:36:30 +02:00
Nextcloud bot
1e9699072a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-06 02:20:56 +00:00
Pytal
7d64948cd5
Merge pull request #29079 from nextcloud/bugfix/24089 2021-10-05 17:39:46 -07:00
dependabot[bot]
db83320ad7 Bump bootstrap from 4.6.0 to 5.1.1
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.1.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.1.1)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-05 18:29:32 +02:00
Julien Veyssier
9d6c286ce6
consider some config keys under 'objectstore_multibucket' as sensitive
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-10-05 18:26:06 +02:00
Richard Steinmetz
c5cc4caeef
Merge pull request #29053 from nextcloud/debt/noid/exit-code-versioncheck
Use proper exit code
2021-10-05 16:30:22 +02:00
Joas Schilling
b28f4989ff
Merge pull request #29019 from nextcloud/bugfix/noid/improve-log-and-allow-duplicate-notifications-section
Improve log and allow duplicate notifications section
2021-10-05 15:09:45 +02:00
Julius Härtl
c9656eff06
Only load screenshots if available from app store releases
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-10-05 13:28:08 +02:00
Julius Härtl
d68f028251
Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl 2021-10-05 13:06:59 +02:00
Vincent Petry
ee32c7c328
Merge pull request #29058 from nextcloud/bugfix/28981/transfer-ownership-deleted-user
Do not transfer shares for deleted users
2021-10-05 08:19:49 +02:00
Nextcloud bot
b73cde2396
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-05 02:22:10 +00:00
Joas Schilling
18dc15fb71 Fix missing translations of share folder selection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-04 19:11:19 +00:00
Lukas Reschke
9178484699
Merge pull request #29027 from nextcloud/debt/noid/make-tests-independend-of-version-numbers
Make AppsEnableTest and AppsDisableTest independet of the app version…
2021-10-04 19:53:06 +02:00
Joas Schilling
04b368f2bd
Improve log and allow duplicate notifications section
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-04 19:02:13 +02:00
Joas Schilling
e597a5ae9a
Merge pull request #29056 from nextcloud/bugfix/noid/allow-twofactor-nextcloud-notifications-to-work-again
Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA again
2021-10-04 17:17:07 +02:00
Lukas Reschke
857c769d75
Merge pull request #28939 from nextcloud/bugfix/noid/dont-setup-disabled-users
Don't further setup disabled users when logging in with apache
2021-10-04 12:59:35 +02:00
Louis
9acef06b0f
Merge pull request #29030 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-4.2.0
Bump @nextcloud/vue from 4.1.1 to 4.2.0
2021-10-04 11:57:31 +02:00