Carl Schwan
0270068fed
Merge pull request #34628 from nextcloud/fix/files_sharing_psalm
...
Various psalm fixes in files_sharing
2022-10-18 14:44:28 +02:00
Carl Schwan
00c2c620ac
Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry
...
Fix wrong types in phpdoc for twofactor registry
2022-10-18 14:42:43 +02:00
Carl Schwan
419828c791
Fix the type of the return array in a few more places
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-18 13:22:50 +02:00
Christoph Wurst
c671466422
Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewal
...
Run session token renewals in a database transaction
2022-10-18 11:19:33 +02:00
Simon L
b01de1c5b6
Merge pull request #34636 from nextcloud/fix/user-status-dislexia
...
Fix vertical alignment of user status icon
2022-10-18 11:01:36 +02:00
blizzz
42a9c061e4
Merge pull request #34620 from nextcloud/fix/cleanup-theming-cache
...
Add a repair step to cleanup old theming cache
2022-10-18 10:24:53 +02:00
Carl Schwan
b832d47d35
Merge pull request #34634 from nextcloud/fix/focus-file-selection
...
Fix unnecessary highlighting of selected element
2022-10-18 10:21:21 +02:00
blizzz
d29332469a
Merge pull request #34609 from nextcloud/enh/noid/always-enable-theming
...
set theming app to alwaysEnabled
2022-10-18 10:13:56 +02:00
Carl Schwan
a18f5e76d5
Make css rule important
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-18 08:13:01 +00:00
Christoph Wurst
c5922e67d3
Run session token renewals in a database transaction
...
The session token renewal does
1) Read the old token
2) Write a new token
3) Delete the old token
If two processes succeed to read the old token there can be two new tokens because
the queries were not run in a transaction. This is particularly problematic on
clustered DBs where 1) would go to a read node and 2) and 3) go to a write node.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-18 08:28:22 +02:00
Nextcloud bot
495d49a132
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-18 02:14:38 +00:00
Christopher Ng
3ead19d997
Add a repair step to cleanup old theming cache
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-18 01:19:47 +00:00
Pytal
3dfb4d35c1
Merge pull request #34643 from nextcloud/dependabot/npm_and_yarn/exports-loader-4.0.0
2022-10-17 16:42:53 -07:00
dependabot[bot]
f38ad60fea
Bump exports-loader from 3.1.0 to 4.0.0
...
Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases )
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v3.1.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: exports-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 22:30:59 +00:00
Louis
0f25810c71
Merge pull request #33725 from nextcloud/dependabot/npm_and_yarn/webdav-4.11.0
...
Bump webdav from 4.8.0 to 4.11.0
2022-10-18 00:29:46 +02:00
dependabot[bot]
5e38e9abc0
Bump webdav from 4.8.0 to 4.11.0
...
Bumps [webdav](https://github.com/perry-mitchell/webdav-client ) from 4.8.0 to 4.11.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases )
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.8.0...v4.11.0 )
---
updated-dependencies:
- dependency-name: webdav
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-10-17 19:11:21 +00:00
John Molakvoæ
f4efc76d21
Merge pull request #34631 from nextcloud/chore/no-automatic-dependabot-rebase
2022-10-17 20:17:12 +02:00
szaimen
1d17a0843a
set theming app to alwaysEnabled
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-17 17:51:39 +02:00
Louis
fd0e2db01d
Merge pull request #34622 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.2
...
Bump jquery-ui-dist from 1.13.1 to 1.13.2
2022-10-17 17:27:41 +02:00
Carl Schwan
7d35e2223b
Fix vertical alignment of user status icon
...
Now it is properly centered even if the font size is bigger (when using
the dislexia font)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 16:09:26 +02:00
Carl Schwan
9919116716
Merge pull request #31499 from nextcloud/bugfix/empty-secret
...
Add fallback routines for empty secret cases
2022-10-17 16:02:58 +02:00
Carl Schwan
e3d8fd6544
Fix unnecessary highlighting of selected element
...
Use focus-visible to only show focus ring on keyboard navigation
Fix #34589
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 15:29:02 +02:00
Christoph Wurst
44d2eb8b4e
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
...
Fix TooManyArguments warning for carddav.php
2022-10-17 13:26:57 +02:00
Christoph Wurst
e12df7941e
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
...
Fix TooManyArguments for FakeLockerPlugin
2022-10-17 13:26:32 +02:00
Christoph Wurst
e438ffd7e3
Disable automatic Dependabot rebases
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-17 13:18:26 +02:00
Carl Schwan
54031e370a
Fix various other small psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:40:35 +02:00
Carl Schwan
0a2a4d8687
Fix incorrect argument name in inherited method
...
The arguments now need to be the same as in the parent method
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:39:22 +02:00
Carl Schwan
60313683e2
Fix checkpassword undocummented null parameter
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:38:21 +02:00
Carl Schwan
c6b8a3bec3
Fix permission not being int
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:37:46 +02:00
Carl Schwan
53e408f76a
Fix exception getCode type
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:36:50 +02:00
Carl Schwan
3a11128e6c
Fix type when getting appconfig with int
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:36:05 +02:00
dependabot[bot]
a1296e9f40
Bump jquery-ui-dist from 1.13.1 to 1.13.2
...
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui ) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2 )
---
updated-dependencies:
- dependency-name: jquery-ui-dist
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>
2022-10-17 08:37:22 +00:00
Nextcloud bot
bca2720c1b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-17 02:14:43 +00:00
Carl Schwan
fe38f765d7
Merge pull request #34619 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.13
...
Bump vue and vue-template-compiler
2022-10-16 20:06:34 +02:00
dependabot[bot]
226f1ae0fe
Bump vue and vue-template-compiler
...
Bumps [vue](https://github.com/vuejs/core ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits )
Updates `vue-template-compiler` from 2.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/vue/releases )
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue/compare/v2.7.10...v2.7.13 )
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
dependency-type: direct:development
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>
2022-10-16 17:24:39 +00:00
Carl Schwan
7524b11617
Merge pull request #34621 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-10-16 19:20:34 +02:00
Daniel Kesselberg
1818be71ae
Fix TooManyArguments warning for carddav.php
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-16 18:37:22 +02:00
Daniel
b054662d96
Merge pull request #34618 from nextcloud/rakekniven-patch-1
...
l10n: Fixed grammar
2022-10-16 18:36:37 +02:00
nextcloud-command
95c5ab4f03
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-16 04:41:24 +00:00
Nextcloud bot
5ab021c6bf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-16 02:14:37 +00:00
Nextcloud bot
9e06752571
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-15 02:14:32 +00:00
nextcloud-command
0354aa53f2
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-14 19:15:15 +00:00
rakekniven
28e509a115
l10n: Fixed grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-10-14 20:58:05 +02:00
Vincent Petry
2b87aebcc2
Merge pull request #34599 from nextcloud/fix/background-appdata-scrope
...
Scope the appdata theming storage for global and users
2022-10-14 17:54:03 +02:00
Carl Schwan
f52bdfadf5
Merge pull request #34188 from nextcloud/feat/profiler-clear
...
Expose clearing the profiles and fix it
2022-10-14 17:35:28 +02:00
Vincent Petry
19f35f42bc
Improve cache buster for user backgrounds
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-10-14 16:18:41 +02:00
John Molakvoæ
d77e832223
Fix tests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-14 16:18:40 +02:00
John Molakvoæ
ac21c631a6
Fix migration
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-14 16:18:40 +02:00
John Molakvoæ
a8e90a03fc
Properly use user background cachebuster
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-14 16:18:40 +02:00
John Molakvoæ
e4ff84d468
Scope the appdata theming storage for global and users
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-14 16:18:37 +02:00