nextcloud-command
855b3c5489
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-08 18:12:21 +07:00
Simon L
07de9fa4e8
fix dashboard scrolling
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-08 19:03:31 +07:00
Simon L
d65fd72452
Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon
...
fix checkmark for theme settings in dark mode
2022-11-08 18:58:55 +07:00
Simon L
87f4ed55e5
Merge pull request #32211 from nextcloud/feat/repair_share_ownership
...
Add repair command to fix wrong share ownership
2022-11-08 18:57:03 +07:00
Robin Appelman
6d8c72c9f6
update autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:14:22 +07:00
Robin Appelman
7dc8e6a014
fix repairing non user shares when repairing all shares
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:52 +07:00
Robin Appelman
e09fabd47c
remove no longer needed code
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:48 +07:00
Robin Appelman
b66779711f
split repairing into two stages to prevent long open transaction
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:44 +07:00
Robin Appelman
8012c85d3e
update shares directly in db
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:41 +07:00
Vincent Petry
1be1c23c05
More verbose output for repair share ownership cmd
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-08 17:13:37 +07:00
Robin Appelman
3d68a526e7
move share owner repair to occ command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:33 +07:00
Louis Chemineau
610e963567
Add repair step to fix wrong share ownership
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-08 17:13:29 +07:00
Richard Steinmetz
ad77bf4030
Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip
...
Fix DNS Pin Middleware throwing for public IPs
2022-11-08 16:44:50 +07:00
nextcloud-command
506b535878
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-08 13:44:49 +07:00
szaimen
1e48661238
fix checkmark for theme settings in dark mode
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-08 14:28:17 +07:00
Christoph Wurst
ce259435c2
Fix DNS Pin Middleware throwing for public IPs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-08 14:18:05 +07:00
Simon L
175ac79f97
Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion
...
Cast to int
2022-11-08 10:53:13 +07:00
Joas Schilling
0f3fdced4f
Merge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
...
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
2022-11-08 06:51:31 +07:00
Nextcloud bot
dc91631068
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08 02:14:18 +07:00
dependabot[bot]
457ba00636
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
...
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n ) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-07 19:30:15 +07:00
Pytal
0dabc6abc6
Merge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2
...
Bump handlebars-loader from 1.7.1 to 1.7.2
2022-11-07 11:04:50 +07:00
Markus Zeller
15289f9737
Cast to int #32837
...
Signed-off-by: Markus Zeller <git@markuszeller.com>
2022-11-07 16:44:47 +07:00
Christoph Wurst
c8c27ea352
Merge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie-login
...
Fix unsuccessful token login logged as error
2022-11-07 16:35:52 +07:00
Joas Schilling
ebbc0faf6c
Merge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs
...
Fix cron warning with time insensitive jobs
2022-11-07 15:38:31 +07:00
Christoph Wurst
e2d3409a34
Fix unsuccessful token login logged as error
...
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.
If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-07 15:08:48 +07:00
Côme Chilliet
f5181f3682
Merge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4
...
Bump microsoft/azure-storage-blob to 1.5.4
2022-11-07 14:34:25 +07:00
Vincent Petry
4b931a9d25
Merge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0
...
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
2022-11-07 13:58:08 +07:00
Roeland Jago Douma
e50f4c445d
Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases
...
Clean up and deprecate app container parameter aliases
2022-11-07 12:04:07 +07:00
Côme Chilliet
c090883ce0
Align with 3rdparty master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-07 12:02:14 +07:00
Joas Schilling
0cab646ec0
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:27:31 +07:00
Joas Schilling
2d8886e6a4
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:04:58 +07:00
Joas Schilling
7730c84e74
Show the correct warning for system cron vs. webcron/ajax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:01:22 +07:00
Simon L
533e1803cf
Merge pull request #34937 from nextcloud/fix/do-not-crash-on-extension-without-version
...
Avoid a crash when a PHP extension has no version
2022-11-07 10:45:44 +07:00
Côme Chilliet
3568593d37
Bump microsoft/azure-storage-blob to 1.5.4
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-07 10:44:24 +07:00
Côme Chilliet
7af4fea0e3
Suppress false-positives from psalm, waiting for fix upstream
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-07 10:01:53 +07:00
Côme Chilliet
070ae2930c
Merge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-07 09:24:03 +07:00
nextcloud-command
26c2144bd1
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-11-07 04:24:52 +07:00
Nextcloud bot
ed03a0c217
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-07 02:14:09 +07:00
Nextcloud bot
7f2c21f056
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06 02:12:40 +07:00
Simon L
779feddb22
Merge pull request #18210 from dbw9580/master
...
Limit number of concurrent preview generations
2022-11-05 11:32:13 +07:00
szaimen
f9e9cd270d
Limit-number-of-concurrent-preview-generations
...
Signed-off-by: Bowen Ding <dbw9580@live.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-05 16:03:01 +07:00
dependabot[bot]
e720dd2f13
Bump handlebars-loader from 1.7.1 to 1.7.2
...
Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/pcardune/handlebars-loader/releases )
- [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: handlebars-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 03:23:51 +07:00
Nextcloud bot
c88aabd125
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05 02:15:04 +07:00
Julius Härtl
5c4a66f0c1
Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-to
...
Do not throw errors when invalid setTo email is provided
2022-11-04 18:24:55 +07:00
dependabot[bot]
aa3be1111f
Merge pull request #33181 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.11.0
2022-11-04 16:41:23 +07:00
Vincent Petry
a736a2b03b
Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing
...
Clean up LDAP Wizard typing
2022-11-04 17:29:30 +07:00
Vincent Petry
966ee67efb
Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calc
...
Fix size calculation on copying the skeleton files
2022-11-04 17:23:40 +07:00
Vincent Petry
7ec9226cb4
Merge pull request #34909 from nextcloud/fix/21370/duplicate-notifications-2
...
Fix duplicate event email notifications
2022-11-04 17:19:36 +07:00
dependabot[bot]
2d7185ddfa
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
...
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-04 16:16:55 +07:00
dependabot[bot]
bce5144454
Update behat/behat requirement in /build/integration
...
Updates the requirements on [behat/behat](https://github.com/Behat/Behat ) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 15:46:56 +07:00