Morris Jobke
9feaceebcf
Merge pull request #23918 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2020-11-06 09:11:33 +01:00
Roeland Jago Douma
448044d831
Fix getstorage call
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-06 09:03:32 +01:00
Roeland Jago Douma
48d843858d
Do not setup the default FS on normal routes
...
This should help with load times hopefully. Only initialize the FS if we
actually ned it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-06 09:03:32 +01:00
dependabot-preview[bot]
bc5b58cb29
Bump css-loader from 3.6.0 to 5.0.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 3.6.0 to 5.0.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-06 09:00:20 +01:00
Joas Schilling
3d2f71cfa9
Improve query type detection
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-06 08:38:56 +01:00
Joas Schilling
cfc35fa49a
Fix casting to integer on Oracle
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-06 08:38:08 +01:00
Roeland Jago Douma
e93823cba0
Bearer must be in the start of the auth header
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-06 08:32:50 +01:00
John Molakvoæ
404785dd2b
Merge pull request #23347 from st3iny/enhancement/19526/new-share-pending-confirm-button
2020-11-06 08:04:07 +01:00
dependabot-preview[bot]
08c9b0e58a
Merge pull request #23916 from nextcloud/dependabot/npm_and_yarn/mocha-8.2.1
2020-11-06 06:54:29 +00:00
Nextcloud-PR-Bot
4c61d52879
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2020-11-06 04:25:56 +00:00
Nextcloud bot
c8d3f03bde
[tx-robot] updated from transifex
2020-11-06 02:19:11 +00:00
Morris Jobke
bbc4f7bf3b
Merge pull request #23857 from nextcloud/dependabot/composer/vimeo/psalm-4.1.1
...
Bump vimeo/psalm from 4.0.1 to 4.1.1
2020-11-05 23:56:56 +01:00
dependabot-preview[bot]
8751aad023
Bump vimeo/psalm from 4.0.1 to 4.1.1
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/4.0.1...4.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-05 22:41:22 +00:00
Morris Jobke
f657f0c455
Merge pull request #23906 from nextcloud/techdebt/noid/simplify-can-change-user-pasword
...
Simplify the check if admin can change password based on encryption status
2020-11-05 23:39:13 +01:00
Morris Jobke
0247f22c83
Merge pull request #23887 from ecsecta/fix_23797
...
Do not emit UserCreatedEvent twice
2020-11-05 22:58:30 +01:00
Morris Jobke
a223f603f9
Simplify the check if admin can change password based on encryption status
...
Found by Psalm:
```
/home/runner/work/server/server/apps/settings/lib/Controller/UsersController.php:324:8:error - RedundantCondition: Type true for $isEncryptionModuleLoaded is never falsy
```
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-05 22:20:34 +01:00
Julius Härtl
88eebf9ed6
Merge pull request #23004 from nextcloud/files-scan-background
...
only run the background scanner for users that have unscanned files
2020-11-05 22:15:01 +01:00
dependabot-preview[bot]
90f883b78f
Bump mocha from 7.2.0 to 8.2.1
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 7.2.0 to 8.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-05 21:06:45 +00:00
Julius Härtl
2702876b81
Merge pull request #23910 from nextcloud/bugfix/23908/fix-share-link-avatar
...
Fix link share avatar icon
2020-11-05 22:00:11 +01:00
Vincent Petry
5474c299d9
Make link share avatar icon blue again
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-05 17:14:29 +01:00
Vincent Petry
88d019e696
Fix link share avatar icon
...
Use "icon-class" instead of "class" as this is how to tell the component
that we don't want initials displayed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-05 16:43:48 +01:00
kesselb
a7c6869ad5
Merge pull request #23907 from nextcloud/fix/noid/update-baseline-due-to-phpdoc
...
Check in InvalidArgument psalm error into baseline
2020-11-05 16:34:01 +01:00
Richard Steinmetz
a46c329734
Add confirm button in new link share pending expire/password menu
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-11-05 15:55:39 +01:00
Morris Jobke
0a1f4549e7
Check InvalidArgument psalm error into baseline - PHPDoc needs to be improved
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-05 13:49:25 +01:00
John Molakvoæ
ecbe8cb4c9
Merge pull request #23904 from nextcloud/fix/php-lint
...
Fix php lint action
2020-11-05 10:51:13 +01:00
John Molakvoæ
188051b6c6
Merge pull request #23868 from nextcloud/techdebt/webpack-hide-modules
...
Remove old hide modules option for webpack
2020-11-05 10:20:16 +01:00
Christoph Wurst
d31ff68f17
Remove old hide modules option for webpack
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-05 09:58:37 +01:00
Roeland Jago Douma
12e2b74872
Merge pull request #23901 from nextcloud/techdebt/noid/deprecate-old-usermanager-events
...
Deprecate old user manager events for user creation
2020-11-05 09:37:07 +01:00
John Molakvoæ
1e7a82d99e
Fix php lint action
2020-11-05 09:34:04 +01:00
Tobias Assmann
a79d7c0be0
fix: also remove use statement of UserCreatedEvent
...
Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
2020-11-05 08:53:20 +01:00
Nextcloud bot
6d4d7faf8b
[tx-robot] updated from transifex
2020-11-05 02:18:49 +00:00
Morris Jobke
645e1c55b8
Merge pull request #23819 from nextcloud/td/routing/move_things_around
...
Cleanup routing
2020-11-04 22:16:13 +01:00
Morris Jobke
45ef5d1c60
Merge pull request #23820 from nextcloud/td/remove/OCPAPI_check
...
Remove the matching on ancient /ocs routes
2020-11-04 21:56:28 +01:00
Morris Jobke
c3969d9493
Merge pull request #23792 from nextcloud/techdebt/noid/group-unread-comment-count-query
...
Add a function to get the unread count for multiple objects in one go
2020-11-04 21:45:44 +01:00
Morris Jobke
fd3d7c394a
Deprecate old user manager events for user creation
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-04 21:19:16 +01:00
Morris Jobke
eb9faa7bdb
Merge pull request #23888 from nextcloud/fix/noid/only-fetch-jsconfig-when-used
...
Only build JSConfig in TemplateLayout when it is actually used
2020-11-04 19:33:24 +01:00
Roeland Jago Douma
8bd39fccf4
Have the CommentsPropertiesPlugin use the new fancy method
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-04 16:37:42 +01:00
Christoph Wurst
8f14403a9c
Merge pull request #23897 from nextcloud/bugfix/23236
...
Move help to separate stylesheet
2020-11-04 15:32:21 +01:00
John Molakvoæ
1f46776b3a
Merge pull request #23898 from nextcloud/bugfix/noid/list-style-scope
...
Make user status styles scoped
2020-11-04 15:14:30 +01:00
Julius Härtl
f1c416da24
Make user status styles scoped
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-04 13:33:47 +01:00
Julius Härtl
8cf7c63a71
Move help to separate stylesheet
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-04 13:17:16 +01:00
kesselb
b65d9eb99d
Merge pull request #23890 from nextcloud/techdebt/noid/refactor-theming-getImage
...
Cleanup ImageManager::getImage()
2020-11-04 12:30:24 +01:00
John Molakvoæ
0e1c9af98d
Merge pull request #23869 from nextcloud/rakekniven-patch-1
2020-11-04 12:12:53 +01:00
Joas Schilling
ede7510854
Add a function to get the unread count for multiple objects in one go
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-04 11:01:21 +01:00
Morris Jobke
83c60496a9
Document the behaviour inline
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-04 10:13:15 +01:00
Morris Jobke
dd93532526
Cleanup ImageManager::getImage()
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-04 10:08:36 +01:00
Tobias Assmann
ded2acc966
fix: no more translation from postCreateUser hook to UserCreatedEvent anymore, as event is already emitted in user manager
...
Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
2020-11-04 09:18:35 +01:00
Roeland Jago Douma
8eb0db5078
Merge pull request #23881 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2020-11-04 08:39:35 +01:00
Nextcloud-PR-Bot
3929dc24c9
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2020-11-04 04:24:19 +00:00
Nextcloud bot
ea0b66fe70
[tx-robot] updated from transifex
2020-11-04 02:19:00 +00:00