Morris Jobke
5b0e69828f
Apps folder is defacto in root folder and not above
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 21:22:39 +01:00
Vincent Petry
c686f8a03a
Merge pull request #25229 from nextcloud/bugfix/noid/darkmode-popover-adjustments
...
Dark mode adjustments for popover
2021-01-20 17:22:18 +01:00
Robin Appelman
d182043e83
explicitly set permissions on newly created folders
...
this works around any `umask` that might be set and limiting the folder permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-20 17:15:57 +01:00
Morris Jobke
4c81f5c4ad
Merge pull request #25212 from nextcloud/enh/preview-markdown
...
Enhance markdown file preview rendering
2021-01-20 15:02:41 +01:00
Morris Jobke
01f013661a
Fix typo in comment
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:02:32 +01:00
Morris Jobke
6129a85187
Merge pull request #25224 from nextcloud/bugfix/24600/fix-saving-user-credentials
...
Update handling of user credentials
2021-01-20 14:59:30 +01:00
Joas Schilling
613606fb88
Fix encoding issue with OC.Notification.show
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20 14:44:39 +01:00
Vincent Petry
6e2c6525da
Dark mode adjustments for popover
...
Add new popover classes from @nextcloud/vue's Popover and PopoverMenu*
components. This fixes issues where the menu icons were not inverted.
Adjusted border for both the avatar popover menu and also actions
popover menu to make them easier to distinguish from the background.
Now using border color for the popover arrow to make it more visible
outside the border.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-20 12:25:33 +01:00
Roeland Jago Douma
2c9345a3c6
Merge pull request #25217 from nextcloud/enh/drop_index
...
Drop authtoken_version_index
2021-01-20 11:13:20 +01:00
Julius Härtl
aed1fde6fd
Enhance markdown file preview rendering
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-20 11:07:55 +01:00
Roeland Jago Douma
fcbbcacab4
Also load CA properly in integrity check
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-20 10:57:41 +01:00
Roeland Jago Douma
d751fedffb
phpsec lib can't parse multiple certs in one go
...
So we have to split it manually and do it ourselves
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-20 10:57:41 +01:00
Joas Schilling
1e35ece8e5
Fix potential empty result
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20 10:09:45 +01:00
Roeland Jago Douma
3d61adc908
Drop authtoken_version_index
...
The index was used when deleting old tokens. On top of that the index is
of course not that great since the version is either 1 or 2.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-20 09:34:41 +01:00
Roeland Jago Douma
a7a60de228
Merge pull request #25223 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2021-01-20 09:07:35 +01:00
Joas Schilling
6c1e294edd
Compare and store the login name via the event
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20 08:50:17 +01:00
Joas Schilling
831c807eaf
Also fix the username when it changed
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20 08:46:08 +01:00
Joas Schilling
76367c5c38
Don't save credentials of another user
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-20 08:46:07 +01:00
Nextcloud-PR-Bot
454ff30fb9
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-01-20 05:05:00 +00:00
Nextcloud bot
e22ce09644
[tx-robot] updated from transifex
2021-01-20 02:20:52 +00:00
Morris Jobke
11c8a11ec6
Merge pull request #25151 from nextcloud/bugfix/noid/ie11-dashboard-syntax-error
...
Fix IE 11 dashboard syntax error
2021-01-19 23:08:33 +01:00
Arthur Schiwon
fcade3dda3
do not remove valid group shares
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-19 22:58:35 +01:00
Morris Jobke
c8ed0ec31f
Merge pull request #25216 from nextcloud/enh/ca-bundle
...
Bump CA bundle
2021-01-19 22:53:49 +01:00
Christoph Wurst
4373afeae1
Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19 21:19:02 +01:00
Roeland Jago Douma
3658d8331e
Merge pull request #25173 from nextcloud/enh/webp_support
...
Add support for webp
2021-01-19 21:01:47 +01:00
Roeland Jago Douma
6d4afca7ac
Add support for webp
...
Including handling in OC_Image
But also a preview provider
Of course only works if your php actually supports webp
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-19 20:17:10 +01:00
Roeland Jago Douma
3406032cf8
Merge pull request #25184 from nextcloud/feature/noid/first-class-citizen-notifications
...
Directly add notifications element
2021-01-19 19:40:07 +01:00
Robin Appelman
fdc8635afb
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-19 16:33:58 +01:00
Roeland Jago Douma
f0b18e062f
Bump CA bundle
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-19 15:56:03 +01:00
Christoph Wurst
3cb8d85cf4
Merge pull request #25198 from nextcloud/dependabot/composer/pear/archive_tar-1.4.12
...
Bump pear/archive_tar from 1.4.11 to 1.4.12
2021-01-19 12:13:30 +01:00
Christoph Wurst
c784214bbc
Bump pear/archive_tar from 1.4.11 to 1.4.12
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19 10:59:04 +01:00
Roeland Jago Douma
0893bba369
Merge pull request #25153 from nextcloud/bugfix/noid/force-signature-verification-on-occ
...
Force signature verification of apps on occ
2021-01-19 09:35:52 +01:00
Nextcloud bot
91864aeb40
[tx-robot] updated from transifex
2021-01-19 02:20:43 +00:00
Morris Jobke
a9f81a394b
Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature
...
Don't log keys on checkSignature
2021-01-18 22:23:36 +01:00
Morris Jobke
71442a3412
Merge pull request #25187 from nextcloud/dependabot/composer/symfony/polyfill-intl-normalizer-1.22.0
...
Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0
2021-01-18 22:21:44 +01:00
John Molakvoæ
0ddcf0abfc
Merge pull request #25182 from nextcloud/bugfix/noid/readd-element-id
...
Readd element ID after component mount.
2021-01-18 21:08:43 +01:00
Roeland Jago Douma
3decbced37
Merge pull request #25181 from nextcloud/crl/update-revoked-gravatar.crt
...
Update CRL due to revoked gravatar.crl
2021-01-18 20:22:27 +01:00
Roeland Jago Douma
de564f8340
Merge pull request #25185 from nextcloud/bugfix/share-errors
...
Show the actual error on share requests
2021-01-18 20:19:30 +01:00
Christoph Wurst
4444f1f16e
Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-18 17:04:48 +01:00
Joas Schilling
847aa08ebd
Don't log keys on checkSignature
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 16:09:06 +01:00
Julius Härtl
f69a6c675c
Show the actual error on share requests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-18 15:37:02 +01:00
Joas Schilling
84b33a4435
Directly add notifications element
...
Since there seems to be an issue with the old way notifications is mounted,
we now hardcode it.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 15:00:20 +01:00
Joas Schilling
18fdefee0b
Readd element ID after component mount.
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 13:53:42 +01:00
Morris Jobke
1a336df140
Update CRL due to revoked gravatar.crl
...
https://github.com/nextcloud/app-certificate-requests/pull/362
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-18 13:46:33 +01:00
Morris Jobke
e9b5805e6c
Merge pull request #25168 from nextcloud/fix/cards_abiduri
...
Add cards_abiduri index on install
2021-01-18 13:35:20 +01:00
Morris Jobke
7bba1441b9
Merge pull request #25059 from nextcloud/dependabot/composer/web-auth/webauthn-lib-3.3.1
...
Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1
2021-01-18 13:34:33 +01:00
Roeland Jago Douma
80ed3193c0
Merge pull request #25177 from nextcloud/bugfix/noid/more-usable-mysql-password
...
Only use alphanumeric chars for mysql password
2021-01-18 12:55:30 +01:00
Morris Jobke
cfe098ee6d
Merge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git
...
Add "composer.lock" for acceptance tests to git
2021-01-18 12:49:36 +01:00
Joas Schilling
76c7356af9
Only use alphanumeric chars for mysql password
...
/ and + can cause problems with other tools that you might want to run on your Nextcloud database.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 12:03:52 +01:00
Jos Poortvliet
602ed2295d
Update UpdateNotification.vue
...
I've updated the text, but the 'learn more about updates and update channels' should link to https://nextcloud.com/release-channels/
2021-01-18 11:56:49 +01:00