Morris Jobke
e808661ca2
Merge pull request #12854 from nextcloud/vcard-repair-uid-fix
...
Log and continue on Dav reader failure (repair uid)
2018-12-05 22:54:10 +01:00
Roeland Jago Douma
9204ce7d3d
Do not show general warning on free space error
...
Fixes #12588
Probably needs more fixing for the other cases. But this is the quick
fix I could come up with for now.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 22:40:07 +01:00
Roeland Jago Douma
72f3882d4b
No need to propogate changes in appdata
...
Right now we propogate a lof of changes in appdata. So for example we
propogate each and every preview that is added to the system. This has
no real added value as far as I can tell.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 22:06:19 +01:00
dependabot[bot]
af2c6c33e0
Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
...
Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases )
- [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.0...v0.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-05 21:46:30 +01:00
Morris Jobke
45294cbea3
Merge pull request #12855 from nextcloud/fix/do_not_update_filecache_twice
...
Only execute query in propagateChange once
2018-12-05 21:43:46 +01:00
dependabot[bot]
1e595d5bd7
Bump webpack from 4.27.0 to 4.27.1 in /settings
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 20:38:57 +00:00
Roeland Jago Douma
2c6d36105c
Emit write update only once on touch
...
When a touch is done (i.e. when creating a new file in the node API)
The hooks contain 'write' and 'touch' (and the operation is touch as
well). This would cause a double write update. Which doesn't make sense.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 21:29:48 +01:00
John Molakvoæ (skjnldsv)
2be63bcb6a
Log and continue on Dav reader failure
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-05 21:13:57 +01:00
Roeland Jago Douma
8ddc0de2f4
Merge pull request #12814 from nextcloud/fix/9058/no_user_enumartion_if_disabled
...
No user enumeration on DAV if disabled
2018-12-05 20:58:29 +01:00
Roeland Jago Douma
f7a1ed8656
Only execute query in propagateChange once
...
The second execute statement should be inside the if block. Else it gets
executed twice which makes no sense.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 20:32:02 +01:00
Roeland Jago Douma
1e03397750
Merge pull request #12841 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.27.0
...
Bump webpack from 4.26.1 to 4.27.0 in /settings
2018-12-05 20:06:44 +01:00
Morris Jobke
fe5813783b
Merge pull request #12824 from nextcloud/feature/12763/add-setup-check-for-bigint-conversion
...
Add setup check for pending bigint conversion
2018-12-05 18:52:56 +01:00
Roeland Jago Douma
6721ae0c59
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 15:16:24 +01:00
dependabot[bot]
fe00b06fdc
Bump webpack from 4.26.1 to 4.27.0 in /settings
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.26.1...v4.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 13:44:40 +00:00
Roeland Jago Douma
5e44699139
Merge pull request #12839 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.27.0
...
Bump webpack from 4.26.1 to 4.27.0 in /apps/oauth2
2018-12-05 14:40:52 +01:00
Roeland Jago Douma
4f52f033e7
Merge pull request #12846 from nextcloud/typo/noid/fix-spelling-of-incoming
...
Fix typo in "incoming"
2018-12-05 13:45:13 +01:00
Roeland Jago Douma
7cae3e2201
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 13:44:14 +01:00
Morris Jobke
17b2827bbf
Add setup check for pending bigint conversion
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 13:42:31 +01:00
Morris Jobke
2c30664bdf
Merge pull request #12757 from nextcloud/whatsNew-to-button
...
make a button out of 'What's new' so it's obvious it can be clicked on
2018-12-05 12:34:11 +01:00
dependabot[bot]
25c1a648dd
Bump webpack from 4.26.1 to 4.27.0 in /apps/oauth2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.26.1...v4.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 10:40:11 +00:00
John Molakvoæ
53decedd70
Merge pull request #12840 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.27.0
...
Bump webpack from 4.26.1 to 4.27.0 in /apps/updatenotification
2018-12-05 11:37:21 +01:00
Joas Schilling
ee545d6840
Fix typo in "incoming"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-05 11:27:38 +01:00
dependabot[bot]
28f3d21989
Bump webpack from 4.26.1 to 4.27.0 in /apps/updatenotification
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.26.1...v4.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 08:43:07 +00:00
John Molakvoæ
4deec15a8c
Merge pull request #12838 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.27.0
...
Bump webpack from 4.26.1 to 4.27.0 in /apps/accessibility
2018-12-05 09:41:28 +01:00
Roeland Jago Douma
98ccb6c69c
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 08:45:44 +01:00
dependabot[bot]
05f6309e33
Bump webpack from 4.26.1 to 4.27.0 in /apps/accessibility
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.26.1...v4.27.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 02:15:19 +00:00
Nextcloud bot
953332ae35
[tx-robot] updated from transifex
2018-12-05 01:11:55 +00:00
Morris Jobke
f57e334f83
Fix bigint conversion on SQLite
...
* on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:35:09 +01:00
Morris Jobke
d3b4127164
Show columns to update in CLI interface
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:35:09 +01:00
Morris Jobke
faa988c099
Merge pull request #12821 from nextcloud/feature/12767/add-setup-check-for-php-module
...
Add setup check for recommended PHP modules (i.e. Imagick, intl)
2018-12-05 00:34:04 +01:00
Morris Jobke
5b22225351
Update casing of PHP inside method name
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Morris Jobke
f5ad80fc57
Add setup check for recommended PHP modules (i.e. Imagick, intl)
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Morris Jobke
922fd4dd78
Merge pull request #12831 from nextcloud/fix/do_not_update_all_child_shares
...
Do not update child all child shares on group share update
2018-12-04 22:50:34 +01:00
Morris Jobke
d8314b102e
Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objects
...
Validate all rich objects
2018-12-04 22:48:54 +01:00
Roeland Jago Douma
f692409120
Merge pull request #12820 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-vue-0.4.6
...
Bump nextcloud-vue from 0.3.1 to 0.4.6 in /settings
2018-12-04 21:05:06 +01:00
Roeland Jago Douma
977e3959eb
Do not update child all child shares on group share update
...
Else we overwrite the whole share for link shares. Basically breaking
them.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 20:55:14 +01:00
Roeland Jago Douma
6c1a3a6d95
Merge pull request #12819 from nextcloud/feature/noid/bump-eol-version-of-php
...
PHP 7.0 is end of life
2018-12-04 20:11:17 +01:00
Roeland Jago Douma
d850878b0a
Compile assets
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 19:50:28 +01:00
Roeland Jago Douma
c654ade5c0
Merge pull request #12823 from nextcloud/bugfix/noid/polishing-design-federated-settings
...
Fix layout of "i" in admin settings of federated sharing
2018-12-04 19:50:09 +01:00
Morris Jobke
927fea4c6f
Merge pull request #12626 from nextcloud/bugfix/noid/unshare-from-mail-activity-is-missing
...
Unshare from mail activity is missing
2018-12-04 18:57:35 +01:00
Morris Jobke
c39a14ee50
Merge pull request #12822 from nextcloud/bugfix/noid/fix-module-name
...
PHP module is named mbstring
2018-12-04 18:56:02 +01:00
Jan-Christoph Borchardt
4a2ab9b35b
Merge pull request #12711 from nextcloud/bugfix/noid/smaller-icon-and-heading-in-header
...
Smaller icon and h2 in emptycontent inside the header
2018-12-04 17:46:43 +01:00
Morris Jobke
7c1a5f39f7
Fix layout of "i" in admin settings of federated sharing
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 17:32:13 +01:00
Morris Jobke
ea6ea7f4c3
PHP module is named mbstring
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 17:22:11 +01:00
dependabot[bot]
8c145d98a4
Bump nextcloud-vue from 0.3.1 to 0.4.6 in /settings
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.3.1 to 0.4.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.3.1...v0.4.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 15:57:56 +00:00
Joas Schilling
19c9549553
Smaller icon and h2 in emptycontent inside the header
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:46:58 +01:00
Joas Schilling
11c39b6c16
Unshare from mail activity is missing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:42:07 +01:00
Roeland Jago Douma
441496a5a5
Merge pull request #12815 from nextcloud/bugfix/12771/update-sidebar
...
Fix missing click event on update button in the sidebar of apps management
2018-12-04 16:27:40 +01:00
Morris Jobke
cac87533e0
PHP 7.0 is end of life
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 15:40:44 +01:00
Roeland Jago Douma
58ca6b1554
No DAV user enumeration if disabled
...
Fixes #9058
If the option to autocomplete users is disabled. We also should not
enumerate the users on this endpoint.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 15:33:07 +01:00