Commit Graph

47312 Commits

Author SHA1 Message Date
Roeland Jago Douma 5f3e27180b
Merge pull request #12872 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
2018-12-06 09:28:08 +01:00
Roeland Jago Douma 69f40550f2
Merge pull request #12871 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
2018-12-06 09:27:48 +01:00
Roeland Jago Douma 0d9638be96
Merge pull request #12870 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
2018-12-06 09:27:29 +01:00
Morris Jobke 60681decdd
Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdata
No need to propogate changes in appdata
2018-12-06 08:50:22 +01:00
dependabot[bot] 6fcd2da70e
Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
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-06 06:53:17 +00:00
dependabot[bot] 4c95af9dbb
Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
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-06 06:53:05 +00:00
dependabot[bot] 3ff981d7d1
Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
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-06 06:52:29 +00:00
Roeland Jago Douma 402b51d7ac
Merge pull request #12859 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-password-confirmation-0.4.1
Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
2018-12-06 07:50:02 +01:00
Roeland Jago Douma 93e45f82a8
Merge pull request #12858 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /settings
2018-12-06 07:49:51 +01:00
Nextcloud bot fba7b8b98f
[tx-robot] updated from transifex 2018-12-06 01:12:00 +00:00
Morris Jobke ecc8068e66
Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touch
Emit write update only once on touch
2018-12-05 22:54:47 +01:00
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